@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900);
@charset "UTF-8";

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  justify-content: flex-end;
  height: 2.2em;
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-validationerror {
  font-size: 1em;
}

body.swal2-toast-shown > .swal2-container {
  position: fixed;
  background-color: transparent;
}

body.swal2-toast-shown > .swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown > .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown > .swal2-container.swal2-top-end,
body.swal2-toast-shown > .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown > .swal2-container.swal2-top-start,
body.swal2-toast-shown > .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown > .swal2-container.swal2-center-start,
body.swal2-toast-shown > .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown > .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown > .swal2-container.swal2-center-end,
body.swal2-toast-shown > .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown > .swal2-container.swal2-bottom-start,
body.swal2-toast-shown > .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown > .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown > .swal2-container.swal2-bottom-end,
body.swal2-toast-shown > .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: initial;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: .875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 .3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.25em;
  left: -.9375em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: showSweetToast .5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: hideSweetToast .2s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  animation: animate-toast-success-tip .75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  animation: animate-toast-success-long .75s;
}

@keyframes showSweetToast {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5;
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7;
  }

  100% {
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }

  33% {
    opacity: .5;
  }

  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  height: auto;
  overflow-y: hidden;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-start,
body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-start,
body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.swal2-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-container.swal2-fade {
  transition: background-color .1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-popup .swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-popup .swal2-actions {
  align-items: center;
  justify-content: center;
  margin: 1.25em auto 0;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  box-sizing: border-box;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  user-select: none;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
  content: '';
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-popup .swal2-styled {
  margin: 0 .3125em;
  padding: .625em 2em;
  font-weight: 500;
  box-shadow: none;
}

.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-popup .swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding-top: 1em;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  min-width: 1.2em;
  height: 1.2em;
  margin: 0;
  padding: 0;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: calc(2.5em - 0.25em);
  line-height: 1.2em;
  cursor: pointer;
}

.swal2-popup .swal2-close:hover {
  transform: none;
  color: #f27474;
}

.swal2-popup > .swal2-input,
.swal2-popup > .swal2-file,
.swal2-popup > .swal2-textarea,
.swal2-popup > .swal2-select,
.swal2-popup > .swal2-radio,
.swal2-popup > .swal2-checkbox {
  display: none;
}

.swal2-popup .swal2-content {
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  word-wrap: break-word;
}

.swal2-popup #swal2-content {
  text-align: center;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea,
.swal2-popup .swal2-select,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  margin: 1em auto;
}

.swal2-popup .swal2-input,
.swal2-popup .swal2-file,
.swal2-popup .swal2-textarea {
  width: 100%;
  transition: border-color .3s, box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-popup .swal2-range input {
  width: 80%;
}

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0.75em;
}

.swal2-popup .swal2-input[type='number'] {
  max-width: 10em;
}

.swal2-popup .swal2-file {
  font-size: 1.125em;
}

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  color: #545454;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio,
.swal2-popup .swal2-checkbox {
  align-items: center;
  justify-content: center;
}

.swal2-popup .swal2-radio label,
.swal2-popup .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}

.swal2-popup .swal2-radio input,
.swal2-popup .swal2-checkbox input {
  margin: 0 .4em;
}

.swal2-popup .swal2-validationerror {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

.swal2-popup .swal2-validationerror::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: '!';
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  user-select: none;
  zoom: normal;
}

.swal2-icon-text {
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
  z-index: 1;
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
  z-index: 2;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  animation: none;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  animation: none;
}

[dir='rtl'] .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*------------------------------------*\
    Custom variables
\*------------------------------------*/

/*$border-radius:          9999rem !default;
$border-radius-lg:       9999rem !default;
$border-radius-sm:       9999rem !default;*/

/*------------------------------------*\
    Vendor
\*------------------------------------*/

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e5e5e5 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e5e5e5;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #e5e5e5;
  }
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #777582;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0e85f4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #085eae;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.053rem;
}

h2,
.h2 {
  font-size: 1.632rem;
}

h3,
.h3 {
  font-size: 1.263rem;
}

h4,
.h4 {
  font-size: 1.158rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.263rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.5;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.263rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #777582;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.img-fluid,
.wp-caption {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img,
.wp-caption {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #818a91;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #373a3c;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #373a3c;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}

.table tbody + tbody {
  border-top: 2px solid #e5e5e5;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e5e5e5;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e5e5e5;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bcddfc;
}

.table-hover .table-primary:hover {
  background-color: #a4d1fb;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a4d1fb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8b8c6;
}

.table-hover .table-secondary:hover {
  background-color: #aaaabb;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #aaaabb;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bcf7df;
}

.table-hover .table-success:hover {
  background-color: #a5f4d4;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a5f4d4;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8f6ff;
}

.table-hover .table-info:hover {
  background-color: #9ff3ff;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #9ff3ff;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff5be;
}

.table-hover .table-warning:hover {
  background-color: #fff1a5;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fff1a5;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffc3c5;
}

.table-hover .table-danger:hover {
  background-color: #ffaaac;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffaaac;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8c6;
}

.table-hover .table-dark:hover {
  background-color: #aaaabb;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #aaaabb;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #373a3c;
  border-color: #494d50;
}

.table .thead-light th {
  color: #777582;
  background-color: #f6f8fa;
  border-color: #e5e5e5;
}

.table-dark {
  color: #fff;
  background-color: #373a3c;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #494d50;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #777582;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #777582;
  background-color: #fff;
  border-color: #88c3fa;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 133, 244, 0.25);
}

.form-control::placeholder {
  color: #818a91;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f6f8fa;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #777582;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.33333;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.8;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #777582;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.075rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.66667rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #818a91;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #10e28b;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(16, 226, 139, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #10e28b;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #10e28b;
  box-shadow: 0 0 0 0.2rem rgba(16, 226, 139, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #10e28b;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #10e28b;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #7cf6c3;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34f1a3;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(16, 226, 139, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #10e28b;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(16, 226, 139, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff2731;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 39, 49, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff2731;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ff2731;
  box-shadow: 0 0 0 0.2rem rgba(255, 39, 49, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ff2731;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff2731;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ffa7ab;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff5a62;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 39, 49, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff2731;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 39, 49, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 133, 244, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0e85f4;
  border-color: #0e85f4;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0a71d2;
  border-color: #096bc6;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 133, 244, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0e85f4;
  border-color: #0e85f4;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #096bc6;
  border-color: #0864ba;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 133, 244, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #000033;
  border-color: #000033;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #00000d;
  border-color: black;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #000033;
  border-color: #000033;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-success {
  color: #373a3c;
  background-color: #10e28b;
  border-color: #10e28b;
}

.btn-success:hover {
  color: #fff;
  background-color: #0dbe75;
  border-color: #0db26e;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 226, 139, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #373a3c;
  background-color: #10e28b;
  border-color: #10e28b;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0db26e;
  border-color: #0ca666;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 226, 139, 0.5);
}

.btn-info {
  color: #373a3c;
  background-color: #00deff;
  border-color: #00deff;
}

.btn-info:hover {
  color: #fff;
  background-color: #00bdd9;
  border-color: #00b2cc;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 222, 255, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #373a3c;
  background-color: #00deff;
  border-color: #00deff;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00b2cc;
  border-color: #00a7bf;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 222, 255, 0.5);
}

.btn-warning {
  color: #373a3c;
  background-color: #ffdb16;
  border-color: #ffdb16;
}

.btn-warning:hover {
  color: #373a3c;
  background-color: #efca00;
  border-color: #e2bf00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 219, 22, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #373a3c;
  background-color: #ffdb16;
  border-color: #ffdb16;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #373a3c;
  background-color: #e2bf00;
  border-color: #d5b400;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 219, 22, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff2731;
  border-color: #ff2731;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ff010d;
  border-color: #f3000b;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 39, 49, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ff2731;
  border-color: #ff2731;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f3000b;
  border-color: #e6000b;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 39, 49, 0.5);
}

.btn-light {
  color: #373a3c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #373a3c;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #373a3c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #373a3c;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #000033;
  border-color: #000033;
}

.btn-dark:hover {
  color: #fff;
  background-color: #00000d;
  border-color: black;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #000033;
  border-color: #000033;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-outline-primary {
  color: #0e85f4;
  background-color: transparent;
  background-image: none;
  border-color: #0e85f4;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0e85f4;
  border-color: #0e85f4;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 133, 244, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0e85f4;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0e85f4;
  border-color: #0e85f4;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 133, 244, 0.5);
}

.btn-outline-secondary {
  color: #000033;
  background-color: transparent;
  background-image: none;
  border-color: #000033;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #000033;
  border-color: #000033;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #000033;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #000033;
  border-color: #000033;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-outline-success {
  color: #10e28b;
  background-color: transparent;
  background-image: none;
  border-color: #10e28b;
}

.btn-outline-success:hover {
  color: #373a3c;
  background-color: #10e28b;
  border-color: #10e28b;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 226, 139, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #10e28b;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #373a3c;
  background-color: #10e28b;
  border-color: #10e28b;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 226, 139, 0.5);
}

.btn-outline-info {
  color: #00deff;
  background-color: transparent;
  background-image: none;
  border-color: #00deff;
}

.btn-outline-info:hover {
  color: #373a3c;
  background-color: #00deff;
  border-color: #00deff;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 222, 255, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #00deff;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #373a3c;
  background-color: #00deff;
  border-color: #00deff;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 222, 255, 0.5);
}

.btn-outline-warning {
  color: #ffdb16;
  background-color: transparent;
  background-image: none;
  border-color: #ffdb16;
}

.btn-outline-warning:hover {
  color: #373a3c;
  background-color: #ffdb16;
  border-color: #ffdb16;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 219, 22, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffdb16;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #373a3c;
  background-color: #ffdb16;
  border-color: #ffdb16;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 219, 22, 0.5);
}

.btn-outline-danger {
  color: #ff2731;
  background-color: transparent;
  background-image: none;
  border-color: #ff2731;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff2731;
  border-color: #ff2731;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 39, 49, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff2731;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2731;
  border-color: #ff2731;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 39, 49, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #373a3c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #373a3c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #000033;
  background-color: transparent;
  background-image: none;
  border-color: #000033;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #000033;
  border-color: #000033;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #000033;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000033;
  border-color: #000033;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0e85f4;
  background-color: transparent;
}

.btn-link:hover {
  color: #085eae;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #818a91;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.2rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #777582;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f6f8fa;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0e85f4;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #818a91;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #818a91;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #373a3c;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #777582;
  text-align: center;
  white-space: nowrap;
  background-color: #f6f8fa;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #0e85f4;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(14, 133, 244, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b9dbfc;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #818a91;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f6f8fa;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #e5e5e5;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0e85f4;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #0e85f4;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(14, 133, 244, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(14, 133, 244, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0e85f4;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(14, 133, 244, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #777582;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #88c3fa;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(136, 195, 250, 0.5);
}

.custom-select:focus::-ms-value {
  color: #777582;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #818a91;
  background-color: #f6f8fa;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(2.075rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.66667rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #88c3fa;
  box-shadow: 0 0 0 0.2rem rgba(14, 133, 244, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #88c3fa;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #777582;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #777582;
  content: "Browse";
  background-color: #f6f8fa;
  border-left: 1px solid #ccc;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0e85f4;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(14, 133, 244, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b9dbfc;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e5e5e5;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0e85f4;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(14, 133, 244, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #b9dbfc;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e5e5e5;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0e85f4;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(14, 133, 244, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #b9dbfc;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #e5e5e5;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e5e5e5;
  border-radius: 1rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link,
.banner .nav a {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.banner .nav a:hover,
.nav-link:focus,
.banner .nav a:focus {
  text-decoration: none;
}

.nav-link.disabled,
.banner .nav a.disabled {
  color: #818a91;
}

.nav-tabs {
  border-bottom: 1px solid #e5e5e5;
}

.nav-tabs .nav-item,
.nav-tabs .banner .nav li,
.banner .nav .nav-tabs li {
  margin-bottom: -1px;
}

.nav-tabs .nav-link,
.nav-tabs .banner .nav a,
.banner .nav .nav-tabs a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .banner .nav a:hover,
.banner .nav .nav-tabs a:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .banner .nav a:focus,
.banner .nav .nav-tabs a:focus {
  border-color: #f6f8fa #f6f8fa #e5e5e5;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .banner .nav a.disabled,
.banner .nav .nav-tabs a.disabled {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .banner .nav a.active,
.banner .nav .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .banner .nav li.show .nav-link,
.banner .nav .nav-tabs li.show .nav-link,
.nav-tabs .nav-item.show .banner .nav a,
.banner .nav .nav-tabs .nav-item.show a,
.nav-tabs .banner .nav li.show a,
.banner .nav .nav-tabs li.show a {
  color: #777582;
  background-color: #fff;
  border-color: #e5e5e5 #e5e5e5 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link,
.nav-pills .banner .nav a,
.banner .nav .nav-pills a {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .banner .nav a.active,
.banner .nav .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills .banner .nav .show > a,
.banner .nav .nav-pills .show > a {
  color: #fff;
  background-color: #0e85f4;
}

.nav-fill .nav-item,
.nav-fill .banner .nav li,
.banner .nav .nav-fill li {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified .banner .nav li,
.banner .nav .nav-justified li {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link,
.navbar-nav .banner .nav a,
.banner .nav .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link,
  .navbar-expand-sm .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link,
  .navbar-expand-md .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-md .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link,
  .navbar-expand-xl .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .banner .nav a,
.banner .nav .navbar-expand .navbar-nav a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .banner .nav a,
.banner .nav .navbar-light .navbar-nav a {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .banner .nav a:hover,
.banner .nav .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .banner .nav a:focus,
.banner .nav .navbar-light .navbar-nav a:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .banner .nav a.disabled,
.banner .nav .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .banner .nav .show > a,
.banner .nav .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .banner .nav a.show,
.banner .nav .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .banner .nav a.active,
.banner .nav .navbar-light .navbar-nav a.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .banner .nav a,
.banner .nav .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .banner .nav a:hover,
.banner .nav .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .banner .nav a:focus,
.banner .nav .navbar-dark .navbar-nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .banner .nav a.disabled,
.banner .nav .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .banner .nav .show > a,
.banner .nav .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .banner .nav a.show,
.banner .nav .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .banner .nav a.active,
.banner .nav .navbar-dark .navbar-nav a.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0e85f4;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.page-link:hover {
  z-index: 2;
  color: #085eae;
  text-decoration: none;
  background-color: #f6f8fa;
  border-color: #e5e5e5;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 133, 244, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0e85f4;
  border-color: #0e85f4;
}

.page-item.disabled .page-link {
  color: #818a91;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e5e5e5;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0e85f4;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #096bc6;
}

.badge-secondary {
  color: #fff;
  background-color: #000033;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: black;
}

.badge-success {
  color: #373a3c;
  background-color: #10e28b;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #373a3c;
  text-decoration: none;
  background-color: #0db26e;
}

.badge-info {
  color: #373a3c;
  background-color: #00deff;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #373a3c;
  text-decoration: none;
  background-color: #00b2cc;
}

.badge-warning {
  color: #373a3c;
  background-color: #ffdb16;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #373a3c;
  text-decoration: none;
  background-color: #e2bf00;
}

.badge-danger {
  color: #fff;
  background-color: #ff2731;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f3000b;
}

.badge-light {
  color: #373a3c;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #373a3c;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #000033;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: black;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #07457f;
  background-color: #cfe7fd;
  border-color: #bcddfc;
}

.alert-primary hr {
  border-top-color: #a4d1fb;
}

.alert-primary .alert-link {
  color: #042b4f;
}

.alert-secondary {
  color: #00001b;
  background-color: #ccccd6;
  border-color: #b8b8c6;
}

.alert-secondary hr {
  border-top-color: #aaaabb;
}

.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: #087648;
  background-color: #cff9e8;
  border-color: #bcf7df;
}

.alert-success hr {
  border-top-color: #a5f4d4;
}

.alert-success .alert-link {
  color: #05462b;
}

.alert-info {
  color: #007385;
  background-color: #ccf8ff;
  border-color: #b8f6ff;
}

.alert-info hr {
  border-top-color: #9ff3ff;
}

.alert-info .alert-link {
  color: #004752;
}

.alert-warning {
  color: #85720b;
  background-color: #fff8d0;
  border-color: #fff5be;
}

.alert-warning hr {
  border-top-color: #fff1a5;
}

.alert-warning .alert-link {
  color: #564a07;
}

.alert-danger {
  color: #851419;
  background-color: #ffd4d6;
  border-color: #ffc3c5;
}

.alert-danger hr {
  border-top-color: #ffaaac;
}

.alert-danger .alert-link {
  color: #590d11;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #00001b;
  background-color: #ccccd6;
  border-color: #b8b8c6;
}

.alert-dark hr {
  border-top-color: #aaaabb;
}

.alert-dark .alert-link {
  color: black;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #777582;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #777582;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #777582;
  background-color: #f6f8fa;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #818a91;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0e85f4;
  border-color: #0e85f4;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #07457f;
  background-color: #bcddfc;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #07457f;
  background-color: #a4d1fb;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #07457f;
  border-color: #07457f;
}

.list-group-item-secondary {
  color: #00001b;
  background-color: #b8b8c6;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #00001b;
  background-color: #aaaabb;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #00001b;
  border-color: #00001b;
}

.list-group-item-success {
  color: #087648;
  background-color: #bcf7df;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #087648;
  background-color: #a5f4d4;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #087648;
  border-color: #087648;
}

.list-group-item-info {
  color: #007385;
  background-color: #b8f6ff;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #007385;
  background-color: #9ff3ff;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #007385;
  border-color: #007385;
}

.list-group-item-warning {
  color: #85720b;
  background-color: #fff5be;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #85720b;
  background-color: #fff1a5;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #85720b;
  border-color: #85720b;
}

.list-group-item-danger {
  color: #851419;
  background-color: #ffc3c5;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #851419;
  background-color: #ffaaac;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #851419;
  border-color: #851419;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #00001b;
  background-color: #b8b8c6;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #00001b;
  background-color: #aaaabb;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #00001b;
  border-color: #00001b;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #f6f8fa;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #f6f8fa;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #777582;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0e85f4 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #096bc6 !important;
}

.bg-secondary {
  background-color: #000033 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: black !important;
}

.bg-success {
  background-color: #10e28b !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0db26e !important;
}

.bg-info {
  background-color: #00deff !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #00b2cc !important;
}

.bg-warning {
  background-color: #ffdb16 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e2bf00 !important;
}

.bg-danger {
  background-color: #ff2731 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f3000b !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #000033 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e5e5e5 !important;
}

.border-top {
  border-top: 1px solid #e5e5e5 !important;
}

.border-right {
  border-right: 1px solid #e5e5e5 !important;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5 !important;
}

.border-left {
  border-left: 1px solid #e5e5e5 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0e85f4 !important;
}

.border-secondary {
  border-color: #000033 !important;
}

.border-success {
  border-color: #10e28b !important;
}

.border-info {
  border-color: #00deff !important;
}

.border-warning {
  border-color: #ffdb16 !important;
}

.border-danger {
  border-color: #ff2731 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #000033 !important;
}

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

  .d-sm-inline-block {
    display: inline-block !important;
  }

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

  .d-md-inline-block {
    display: inline-block !important;
  }

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

  .d-lg-inline-block {
    display: inline-block !important;
  }

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

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

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.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;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}

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

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

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

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

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

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

.text-primary {
  color: #0e85f4 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #096bc6 !important;
}

.text-secondary {
  color: #000033 !important;
}

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

.text-success {
  color: #10e28b !important;
}

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

.text-info {
  color: #00deff !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #00b2cc !important;
}

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

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

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

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

.text-light {
  color: #f8f9fa !important;
}

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

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

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

.text-body {
  color: #777582 !important;
}

.text-muted {
  color: #818a91 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*------------------------------------*\
    Patterns
\*------------------------------------*/

/*------------------------------------*\
    $ABSTRACTS
\*------------------------------------*/

/*------------------------------------*\
    $BASE
\*------------------------------------*/

/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/

/*------------------------------------*\
    Website specific patterns
\*------------------------------------*/

/* Basic style overwrites */

[role=main] {
  background-color: #fff;
  overflow-x: hidden;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

/* :focus {
  outline: none;
} */

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

p {
  font-weight: 300;
}

h1 .strong,
h1 strong,
h1 b {
  font-weight: 400;
  text-transform: uppercase;
  color: #0e85f4;
  text-decoration: none;
}

.btn.btn-round {
  padding: 0;
  text-align: center;
  white-space: normal;
}

.btn.btn-round.btn-round-md {
  width: 7rem;
  height: 7rem;
}

.usp-icon,
.service-icon {
  color: #0e85f4;
  font-size: 3.6rem;
}

.bg-blue {
  background-color: #0e85f4;
  color: #ffffff;
}

.bg-blue .btn.btn-primary {
  color: #fff;
  background-color: #0e85f4;
  border-color: #ffffff;
}

.bg-blue .btn.btn-primary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #e6e6e6;
}

.bg-blue .btn.btn-primary:focus,
.bg-blue .btn.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.bg-blue .btn.btn-primary.disabled,
.bg-blue .btn.btn-primary:disabled {
  color: #fff;
  background-color: #0e85f4;
  border-color: #ffffff;
}

.bg-blue .btn.btn-primary:not(:disabled):not(.disabled):active,
.bg-blue .btn.btn-primary:not(:disabled):not(.disabled).active,
.show > .bg-blue .btn.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #096bc6;
  border-color: #dfdfdf;
}

.bg-blue .btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.bg-blue .btn.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-blue .btn.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.bg-blue .btn.btn-outline-primary {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}

.bg-blue .btn.btn-outline-primary:hover {
  color: #0e85f4;
  background-color: #ffffff;
  border-color: #ffffff;
}

.bg-blue .btn.btn-outline-primary:focus,
.bg-blue .btn.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.bg-blue .btn.btn-outline-primary.disabled,
.bg-blue .btn.btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}

.bg-blue .btn.btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-blue .btn.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-blue .btn.btn-outline-primary.dropdown-toggle {
  color: #373a3c;
  background-color: #ffffff;
  border-color: #ffffff;
}

.bg-blue .btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-blue .btn.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-blue .btn.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn.btn-outline-danger,
.btn.btn-outline-info,
.btn.btn-outline-primary,
.btn.btn-outline-secondary,
.btn.btn-outline-success,
.btn.btn-outline-warning {
  border: 1px solid;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-05 {
  opacity: .05 !important;
}

.opacity-10 {
  opacity: .1 !important;
}

.opacity-20 {
  opacity: .2 !important;
}

.opacity-30 {
  opacity: .3 !important;
}

.opacity-40 {
  opacity: .4 !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-60 {
  opacity: .6 !important;
}

.opacity-70 {
  opacity: .7 !important;
}

.opacity-80 {
  opacity: .8 !important;
}

.opacity-90 {
  opacity: .9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

.overflow-visible {
  overflow: visible !important;
}

/* Global styles */

@media (max-width: 768px) {
  h1 {
    font-size: 2.2rem !important;
  }
}

.mobile #main > .container {
  position: relative;
}

h1.title,
h2.title {
  margin-bottom: 3rem;
}

hr.boldline {
  width: 80px;
  margin: 1rem auto;
  border: 2px solid #0e85f4;
}

hr.boldline.left {
  margin-left: 0;
  margin-right: auto;
}

hr.boldline.right {
  margin-left: auto;
  margin-right: 0;
}

/* Hide visually but not from screen readers */

.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  word-wrap: normal !important;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
}

.cursor-pointer {
  cursor: pointer;
}

.page-link.disabled {
  background: #ddd;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

section.section-dark {
  background-color: #f6f8fa;
}

a {
  text-decoration: none;
  transition: all .3s ease-out !important;
}

a > * {
  transition: all .3s ease-out !important;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none !important;
}

::selection {
  background: #ccf8ff !important;
}

::-moz-selection {
  background: #ccf8ff !important;
}

.text-muted {
  color: rgba(0, 0, 51, 0.4) !important;
}

a:not(.disabled),
a:hover:not(.disabled),
button:not(.disabled),
button:hover:not(.disabled) {
  cursor: pointer !important;
}

/*
Global Mixins
 */

/**
 * Pattern Dependencies
 */

/*=========================================================================
  Benefits (Product detail and home page)
 ========================================================================== */

.benefits-image img {
  max-width: 100%;
  max-height: 450px;
}

@media (max-width: 575.98px) {
  .benefits-image img {
    max-height: 360px;
  }
}

.btn {
  cursor: pointer;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: .95rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  padding: .8rem 1.2rem;
  box-shadow: 0 4px 6px rgba(119, 117, 130, 0.2), 0 0 3px rgba(0, 0, 0, 0.1);
  transition: all .3s ease-out;
}

.btn + .btn {
  margin-left: 10px;
}

.btn:hover {
  box-shadow: 0 7px 14px rgba(119, 117, 130, 0.18), 0 2px 6px rgba(0, 0, 0, 0.1);
}

.btn:focus {
  box-shadow: 0 7px 14px rgba(119, 117, 130, 0.18), 0 2px 6px rgba(0, 0, 0, 0.1);
}

.btn-lg,
.btn-group-lg > .btn {
  font-size: 1.15rem !important;
  font-weight: 400 !important;
  padding-right: 2.3rem !important;
  padding-left: 2.3rem !important;
}

.btn-primary {
  color: #f8f9fa;
  border: 2px solid #0e85f4;
  background: #0e85f4;
  z-index: 1;
}

.btn-primary:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #0a78de;
}

.btn-primary:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f9fa;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border-color: #0a78de;
  background: #0e85f4;
}

.btn-primary:hover:after,
.btn-primary:active:after,
.btn-primary:focus:after {
  width: 120%;
}

.btn-primary:hover:before,
.btn-primary:active:before,
.btn-primary:focus:before {
  width: 120%;
}

.btn-secondary {
  color: #f8f9fa;
  border: 2px solid #000033;
  background: #000033;
  z-index: 1;
}

.btn-secondary:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #00001a;
}

.btn-secondary:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f9fa;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  border-color: #00001a;
  background: #000033;
}

.btn-secondary:hover:after,
.btn-secondary:active:after,
.btn-secondary:focus:after {
  width: 120%;
}

.btn-secondary:hover:before,
.btn-secondary:active:before,
.btn-secondary:focus:before {
  width: 120%;
}

.btn-success {
  color: #f8f9fa;
  border: 2px solid #10e28b;
  background: #10e28b;
  z-index: 1;
}

.btn-success:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #0eca7c;
}

.btn-success:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f9fa;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  border-color: #0eca7c;
  background: #10e28b;
}

.btn-success:hover:after,
.btn-success:active:after,
.btn-success:focus:after {
  width: 120%;
}

.btn-success:hover:before,
.btn-success:active:before,
.btn-success:focus:before {
  width: 120%;
}

.btn-warning {
  color: #000033;
  border: 2px solid #ffdb16;
  background: #ffdb16;
  z-index: 1;
}

.btn-warning:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #fcd500;
}

.btn-warning:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000033;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  border-color: #fcd500;
  background: #ffdb16;
}

.btn-warning:hover:after,
.btn-warning:active:after,
.btn-warning:focus:after {
  width: 120%;
}

.btn-warning:hover:before,
.btn-warning:active:before,
.btn-warning:focus:before {
  width: 120%;
}

.btn-danger {
  color: #f8f9fa;
  border: 2px solid #ff2731;
  background: #ff2731;
  z-index: 1;
}

.btn-danger:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #ff0e19;
}

.btn-danger:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f9fa;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  border-color: #ff0e19;
  background: #ff2731;
}

.btn-danger:hover:after,
.btn-danger:active:after,
.btn-danger:focus:after {
  width: 120%;
}

.btn-danger:hover:before,
.btn-danger:active:before,
.btn-danger:focus:before {
  width: 120%;
}

.btn-info {
  color: #000033;
  border: 2px solid #00deff;
  background: #00deff;
  z-index: 1;
}

.btn-info:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #00c8e6;
}

.btn-info:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000033;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  border-color: #00c8e6;
  background: #00deff;
}

.btn-info:hover:after,
.btn-info:active:after,
.btn-info:focus:after {
  width: 120%;
}

.btn-info:hover:before,
.btn-info:active:before,
.btn-info:focus:before {
  width: 120%;
}

.btn-light {
  color: #000033;
  border: 2px solid #f8f9fa;
  background: #f8f9fa;
  z-index: 1;
}

.btn-light:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #e9ecef;
}

.btn-light:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000033;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  border-color: #e9ecef;
  background: #f8f9fa;
}

.btn-light:hover:after,
.btn-light:active:after,
.btn-light:focus:after {
  width: 120%;
}

.btn-light:hover:before,
.btn-light:active:before,
.btn-light:focus:before {
  width: 120%;
}

.btn-dark {
  color: #f8f9fa;
  border: 2px solid #000033;
  background: #000033;
  z-index: 1;
}

.btn-dark:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #00001a;
}

.btn-dark:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f9fa;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  border-color: #00001a;
  background: #000033;
}

.btn-dark:hover:after,
.btn-dark:active:after,
.btn-dark:focus:after {
  width: 120%;
}

.btn-dark:hover:before,
.btn-dark:active:before,
.btn-dark:focus:before {
  width: 120%;
}

.btn-link {
  color: #0e85f4;
  border: 2px solid #fff;
  background: #fff;
  z-index: 1;
}

.btn-link:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #f2f2f2;
}

.btn-link:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0e85f4;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  border-color: #f2f2f2;
  background: #fff;
}

.btn-link:hover:after,
.btn-link:active:after,
.btn-link:focus:after {
  width: 120%;
}

.btn-link:hover:before,
.btn-link:active:before,
.btn-link:focus:before {
  width: 120%;
}

.btn-outline {
  border-width: 2px !important;
}

.btn-outline-primary {
  color: #0e85f4 !important;
  border-color: #0e85f4 !important;
  border-width: 2px !important;
  background: transparent;
  z-index: 1;
}

.btn-outline-primary:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #0e85f4;
}

.btn-outline-primary:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f9fa;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  border-color: #0e85f4;
  background: transparent;
}

.btn-outline-primary:hover:after,
.btn-outline-primary:active:after,
.btn-outline-primary:focus:after {
  width: 120%;
}

.btn-outline-primary:hover:before,
.btn-outline-primary:active:before,
.btn-outline-primary:focus:before {
  width: 120%;
}

.btn-outline-secondary {
  color: #000033 !important;
  border-color: #000033 !important;
  border-width: 2px !important;
  background: transparent;
  z-index: 1;
}

.btn-outline-secondary:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #000033;
}

.btn-outline-secondary:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f9fa;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
  border-color: #000033;
  background: transparent;
}

.btn-outline-secondary:hover:after,
.btn-outline-secondary:active:after,
.btn-outline-secondary:focus:after {
  width: 120%;
}

.btn-outline-secondary:hover:before,
.btn-outline-secondary:active:before,
.btn-outline-secondary:focus:before {
  width: 120%;
}

.btn-outline-success {
  color: #10e28b !important;
  border-color: #10e28b !important;
  border-width: 2px !important;
  background: transparent;
  z-index: 1;
}

.btn-outline-success:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #10e28b;
}

.btn-outline-success:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f9fa;
}

.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success:focus {
  border-color: #10e28b;
  background: transparent;
}

.btn-outline-success:hover:after,
.btn-outline-success:active:after,
.btn-outline-success:focus:after {
  width: 120%;
}

.btn-outline-success:hover:before,
.btn-outline-success:active:before,
.btn-outline-success:focus:before {
  width: 120%;
}

.btn-outline-warning {
  color: #ffdb16 !important;
  border-color: #ffdb16 !important;
  border-width: 2px !important;
  background: transparent;
  z-index: 1;
}

.btn-outline-warning:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #ffdb16;
}

.btn-outline-warning:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000033;
}

.btn-outline-warning:hover,
.btn-outline-warning:active,
.btn-outline-warning:focus {
  border-color: #ffdb16;
  background: transparent;
}

.btn-outline-warning:hover:after,
.btn-outline-warning:active:after,
.btn-outline-warning:focus:after {
  width: 120%;
}

.btn-outline-warning:hover:before,
.btn-outline-warning:active:before,
.btn-outline-warning:focus:before {
  width: 120%;
}

.btn-outline-danger {
  color: #ff2731 !important;
  border-color: #ff2731 !important;
  border-width: 2px !important;
  background: transparent;
  z-index: 1;
}

.btn-outline-danger:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #ff2731;
}

.btn-outline-danger:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f9fa;
}

.btn-outline-danger:hover,
.btn-outline-danger:active,
.btn-outline-danger:focus {
  border-color: #ff2731;
  background: transparent;
}

.btn-outline-danger:hover:after,
.btn-outline-danger:active:after,
.btn-outline-danger:focus:after {
  width: 120%;
}

.btn-outline-danger:hover:before,
.btn-outline-danger:active:before,
.btn-outline-danger:focus:before {
  width: 120%;
}

.btn-outline-info {
  color: #00deff !important;
  border-color: #00deff !important;
  border-width: 2px !important;
  background: transparent;
  z-index: 1;
}

.btn-outline-info:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #00deff;
}

.btn-outline-info:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000033;
}

.btn-outline-info:hover,
.btn-outline-info:active,
.btn-outline-info:focus {
  border-color: #00deff;
  background: transparent;
}

.btn-outline-info:hover:after,
.btn-outline-info:active:after,
.btn-outline-info:focus:after {
  width: 120%;
}

.btn-outline-info:hover:before,
.btn-outline-info:active:before,
.btn-outline-info:focus:before {
  width: 120%;
}

.btn-outline-light {
  color: #f8f9fa !important;
  border-color: #f8f9fa !important;
  border-width: 2px !important;
  background: transparent;
  z-index: 1;
}

.btn-outline-light:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #f8f9fa;
}

.btn-outline-light:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000033;
}

.btn-outline-light:hover,
.btn-outline-light:active,
.btn-outline-light:focus {
  border-color: #f8f9fa;
  background: transparent;
}

.btn-outline-light:hover:after,
.btn-outline-light:active:after,
.btn-outline-light:focus:after {
  width: 120%;
}

.btn-outline-light:hover:before,
.btn-outline-light:active:before,
.btn-outline-light:focus:before {
  width: 120%;
}

.btn-outline-dark {
  color: #000033 !important;
  border-color: #000033 !important;
  border-width: 2px !important;
  background: transparent;
  z-index: 1;
}

.btn-outline-dark:before {
  content: '';
  height: 102%;
  width: 0%;
  position: absolute;
  left: -10%;
  top: -1%;
  transform: skewX(-15deg);
  transition: all .45s ease-out;
  background-color: #000033;
}

.btn-outline-dark:after {
  content: '\F102';
  font-family: app-arena;
  top: 0;
  height: 100%;
  left: -10%;
  width: 0%;
  font-size: 1rem;
  text-align: center;
  transition: all .45s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f9fa;
}

.btn-outline-dark:hover,
.btn-outline-dark:active,
.btn-outline-dark:focus {
  border-color: #000033;
  background: transparent;
}

.btn-outline-dark:hover:after,
.btn-outline-dark:active:after,
.btn-outline-dark:focus:after {
  width: 120%;
}

.btn-outline-dark:hover:before,
.btn-outline-dark:active:before,
.btn-outline-dark:focus:before {
  width: 120%;
}

a.text-primary,
a.link-primary {
  color: #0e85f4;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
  transition: all .3s ease-out;
  text-decoration: none;
  background: none !important;
}

a.text-primary i,
a.link-primary i {
  margin-left: 4px;
}

a.text-primary:before,
a.link-primary:before {
  content: '';
  background: #0e85f4;
  height: 2px;
  width: 0;
  bottom: -6px;
  left: 0;
  position: absolute;
  transition: all .3s ease-out;
}

a.text-primary:hover,
a.link-primary:hover {
  text-decoration: none !important;
  border-bottom: none !important;
  color: #0e85f4 !important;
}

a.text-primary:hover i,
a.link-primary:hover i {
  margin-left: 10px;
}

a.text-primary:hover:before,
a.link-primary:hover:before {
  width: 100%;
}

a.text-secondary,
a.link-secondary {
  color: #000033;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
  transition: all .3s ease-out;
  text-decoration: none;
  background: none !important;
}

a.text-secondary i,
a.link-secondary i {
  margin-left: 4px;
}

a.text-secondary:before,
a.link-secondary:before {
  content: '';
  background: #000033;
  height: 2px;
  width: 0;
  bottom: -6px;
  left: 0;
  position: absolute;
  transition: all .3s ease-out;
}

a.text-secondary:hover,
a.link-secondary:hover {
  text-decoration: none !important;
  border-bottom: none !important;
  color: #000033 !important;
}

a.text-secondary:hover i,
a.link-secondary:hover i {
  margin-left: 10px;
}

a.text-secondary:hover:before,
a.link-secondary:hover:before {
  width: 100%;
}

a.text-success,
a.link-success {
  color: #10e28b;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
  transition: all .3s ease-out;
  text-decoration: none;
  background: none !important;
}

a.text-success i,
a.link-success i {
  margin-left: 4px;
}

a.text-success:before,
a.link-success:before {
  content: '';
  background: #10e28b;
  height: 2px;
  width: 0;
  bottom: -6px;
  left: 0;
  position: absolute;
  transition: all .3s ease-out;
}

a.text-success:hover,
a.link-success:hover {
  text-decoration: none !important;
  border-bottom: none !important;
  color: #10e28b !important;
}

a.text-success:hover i,
a.link-success:hover i {
  margin-left: 10px;
}

a.text-success:hover:before,
a.link-success:hover:before {
  width: 100%;
}

a.text-warning,
a.link-warning {
  color: #ffdb16;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
  transition: all .3s ease-out;
  text-decoration: none;
  background: none !important;
}

a.text-warning i,
a.link-warning i {
  margin-left: 4px;
}

a.text-warning:before,
a.link-warning:before {
  content: '';
  background: #ffdb16;
  height: 2px;
  width: 0;
  bottom: -6px;
  left: 0;
  position: absolute;
  transition: all .3s ease-out;
}

a.text-warning:hover,
a.link-warning:hover {
  text-decoration: none !important;
  border-bottom: none !important;
  color: #ffdb16 !important;
}

a.text-warning:hover i,
a.link-warning:hover i {
  margin-left: 10px;
}

a.text-warning:hover:before,
a.link-warning:hover:before {
  width: 100%;
}

a.text-danger,
a.link-danger {
  color: #ff2731;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
  transition: all .3s ease-out;
  text-decoration: none;
  background: none !important;
}

a.text-danger i,
a.link-danger i {
  margin-left: 4px;
}

a.text-danger:before,
a.link-danger:before {
  content: '';
  background: #ff2731;
  height: 2px;
  width: 0;
  bottom: -6px;
  left: 0;
  position: absolute;
  transition: all .3s ease-out;
}

a.text-danger:hover,
a.link-danger:hover {
  text-decoration: none !important;
  border-bottom: none !important;
  color: #ff2731 !important;
}

a.text-danger:hover i,
a.link-danger:hover i {
  margin-left: 10px;
}

a.text-danger:hover:before,
a.link-danger:hover:before {
  width: 100%;
}

a.text-info,
a.link-info {
  color: #00deff;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
  transition: all .3s ease-out;
  text-decoration: none;
  background: none !important;
}

a.text-info i,
a.link-info i {
  margin-left: 4px;
}

a.text-info:before,
a.link-info:before {
  content: '';
  background: #00deff;
  height: 2px;
  width: 0;
  bottom: -6px;
  left: 0;
  position: absolute;
  transition: all .3s ease-out;
}

a.text-info:hover,
a.link-info:hover {
  text-decoration: none !important;
  border-bottom: none !important;
  color: #00deff !important;
}

a.text-info:hover i,
a.link-info:hover i {
  margin-left: 10px;
}

a.text-info:hover:before,
a.link-info:hover:before {
  width: 100%;
}

a.text-light,
a.link-light {
  color: #f8f9fa;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
  transition: all .3s ease-out;
  text-decoration: none;
  background: none !important;
}

a.text-light i,
a.link-light i {
  margin-left: 4px;
}

a.text-light:before,
a.link-light:before {
  content: '';
  background: #f8f9fa;
  height: 2px;
  width: 0;
  bottom: -6px;
  left: 0;
  position: absolute;
  transition: all .3s ease-out;
}

a.text-light:hover,
a.link-light:hover {
  text-decoration: none !important;
  border-bottom: none !important;
  color: #f8f9fa !important;
}

a.text-light:hover i,
a.link-light:hover i {
  margin-left: 10px;
}

a.text-light:hover:before,
a.link-light:hover:before {
  width: 100%;
}

a.text-dark,
a.link-dark {
  color: #000033;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
  transition: all .3s ease-out;
  text-decoration: none;
  background: none !important;
}

a.text-dark i,
a.link-dark i {
  margin-left: 4px;
}

a.text-dark:before,
a.link-dark:before {
  content: '';
  background: #000033;
  height: 2px;
  width: 0;
  bottom: -6px;
  left: 0;
  position: absolute;
  transition: all .3s ease-out;
}

a.text-dark:hover,
a.link-dark:hover {
  text-decoration: none !important;
  border-bottom: none !important;
  color: #000033 !important;
}

a.text-dark:hover i,
a.link-dark:hover i {
  margin-left: 10px;
}

a.text-dark:hover:before,
a.link-dark:hover:before {
  width: 100%;
}

#m-navbar-desktop .btn-login {
  font-size: .95rem;
  box-shadow: none;
  color: #0e85f4;
  border: 2px solid #0e85f4;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  transition: background-color .15s ease;
}

#m-navbar-desktop .btn-login:hover {
  color: #fff;
  box-shadow: 0 7px 14px rgba(119, 117, 130, 0.18), 0 2px 6px rgba(0, 0, 0, 0.1);
}

#m-navbar-desktop .btn-login:focus {
  color: #fff;
}

.scroll-cta #m-navbar-desktop .btn-login {
  color: #fff;
  background-color: #0e85f4;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  box-shadow: 0 4px 6px rgba(119, 117, 130, 0.2), 0 0 3px rgba(0, 0, 0, 0.1);
}

.scroll-cta #m-navbar-desktop .btn-login:hover {
  background-color: #0035a4;
  border-color: #0035a4;
  box-shadow: 0 7px 14px rgba(119, 117, 130, 0.18), 0 2px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.scroll-cta #m-navbar-desktop .btn-login:focus {
  color: #fff;
  background-color: #0035a4;
  border-color: #0035a4;
  box-shadow: 0 7px 14px rgba(119, 117, 130, 0.18), 0 2px 6px rgba(0, 0, 0, 0.1);
}

.callout {
  padding: 0 1.25rem;
  margin: 2.5rem 0;
  border-left-width: .25rem;
  border-left-style: solid;
}

.callout h4 {
  margin-top: 0;
  margin-bottom: .25rem;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout code {
  border-radius: .25rem;
}

.callout + .callout {
  margin-top: -.25rem;
}

.callout-info {
  border-left-color: #00deff;
}

.callout-info h4 {
  color: #00deff;
}

.callout-primary {
  border-left-color: #0e85f4;
}

.callout-primary h4 {
  color: #0e85f4;
}

.callout-warning {
  border-left-color: #ffdb16;
}

.callout-warning h4 {
  color: #ffdb16;
}

.callout-danger {
  border-left-color: #ff2731;
}

.callout-danger h4 {
  color: #ff2731;
}

.callout-success {
  border-left-color: #10e28b;
}

.callout-success h4 {
  color: #10e28b;
}

.o-counter-list .a-counter output {
  color: #0e85f4;
  font-size: 2rem;
  font-weight: 600;
}

.o-counter-list .a-counter hr {
  width: 80%;
}

.description p {
  line-height: 1.8rem;
}

.description .title {
  margin-bottom: 2rem;
}

.description .text-sm-left {
  font-weight: 300;
  line-height: 1.8rem;
}

.description a {
  margin-top: 15px;
}

/*
@media (min-width: 1400px) {
  .description {
    .container {
      width: 1300px;
    }
  }
}
*/

.form-control {
  border-color: #e5e5e5 !important;
}

/*
// Search form
.search-form {
  @extend .form-inline;
}
.search-form label {
  font-weight: normal;
  @extend .form-group;
}
.search-form .search-field {
  @extend .form-control;
}
.search-form .search-submit {
  @extend .btn;
  @extend .btn-secondary;
}
*/

section.section-counter output {
  color: #0e85f4;
  font-size: 2.842rem;
  font-weight: 600;
}

section.section-counter hr {
  border-top: solid 2px #ccc;
  width: 100%;
  max-width: 100%;
  text-align: inherit;
  margin-left: 0;
  margin-right: 0;
}

section.section-counter label {
  font-size: 1.105rem;
}

section.section-services-list .services-row {
  margin-top: 2rem;
}

section.section-services-list .services-col {
  background-color: #fff;
  margin-bottom: 2rem;
  padding: 1rem;
}

.list-success {
  padding-left: 30px;
  line-height: 2rem;
  list-style: none;
}

.list-success li {
  position: relative;
}

.list-success li:before {
  content: "\F140";
  color: #10e28b;
  font-family: app-arena !important;
  background: #f8f9fa;
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  left: -30px;
  top: 8px;
  border-radius: 24px;
  line-height: 1;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

html.modal-active,
body.modal-active {
  overflow: hidden;
}

body.modal-active {
  overflow: visible;
}

#iframe-modal {
  margin: 0;
  padding: 0;
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

#iframe-modal::-webkit-scrollbar {
  width: .5rem;
  background-color: #000033;
}

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1060;
}

#modal-container.two {
  transform: scale(1);
}

#modal-container.two .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out {
  animation: quickScaleDown 0s .5s linear forwards;
}

#modal-container.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out .close {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container button.close {
  outline: none !important;
  color: #fff !important;
  text-shadow: none !important;
  position: absolute;
  z-index: 9999;
  right: 2.5%;
  top: 10px;
  background: url("https://s3.app-arena.com/website/images/close.svg") no-repeat center;
  background-size: 53%;
  opacity: 0.8;
  cursor: pointer;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: 0.5s cubic-bezier(0.27, 1.64, 0.32, 0.95);
  -moz-transition: 0.5s cubic-bezier(0.27, 1.64, 0.32, 0.95);
  -ms-transition: 0.5s cubic-bezier(0.27, 1.64, 0.32, 0.95);
  -o-transition: 0.5s cubic-bezier(0.27, 1.64, 0.32, 0.95);
  transition: 0.5s cubic-bezier(0.27, 1.64, 0.32, 0.95);
}

#modal-container button.close:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 50%;
  border-color: rgba(255, 255, 255, 0.3);
}

#modal-container .modal-background {
  display: table-cell;
  background: rgba(45, 61, 74, 0.7);
  text-align: center;
  vertical-align: middle;
}

#modal-container .modal-background .modal {
  background: #fff;
  display: inline-block;
  border-radius: 0.25rem;
  position: relative;
  width: 95%;
  height: 90%;
}

#modal-container .modal-background .modal .modal-wrapper {
  display: -webkit-box;
  min-height: 100%;
}

#modal-container .modal-background .modal .modal-wrapper .o-usp-list {
  margin-top: 2rem;
}

#modal-container .modal-background .modal .modal-wrapper .o-usp-list .m-usp {
  margin-top: 1.2rem;
}

#modal-container .modal-background .modal .modal-wrapper .o-usp-list .m-usp .m-usp-icon {
  font-size: 2.2rem;
  margin-bottom: 0;
}

#modal-container .modal-background .modal .modal-wrapper .o-usp-list .m-usp .m-usp-title {
  padding-top: .8rem;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .1rem;
}

#modal-container .modal-background .modal .modal-wrapper .o-usp-list .m-usp .m-usp-description {
  font-size: .9rem;
  font-weight: 400;
}

#modal-container .modal-background .modal .modal-wrapper .button-row a.btn {
  margin-bottom: 1rem;
}

@media (max-width: 1199.98px) {
  #modal-container .modal-background .modal .modal-wrapper {
    display: grid;
  }

  #modal-container .modal-background .modal .modal-wrapper #iframe-modal {
    position: static;
    width: 105% !important;
    height: 800px !important;
    margin: 0 -15px;
  }
}

@media (max-width: 575.98px) {
  #modal-container .modal-background .modal {
    height: 85%;
  }

  #modal-container .modal-background .modal .modal-wrapper {
    display: flex;
  }

  #modal-container .modal-background .modal .modal-wrapper #iframe-modal {
    position: static;
    width: 110% !important;
    height: 500px !important;
    margin: 0 -15px;
  }

  #modal-container .modal-background .modal .modal-wrapper .button-row a.btn {
    margin-bottom: .4rem;
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(45, 61, 74, 0);
  }

  100% {
    background: rgba(45, 61, 74, 0.7);
  }
}

@keyframes fadeOut {
  0% {
    background: rgba(45, 61, 74, 0.7);
  }

  100% {
    background: rgba(45, 61, 74, 0);
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(1) translateY(1000px);
    opacity: 0;
  }

  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }

  100% {
    transform: scale(1) translateY(1000px);
    opacity: 0;
  }
}

@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

/**
 * Styling of pricing components
 */

.pricing-cards .card {
  min-height: 295px;
  border: none;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.12);
  transition: all .5s ease-out;
}

.pricing-cards .card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
  background: #f8f9fa;
  color: #000033 !important;
}

.pricing-cards .card .card-header {
  border: none;
  background: transparent;
}

.pricing-cards .card .card-prize span {
  line-height: 2;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: uppercase;
  opacity: .6;
  font-size: 15px;
}

.pricing-cards .card .card-prize span:nth-child(3) {
  font-size: 12px;
}

.pricing-cards.switch .tab-content > .active {
  display: flex;
}

.pricing-cards.switch .card {
  overflow: hidden;
}

.pricing-cards.switch .card .card-body:before {
  content: '';
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: 0;
  right: -100px;
  transform: skew(-45deg);
  overflow: hidden !important;
  z-index: 0;
}

.pricing-cards.switch .card.card-1 .card-body:before {
  background: #f8f9fa;
}

.pricing-cards.switch .card.card-2 .card-body:before {
  background: #9999ad;
}

.pricing-cards.switch .card.card-3 .card-body:before {
  background: #ffdb16;
}

@media (max-width: 576px) {
  .pricing-cards .card {
    margin-bottom: 30px;
  }
}

.label-discount {
  border-radius: 4px;
  background: #10e28b !important;
  opacity: 1 !important;
}

.icon-free {
  height: 18px !important;
  width: 18px !important;
  background: transparent;
  border: 3px solid #d3d3d3;
  display: inline-block;
  border-radius: 100%;
  margin-left: 10px;
  top: 2px;
  position: relative;
}

.icon-free:before {
  content: none;
}

#support-table {
  padding: 15px 30px;
}

#support-table .row {
  transition: all .2s ease-out;
  border-radius: 0px;
}

#support-table .row:hover {
  background: #fff;
}

#support-table .row .hour-block {
  font-size: 36px;
  color: #000033;
}

#support-table .row .service-name {
  font-weight: 400 !important;
  color: #000033;
}

#support-table .row .service-description {
  color: rgba(0, 0, 51, 0.4);
  line-height: 1.7;
}

.label-coming {
  font-size: 14px;
  padding: 6px 8px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  position: relative;
  top: -2px;
  white-space: nowrap;
  color: rgba(0, 0, 51, 0.4) !important;
}

.icon-star-filled.color-basic:before {
  background-image: linear-gradient(-45deg, rgba(0, 0, 51, 0.9), #f8f9fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 10px;
  font-size: 20px;
}

.icon-star-filled.color-premium {
  background-image: linear-gradient(-45deg, #ffbc00, gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 10px;
  font-size: 20px;
}

.icon-free {
  height: 18px !important;
  width: 18px !important;
  background: transparent;
  border: 3px solid #d3d3d3;
  display: inline-block;
  border-radius: 100%;
  margin-left: 10px;
  top: 2px;
  position: relative;
}

.icon-free:before {
  content: none !important;
}

/**
 * Styling of the PDM bar
 */

section.productofthemonth {
  background-color: #ffdb16;
  width: 100vw;
  position: fixed;
  bottom: 0px;
  height: 30px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  z-index: 99999;
  overflow: visible;
  padding-top: 30px;
  padding-bottom: 30px;
}

section.productofthemonth .close {
  text-shadow: none !important;
}

section.productofthemonth img.screen-desktop {
  bottom: -30px;
  left: 5%;
  max-width: 200px;
  z-index: 999999 !important;
  overflow: visible;
}

section.productofthemonth h2 {
  font-size: 16px !important;
}

section.productofthemonth .showproduct {
  margin-right: 6px;
}

section.productofthemonth .showproduct:hover {
  margin-right: 0px;
}

section.productofthemonth .content-wrapper {
  margin-bottom: -2px;
}

@media (min-width: 992px) {
  section.productofthemonth .product-screen-wrapper {
    margin-top: -30px;
  }

  section.productofthemonth .product-screen-wrapper img.screen-desktop {
    margin-left: 15%;
  }
}

@media (max-width: 576px) {
  section.productofthemonth {
    height: unset !important;
    border: none !important;
    background-color: #f8f9fa;
  }

  section.productofthemonth:before {
    content: '';
    height: 87px;
    top: 0px;
    width: 100vw;
    left: 0px;
    background: #ffdb16;
    position: absolute;
  }

  section.productofthemonth .collapse.show:after {
    content: '';
    height: 100vh;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 100vw;
    left: 0px;
    top: -100vh;
  }

  section.productofthemonth .icon {
    transition: all .3s ease-out;
    margin-left: 4px !important;
    display: inline-block;
  }

  section.productofthemonth a[aria-expanded="true"]:not(.text-primary) {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  section.productofthemonth a[aria-expanded="true"]:not(.text-primary) .icon {
    margin-left: auto !important;
    transform: rotate(180deg);
  }
}

/**
 * References slider
 */

.references .references-slider .container {
  margin-bottom: 80px;
}

.references .references-slider .container .company-logo {
  margin: 8px;
  max-width: 130px;
  opacity: 0.5;
}

.references .references-slider .container .company-logo.active {
  opacity: 1;
}

.references .references-slider h2 {
  font-weight: bold;
}

.references .references-slider .reference-image {
  z-index: 1;
}

.references .references-slider .quote-block {
  bottom: -35px;
  position: absolute;
  z-index: 2;
  padding: 20px;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.12);
  max-width: 75%;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: url(https://s3.app-arena.com/website/pds/quote.png), white;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.references .references-slider .quote-block .quote {
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  padding: 0;
  color: #000;
  font-weight: 500;
}

/**
 * All search related styling
 */

.search-form .search-icon {
  position: absolute;
  top: 15px;
  left: 25px;
}

.search-form .search-field {
  padding-left: 35px;
}

.o-service-list .m-service-list-item {
  position: relative;
}

.o-service-list .m-service-list-item .a-service-list-item-frontside {
  background: #fff;
  padding: 2rem .2rem 1.5rem;
  border-radius: 5px;
  margin: 0 0 2rem;
}

.o-service-list .m-service-list-item .a-service-list-item-frontside i {
  color: #0e85f4;
  font-size: 2.5rem;
  padding: 0 0 2rem 0;
}

.o-service-list .m-service-list-item .a-service-list-item-frontside h3 {
  font-size: 1.05rem;
  text-transform: uppercase;
}

.o-service-list .m-service-list-item .a-service-list-item-frontside p {
  line-height: 1.6rem;
}

.o-service-list .m-service-list-item .a-service-list-item-frontside a {
  padding: 1rem 0;
  text-decoration: none !important;
}

.o-service-list .m-service-list-item.active .a-service-list-item-backside {
  top: 15px;
  left: 30px;
  opacity: 1;
}

.o-service-list .a-service-list-item-backside {
  background: #000033;
  padding: 1rem .5rem;
  border-radius: 5px;
  box-shadow: 7px 7px 21px rgba(119, 117, 130, 0.23);
  position: absolute;
  top: 0;
  left: 30px;
  opacity: 0;
  z-index: 1;
  transition: .15s ease;
}

.o-service-list .a-service-list-item-backside h3 {
  color: #fff;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.o-service-list .a-service-list-item-backside p {
  color: #fff;
  line-height: 1.6rem;
}

/* Slider */

.slick-slider * {
  outline: none;
}

.slick-slider {
  position: relative;
  display: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider.slick-initialized {
  display: block;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: hand;
}

/*.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}*/

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  max-width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  z-index: 999;
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 2rem;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "app-arena-icons";
  font-size: 3.5rem;
  line-height: 1;
  color: #777582;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}

.slick-prev:before {
  content: "<";
}

[dir="rtl"] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}

.slick-next:before {
  content: ">";
}

[dir="rtl"] .slick-next:before {
  content: "<";
}

@media (max-width: 575.98px) {
  .slick-prev,
  .slick-next {
    padding: 1rem;
  }
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "app-arena-icons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.features #featuresSlider {
  height: 370px;
}

.features #featuresSlider .slick-prev,
.features #featuresSlider .slick-next {
  padding: 2rem 0 !important;
}

.features #featuresSlider .slick-prev:before,
.features #featuresSlider .slick-next:before {
  opacity: .75;
}

.features #featuresSlider .slick-prev:before:hover,
.features #featuresSlider .slick-next:before:hover {
  opacity: 1;
}

.features #featuresSlider .slick-dots {
  display: none !important;
}

.features #featuresSlider .carouselContainer .carouselImg img {
  padding: 0;
}

.features #featuresSlider .carouselContainer .carouselIcon {
  color: #0e85f4;
  font-size: 2rem;
}

.features #featuresSlider .carouselContainer .carouselTitle {
  color: #777582;
  font-size: 1.2rem;
}

.features #featuresSlider .carouselContainer .carouselDescription {
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/**
 * Styling of the USPs segment
 */

.m-usp .m-usp-icon {
  color: #0e85f4;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.m-usp .m-usp-title {
  padding-top: 1rem;
  font-size: 1.4rem;
}

.m-usp .m-usp-more-link {
  margin-top: -0.8rem;
}

section.usps .usp-svg {
  width: 13%;
  margin: 0 !important;
  float: left;
  height: 100%;
  max-height: 140px;
  transform: scale(0.9);
  font-size: 2rem;
  color: #777582;
}

section.usps .usp-txt h3 {
  color: #000033;
  font-weight: 500;
  margin-bottom: 10px;
}

section.usps .usp-txt p {
  color: rgba(0, 0, 51, 0.4);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 10px;
}

section.usps .usp-txt p:last-child {
  margin-bottom: 40px;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

.single-post .entry-content figure,
.single-post .entry-content img {
  max-width: 100% !important;
  height: auto !important;
}

.single-post .entry-content .figure-caption,
.single-post .entry-content .wp-caption-text,
.single-post .entry-content .wp-caption-text {
  color: rgba(55, 58, 60, 0.7);
  font-size: 85%;
  font-weight: 300;
  text-align: center;
  padding-top: .7rem;
  margin-bottom: 2.5rem;
}

.single-post blockquote {
  font-size: 1.7rem;
  font-weight: 300;
  font-style: italic;
  padding: 2rem;
}

.single-post blockquote:after,
.single-post blockquote:before {
  content: '"';
}

/**
 * AA Product related styling
 */

.aa_product-template-default section.header {
  margin-bottom: -18px;
  top: 86px;
  padding: 0 !important;
  text-align: center;
}

.aa_product-template-default section.header .background-image-container .row {
  position: absolute;
  z-index: 200;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 576px) {
  .aa_product-template-default section.header .background-image-container .row {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .aa_product-template-default section.header .background-image-container .row {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .aa_product-template-default section.header .background-image-container .row {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .aa_product-template-default section.header .background-image-container .row {
    max-width: 1140px;
  }
}

.aa_product-template-default section.header img.header-image {
  position: flex;
  z-index: 1;
}

.aa_product-template-default section.header .browser-template {
  display: inline-block;
  border: 1px solid #e7e7e9;
  background: #f6f8fa;
  width: 700px;
  height: 494px;
  padding-top: 24px;
  border-radius: .4rem;
  overflow: hidden;
  box-shadow: 0 13px 26px -7px rgba(0, 0, 0, 0.1);
  position: relative;
}

.aa_product-template-default section.header .browser-template .dot {
  width: 7px;
  height: 7px;
  border-radius: 99rem;
  background: #d5d7dc;
  position: absolute;
  top: 9px;
  left: 10px;
}

.aa_product-template-default section.header .browser-template .dot:nth-of-type(2) {
  left: 22px;
}

.aa_product-template-default section.header .browser-template .dot:nth-of-type(3) {
  left: 35px;
}

.aa_product-template-default section.header .browser-template .line {
  width: 11px;
  height: 2px;
  background: #d5d7dc;
  position: absolute;
  top: 8px;
  right: 10px;
}

.aa_product-template-default section.header .browser-template .line:nth-of-type(2) {
  top: 11px;
}

.aa_product-template-default section.header .browser-template .line:nth-of-type(3) {
  top: 14px;
}

.aa_product-template-default section.header .browser-template video {
  width: 100%;
}

@media (max-width: 768px) {
  .aa_product-template-default section.header .browser-template {
    width: 100%;
    height: auto;
  }

  .aa_product-template-default section.header .browser-template video {
    margin-bottom: -.5rem;
  }
}

.aa_product-template-default section.description .h1,
.aa_product-template-default section.description .h2,
.aa_product-template-default section.description .h3,
.aa_product-template-default section.description .h4,
.aa_product-template-default section.description .h5,
.aa_product-template-default section.description .h6,
.aa_product-template-default section.description h1,
.aa_product-template-default section.description h2,
.aa_product-template-default section.description h3,
.aa_product-template-default section.description h4,
.aa_product-template-default section.description h5,
.aa_product-template-default section.description h6 {
  margin-top: 1rem;
}

.aa_product-template-default section.features .o-vertical-tabs {
  padding: 0 5%;
  text-align: left;
}

.aa_product-template-default section.features .o-vertical-tabs .media.active {
  opacity: 1 !important;
}

/**
 * Product grid
 */

.aa_product-grid .product {
  margin-top: 100px;
  border: none;
  border-radius: 5px;
  transition: .25s ease;
}

.aa_product-grid .product:hover {
  box-shadow: 0 13px 24px rgba(119, 117, 130, 0.18);
}

.aa_product-grid .product .card-body {
  padding: 1.25rem 2.1rem;
}

.aa_product-grid .product-image {
  width: 300px;
  max-width: 80%;
  margin: -100px auto 0 auto;
}

.aa_product-grid .product-image-mobile {
  position: absolute;
  top: -80px;
  left: 13%;
  max-height: 200px;
}

#template-switch {
  text-align: center;
  padding-bottom: 2rem;
}

.logModal {
  background: transparent;
  border: 0;
}

#logModal {
  background: rgba(0, 0, 0, 0.5);
}

button.close {
  top: 68px;
  position: relative;
  right: 30px;
  z-index: 2;
}

@media (min-width: 1400px) {
  .aa_product-grid .container {
    width: 1300px;
  }
}

/**
 * Product detail page
 */

.product-info .mg-rows {
  position: relative;
  padding-top: 35px;
}

.product-info .mg-row {
  opacity: 0.6;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.product-info .mg-row:hover,
.product-info .mg-row:active {
  opacity: 1;
}

.product-info .mg-space-init {
  margin-bottom: -25px;
  background: #f7f7f7;
}

.product-info .mg-trigger {
  cursor: pointer;
  text-align: center;
  color: #777582;
  text-decoration: none;
}

.product-info .mg-trigger:hover,
.product-info .mg-trigger:focus {
  text-decoration: none;
}

.product-info .mg-space {
  display: none;
  position: relative;
  width: 100%;
  float: left;
}

.product-info .mg-target {
  display: none;
  text-align: center;
  background: #2d3d4a;
  color: #000;
}

.product-info a.mg-target {
  color: #000;
}

.product-info a.mg-target:hover {
  text-decoration: none;
}

.product-info .mg-target-open {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 80px;
}

.product-info .mg-indicator {
  border-bottom: 20px solid #2d3d4a;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.product-info .optimized-icons {
  font-size: 14px;
  float: left;
}

.product-info .optimized_content {
  color: #ccc;
}

.product-info .optimized span {
  padding-left: 5px;
}

.product-info .download_content {
  padding: 0 15%;
  font-size: 14px;
  overflow: scroll;
  color: #ccc;
  overflow-x: hidden;
}

.product-info .download_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #1f2c36;
}

.product-info .download_content::-webkit-scrollbar {
  width: 6px;
  background-color: #2d3d4a;
}

.product-info .download_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
}

.product-info .download_content .content {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

.product-info .download_content .download_url {
  color: #ccc;
}

.product-info .download_content .download_url:hover {
  background: #ccc;
}

.product-info .clickable-row {
  cursor: pointer;
}

.product-info ul.list-unstyled {
  line-height: 2rem;
}

.product-info li.language .language-status {
  font-size: 0.9rem;
}

.product-info li.language img {
  margin-top: -3px;
}

.product-info li.platform .image,
.product-info li.download .image {
  width: 24px;
  display: inline-block;
}

.product-info li.platform .caption,
.product-info li.download .caption {
  display: inline-block;
}

.product-info li.platform img,
.product-info li.download img {
  max-height: 16px;
  max-width: 16px;
}

.product-info li.platform .caption {
  width: 100px;
}

.product-info li.download a,
.product-info li.download a:hover {
  color: #fff;
}

/**
 * Product Detail Page Description
 */

.product-description-heading {
  margin-bottom: 30px;
}

.product-description-heading h2 {
  font-weight: bold;
}

.product-description-text {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.9);
  column-count: 2;
  column-gap: 40px;
  text-align: justify;
}

.product-description-text h5 {
  font-size: 20px;
  font-weight: bold;
}

.container-w-1350 {
  max-width: 1350px;
}

/**
 * Product Detail Page Feature
 */

#productFeatures .container.container-w-1350 > div:nth-child(2n) > div:first-child {
  order: 1 !important;
}

#productFeatures .feature-group-images {
  position: relative;
  top: 0;
  left: 0;
}

#productFeatures .feature-group-images .feature-image-active {
  z-index: 20;
  position: relative;
  top: 0;
  left: 0;
  transition: all .3s linear;
}

#productFeatures .feature-group-images .feature-image {
  z-index: 10;
  position: absolute;
  right: 120px;
  bottom: 25px;
  transition: none;
  height: 80%;
  opacity: unset;
}

#productFeatures .feature-group-heading h3 {
  font-weight: bold;
}

#productFeatures .unactive-feature {
  opacity: 0.3 !important;
}

#productFeatures .feature-content .feature-heading .feature-premium {
  background-image: linear-gradient(135deg, gold, #ffb600);
  font-size: 12px;
  top: -2px;
  padding: 5px 8px;
  border-radius: 4px;
  color: white;
  margin-left: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

#productFeatures .feature-content .feature-heading .feature-premium i.icon.icon-star-filled {
  top: 4px;
  position: relative;
}

#productFeatures .feature-content .feature-heading .feature-basic {
  background-image: linear-gradient(135deg, #909090, #bbbbbb);
  font-size: 12px;
  top: -2px;
  padding: 5px 8px;
  border-radius: 4px;
  color: white;
  margin-left: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

#productFeatures .feature-content .feature-icon {
  font-size: 22px;
}

#productFeatures .feature-content .feature-group-description > p {
  font-size: 18px;
}

section#productFeatures:before {
  width: 120vw;
  height: 220px;
  content: '';
  background: #f8f9fa;
  top: -30px;
  left: -10vw;
  position: absolute;
  transform: rotate(2deg);
  z-index: 0;
  display: block;
}

section.header .taxonomie-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 810px;
  margin-top: 2rem;
  position: relative;
}

section.header .taxonomie-bg .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.header .taxonomie-bg .info-bar {
  text-align: left;
  margin: 4rem 0 0;
}

section.header .taxonomie-bg .info-bar hr {
  background: white;
  width: 5rem;
  height: 4px;
  display: inline-block;
}

section.header .taxonomie-bg .info-bar h2 {
  color: white;
  font-weight: 400;
}

section.header .taxonomie-bg .info-bar h3 {
  color: white;
  font-weight: 300;
  font-size: 1rem;
}

section.header .header_description {
  padding-top: 5rem;
}

.term-volksbanken section.header .taxonomie-bg .info-bar hr {
  background: #f60;
}

section.mobile-header {
  padding-top: 4rem;
}

section.mobile-header .taxonomie-bg {
  background-size: 100%;
  height: 100vh;
  margin-top: 0;
}

section.mobile-header .taxonomie-bg .info-bar {
  margin-top: 1rem !important;
}

section.mobile-header .taxonomie-bg .info-bar h1 {
  font-size: 1.2rem !important;
}

section.mobile-header .taxonomie-bg .info-bar p {
  font-size: .9rem;
}

/**
 * AA Service related styling
 */

.aa_service-template-default section.description .h1,
.aa_service-template-default section.description .h2,
.aa_service-template-default section.description .h3,
.aa_service-template-default section.description .h4,
.aa_service-template-default section.description .h5,
.aa_service-template-default section.description .h6,
.aa_service-template-default section.description h1,
.aa_service-template-default section.description h2,
.aa_service-template-default section.description h3,
.aa_service-template-default section.description h4,
.aa_service-template-default section.description h5,
.aa_service-template-default section.description h6 {
  margin-top: 1rem;
}

.aa_service-template-default section.description .boldline {
  display: none;
}

.aa_service-template-default .section-service-header .a-header-background {
  left: 30%;
  position: absolute;
  bottom: 0;
}

.aa_service-template-default .section-service-header .header-image {
  margin-top: auto;
}

.aa_service-template-default .section-service-header .header-background-row {
  bottom: 0;
}

.aa_service-template-default .pricing #price-component {
  margin-bottom: 50px;
  margin-right: 15px;
  margin-left: 15px;
}

.aa_service-template-default .pricing .price-component-text {
  width: 400px;
  margin: 60px auto 30px;
}

.aa_service-template-default .pricing .price-component-button {
  margin-bottom: 30px;
}

.aa_service-template-default .service-blog-button {
  float: right;
}

/**
  * Footer styles
 */

.o-footer-languages a {
  color: #ccc;
}

.wpml-ls-statics-footer {
  display: none;
}

.o-footer {
  clear: both;
  overflow: hidden;
  background: #000033;
  color: #ffffff;
  line-height: 1.2;
  padding: 1rem;
  padding-bottom: 66px;
  font-size: 90%;
}

.o-footer hr {
  border-color: #818a91;
}

.o-footer .nav-link,
.o-footer .banner .nav a,
.banner .nav .o-footer a {
  color: #ccc;
}

.o-footer .nav-link:hover,
.o-footer .banner .nav a:hover,
.banner .nav .o-footer a:hover {
  color: #e6e6e6;
}

.o-footer-social-media {
  margin-top: -10px;
}

.o-footer-social-media a {
  color: #ccc;
  font-size: 2rem;
}

.o-footer-social-media a:hover {
  color: #e6e6e6;
}

.o-footer-social-media .list-inline {
  margin-bottom: 0;
}

.o-footer-nav-primary {
  padding-left: 9px;
  margin-top: -5px;
}

.o-footer-contact {
  margin-top: 3rem;
  margin-bottom: 5px;
  font-size: 90%;
}

.o-footer-copyright {
  color: #ccc;
}

.o-footer-nav-secondary {
  margin-bottom: 0.5rem;
  padding-left: 9px;
}

.o-footer-nav-secondary .footer-nav {
  margin: 0 auto;
  display: inline-block;
}

.o-footer-nav-secondary .nav-link,
.o-footer-nav-secondary .banner .nav a,
.banner .nav .o-footer-nav-secondary a {
  font-size: 90%;
  color: #818a91;
}

.o-footer-nav-secondary .nav-link:hover,
.o-footer-nav-secondary .banner .nav a:hover,
.banner .nav .o-footer-nav-secondary a:hover {
  color: #9ca3a9;
}

.o-footer-logo {
  display: block;
}

.o-footer-logo > img {
  max-width: 160px;
}

.newsletter-signup {
  /*#mc_embed_signup {
    float:right;
    .form-control {
      background-color: transparent;
      font-family: $font-family-sans-serif;
      font-size: .95rem;
      font-weight: 600;
      height: 35px;
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
  }*/
}

.newsletter-signup p {
  font-size: .95rem;
  font-weight: 600;
  margin-top: .5rem;
  margin-bottom: .5rem;
  float: left;
}

@media (max-width: 576px) {
  .newsletter-signup {
    /*#mc_embed_signup {
      float: none;
      #mc-embedded-subscribe {
        margin-top: 1rem;
      }
    }*/
  }

  .newsletter-signup p {
    float: none;
  }
}

.single-post .post header h1 {
  font-weight: 300;
  line-height: 3rem;
}

.single-post .post header .media img {
  height: 50px !important;
  width: 50px !important;
  border-radius: 5rem;
}

.single-post .post header .media .media-body {
  margin-top: 0.2rem;
}

.single-post .post header .media .media-body p {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.5;
}

.single-post .post header .media .media-body .updated {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.single-post .post header .entry-image img {
  width: 100%;
  height: auto;
}

.single-post .entry-content {
  margin-top: 1.5rem;
}

.single-post .entry-content figure,
.single-post .entry-content figure img {
  max-width: 100%;
}

.single-post .entry-content li {
  font-weight: 300;
}

.single-post .entry-content a {
  background-image: linear-gradient(#0e85f4 0%, #0e85f4 100%);
  background-repeat: repeat-x;
  background-size: 0px 0px;
  background-position: 0 65%;
  text-decoration: none !important;
  transition: .1s ease;
}

.single-post .entry-content a:hover {
  color: #fff;
  background-image: linear-gradient(#0e85f4 0%, #0e85f4 100%);
  background-size: 1.2em 1.2em;
}

.single-post .entry-content figure a,
.single-post .entry-content figure a:hover,
.single-post .entry-content figure .btn:hover,
.single-post .entry-content .btn {
  background-image: none !important;
}

.single-post .entry-content h2 {
  margin-top: 3rem;
  margin-bottom: 1.2rem;
}

.single-post .entry-content p {
  line-height: 2rem;
}

.single-post .sticky-share {
  float: right;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}

.single-post .sticky-share a {
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  margin-top: 1.5rem;
  float: left;
}

.single-post .sticky-share a:first-child {
  color: #fff;
  font-size: 1.5rem;
}

.single-post .sticky-share a:first-child i {
  background-color: #0e85f4;
  padding: 0.45rem 0.45rem;
  border-radius: 5rem;
}

.single-post .sticky-share .facebook-btn-o {
  color: #3b5998;
  opacity: 0.6;
  transition: .1s ease;
}

.single-post .sticky-share .facebook-btn-o:hover {
  opacity: 1;
}

.single-post .sticky-share .twitter-btn-o {
  color: #55acee;
  opacity: 0.6;
  transition: .1s ease;
}

.single-post .sticky-share .twitter-btn-o:hover {
  opacity: 1;
}

.single-post .sticky-share .mail-btn-o {
  color: #373a3c;
  opacity: 0.6;
  transition: .1s ease;
}

.single-post .sticky-share .mail-btn-o:hover {
  opacity: 1;
}

.single-post .sticky-share .xing-btn-o {
  color: #026466;
  opacity: 0.6;
  transition: .1s ease;
}

.single-post .sticky-share .xing-btn-o:hover {
  opacity: 1;
}

.single-post .tag {
  font-size: 0.85rem;
}

.single-post .tag i {
  font-size: 1.1rem;
  margin-right: 0.2rem;
}

.single-post hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.single-post .media img {
  width: 80px;
  height: 80px;
  border-radius: 5rem;
}

.single-post .media h3 {
  font-size: 1.4rem;
}

.single-post .media .social-media-profiles {
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}

.single-post .media .social-media-profiles a {
  text-decoration: none !important;
  margin-right: 0.6rem;
  border-radius: 5rem;
}

.single-post .media .social-media-profiles a i {
  color: #fff;
  text-align: center;
  line-height: 2rem;
  width: 32px;
  height: 32px;
  border-radius: 5rem;
  display: inline-block;
  vertical-align: middle;
}

.single-post .media .social-media-profiles .facebook i {
  background-color: #3b5998;
}

.single-post .media .social-media-profiles .twitter i {
  background-color: #55acee;
}

.single-post .media .social-media-profiles .github i {
  background-color: #333;
}

.single-post .media .social-media-profiles .xing i {
  background-color: #026466;
}

.single-post .media .social-media-profiles .linkedin i {
  background-color: #0077b5;
}

.single-post .media p {
  line-height: 2rem;
}

.related-posts h3 {
  margin-bottom: 2.5rem;
}

.related-posts .card {
  border: none;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
}

.related-posts .card .card-img-top {
  max-width: 100%;
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.related-posts .card .card-body {
  position: relative;
}

.related-posts .card .card-body a {
  text-decoration: none !important;
}

.related-posts .card .card-body a h4 {
  color: #777582;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.related-posts .card .card-body .polygon {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -11px;
}

.related-posts .card .card-body .card-text {
  margin-top: 1.3rem;
  margin-bottom: 0.5rem;
}

.related-posts .card .card-body .card-text small img {
  width: 28px;
  height: 28px;
  border-radius: 5rem;
}

.related-posts .card .card-body .card-text small span {
  color: #777582;
  font-style: italic;
  margin-left: .3rem;
  opacity: .6;
}

@media (min-width: 1400px) {
  .blog .post-list .container {
    width: 1300px;
  }

  .single-post .container.post-article {
    width: 1300px;
  }

  .single-post .related-posts .container {
    width: 1300px;
  }
}

@media (max-width: 576px) {
  .single-post .post header h1 {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .single-post .sticky-share {
    width: 100%;
    float: none;
    display: none;
    position: static;
  }

  .single-post .sticky-share a {
    width: auto;
    margin-right: 1rem;
  }

  .single-post .media {
    display: block;
    text-align: center;
  }

  .single-post .media img {
    margin-bottom: 1rem;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.blog-author h4 {
  font-weight: bold;
}

.post-article .badge {
  color: #999;
  background-color: #f6f8fa;
}

.post-article .sticky-share {
  float: right;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}

.post-article .sticky-share a {
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  margin-top: 1.5rem;
  float: left;
}

.post-article .sticky-share a:first-child {
  color: #fff;
  font-size: 1.5rem;
}

.post-article .sticky-share a:first-child i {
  background-color: #0e85f4;
  padding: 0.45rem 0.45rem;
  border-radius: 5rem;
}

.post-article .sticky-share .facebook-btn-o {
  color: #3b5998;
  opacity: 0.6;
  transition: .1s ease;
}

.post-article .sticky-share .facebook-btn-o:hover {
  opacity: 1;
}

.post-article .sticky-share .twitter-btn-o {
  color: #55acee;
  opacity: 0.6;
  transition: .1s ease;
}

.post-article .sticky-share .twitter-btn-o:hover {
  opacity: 1;
}

.post-article .sticky-share .mail-btn-o {
  color: #373a3c;
  opacity: 0.6;
  transition: .1s ease;
}

.post-article .sticky-share .mail-btn-o:hover {
  opacity: 1;
}

.post-article .sticky-share .xing-btn-o {
  color: #026466;
  opacity: 0.6;
  transition: .1s ease;
}

.post-article .sticky-share .xing-btn-o:hover {
  opacity: 1;
}

.list-post .image {
  /*
    border: 1px solid rgba(0, 0, 0, 0.15);
    */
}

.list-post .image img {
  max-width: 100%;
  height: auto;
  border: none;
  padding: 0;
}

.list-post .image .placeholder {
  background: none;
}

.list-post .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.list-post .card-img-overlay .card-text {
  color: #fff;
}

.cd-morph-dropdown .bg-layer {
  /* morph dropdown background */
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  background: #f6f8fa;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, width, height;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
}

.cd-morph-dropdown.dropdown-visible .morph-dropdown-wrapper {
  top: 78px;
}

.cd-morph-dropdown.dropdown-visible .bg-layer {
  opacity: 1;
  transition: transform .3s, opacity .3s, height .3s, width .3s;
}

.customer-logo {
  opacity: 0.5;
  margin-top: 0px !important;
  height: 25px;
}

.pom {
  background-color: black !important;
  height: 40px;
}

.homepage-teaser-text {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.section-homepage-header {
  background-image: url(https://www.app-arena.com/app/uploads/2018/11/bg-transparent.png);
  background-size: 100vw;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
}

.section-contact-header p {
  line-height: 1.9rem;
  margin-bottom: 5.5rem;
}

.section-contact-header .contact-blocks a {
  color: #777582;
  font-size: 1rem;
  text-decoration: none !important;
}

.section-contact-header .contact-blocks a p {
  margin-bottom: 0;
}

.section-contact-header .contact-blocks a p i {
  font-size: 2.1rem;
  padding-bottom: 1rem;
}

.section-contact-header .contact-blocks > div {
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .section-contact-header .contact-blocks a span,
  .section-contact-header .contact-blocks a address {
    font-size: 0.9rem;
  }
}

#message-section p {
  margin-bottom: 1.5rem;
}

#message-section input {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0.4rem 1.2rem;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none;
}

#message-section input.wpcf7-submit {
  background-color: #10e28b;
  border: 2px solid #10e28b;
  border-radius: 99rem;
  width: auto;
  margin: 1rem auto;
  display: block;
  cursor: pointer;
}

#message-section textarea {
  background: transparent;
  color: #fff;
  width: 100%;
  padding: 0.7rem 1.2rem;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none;
}

#message-section h3 {
  color: #fff;
  margin-bottom: 2rem;
}

#message-section .wpcf7-form-control-wrap > div > div {
  margin: 0 auto;
}

#message-section div.wpcf7-validation-errors {
  color: #ff6e6e;
  font-size: .8rem;
  font-weight: 600;
  background-color: #fff;
  padding: .5rem;
  margin: .5rem 0;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  display: block;
}

#message-section div.wpcf7-validation-errors i {
  margin-right: .3rem;
}

#message-section span.wpcf7-not-valid-tip {
  color: #ff6e6e;
  font-size: .8rem;
  font-weight: 600;
  background-color: #fff;
  padding: .5rem;
  margin: .5rem 0;
  border-radius: 0.25rem;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  display: block;
}

#message-section span.wpcf7-not-valid-tip i {
  margin-right: .3rem;
}

#message-section div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  color: #398f14;
}

#message-section div.wpcf7-spam-blocked {
  color: #ff6e6e;
}

#message-section input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600;
}

#message-section input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600;
}

#message-section input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600;
}

#message-section input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600;
}

#message-section input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600;
}

#message-section input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600;
}

#message-section input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600;
}

#message-section input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600;
}

#message-section textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600;
}

#message-section textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600;
}

#message-section textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600;
}

#message-section textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600;
}

@keyframes icon-ani {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.icon-ani {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
}

.contact-blocks {
  margin-bottom: 1rem;
}

.contact-blocks a:active .icon-ani,
.contact-blocks a:focus .icon-ani,
.contact-blocks a:hover .icon-ani {
  animation-name: icon-ani;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.m-error-404 {
  min-height: 20rem;
  position: relative;
}

.m-error-404 h1 {
  position: absolute;
  font-size: 7rem;
  font-weight: 300;
  top: 0;
  left: 15%;
}

.m-error-404 p {
  position: absolute;
  top: 9rem;
  left: 25%;
}

.m-error-404 img {
  position: absolute;
  max-width: 16rem;
  top: 0;
  left: 50%;
}

.zls-medium.zls-btnmn.zlsrotate_rht {
  width: 60px !important;
  height: 60px !important;
  right: 20px !important;
  bottom: 20px !important;
  top: initial !important;
  transform: none;
}

.zls-medium.zls-btnmn.zlsrotate_rht .zlsf_btmn {
  background-color: #0e85f4 !important;
  height: 60px !important;
  width: 60px !important;
  border-radius: 99rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease;
}

.zls-medium.zls-btnmn.zlsrotate_rht .zlsf_btmn:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}

.zls-medium .zls-lftbtn .zls-chtmn,
.zls-medium .zls-rhtbtn .zls-chtmn {
  background-color: #0e85f4 !important;
  width: 60px !important;
  border-radius: 99rem;
}

.handheld .offline_mobtxt .zls_fltxtcnt {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

@media (max-width: 576px) {
  .zls-medium.zls-btnmn.zlsrotate_rht {
    width: 40px !important;
    height: 40px !important;
    right: 10px !important;
    bottom: 10px !important;
    top: initial !important;
    top: auto !important;
    transform: none;
  }

  .zls-medium.zls-btnmn.zlsrotate_rht .zlsf_btmn {
    background-color: #0e85f4 !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 99rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease;
  }

  .zls-medium.zls-btnmn.zlsrotate_rht .zlsf_btmn:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
  }

  .zls-medium .zls-lftbtn .zls-chtmn,
  .zls-medium .zls-rhtbtn .zls-chtmn {
    background-color: #0e85f4 !important;
    width: 40px !important;
    border-radius: 99rem;
  }

  .handheld .zlsf_btmn {
    max-height: 40px !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zls-medium.zls-btnmn.zlsrotate_rht {
    top: auto !important;
  }
}

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

@media (max-width: 575.98px) {
  h2.title {
    font-size: 1.3rem;
  }
}

.feature-icon {
  font-size: 24px;
}

.nav-feature.active {
  opacity: 1 !important;
}

.nav-feature p.description {
  opacity: .56;
}

.nav-feature p.title {
  font-weight: 600;
}

.feature-item p.description {
  opacity: .56;
}

.feature-item p.title {
  font-weight: 600;
}

@media (min-width: 992px) {
  .nav-feature {
    opacity: .5;
  }
}

@media (max-width: 992px) {
  .nav-feature {
    opacity: 1;
  }
}

#m-navbar-desktop {
  padding: 1.5rem 1rem;
}

#m-navbar-desktop .main-nav {
  align-items: center;
  padding-top: 2px;
}

#m-navbar-desktop .nav-link,
#m-navbar-desktop .banner .nav a,
.banner .nav #m-navbar-desktop a {
  font-size: 0.95rem;
  margin-left: 0.6rem;
  transition: 0.5s ease;
}

#m-navbar-desktop .has-dropdown {
  display: flex;
}

#m-navbar-desktop .has-dropdown i {
  font-size: 1.5rem;
}

#m-navbar-desktop .navbar-brand {
  transition: 0.5s ease;
  padding-top: 0;
}

#m-navbar-desktop .navbar-brand > img {
  height: 1.55rem;
}

#m-navbar-desktop .dropdown-list {
  box-shadow: 0 13px 41px rgba(0, 0, 0, 0.2);
}

#m-navbar-desktop .dropdown-list:before {
  border-bottom-color: #f6f8fa;
}

#m-navbar-desktop .dropdown-list .dropdown .content {
  background: #f6f8fa;
}

#m-navbar-desktop .dropdown-list .dropdown .content:before {
  background-image: linear-gradient(to right, rgba(119, 117, 130, 0.02) 0%, rgba(119, 117, 130, 0.15) 18%, rgba(119, 117, 130, 0.15) 82%, rgba(119, 117, 130, 0.02) 100%);
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 35px;
  width: 100%;
}

#m-navbar-desktop .dropdown-list .dropdown .content .col:nth-child(1):after {
  background-image: linear-gradient(to bottom, rgba(119, 117, 130, 0.02) 0%, rgba(119, 117, 130, 0.15) 22%, rgba(119, 117, 130, 0.15) 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
}

#m-navbar-desktop .dropdown-list .dropdown .content .column-title {
  color: #777582;
  font-size: .8rem;
  font-weight: 600;
  text-align: center;
  padding: .5rem;
}

#m-navbar-desktop .dropdown-list .dropdown .content .showAll {
  position: relative;
}

#m-navbar-desktop .dropdown-list .dropdown .content .showAll:before {
  background-image: linear-gradient(to right, rgba(119, 117, 130, 0.02) 0%, rgba(119, 117, 130, 0.15) 18%, rgba(119, 117, 130, 0.15) 82%, rgba(119, 117, 130, 0.02) 100%);
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  width: 100%;
}

#m-navbar-desktop .dropdown-list .dropdown .content .showAll a {
  font-size: 0.9rem;
}

#m-navbar-desktop .dropdown-list .dropdown .content .subitem-container {
  text-decoration: none !important;
  text-align: center;
  display: block;
  padding: 1rem;
}

#m-navbar-desktop .dropdown-list .dropdown .content .subitem-container .subitem-image {
  background: #fff;
  height: 52px;
  width: 52px;
  border-radius: 99rem;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.25);
  margin: 0 auto .5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#m-navbar-desktop .dropdown-list .dropdown .content .subitem-container .subitem-image img {
  width: 55%;
}

#m-navbar-desktop .dropdown-list .dropdown .content .subitem-container .product-subitem-content .subitem-title {
  color: #777582;
  font-size: .9rem;
  font-weight: 600;
  opacity: 1;
  transition: 0.4s cubic-bezier(0.27, 1.64, 0.32, 0.95);
}

#m-navbar-desktop .dropdown-list .dropdown .content .subitem-container .product-subitem-content .subitem-description {
  color: #777582;
  font-size: .8rem;
  font-weight: 300;
  transition: 0.4s cubic-bezier(0.27, 1.64, 0.32, 0.95);
}

#m-navbar-desktop .dropdown-list .dropdown .content .subitem-container .product-subitem-content .subitem-description:after {
  content: '';
  background-image: url(https://s3.app-arena.com/website/images/arrow-right-nav.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -2rem;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.27, 1.64, 0.32, 0.95);
}

#m-navbar-desktop .dropdown-list .dropdown .content .subitem-container:hover .subitem-title {
  transform: translateY(-10px);
  opacity: 0;
}

#m-navbar-desktop .dropdown-list .dropdown .content .subitem-container:hover .subitem-description {
  transform: translateY(-20px);
}

#m-navbar-desktop .dropdown-list .dropdown .content .subitem-container:hover .subitem-description:after {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #m-navbar-desktop .dropdown-list .dropdown .content .subitem-container .subitem-image img {
    width: auto;
    height: 55%;
    margin-top: .7rem;
  }
}

.m-navbar .m-navbar-desktop {
  background: transparent;
}

.scroll .m-navbar .m-navbar-desktop {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease;
  padding: 0.3rem !important;
}

#available_langs {
  z-index: 1035;
  position: absolute;
  color: #f6f6f6;
  width: 100%;
  background: #2d3d4a;
  font-size: 14px;
  padding: 4px;
  text-align: center;
}

#available_langs > span {
  padding-right: 10px;
}

#available_langs > img {
  margin-top: -5px;
  border-radius: 3px;
}

#available_langs > a {
  color: #f6f6f6;
  text-decoration: underline;
  padding-left: 5px;
}

#available_langs > i.cls {
  position: relative;
  float: right;
  left: -10px;
  top: 3px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  #m-navbar-desktop {
    padding: 0.8rem 1rem;
  }

  #m-navbar-desktop .container {
    margin: auto 0;
  }

  #m-navbar-desktop .container .navbar-actions {
    top: 7px;
    right: 7px;
  }
}

#mm-blocker {
  box-shadow: -25px 0 80px rgba(0, 0, 0, 0.07);
}

.mm-menu {
  background: #000033;
  border-color: transparent;
}

.mm-menu .mm-navbar {
  padding: .5rem 2rem;
}

.mm-menu .mm-navbar .mm-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  font-weight: 300;
  text-align: left;
}

.mm-menu .mm-navbar .mm-title:focus {
  color: rgba(255, 255, 255, 0.7);
}

.mm-menu .mm-prev:before {
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-color: #fff;
  width: 10px;
  height: 10px;
  top: 17px;
  left: 14px;
}

.mm-menu .mm-listview li:after {
  border-bottom-width: 2px;
  border-color: #0e85f4;
  display: block;
  position: absolute;
  left: 2rem;
  right: 0;
  bottom: 0;
  z-index: -4;
  opacity: .5;
}

.mm-menu .mm-listview li a {
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.2rem 2rem;
}

.mm-menu .mm-listview li a.mm-next:before {
  content: none;
}

.mm-menu .mm-listview li a.mm-next:after {
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-color: #fff;
  width: 10px;
  height: 10px;
}

.mm-menu .mm-divider {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: .7rem;
  text-transform: capitalize;
  margin-top: 2rem;
}

.subnavigation {
  margin-top: 65px;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
}

#m-navbar-desktop .nav-item:last-child .nav-link,
#m-navbar-desktop .banner .nav li:last-child .nav-link,
.banner .nav #m-navbar-desktop li:last-child .nav-link,
#m-navbar-desktop .nav-item:last-child .banner .nav a,
.banner .nav #m-navbar-desktop .nav-item:last-child a,
#m-navbar-desktop .banner .nav li:last-child a,
.banner .nav #m-navbar-desktop li:last-child a {
  color: #0e85f4;
  top: -1px;
}

#m-navbar-desktop .nav-item:last-child .nav-link:after,
#m-navbar-desktop .banner .nav li:last-child .nav-link:after,
.banner .nav #m-navbar-desktop li:last-child .nav-link:after,
#m-navbar-desktop .nav-item:last-child .banner .nav a:after,
.banner .nav #m-navbar-desktop .nav-item:last-child a:after,
#m-navbar-desktop .banner .nav li:last-child a:after,
.banner .nav #m-navbar-desktop li:last-child a:after {
  content: '\F102';
  font-family: app-arena;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  bottom: -2px;
  color: #0e85f4;
  transition: all .3s ease-out;
}

#m-navbar-desktop .nav-item:last-child .nav-link:before,
#m-navbar-desktop .banner .nav li:last-child .nav-link:before,
.banner .nav #m-navbar-desktop li:last-child .nav-link:before,
#m-navbar-desktop .nav-item:last-child .banner .nav a:before,
.banner .nav #m-navbar-desktop .nav-item:last-child a:before,
#m-navbar-desktop .banner .nav li:last-child a:before,
.banner .nav #m-navbar-desktop li:last-child a:before {
  background: #0e85f4;
}

#m-navbar-desktop .nav-item:last-child .nav-link:hover,
#m-navbar-desktop .banner .nav li:last-child .nav-link:hover,
.banner .nav #m-navbar-desktop li:last-child .nav-link:hover,
#m-navbar-desktop .nav-item:last-child .banner .nav a:hover,
.banner .nav #m-navbar-desktop .nav-item:last-child a:hover,
#m-navbar-desktop .banner .nav li:last-child a:hover,
.banner .nav #m-navbar-desktop li:last-child a:hover {
  color: #0e85f4 !important;
}

#m-navbar-desktop .nav-item:last-child .nav-link:hover:after,
#m-navbar-desktop .banner .nav li:last-child .nav-link:hover:after,
.banner .nav #m-navbar-desktop li:last-child .nav-link:hover:after,
#m-navbar-desktop .nav-item:last-child .banner .nav a:hover:after,
.banner .nav #m-navbar-desktop .nav-item:last-child a:hover:after,
#m-navbar-desktop .banner .nav li:last-child a:hover:after,
.banner .nav #m-navbar-desktop li:last-child a:hover:after {
  margin-left: 7px !important;
  margin-right: -5px !important;
}

#m-navbar-desktop .nav-item .nav-link,
#m-navbar-desktop .banner .nav li .nav-link,
.banner .nav #m-navbar-desktop li .nav-link,
#m-navbar-desktop .nav-item .banner .nav a,
.banner .nav #m-navbar-desktop .nav-item a,
#m-navbar-desktop .banner .nav li a,
.banner .nav #m-navbar-desktop li a {
  color: #000033;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-left: 15px;
}

.nav-item form[role="search"],
.banner .nav li form[role="search"] {
  position: relative;
  right: 0;
  height: 44px;
  width: 256px;
  transition: all .3s ease-out;
}

.nav-item form[role="search"] input,
.banner .nav li form[role="search"] input {
  width: 44px;
  height: 44px;
  position: absolute;
  padding-right: 0px;
  padding-left: 44px;
  top: 0;
  z-index: 1;
  font-size: 16px;
  color: #000033;
  right: 0;
  transition: all .4s ease-out;
  border-color: transparent !important;
  background: transparent;
}

.nav-item form[role="search"] input:hover,
.banner .nav li form[role="search"] input:hover {
  width: 100% !important;
  border-color: #e5e5e5 !important;
}

.nav-item form[role="search"] input:hover + pre + .icon-wrapper,
.banner .nav li form[role="search"] input:hover + pre + .icon-wrapper {
  left: 0 !important;
}

.nav-item form[role="search"] input:active,
.banner .nav li form[role="search"] input:active,
.nav-item form[role="search"] input:focus,
.banner .nav li form[role="search"] input:focus,
.nav-item form[role="search"] input:focus-within,
.banner .nav li form[role="search"] input:focus-within {
  outline: none !important;
  width: 100% !important;
  box-shadow: none !important;
  border-color: #000033 !important;
}

.nav-item form[role="search"] input:active + pre + .icon-wrapper,
.banner .nav li form[role="search"] input:active + pre + .icon-wrapper,
.nav-item form[role="search"] input:focus + pre + .icon-wrapper,
.banner .nav li form[role="search"] input:focus + pre + .icon-wrapper,
.nav-item form[role="search"] input:focus-within + pre + .icon-wrapper,
.banner .nav li form[role="search"] input:focus-within + pre + .icon-wrapper {
  left: 0 !important;
}

.nav-item form[role="search"] input + pre + .icon-wrapper,
.banner .nav li form[role="search"] input + pre + .icon-wrapper {
  position: absolute;
  height: 1px;
  width: 1px;
  top: 0;
  left: 221px;
  z-index: 0;
  transition: all .4s ease-out;
}

.nav-item form[role="search"] input + pre + .icon-wrapper .search-icon,
.banner .nav li form[role="search"] input + pre + .icon-wrapper .search-icon {
  top: 13px;
  left: 14px;
  font-size: 14px;
  opacity: 1;
  transition: all .4s ease-out;
  color: #000033;
}

/**
 * Mobile navigation
 */

.navbar-mobile .navbar-brand {
  width: 150px;
}

.scroll .navbar-mobile {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease;
  padding: 0.3rem !important;
}

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

@media (max-width: 768px) {
  .product-description-text {
    column-count: 1;
  }
}

/**
 * Styling of the homepage
 */

.home .navbar-brand-default {
  display: block !important;
}

.home .navbar-brand-white {
  display: none !important;
}

.home.scroll .navbar-brand-default {
  display: block;
}

.home.scroll .navbar-brand-white {
  display: none !important;
}

.home.scroll #m-navbar-desktop .nav-link,
.home.scroll #m-navbar-desktop .banner .nav a,
.banner .nav .home.scroll #m-navbar-desktop a {
  color: inherit;
}

.home .section-homepage-header {
  z-index: 2;
  position: relative;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .home .section-homepage-header {
    min-height: 80vh;
  }
}

.home .section-homepage-header .subheadline {
  color: rgba(0, 0, 51, 0.4);
  font-weight: 300 !important;
  line-height: 1.7;
  font-size: 20px;
  margin-bottom: 40px;
}

.home .section-homepage-header .subheadline + .btn-primary {
  font-size: 20px;
  font-weight: 100;
  padding: 16px 27px;
  box-shadow: none !important;
}

.home .section-homepage-header h1 {
  color: #000033;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 40px !important;
}

.home .section-homepage-header h1 #word {
  position: relative;
}

.home .section-homepage-header h1 #word:before {
  content: '';
  width: auto;
  left: -4px;
  right: -4px;
  background: rgba(14, 133, 244, 0.4);
  bottom: 2px;
  z-index: -1;
  height: 20px;
  position: absolute;
}

/**
 * Styling of the templates page
 */

@media (min-width: 576px) {
  .page-id-24014 #main > .container {
    max-width: 90%;
  }
}

.templates-nav a {
  white-space: nowrap;
}

.templates-nav a span {
  font-size: 15px;
  opacity: .6;
  border-left: 3px solid transparent;
  position: relative;
  padding-left: 8px;
  transition: all .3s ease-out;
  margin-left: -11px;
}

.templates-nav a.active span {
  opacity: 1;
  border-color: #0e85f4;
}

.templates-nav a:hover span {
  opacity: .9;
}

#template-app-selcection-m:after {
  content: none !important;
}

.template-wrapper .browser-wrapper {
  overflow: hidden;
  position: relative;
}

.template-wrapper .browser-wrapper .browser-body {
  overflow: hidden;
}

.template-wrapper .browser-wrapper .browser-body .template-buttons {
  bottom: 0;
  left: -100%;
  background: rgba(248, 249, 250, 0.9);
  transition: all 0.35s ease-in-out;
  opacity: 0;
  filter: blur(40px);
}

.template-wrapper .browser-wrapper .label-wrapper {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
}

.template-wrapper .browser-wrapper .hot-label {
  position: absolute;
  height: 34px;
  width: 300%;
  top: -10%;
  bottom: 0;
  right: 0;
  left: -90%;
  margin: auto;
  display: block;
  text-align: center;
  line-height: 3.1;
  background: #ff2731;
  transform: rotate(45deg);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.14);
}

.template-wrapper .browser-wrapper .hot-label i {
  color: #fff;
}

.template-wrapper .browser-wrapper .sale-label {
  position: absolute;
  height: 34px;
  width: 300%;
  top: -10%;
  bottom: 0;
  right: 0;
  left: -90%;
  margin: auto;
  display: block;
  text-align: center;
  line-height: 3.1;
  background: #10e28b;
  transform: rotate(45deg);
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.14);
}

.template-wrapper .browser-wrapper .sale-label i {
  color: #fff;
}

.template-wrapper .browser-wrapper .browser-bar {
  padding-left: 10px;
}

.template-wrapper .browser-wrapper .browser-bar .browser-dot {
  height: 4px;
  width: 4px;
  background: #d9d9d9 !important;
  top: -2px;
  position: relative;
  margin-right: 0px !important;
}

.template-wrapper:hover .template-buttons {
  left: 0 !important;
  opacity: 1 !important;
  filter: none !important;
}

.template-wrapper .template-info h4 {
  margin-top: 35px;
}

.template-wrapper .template-info h4 strong {
  font-weight: 500 !important;
  color: #000033;
}

.template-wrapper .template-info p {
  color: rgba(0, 0, 51, 0.4) !important;
  font-weight: 300;
  margin-bottom: 15px;
}

.page-id-24014 .modal-backdrop {
  display: none !important;
}

.page-id-24014 .modal {
  height: 100vh;
  top: 72px !important;
}

.page-id-24014 .modal .modal-dialog {
  margin: 0px;
  border-radius: 0px;
  height: 100%;
}

.page-id-24014 .modal .modal-dialog .modal-content {
  border: none;
  height: 100%;
  background: transparent;
}

.page-id-24014 .modal .modal-dialog .modal-content .modal-header {
  width: 100%;
  display: flex;
  position: relative !important;
  align-items: center;
  justify-content: flex-end;
}

.page-id-24014 .modal .modal-dialog .modal-content .modal-header button.close {
  margin: 0px !important;
  padding: 0 !important;
  height: 30px;
  width: 30px;
  top: 0;
  right: 0;
}

.page-id-24014 .modal .templates-nav .nav-link,
.page-id-24014 .modal .templates-nav .banner .nav a,
.banner .nav .page-id-24014 .modal .templates-nav a {
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.page-id-24014 .modal .templates-nav .nav-link.active,
.page-id-24014 .modal .templates-nav .banner .nav a.active,
.banner .nav .page-id-24014 .modal .templates-nav a.active {
  border-color: #e5e5e5 !important;
  background: #fff;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.06);
}

.page-id-24014 .modal .templates-nav .nav-link.active > i,
.page-id-24014 .modal .templates-nav .banner .nav a.active > i,
.banner .nav .page-id-24014 .modal .templates-nav a.active > i {
  display: block !important;
  font-size: 15px;
  color: #10e28b;
}

.page-id-24014 .modal .templates-nav .nav-link span,
.page-id-24014 .modal .templates-nav .banner .nav a span,
.banner .nav .page-id-24014 .modal .templates-nav a span {
  border-left: 0px;
  padding-left: 0px;
  margin-left: 0;
}

.page-id-24014 .modal .templates-nav .badge {
  margin-top: -6px;
  margin-bottom: -2px;
  line-height: 14px;
}

.page-id-24014 .modal a.btn-primary {
  position: absolute !important;
  width: calc(100% - 35px);
  bottom: 105px;
}

.page-id-24014 .absolute-center {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  margin: auto !important;
}

.page-id-24014 .empty-state form {
  cursor: unset !important;
}

.page-id-24014 .empty-state form.customize-unpreviewable,
.page-id-24014 .empty-state form.customize-unpreviewable input,
.page-id-24014 .empty-state form.customize-unpreviewable select,
.page-id-24014 .empty-state form.customize-unpreviewable button,
.page-id-24014 .empty-state a.customize-unpreviewable,
.page-id-24014 .empty-state area.customize-unpreviewable {
  cursor: unset !important;
}

.page-id-24014 .empty-state input {
  background: #fff;
  color: #003 !important;
  cursor: text !important;
  line-height: 1 !important;
  padding-left: 18px !important;
}

.page-id-24014 .empty-state input:active,
.page-id-24014 .empty-state input:focus,
.page-id-24014 .empty-state input:hover,
.page-id-24014 .empty-state input:focus-within {
  outline: none !important;
  box-shadow: none !important;
  cursor: text !important;
}

.page-id-24014 .empty-state input::placeholder {
  color: #ccc !important;
  font-weight: lighter;
  line-height: 1 !important;
}

/**
 * Styling of the bundles page
 */

.page-id-23717 #main .container.pt-7 {
  max-width: unset !important;
  width: 100%;
  background: url(https://s3.app-arena.com/website/images/bundles/bg-dark.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.page-id-23717 #main .container.pt-7 h1.title {
  color: #fff;
  margin-bottom: 1.5rem;
}

.page-id-23717 #m-navbar-desktop a.nav-link,
.page-id-23717 #m-navbar-desktop .banner .nav a,
.banner .nav .page-id-23717 #m-navbar-desktop a {
  color: #fff !important;
}

.page-id-23717 #m-navbar-desktop .navbar-brand {
  transition: .5s ease;
  padding-top: 0;
  background: url(https://s3.app-arena.com/website/images/logo_white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.page-id-23717 #m-navbar-desktop .navbar-brand > img {
  visibility: hidden;
}

.page-id-23717 .nav-pills .nav-item,
.page-id-23717 .nav-pills .banner .nav li,
.banner .nav .page-id-23717 .nav-pills li {
  margin-right: 15px;
}

.page-id-23717 .nav-pills .nav-item .nav-link,
.page-id-23717 .nav-pills .banner .nav li .nav-link,
.banner .nav .page-id-23717 .nav-pills li .nav-link,
.page-id-23717 .nav-pills .nav-item .banner .nav a,
.banner .nav .page-id-23717 .nav-pills .nav-item a,
.page-id-23717 .nav-pills .banner .nav li a,
.banner .nav .page-id-23717 .nav-pills li a {
  border-radius: 4px;
  border: 2px solid #e6ebf1;
  padding: .6rem 1rem;
  font-size: 14px;
  color: #fff;
  opacity: .8;
  transition: all .3s ease-out;
}

.page-id-23717 .nav-pills .nav-item .nav-link.active,
.page-id-23717 .nav-pills .banner .nav li .nav-link.active,
.banner .nav .page-id-23717 .nav-pills li .nav-link.active,
.page-id-23717 .nav-pills .nav-item .banner .nav a.active,
.banner .nav .page-id-23717 .nav-pills .nav-item a.active,
.page-id-23717 .nav-pills .banner .nav li a.active,
.banner .nav .page-id-23717 .nav-pills li a.active {
  background: #fff;
  border-color: #fff;
  color: #000033 !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  position: relative;
  opacity: 1;
}

.page-id-23717 .nav-pills .nav-item .nav-link:hover,
.page-id-23717 .nav-pills .banner .nav li .nav-link:hover,
.banner .nav .page-id-23717 .nav-pills li .nav-link:hover,
.page-id-23717 .nav-pills .nav-item .banner .nav a:hover,
.banner .nav .page-id-23717 .nav-pills .nav-item a:hover,
.page-id-23717 .nav-pills .banner .nav li a:hover,
.banner .nav .page-id-23717 .nav-pills li a:hover {
  background: #fff !important;
  color: #000033 !important;
  opacity: .8;
  border-color: #fff;
}

.page-id-23717 .nav-pills .nav-item .nav-link.btn-feature,
.page-id-23717 .nav-pills .banner .nav li .nav-link.btn-feature,
.banner .nav .page-id-23717 .nav-pills li .nav-link.btn-feature,
.page-id-23717 .nav-pills .nav-item .banner .nav a.btn-feature,
.banner .nav .page-id-23717 .nav-pills .nav-item a.btn-feature,
.page-id-23717 .nav-pills .banner .nav li a.btn-feature,
.banner .nav .page-id-23717 .nav-pills li a.btn-feature {
  padding: .9rem 1.2rem;
  text-align: left;
  border: none;
  color: #000033;
  font-size: 14px;
  display: flex !important;
  justify-content: space-between;
  box-shadow: none;
  font-weight: normal;
}

.page-id-23717 .nav-pills .nav-item .nav-link.btn-feature .icon-angle-down,
.page-id-23717 .nav-pills .banner .nav li .nav-link.btn-feature .icon-angle-down,
.banner .nav .page-id-23717 .nav-pills li .nav-link.btn-feature .icon-angle-down,
.page-id-23717 .nav-pills .nav-item .banner .nav a.btn-feature .icon-angle-down,
.banner .nav .page-id-23717 .nav-pills .nav-item a.btn-feature .icon-angle-down,
.page-id-23717 .nav-pills .banner .nav li a.btn-feature .icon-angle-down,
.banner .nav .page-id-23717 .nav-pills li a.btn-feature .icon-angle-down {
  transform: rotate(180deg);
}

.page-id-23717 .nav-pills .nav-item .nav-link.btn-feature.collapsed,
.page-id-23717 .nav-pills .banner .nav li .nav-link.btn-feature.collapsed,
.banner .nav .page-id-23717 .nav-pills li .nav-link.btn-feature.collapsed,
.page-id-23717 .nav-pills .nav-item .banner .nav a.btn-feature.collapsed,
.banner .nav .page-id-23717 .nav-pills .nav-item a.btn-feature.collapsed,
.page-id-23717 .nav-pills .banner .nav li a.btn-feature.collapsed,
.banner .nav .page-id-23717 .nav-pills li a.btn-feature.collapsed {
  opacity: .8;
}

.page-id-23717 .nav-pills .nav-item .nav-link.btn-feature.collapsed .icon-angle-down,
.page-id-23717 .nav-pills .banner .nav li .nav-link.btn-feature.collapsed .icon-angle-down,
.banner .nav .page-id-23717 .nav-pills li .nav-link.btn-feature.collapsed .icon-angle-down,
.page-id-23717 .nav-pills .nav-item .banner .nav a.btn-feature.collapsed .icon-angle-down,
.banner .nav .page-id-23717 .nav-pills .nav-item a.btn-feature.collapsed .icon-angle-down,
.page-id-23717 .nav-pills .banner .nav li a.btn-feature.collapsed .icon-angle-down,
.banner .nav .page-id-23717 .nav-pills li a.btn-feature.collapsed .icon-angle-down {
  transform: none;
}

.page-id-23717 .nav-pills .nav-item .nav-link.btn-feature:hover,
.page-id-23717 .nav-pills .banner .nav li .nav-link.btn-feature:hover,
.banner .nav .page-id-23717 .nav-pills li .nav-link.btn-feature:hover,
.page-id-23717 .nav-pills .nav-item .banner .nav a.btn-feature:hover,
.banner .nav .page-id-23717 .nav-pills .nav-item a.btn-feature:hover,
.page-id-23717 .nav-pills .banner .nav li a.btn-feature:hover,
.banner .nav .page-id-23717 .nav-pills li a.btn-feature:hover,
.page-id-23717 .nav-pills .nav-item .nav-link.btn-feature:focus,
.page-id-23717 .nav-pills .banner .nav li .nav-link.btn-feature:focus,
.banner .nav .page-id-23717 .nav-pills li .nav-link.btn-feature:focus,
.page-id-23717 .nav-pills .nav-item .banner .nav a.btn-feature:focus,
.banner .nav .page-id-23717 .nav-pills .nav-item a.btn-feature:focus,
.page-id-23717 .nav-pills .banner .nav li a.btn-feature:focus,
.banner .nav .page-id-23717 .nav-pills li a.btn-feature:focus,
.page-id-23717 .nav-pills .nav-item .nav-link.btn-feature:active,
.page-id-23717 .nav-pills .banner .nav li .nav-link.btn-feature:active,
.banner .nav .page-id-23717 .nav-pills li .nav-link.btn-feature:active,
.page-id-23717 .nav-pills .nav-item .banner .nav a.btn-feature:active,
.banner .nav .page-id-23717 .nav-pills .nav-item a.btn-feature:active,
.page-id-23717 .nav-pills .banner .nav li a.btn-feature:active,
.banner .nav .page-id-23717 .nav-pills li a.btn-feature:active {
  transform: none !important;
  color: #000033;
  opacity: 1;
  box-shadow: none;
}

.page-id-23717 .bg-swirls {
  background: url(https://s3.app-arena.com/website/images/bundles/bgswirls.png);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center;
}

.page-id-23717 .bg-swirls .colorwrap {
  transition: all .25s ease-out;
  transition: all .25s ease-out;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.page-id-23717 .bg-swirls .colorwrap:hover {
  transform: translateY(-5px);
}

.page-id-23717 .bg-swirls .colorwrap .textwrap p:first-child {
  color: #000033 !important;
  margin-bottom: 5px;
}

.page-id-23717 .salesbox {
  margin-top: 110px;
}

.page-id-23717 .salesbox .btn-contact-dark {
  padding: .9rem 1.2rem;
  box-shadow: none !important;
  background: transparent;
  border: 2px solid #000033;
  color: #000033;
  position: relative;
  z-index: 1;
}

.page-id-23717 .salesbox .btn-contact-dark:before {
  content: '';
  height: 100%;
  width: 0;
  background: #000033;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-out;
  z-index: -1;
}

.page-id-23717 .salesbox .btn-contact-dark:hover {
  color: #fff;
  transform: none;
}

.page-id-23717 .salesbox .btn-contact-dark:hover:before {
  width: 100%;
}

.page-id-23717 .img-box-hp {
  height: 160px;
  width: 160px;
  display: block;
  margin: auto;
  position: relative;
  background: url(https://s3.app-arena.com/website/images/contact/hubertus-porschen.jpg);
  background-size: 160px;
  border-radius: 50%;
  margin-top: -120px;
  margin-bottom: 25px;
}

/**
 * Styling of the pricing page
 */

.page-id-23536 {
  background: url(https://www.app-arena.com/app/uploads/2018/11/bg-transparent.png), #fff;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-size: 100%;
}

.page-id-23536 .btn-feature {
  padding: .9rem 1.2rem;
  text-align: left;
  border: none;
  color: #000033;
  font-size: 14px;
  display: flex !important;
  justify-content: space-between;
  box-shadow: none;
  font-weight: normal;
}

.page-id-23536 .btn-feature .icon-angle-down {
  transform: rotate(180deg);
}

.page-id-23536 .btn-feature.collapsed {
  opacity: .8;
}

.page-id-23536 .btn-feature.collapsed .icon-angle-down {
  transform: none;
}

.page-id-23536 .btn-feature:hover,
.page-id-23536 .btn-feature:focus,
.page-id-23536 .btn-feature:active {
  transform: none !important;
  color: #000033;
  opacity: 1;
  box-shadow: none;
}

.page-id-23536 p {
  color: rgba(0, 0, 51, 0.4);
  opacity: 1;
  font-weight: 300;
  line-height: 1.7;
}

.page-id-23536 p.intorduction {
  text-align: center;
}

.page-id-23536 .pricing-illu {
  margin-bottom: 50px !important;
}

.page-id-23536 h2 strong {
  font-weight: 500 !important;
}

.page-id-23536 .pricing-cards:after {
  content: '';
  position: absolute;
  height: 150vh;
  width: 100vw;
  display: block;
  background: #f7f9fb;
  left: 0;
  top: 83vh;
  transform: skewY(-3deg);
  z-index: -1;
}

.page-id-23536 .nav-pills .nav-item,
.page-id-23536 .nav-pills .banner .nav li,
.banner .nav .page-id-23536 .nav-pills li {
  margin-right: 15px;
}

.page-id-23536 .nav-pills .nav-item .nav-link,
.page-id-23536 .nav-pills .banner .nav li .nav-link,
.banner .nav .page-id-23536 .nav-pills li .nav-link,
.page-id-23536 .nav-pills .nav-item .banner .nav a,
.banner .nav .page-id-23536 .nav-pills .nav-item a,
.page-id-23536 .nav-pills .banner .nav li a,
.banner .nav .page-id-23536 .nav-pills li a {
  border-radius: 4px;
  border: 2px solid #e6ebf1;
  padding: .6rem 1rem;
  font-size: 14px;
  color: rgba(0, 0, 51, 0.6);
  transition: all .3s ease-out;
}

.page-id-23536 .nav-pills .nav-item .nav-link.active,
.page-id-23536 .nav-pills .banner .nav li .nav-link.active,
.banner .nav .page-id-23536 .nav-pills li .nav-link.active,
.page-id-23536 .nav-pills .nav-item .banner .nav a.active,
.banner .nav .page-id-23536 .nav-pills .nav-item a.active,
.page-id-23536 .nav-pills .banner .nav li a.active,
.banner .nav .page-id-23536 .nav-pills li a.active {
  background: #fff;
  border-color: #fff;
  color: #000033 !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  position: relative;
  opacity: 1;
}

.page-id-23536 .nav-pills .nav-item .nav-link.active:after,
.page-id-23536 .nav-pills .banner .nav li .nav-link.active:after,
.banner .nav .page-id-23536 .nav-pills li .nav-link.active:after,
.page-id-23536 .nav-pills .nav-item .banner .nav a.active:after,
.banner .nav .page-id-23536 .nav-pills .nav-item a.active:after,
.page-id-23536 .nav-pills .banner .nav li a.active:after,
.banner .nav .page-id-23536 .nav-pills li a.active:after {
  content: '';
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -42px;
  z-index: 0;
}

.page-id-23536 .nav-pills .nav-item .nav-link:hover,
.page-id-23536 .nav-pills .banner .nav li .nav-link:hover,
.banner .nav .page-id-23536 .nav-pills li .nav-link:hover,
.page-id-23536 .nav-pills .nav-item .banner .nav a:hover,
.banner .nav .page-id-23536 .nav-pills .nav-item a:hover,
.page-id-23536 .nav-pills .banner .nav li a:hover,
.banner .nav .page-id-23536 .nav-pills li a:hover {
  background: #fff !important;
  color: #000033 !important;
  opacity: .8;
  border-color: #fff;
}

.page-id-23536 #main {
  background: transparent;
}

/*# sourceMappingURL=main.css.map*/