/*! nouislider - 14.1.1 - 12/15/2019 */
[dir = rtl] .pull-in{
  float: left;
}

[dir = ltr] .pull-in{
  float: right;
}

/* hide arabic in english interface */

[dir = ltr] a.badge-light>span { display:none ;}
[dir = ltr] .appCard-title { display:none ;}

[dir = ltr] .hometrans {display:none ;}

.morelink,.less {
  text-decoration:none;
  color: #0000ff;
  font-weight:400;
}

.remaining-content span {
  display:none;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-target {
  position: relative
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat
}

.noUi-connect {
  height: 100%;
  width: 100%
}

.noUi-origin {
  height: 10%;
  width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}

.noUi-vertical .noUi-origin {
  width: 0
}

.noUi-horizontal .noUi-origin {
  height: 0
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}

.noUi-touch-area {
  height: 100%;
  width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s
}

.noUi-state-drag * {
  cursor: inherit!important
}

.noUi-horizontal {
  height: 18px
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px
}

.noUi-vertical {
  width: 18px
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
  border-radius: 3px
}

.noUi-connect {
  background: #3fb8af
}

.noUi-draggable {
  cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px
}

.noUi-handle:after {
  left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}

.noUi-vertical .noUi-handle:after {
  top: 17px
}

[disabled] .noUi-connect {
  background: #b8b8b8
}

[disabled].noUi-handle, [disabled] .noUi-handle, [disabled].noUi-target {
  cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #999
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #ccc
}

.noUi-marker-large, .noUi-marker-sub {
  background: #aaa
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
  bottom: 120%
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 120%
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container-3d {
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1*var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s linear infinite;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #136582;
  --secondary: #1f2b3e;
  --success: #8eb711;
  --info: #d0ddf4;
  --warning: #f2c13d;
  --danger: #d73b15;
  --light: #f8f9fa;
  --dark: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

body {
  font-family: Dubai;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #000
}

[dir] body {
  margin: 0;
  background-color: #f5f9ff
}

[dir=rtl] body {
  text-align: left
}

[dir=ltr] body {
  text-align: right
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important
}

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

[dir] h1, [dir] h2, [dir] h3, [dir] h4, [dir] h5, [dir] h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

[dir] p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.ln-2 ,.comments-space{
  line-height: 25px;
}
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

[dir] abbr[data-original-title], [dir] abbr[title] {
  cursor: help;
  border-bottom: 0
}

address {
  font-style: normal;
  line-height: inherit
}

[dir] address {
  margin-bottom: 1rem
}

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

[dir] ol ol, [dir] ol ul, [dir] ul ol, [dir] ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

[dir] dd {
  margin-bottom: .5rem
}

[dir=rtl] dd {
  margin-left: 0
}

[dir=ltr] dd {
  margin-right: 0
}

[dir] blockquote {
  margin: 0 0 1rem
}

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: #1f2b3e;
  text-decoration: none
}

[dir] a {
  background-color: transparent
}

a:hover {
  color: #06080b;
  text-decoration: none
}

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

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

pre {
  overflow: auto
}

[dir] pre {
  margin-top: 0;
  margin-bottom: 1rem
}

[dir] figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle
}

[dir] img {
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  color: #6c757d;
  caption-side: bottom
}

[dir] caption {
  padding-top: .75rem;
  padding-bottom: .75rem
}

[dir=rtl] caption {
  text-align: left
}

[dir=ltr] caption {
  text-align: right
}

[dir] th {
  text-align: inherit
}

label {
  display: inline-block
}

[dir] label {
  margin-bottom: .5rem
}

[dir] button {
  border-radius: 0
}

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

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

[dir] button, [dir] input, [dir] optgroup, [dir] select, [dir] textarea {
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

select {
  word-wrap: normal
}

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

[dir] [type=button]:not(:disabled), [dir] [type=reset]:not(:disabled), [dir] [type=submit]:not(:disabled), [dir] button:not(:disabled) {
  cursor: pointer
}

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box
}

[dir] input[type=checkbox], [dir] input[type=radio] {
  padding: 0
}

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

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0
}

[dir] fieldset {
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

[dir] legend {
  padding: 0;
  margin-bottom: .5rem
}

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-decoration {
  -webkit-appearance: none
}

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

output {
  display: inline-block
}

summary {
  display: list-item
}

[dir] summary {
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none!important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Dubai;
  font-weight: 700;
  line-height: 1.5
}

[dir] .h1, [dir] .h2, [dir] .h3, [dir] .h4, [dir] .h5, [dir] .h6, [dir] h1, [dir] h2, [dir] h3, [dir] h4, [dir] h5, [dir] h6 {
  margin-bottom: .5rem
}

.h1, h1 {
  font-size: 2.5rem
}

.h2, h2 {
  font-size: 2rem
}

.h3, h3 {
  font-size: 1.75rem
}

.h4, h4 {
  font-size: 1.5rem
}

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

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

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

.display-1 {
  font-size: 6rem
}

.display-1, .display-2 {
  font-weight: 300;
  line-height: 1.5
}

.display-2 {
  font-size: 5.5rem
}

.display-3 {
  font-size: 4.5rem
}

.display-3, .display-4 {
  font-weight: 300;
  line-height: 1.5
}

.display-4 {
  font-size: 3.5rem
}

[dir] hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

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

[dir] .mark, [dir] mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-unstyled {
  list-style: none
}

[dir=rtl] .list-unstyled {
  padding-left: 0
}

[dir=ltr] .list-unstyled {
  padding-right: 0
}

.list-inline {
  list-style: none
}

[dir=rtl] .list-inline {
  padding-left: 0
}

[dir=ltr] .list-inline {
  padding-right: 0
}

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

[dir=rtl] .list-inline-item:not(:last-child) {
  margin-right: .5rem
}

[dir=ltr] .list-inline-item:not(:last-child) {
  margin-left: .5rem
}

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

.blockquote {
  font-size: 1.25rem
}

[dir] .blockquote {
  margin-bottom: 1rem
}

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

.blockquote-footer:before {
  content: "— "
}

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

[dir] .img-thumbnail {
  padding: .25rem;
  background-color: #f5f9ff;
  border: 1px solid #dee2e6;
  border-radius: 4px
}

.figure {
  display: inline-block
}

.figure-img {
  line-height: 1
}

[dir] .figure-img {
  margin-bottom: .5rem
}

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

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

a>code {
  color: inherit
}

kbd {
  font-size: 87.5%;
  color: #fff
}

[dir] kbd {
  padding: .2rem .4rem;
  background-color: #212529;
  border-radius: .2rem
}

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

[dir] kbd kbd {
  padding: 0
}

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

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

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

.container {
  width: 100%
}

[dir=ltr] .container, [dir=rtl] .container {
  padding-right: 10px;
  padding-left: 10px;
  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, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%
}

[dir=ltr] .container-fluid, [dir=ltr] .container-lg, [dir=ltr] .container-md, [dir=ltr] .container-sm, [dir=ltr] .container-xl, [dir=rtl] .container-fluid, [dir=rtl] .container-lg, [dir=rtl] .container-md, [dir=rtl] .container-sm, [dir=rtl] .container-xl {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto
}

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

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

@media (min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px
  }
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

[dir=ltr] .row, [dir=rtl] .row {
  margin-right: -10px;
  margin-left: -10px
}

[dir=ltr] .no-gutters, [dir=rtl] .no-gutters {
  margin-right: 0;
  margin-left: 0
}

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

.col, .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-auto, .col-lg, .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-auto, .col-md, .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-auto, .col-sm, .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-auto, .col-xl, .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-auto {
  position: relative;
  width: 100%
}

[dir=ltr] .col, [dir=ltr] .col-1, [dir=ltr] .col-2, [dir=ltr] .col-3, [dir=ltr] .col-4, [dir=ltr] .col-5, [dir=ltr] .col-6, [dir=ltr] .col-7, [dir=ltr] .col-8, [dir=ltr] .col-9, [dir=ltr] .col-10, [dir=ltr] .col-11, [dir=ltr] .col-12, [dir=ltr] .col-auto, [dir=ltr] .col-lg, [dir=ltr] .col-lg-1, [dir=ltr] .col-lg-2, [dir=ltr] .col-lg-3, [dir=ltr] .col-lg-4, [dir=ltr] .col-lg-5, [dir=ltr] .col-lg-6, [dir=ltr] .col-lg-7, [dir=ltr] .col-lg-8, [dir=ltr] .col-lg-9, [dir=ltr] .col-lg-10, [dir=ltr] .col-lg-11, [dir=ltr] .col-lg-12, [dir=ltr] .col-lg-auto, [dir=ltr] .col-md, [dir=ltr] .col-md-1, [dir=ltr] .col-md-2, [dir=ltr] .col-md-3, [dir=ltr] .col-md-4, [dir=ltr] .col-md-5, [dir=ltr] .col-md-6, [dir=ltr] .col-md-7, [dir=ltr] .col-md-8, [dir=ltr] .col-md-9, [dir=ltr] .col-md-10, [dir=ltr] .col-md-11, [dir=ltr] .col-md-12, [dir=ltr] .col-md-auto, [dir=ltr] .col-sm, [dir=ltr] .col-sm-1, [dir=ltr] .col-sm-2, [dir=ltr] .col-sm-3, [dir=ltr] .col-sm-4, [dir=ltr] .col-sm-5, [dir=ltr] .col-sm-6, [dir=ltr] .col-sm-7, [dir=ltr] .col-sm-8, [dir=ltr] .col-sm-9, [dir=ltr] .col-sm-10, [dir=ltr] .col-sm-11, [dir=ltr] .col-sm-12, [dir=ltr] .col-sm-auto, [dir=ltr] .col-xl, [dir=ltr] .col-xl-1, [dir=ltr] .col-xl-2, [dir=ltr] .col-xl-3, [dir=ltr] .col-xl-4, [dir=ltr] .col-xl-5, [dir=ltr] .col-xl-6, [dir=ltr] .col-xl-7, [dir=ltr] .col-xl-8, [dir=ltr] .col-xl-9, [dir=ltr] .col-xl-10, [dir=ltr] .col-xl-11, [dir=ltr] .col-xl-12, [dir=ltr] .col-xl-auto, [dir=rtl] .col, [dir=rtl] .col-1, [dir=rtl] .col-2, [dir=rtl] .col-3, [dir=rtl] .col-4, [dir=rtl] .col-5, [dir=rtl] .col-6, [dir=rtl] .col-7, [dir=rtl] .col-8, [dir=rtl] .col-9, [dir=rtl] .col-10, [dir=rtl] .col-11, [dir=rtl] .col-12, [dir=rtl] .col-auto, [dir=rtl] .col-lg, [dir=rtl] .col-lg-1, [dir=rtl] .col-lg-2, [dir=rtl] .col-lg-3, [dir=rtl] .col-lg-4, [dir=rtl] .col-lg-5, [dir=rtl] .col-lg-6, [dir=rtl] .col-lg-7, [dir=rtl] .col-lg-8, [dir=rtl] .col-lg-9, [dir=rtl] .col-lg-10, [dir=rtl] .col-lg-11, [dir=rtl] .col-lg-12, [dir=rtl] .col-lg-auto, [dir=rtl] .col-md, [dir=rtl] .col-md-1, [dir=rtl] .col-md-2, [dir=rtl] .col-md-3, [dir=rtl] .col-md-4, [dir=rtl] .col-md-5, [dir=rtl] .col-md-6, [dir=rtl] .col-md-7, [dir=rtl] .col-md-8, [dir=rtl] .col-md-9, [dir=rtl] .col-md-10, [dir=rtl] .col-md-11, [dir=rtl] .col-md-12, [dir=rtl] .col-md-auto, [dir=rtl] .col-sm, [dir=rtl] .col-sm-1, [dir=rtl] .col-sm-2, [dir=rtl] .col-sm-3, [dir=rtl] .col-sm-4, [dir=rtl] .col-sm-5, [dir=rtl] .col-sm-6, [dir=rtl] .col-sm-7, [dir=rtl] .col-sm-8, [dir=rtl] .col-sm-9, [dir=rtl] .col-sm-10, [dir=rtl] .col-sm-11, [dir=rtl] .col-sm-12, [dir=rtl] .col-sm-auto, [dir=rtl] .col-xl, [dir=rtl] .col-xl-1, [dir=rtl] .col-xl-2, [dir=rtl] .col-xl-3, [dir=rtl] .col-xl-4, [dir=rtl] .col-xl-5, [dir=rtl] .col-xl-6, [dir=rtl] .col-xl-7, [dir=rtl] .col-xl-8, [dir=rtl] .col-xl-9, [dir=rtl] .col-xl-10, [dir=rtl] .col-xl-11, [dir=rtl] .col-xl-12, [dir=rtl] .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px
}

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

.row-cols-1>* {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.row-cols-4>* {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

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

.col-1, .col-auto {
  -webkit-box-flex: 0
}

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

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

.col-2, .col-3 {
  -webkit-box-flex: 0
}

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

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

.col-4, .col-5 {
  -webkit-box-flex: 0
}

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

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

.col-6, .col-7 {
  -webkit-box-flex: 0
}

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

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

.col-8, .col-9 {
  -webkit-box-flex: 0
}

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

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

.col-10, .col-11 {
  -webkit-box-flex: 0
}

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  order: -1
}

.order-last {
  -webkit-box-ordinal-group: 14;
  order: 13
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  order: 12
}

[dir=rtl] .offset-1 {
  margin-left: 8.3333333333%
}

[dir=ltr] .offset-1 {
  margin-right: 8.3333333333%
}

[dir=rtl] .offset-2 {
  margin-left: 16.6666666667%
}

[dir=ltr] .offset-2 {
  margin-right: 16.6666666667%
}

[dir=rtl] .offset-3 {
  margin-left: 25%
}

[dir=ltr] .offset-3 {
  margin-right: 25%
}

[dir=rtl] .offset-4 {
  margin-left: 33.3333333333%
}

[dir=ltr] .offset-4 {
  margin-right: 33.3333333333%
}

[dir=rtl] .offset-5 {
  margin-left: 41.6666666667%
}

[dir=ltr] .offset-5 {
  margin-right: 41.6666666667%
}

[dir=rtl] .offset-6 {
  margin-left: 50%
}

[dir=ltr] .offset-6 {
  margin-right: 50%
}

[dir=rtl] .offset-7 {
  margin-left: 58.3333333333%
}

[dir=ltr] .offset-7 {
  margin-right: 58.3333333333%
}

[dir=rtl] .offset-8 {
  margin-left: 66.6666666667%
}

[dir=ltr] .offset-8 {
  margin-right: 66.6666666667%
}

[dir=rtl] .offset-9 {
  margin-left: 75%
}

[dir=ltr] .offset-9 {
  margin-right: 75%
}

[dir=rtl] .offset-10 {
  margin-left: 83.3333333333%
}

[dir=ltr] .offset-10 {
  margin-right: 83.3333333333%
}

[dir=rtl] .offset-11 {
  margin-left: 91.6666666667%
}

[dir=ltr] .offset-11 {
  margin-right: 91.6666666667%
}

@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-sm-2>* {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-sm-4>* {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    order: 13
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    order: 0
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    order: 1
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    order: 2
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    order: 3
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    order: 4
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    order: 5
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    order: 6
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    order: 7
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    order: 8
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    order: 9
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    order: 10
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    order: 11
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    order: 12
  }
  [dir=rtl] .offset-sm-0 {
    margin-left: 0
  }
  [dir=ltr] .offset-sm-0 {
    margin-right: 0
  }
  [dir=rtl] .offset-sm-1 {
    margin-left: 8.3333333333%
  }
  [dir=ltr] .offset-sm-1 {
    margin-right: 8.3333333333%
  }
  [dir=rtl] .offset-sm-2 {
    margin-left: 16.6666666667%
  }
  [dir=ltr] .offset-sm-2 {
    margin-right: 16.6666666667%
  }
  [dir=rtl] .offset-sm-3 {
    margin-left: 25%
  }
  [dir=ltr] .offset-sm-3 {
    margin-right: 25%
  }
  [dir=rtl] .offset-sm-4 {
    margin-left: 33.3333333333%
  }
  [dir=ltr] .offset-sm-4 {
    margin-right: 33.3333333333%
  }
  [dir=rtl] .offset-sm-5 {
    margin-left: 41.6666666667%
  }
  [dir=ltr] .offset-sm-5 {
    margin-right: 41.6666666667%
  }
  [dir=rtl] .offset-sm-6 {
    margin-left: 50%
  }
  [dir=ltr] .offset-sm-6 {
    margin-right: 50%
  }
  [dir=rtl] .offset-sm-7 {
    margin-left: 58.3333333333%
  }
  [dir=ltr] .offset-sm-7 {
    margin-right: 58.3333333333%
  }
  [dir=rtl] .offset-sm-8 {
    margin-left: 66.6666666667%
  }
  [dir=ltr] .offset-sm-8 {
    margin-right: 66.6666666667%
  }
  [dir=rtl] .offset-sm-9 {
    margin-left: 75%
  }
  [dir=ltr] .offset-sm-9 {
    margin-right: 75%
  }
  [dir=rtl] .offset-sm-10 {
    margin-left: 83.3333333333%
  }
  [dir=ltr] .offset-sm-10 {
    margin-right: 83.3333333333%
  }
  [dir=rtl] .offset-sm-11 {
    margin-left: 91.6666666667%
  }
  [dir=ltr] .offset-sm-11 {
    margin-right: 91.6666666667%
  }
}

@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-md-1>* {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-md-2>* {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-md-4>* {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    order: 13
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    order: 0
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    order: 1
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    order: 2
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    order: 3
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    order: 4
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    order: 5
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    order: 6
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    order: 7
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    order: 8
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    order: 9
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    order: 10
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    order: 11
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    order: 12
  }
  [dir=rtl] .offset-md-0 {
    margin-left: 0
  }
  [dir=ltr] .offset-md-0 {
    margin-right: 0
  }
  [dir=rtl] .offset-md-1 {
    margin-left: 8.3333333333%
  }
  [dir=ltr] .offset-md-1 {
    margin-right: 8.3333333333%
  }
  [dir=rtl] .offset-md-2 {
    margin-left: 16.6666666667%
  }
  [dir=ltr] .offset-md-2 {
    margin-right: 16.6666666667%
  }
  [dir=rtl] .offset-md-3 {
    margin-left: 25%
  }
  [dir=ltr] .offset-md-3 {
    margin-right: 25%
  }
  [dir=rtl] .offset-md-4 {
    margin-left: 33.3333333333%
  }
  [dir=ltr] .offset-md-4 {
    margin-right: 33.3333333333%
  }
  [dir=rtl] .offset-md-5 {
    margin-left: 41.6666666667%
  }
  [dir=ltr] .offset-md-5 {
    margin-right: 41.6666666667%
  }
  [dir=rtl] .offset-md-6 {
    margin-left: 50%
  }
  [dir=ltr] .offset-md-6 {
    margin-right: 50%
  }
  [dir=rtl] .offset-md-7 {
    margin-left: 58.3333333333%
  }
  [dir=ltr] .offset-md-7 {
    margin-right: 58.3333333333%
  }
  [dir=rtl] .offset-md-8 {
    margin-left: 66.6666666667%
  }
  [dir=ltr] .offset-md-8 {
    margin-right: 66.6666666667%
  }
  [dir=rtl] .offset-md-9 {
    margin-left: 75%
  }
  [dir=ltr] .offset-md-9 {
    margin-right: 75%
  }
  [dir=rtl] .offset-md-10 {
    margin-left: 83.3333333333%
  }
  [dir=ltr] .offset-md-10 {
    margin-right: 83.3333333333%
  }
  [dir=rtl] .offset-md-11 {
    margin-left: 91.6666666667%
  }
  [dir=ltr] .offset-md-11 {
    margin-right: 91.6666666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-lg-1>* {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-lg-2>* {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-lg-4>* {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    order: 13
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    order: 0
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    order: 1
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    order: 2
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    order: 3
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    order: 4
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    order: 5
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    order: 6
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    order: 7
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    order: 8
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    order: 9
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    order: 10
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    order: 11
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    order: 12
  }
  [dir=rtl] .offset-lg-0 {
    margin-left: 0
  }
  [dir=ltr] .offset-lg-0 {
    margin-right: 0
  }
  [dir=rtl] .offset-lg-1 {
    margin-left: 8.3333333333%
  }
  [dir=ltr] .offset-lg-1 {
    margin-right: 8.3333333333%
  }
  [dir=rtl] .offset-lg-2 {
    margin-left: 16.6666666667%
  }
  [dir=ltr] .offset-lg-2 {
    margin-right: 16.6666666667%
  }
  [dir=rtl] .offset-lg-3 {
    margin-left: 25%
  }
  [dir=ltr] .offset-lg-3 {
    margin-right: 25%
  }
  [dir=rtl] .offset-lg-4 {
    margin-left: 33.3333333333%
  }
  [dir=ltr] .offset-lg-4 {
    margin-right: 33.3333333333%
  }
  [dir=rtl] .offset-lg-5 {
    margin-left: 41.6666666667%
  }
  [dir=ltr] .offset-lg-5 {
    margin-right: 41.6666666667%
  }
  [dir=rtl] .offset-lg-6 {
    margin-left: 50%
  }
  [dir=ltr] .offset-lg-6 {
    margin-right: 50%
  }
  [dir=rtl] .offset-lg-7 {
    margin-left: 58.3333333333%
  }
  [dir=ltr] .offset-lg-7 {
    margin-right: 58.3333333333%
  }
  [dir=rtl] .offset-lg-8 {
    margin-left: 66.6666666667%
  }
  [dir=ltr] .offset-lg-8 {
    margin-right: 66.6666666667%
  }
  [dir=rtl] .offset-lg-9 {
    margin-left: 75%
  }
  [dir=ltr] .offset-lg-9 {
    margin-right: 75%
  }
  [dir=rtl] .offset-lg-10 {
    margin-left: 83.3333333333%
  }
  [dir=ltr] .offset-lg-10 {
    margin-right: 83.3333333333%
  }
  [dir=rtl] .offset-lg-11 {
    margin-left: 91.6666666667%
  }
  [dir=ltr] .offset-lg-11 {
    margin-right: 91.6666666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-xl-1>* {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-xl-2>* {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-xl-4>* {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    order: 13
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    order: 0
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    order: 1
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    order: 2
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    order: 3
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    order: 4
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    order: 5
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    order: 6
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    order: 7
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    order: 8
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    order: 9
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    order: 10
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    order: 11
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    order: 12
  }
  [dir=rtl] .offset-xl-0 {
    margin-left: 0
  }
  [dir=ltr] .offset-xl-0 {
    margin-right: 0
  }
  [dir=rtl] .offset-xl-1 {
    margin-left: 8.3333333333%
  }
  [dir=ltr] .offset-xl-1 {
    margin-right: 8.3333333333%
  }
  [dir=rtl] .offset-xl-2 {
    margin-left: 16.6666666667%
  }
  [dir=ltr] .offset-xl-2 {
    margin-right: 16.6666666667%
  }
  [dir=rtl] .offset-xl-3 {
    margin-left: 25%
  }
  [dir=ltr] .offset-xl-3 {
    margin-right: 25%
  }
  [dir=rtl] .offset-xl-4 {
    margin-left: 33.3333333333%
  }
  [dir=ltr] .offset-xl-4 {
    margin-right: 33.3333333333%
  }
  [dir=rtl] .offset-xl-5 {
    margin-left: 41.6666666667%
  }
  [dir=ltr] .offset-xl-5 {
    margin-right: 41.6666666667%
  }
  [dir=rtl] .offset-xl-6 {
    margin-left: 50%
  }
  [dir=ltr] .offset-xl-6 {
    margin-right: 50%
  }
  [dir=rtl] .offset-xl-7 {
    margin-left: 58.3333333333%
  }
  [dir=ltr] .offset-xl-7 {
    margin-right: 58.3333333333%
  }
  [dir=rtl] .offset-xl-8 {
    margin-left: 66.6666666667%
  }
  [dir=ltr] .offset-xl-8 {
    margin-right: 66.6666666667%
  }
  [dir=rtl] .offset-xl-9 {
    margin-left: 75%
  }
  [dir=ltr] .offset-xl-9 {
    margin-right: 75%
  }
  [dir=rtl] .offset-xl-10 {
    margin-left: 83.3333333333%
  }
  [dir=ltr] .offset-xl-10 {
    margin-right: 83.3333333333%
  }
  [dir=rtl] .offset-xl-11 {
    margin-left: 91.6666666667%
  }
  [dir=ltr] .offset-xl-11 {
    margin-right: 91.6666666667%
  }
}

.table {
  width: 100%;
  color: #000
}

[dir] .table {
  margin-bottom: 1rem
}

.table td, .table th {
  vertical-align: top
}

[dir] .table td, [dir] .table th {
  padding: .75rem;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom
}

[dir] .table thead th {
  border-bottom: 2px solid #dee2e6
}

[dir] .table tbody+tbody {
  border-top: 2px solid #dee2e6
}

[dir] .table-sm td, [dir] .table-sm th {
  padding: .3rem
}

[dir] .table-bordered, [dir] .table-bordered td, [dir] .table-bordered th {
  border: 1px solid #dee2e6
}

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

[dir] .table-borderless tbody+tbody, [dir] .table-borderless td, [dir] .table-borderless th, [dir] .table-borderless thead th {
  border: 0
}

[dir] .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  color: #000
}

[dir] .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075)
}

[dir] .table-primary, [dir] .table-primary>td, [dir] .table-primary>th {
  background-color: #ffddd5
}

[dir] .table-primary tbody+tbody, [dir] .table-primary td, [dir] .table-primary th, [dir] .table-primary thead th {
  border-color: #ffc1b1
}

[dir] .table-hover .table-primary:hover, [dir] .table-hover .table-primary:hover>td, [dir] .table-hover .table-primary:hover>th {
  background-color: #ffc8bc
}

[dir] .table-secondary, [dir] .table-secondary>td, [dir] .table-secondary>th {
  background-color: #c0c4c9
}

[dir] .table-secondary tbody+tbody, [dir] .table-secondary td, [dir] .table-secondary th, [dir] .table-secondary thead th {
  border-color: #8b919b
}

[dir] .table-hover .table-secondary:hover, [dir] .table-hover .table-secondary:hover>td, [dir] .table-hover .table-secondary:hover>th {
  background-color: #b2b7bd
}

[dir] .table-success, [dir] .table-success>td, [dir] .table-success>th {
  background-color: #dfebbc
}

[dir] .table-success tbody+tbody, [dir] .table-success td, [dir] .table-success th, [dir] .table-success thead th {
  border-color: #c4da83
}

[dir] .table-hover .table-success:hover, [dir] .table-hover .table-success:hover>td, [dir] .table-hover .table-success:hover>th {
  background-color: #d6e5a8
}

[dir] .table-info, [dir] .table-info>td, [dir] .table-info>th {
  background-color: #f2f5fc
}

[dir] .table-info tbody+tbody, [dir] .table-info td, [dir] .table-info th, [dir] .table-info thead th {
  border-color: #e7edf9
}

[dir] .table-hover .table-info:hover, [dir] .table-hover .table-info:hover>td, [dir] .table-hover .table-info:hover>th {
  background-color: #dde5f7
}

[dir] .table-warning, [dir] .table-warning>td, [dir] .table-warning>th {
  background-color: #fbeec9
}

[dir] .table-warning tbody+tbody, [dir] .table-warning td, [dir] .table-warning th, [dir] .table-warning thead th {
  border-color: #f8df9a
}

[dir] .table-hover .table-warning:hover, [dir] .table-hover .table-warning:hover>td, [dir] .table-hover .table-warning:hover>th {
  background-color: #f9e7b1
}

[dir] .table-danger, [dir] .table-danger>td, [dir] .table-danger>th {
  background-color: #f4c8bd
}

[dir] .table-danger tbody+tbody, [dir] .table-danger td, [dir] .table-danger th, [dir] .table-danger thead th {
  border-color: #ea9985
}

[dir] .table-hover .table-danger:hover, [dir] .table-hover .table-danger:hover>td, [dir] .table-hover .table-danger:hover>th {
  background-color: #f0b6a7
}

[dir] .table-light, [dir] .table-light>td, [dir] .table-light>th {
  background-color: #fdfdfe
}

[dir] .table-light tbody+tbody, [dir] .table-light td, [dir] .table-light th, [dir] .table-light thead th {
  border-color: #fbfcfc
}

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

[dir] .table-dark, [dir] .table-dark>td, [dir] .table-dark>th {
  background-color: #b8b8b8
}

[dir] .table-dark tbody+tbody, [dir] .table-dark td, [dir] .table-dark th, [dir] .table-dark thead th {
  border-color: #7a7a7a
}

[dir] .table-hover .table-dark:hover, [dir] .table-hover .table-dark:hover>td, [dir] .table-hover .table-dark:hover>th {
  background-color: #ababab
}

[dir] .table-active, [dir] .table-active>td, [dir] .table-active>th, [dir] .table-hover .table-active:hover, [dir] .table-hover .table-active:hover>td, [dir] .table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff
}

[dir] .table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057
}

[dir] .table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff
}

[dir] .table-dark {
  background-color: #343a40
}

[dir] .table-dark td, [dir] .table-dark th, [dir] .table-dark thead th {
  border-color: #454d55
}

[dir] .table-dark.table-bordered {
  border: 0
}

[dir] .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff
}

[dir] .table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, .075)
}
.theHome-search-input
{
	width:100%;
}
.theHome-search-input input
{
	width:90%;
	display: inline;
	float: left;
}
.theHome-search-input button
{
	width:10%;
	display: inline;
	height:45px;
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  [dir] .table-responsive-sm>.table-bordered {
    border: 0
  }
  .theHome-search
  {
	 width: 500px !important;
	 display:table-cell !important;
  }
  .theHome-search-select
  {
	  max-width:315px;
  }
  .theHome-search-input input {
	  width:83% !important;
  }
  .theHome-search-input button
  {
	  width: 17%  !important;
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  [dir] .table-responsive-md>.table-bordered {
    border: 0
  }
  .theHome-search
  {
	 width: 500px !important;
	  
	 	 display:table-cell !important;

  }
  .theHome-search-select
  {
	  max-width:315px
  }
    .theHome-search-input button
  {
	  width: 17%  !important;
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  [dir] .table-responsive-lg>.table-bordered {
    border: 0
  }
  .theHome-search
  {
	 width: 500px !important;
     display:table-cell !important;

  }
  
  .theHome-search-select
  {
	  max-width:315px
  }
    .theHome-search-input button
  {
	  width: 17%  !important;
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  [dir] .table-responsive-xl>.table-bordered {
    border: 0
  }
}

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

[dir] .table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.3em + .75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

[dir] .form-control {
  padding: .375rem 1rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d0ddf4;
  border-radius: 4px;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
  [dir] .form-control {
    -webkit-transition: none
  }
}

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

.form-control:-moz-focusring {
  color: transparent
}

[dir] .form-control:-moz-focusring {
  text-shadow: 0 0 0 #495057
}

.form-control:focus {
  color: #495057;
  outline: 0
}

[dir] .form-control:focus {
  background-color: #fff;
  border-color: #ffede9;
  box-shadow: 0 0 0 .2rem rgba(255, 135, 105, .25)
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled, .form-control[readonly] {
  opacity: 1
}

[dir] .form-control:disabled, [dir] .form-control[readonly] {
  background-color: #e9ecef
}

select.form-control:focus::-ms-value {
  color: #495057
}

[dir] select.form-control:focus::-ms-value {
  background-color: #fff
}

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

.col-form-label {
  font-size: inherit;
  line-height: 1.3
}

[dir] .col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0
}

.col-form-label-lg {
  font-size: 1rem;
  line-height: 1.5
}

[dir] .col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px)
}

.col-form-label-sm {
  font-size: .875rem;
  line-height: 1.5
}

[dir] .col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px)
}

.form-control-plaintext {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.3;
  color: #000
}

[dir] .form-control-plaintext {
  padding: .375rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

[dir=ltr] .form-control-plaintext.form-control-lg, [dir=ltr] .form-control-plaintext.form-control-sm, [dir=rtl] .form-control-plaintext.form-control-lg, [dir=rtl] .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  font-size: .875rem;
  line-height: 1.5
}

[dir] .form-control-sm {
  padding: .25rem .5rem;
  border-radius: .2rem
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  font-size: 1rem;
  line-height: 1.5
}

[dir] .form-control-lg {
  padding: .5rem 1rem;
  border-radius: .3rem
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
  height: auto
}

[dir] .form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block
}

[dir] .form-text {
  margin-top: .25rem
}

.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

[dir=ltr] .form-row, [dir=rtl] .form-row {
  margin-right: -5px;
  margin-left: -5px
}

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

.form-check {
  position: relative;
  display: block
}

[dir=rtl] .form-check {
  padding-left: 1.25rem
}

[dir=ltr] .form-check {
  padding-right: 1.25rem
}

.form-check-input {
  position: absolute
}

[dir] .form-check-input {
  margin-top: .3rem
}

[dir=rtl] .form-check-input {
  margin-left: -1.25rem
}

[dir=ltr] .form-check-input {
  margin-right: -1.25rem
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
  color: #6c757d
}

[dir] .form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center
}

[dir=rtl] .form-check-inline {
  padding-left: 0;
  margin-right: .75rem
}

[dir=ltr] .form-check-inline {
  padding-right: 0;
  margin-left: .75rem
}

.form-check-inline .form-check-input {
  position: static
}

[dir] .form-check-inline .form-check-input {
  margin-top: 0
}

[dir=rtl] .form-check-inline .form-check-input {
  margin-right: .3125rem;
  margin-left: 0
}

[dir=ltr] .form-check-inline .form-check-input {
  margin-left: .3125rem;
  margin-right: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  font-size: 80%;
  color: #8eb711
}

[dir] .valid-feedback {
  margin-top: .25rem
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: .875rem;
  line-height: 1.3;
  color: #212529
}

[dir] .valid-tooltip {
  padding: .25rem .5rem;
  margin-top: .1rem;
  background-color: rgba(142, 183, 17, .9);
  border-radius: 4px
}

.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
  display: block
}

[dir] .form-control.is-valid, [dir] .was-validated .form-control:valid {
  border-color: #8eb711;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%238eb711' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: calc(.65em + .375rem) calc(.65em + .375rem)
}

[dir=rtl] .form-control.is-valid, [dir=rtl] .was-validated .form-control:valid {
  padding-right: calc(1.3em + .75rem);
  background-position: right calc(.325em + .1875rem) center
}

[dir=ltr] .form-control.is-valid, [dir=ltr] .was-validated .form-control:valid {
  padding-left: calc(1.3em + .75rem);
  background-position: left calc(.325em + .1875rem) center
}

[dir] .form-control.is-valid:focus, [dir] .was-validated .form-control:valid:focus {
  border-color: #8eb711;
  box-shadow: 0 0 0 .2rem rgba(142, 183, 17, .25)
}

[dir=rtl] .was-validated textarea.form-control:valid, [dir=rtl] textarea.form-control.is-valid {
  padding-right: calc(1.3em + .75rem);
  background-position: top calc(.325em + .1875rem) right calc(.325em + .1875rem)
}

[dir=ltr] .was-validated textarea.form-control:valid, [dir=ltr] textarea.form-control.is-valid {
  padding-left: calc(1.3em + .75rem);
  background-position: top calc(.325em + .1875rem) left calc(.325em + .1875rem)
}

[dir] .custom-select.is-valid, [dir] .was-validated .custom-select:valid {
  border-color: #8eb711
}

[dir=rtl] .custom-select.is-valid, [dir=rtl] .was-validated .custom-select:valid {
  padding-right: calc(.75em + 2.5625rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%238eb711' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 2rem/calc(.65em + .375rem) calc(.65em + .375rem)
}

[dir=ltr] .custom-select.is-valid, [dir=ltr] .was-validated .custom-select:valid {
  padding-left: calc(.75em + 2.5625rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 1rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%238eb711' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center left 2rem/calc(.65em + .375rem) calc(.65em + .375rem)
}

[dir] .custom-select.is-valid:focus, [dir] .was-validated .custom-select:valid:focus {
  border-color: #8eb711;
  box-shadow: 0 0 0 .2rem rgba(142, 183, 17, .25)
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
  color: #8eb711
}

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

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
  color: #8eb711
}

[dir] .custom-control-input.is-valid~.custom-control-label:before, [dir] .was-validated .custom-control-input:valid~.custom-control-label:before {
  border-color: #8eb711
}

[dir] .custom-control-input.is-valid:checked~.custom-control-label:before, [dir] .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  border-color: #b2e615;
  background-color: #b2e615
}

[dir] .custom-control-input.is-valid:focus~.custom-control-label:before, [dir] .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(142, 183, 17, .25)
}

[dir] .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before, [dir] .custom-file-input.is-valid~.custom-file-label, [dir] .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before, [dir] .was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #8eb711
}

[dir] .custom-file-input.is-valid:focus~.custom-file-label, [dir] .was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #8eb711;
  box-shadow: 0 0 0 .2rem rgba(142, 183, 17, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  font-size: 80%;
  color: #d73b15
}

[dir] .invalid-feedback {
  margin-top: .25rem
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: .875rem;
  line-height: 1.3;
  color: #fff
}

[dir] .invalid-tooltip {
  padding: .25rem .5rem;
  margin-top: .1rem;
  background-color: rgba(215, 59, 21, .9);
  border-radius: 4px
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
  display: block
}

[dir] .form-control.is-invalid, [dir] .was-validated .form-control:invalid {
  border-color: #d73b15;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d73b15'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23d73b15' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: calc(.65em + .375rem) calc(.65em + .375rem)
}

[dir=rtl] .form-control.is-invalid, [dir=rtl] .was-validated .form-control:invalid {
  padding-right: calc(1.3em + .75rem);
  background-position: right calc(.325em + .1875rem) center
}

[dir=ltr] .form-control.is-invalid, [dir=ltr] .was-validated .form-control:invalid {
  padding-left: calc(1.3em + .75rem);
  background-position: left calc(.325em + .1875rem) center
}

[dir] .form-control.is-invalid:focus, [dir] .was-validated .form-control:invalid:focus {
  border-color: #d73b15;
  box-shadow: 0 0 0 .2rem rgba(215, 59, 21, .25)
}

[dir=rtl] .was-validated textarea.form-control:invalid, [dir=rtl] textarea.form-control.is-invalid {
  padding-right: calc(1.3em + .75rem);
  background-position: top calc(.325em + .1875rem) right calc(.325em + .1875rem)
}

[dir=ltr] .was-validated textarea.form-control:invalid, [dir=ltr] textarea.form-control.is-invalid {
  padding-left: calc(1.3em + .75rem);
  background-position: top calc(.325em + .1875rem) left calc(.325em + .1875rem)
}

[dir] .custom-select.is-invalid, [dir] .was-validated .custom-select:invalid {
  border-color: #d73b15
}

[dir=rtl] .custom-select.is-invalid, [dir=rtl] .was-validated .custom-select:invalid {
  padding-right: calc(.75em + 2.5625rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d73b15'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23d73b15' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 2rem/calc(.65em + .375rem) calc(.65em + .375rem)
}

[dir=ltr] .custom-select.is-invalid, [dir=ltr] .was-validated .custom-select:invalid {
  padding-left: calc(.75em + 2.5625rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 1rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d73b15'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23d73b15' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center left 2rem/calc(.65em + .375rem) calc(.65em + .375rem)
}

[dir] .custom-select.is-invalid:focus, [dir] .was-validated .custom-select:invalid:focus {
  border-color: #d73b15;
  box-shadow: 0 0 0 .2rem rgba(215, 59, 21, .25)
}

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

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

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

[dir] .custom-control-input.is-invalid~.custom-control-label:before, [dir] .was-validated .custom-control-input:invalid~.custom-control-label:before {
  border-color: #d73b15
}

[dir] .custom-control-input.is-invalid:checked~.custom-control-label:before, [dir] .was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  border-color: #eb5834;
  background-color: #eb5834
}

[dir] .custom-control-input.is-invalid:focus~.custom-control-label:before, [dir] .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(215, 59, 21, .25)
}

[dir] .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before, [dir] .custom-file-input.is-invalid~.custom-file-label, [dir] .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before, [dir] .was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #d73b15
}

[dir] .custom-file-input.is-invalid:focus~.custom-file-label, [dir] .was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #d73b15;
  box-shadow: 0 0 0 .2rem rgba(215, 59, 21, .25)
}

.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center
}

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

@media (min-width:576px) {
  .form-inline label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
  }
  [dir] .form-inline label {
    margin-bottom: 0
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center
  }
  [dir] .form-inline .form-group {
    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 .custom-select, .form-inline .input-group {
    width: auto
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto
  }
  [dir=rtl] .form-inline .form-check {
    padding-left: 0
  }
  [dir=ltr] .form-inline .form-check {
    padding-right: 0
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0
  }
  [dir] .form-inline .form-check-input {
    margin-top: 0
  }
  [dir=rtl] .form-inline .form-check-input {
    margin-right: .25rem;
    margin-left: 0
  }
  [dir=ltr] .form-inline .form-check-input {
    margin-left: .25rem;
    margin-right: 0
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
  }
  [dir] .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #000;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 1.3;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

[dir] .btn {
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem 1rem;
  border-radius: 4px;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
  [dir] .btn {
    -webkit-transition: none
  }
}

.btn:hover {
  color: #000;
  text-decoration: none
}

.btn.focus, .btn:focus {
  outline: 0
}

[dir] .btn.focus, [dir] .btn:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 135, 105, .25)
}

.btn.disabled, .btn:disabled {
  opacity: .65
}

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

.btn-primary {
  color: #212529
}

[dir] .btn-primary {
  background-color: #136582;
  border-color: #136582
}

.btn-primary:hover {
  color: #fff
}

[dir] .btn-primary:hover {
 /*  background-color: #075975;
  border-color: #075975; */
  background-color: #fff;
    border-color: #fff;
    color: #000;
	
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff
}

[dir] .btn-primary.focus, [dir] .btn-primary:focus {
  background-color: #075975;
  border-color: #075975;
  box-shadow: 0 0 0 .2rem rgba(222, 120, 95, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #212529
}

[dir] .btn-primary.disabled, [dir] .btn-primary:disabled {
  background-color: #136582;
  border-color: #136582
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff
}

[dir] .btn-primary:not(:disabled):not(.disabled).active, [dir] .btn-primary:not(:disabled):not(.disabled):active, [dir] .show>.btn-primary.dropdown-toggle {
  background-color: #ff5e36;
  border-color: #ff5429
}

[dir] .btn-primary:not(:disabled):not(.disabled).active:focus, [dir] .btn-primary:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 120, 95, .5)
}

.btn-secondary {
  color: #fff
}

[dir] .btn-secondary {
  background-color: #1f2b3e;
  border-color: #1f2b3e
}

.btn-secondary:hover {
  color: #fff
}

[dir] .btn-secondary:hover {
  background-color: #121925;
  border-color: #0e131c
}

.btn-secondary.focus, .btn-secondary:focus {
  color: #fff
}

[dir] .btn-secondary.focus, [dir] .btn-secondary:focus {
  background-color: #121925;
  border-color: #0e131c;
  box-shadow: 0 0 0 .2rem rgba(65, 75, 91, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff
}

[dir] .btn-secondary.disabled, [dir] .btn-secondary:disabled {
  background-color: #1f2b3e;
  border-color: #1f2b3e
}

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

[dir] .btn-secondary:not(:disabled):not(.disabled).active, [dir] .btn-secondary:not(:disabled):not(.disabled):active, [dir] .show>.btn-secondary.dropdown-toggle {
  background-color: #0e131c;
  border-color: #0a0e14
}

[dir] .btn-secondary:not(:disabled):not(.disabled).active:focus, [dir] .btn-secondary:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(65, 75, 91, .5)
}

.btn-success {
  color: #212529
}

[dir] .btn-success {
  background-color: #8eb711;
  border-color: #8eb711
}

.btn-success:hover {
  color: #fff
}

[dir] .btn-success:hover {
  background-color: #73940e;
  border-color: #6a880d
}

.btn-success.focus, .btn-success:focus {
  color: #fff
}

[dir] .btn-success.focus, [dir] .btn-success:focus {
  background-color: #73940e;
  border-color: #6a880d;
  box-shadow: 0 0 0 .2rem rgba(126, 161, 21, .5)
}

.btn-success.disabled, .btn-success:disabled {
  color: #212529
}

[dir] .btn-success.disabled, [dir] .btn-success:disabled {
  background-color: #8eb711;
  border-color: #8eb711
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  color: #fff
}

[dir] .btn-success:not(:disabled):not(.disabled).active, [dir] .btn-success:not(:disabled):not(.disabled):active, [dir] .show>.btn-success.dropdown-toggle {
  background-color: #6a880d;
  border-color: #617d0c
}

[dir] .btn-success:not(:disabled):not(.disabled).active:focus, [dir] .btn-success:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(126, 161, 21, .5)
}

.btn-info {
  color: #212529
}

[dir] .btn-info {
  background-color: #d0ddf4;
  border-color: #d0ddf4
}

.btn-info:hover {
  color: #212529
}

[dir] .btn-info:hover {
  background-color: #b1c7ed;
  border-color: #a7bfea
}

.btn-info.focus, .btn-info:focus {
  color: #212529
}

[dir] .btn-info.focus, [dir] .btn-info:focus {
  background-color: #b1c7ed;
  border-color: #a7bfea;
  box-shadow: 0 0 0 .2rem rgba(182, 193, 214, .5)
}

.btn-info.disabled, .btn-info:disabled {
  color: #212529
}

[dir] .btn-info.disabled, [dir] .btn-info:disabled {
  background-color: #d0ddf4;
  border-color: #d0ddf4
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
  color: #212529
}

[dir] .btn-info:not(:disabled):not(.disabled).active, [dir] .btn-info:not(:disabled):not(.disabled):active, [dir] .show>.btn-info.dropdown-toggle {
  background-color: #a7bfea;
  border-color: #9cb8e8
}

[dir] .btn-info:not(:disabled):not(.disabled).active:focus, [dir] .btn-info:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(182, 193, 214, .5)
}

.btn-warning {
  color: #212529
}

[dir] .btn-warning {
  background-color: #f2c13d;
  border-color: #f2c13d
}

.btn-warning:hover {
  color: #212529
}

[dir] .btn-warning:hover {
  background-color: #f0b619;
  border-color: #ecb110
}

.btn-warning.focus, .btn-warning:focus {
  color: #212529
}

[dir] .btn-warning.focus, [dir] .btn-warning:focus {
  background-color: #f0b619;
  border-color: #ecb110;
  box-shadow: 0 0 0 .2rem rgba(211, 170, 58, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529
}

[dir] .btn-warning.disabled, [dir] .btn-warning:disabled {
  background-color: #f2c13d;
  border-color: #f2c13d
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
  color: #212529
}

[dir] .btn-warning:not(:disabled):not(.disabled).active, [dir] .btn-warning:not(:disabled):not(.disabled):active, [dir] .show>.btn-warning.dropdown-toggle {
  background-color: #ecb110;
  border-color: #e0a80f
}

[dir] .btn-warning:not(:disabled):not(.disabled).active:focus, [dir] .btn-warning:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(211, 170, 58, .5)
}

.btn-danger {
  color: #fff
}

[dir] .btn-danger {
  background-color: #d73b15;
  border-color: #d73b15
}

.btn-danger:hover {
  color: #fff
}

[dir] .btn-danger:hover {
  background-color: #b43112;
  border-color: #a92e10
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff
}

[dir] .btn-danger.focus, [dir] .btn-danger:focus {
  background-color: #b43112;
  border-color: #a92e10;
  box-shadow: 0 0 0 .2rem rgba(221, 88, 56, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff
}

[dir] .btn-danger.disabled, [dir] .btn-danger:disabled {
  background-color: #d73b15;
  border-color: #d73b15
}

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

[dir] .btn-danger:not(:disabled):not(.disabled).active, [dir] .btn-danger:not(:disabled):not(.disabled):active, [dir] .show>.btn-danger.dropdown-toggle {
  background-color: #a92e10;
  border-color: #9d2b0f
}

[dir] .btn-danger:not(:disabled):not(.disabled).active:focus, [dir] .btn-danger:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(221, 88, 56, .5)
}

.btn-light {
  color: #212529
}

[dir] .btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529
}

[dir] .btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
  color: #212529
}

[dir] .btn-light.focus, [dir] .btn-light:focus {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529
}

[dir] .btn-light.disabled, [dir] .btn-light:disabled {
  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: #212529
}

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

[dir] .btn-light:not(:disabled):not(.disabled).active:focus, [dir] .btn-light:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
  color: #fff
}

[dir] .btn-dark {
  background-color: #000;
  border-color: #000
}

.btn-dark:hover {
  color: #fff
}

[dir] .btn-dark:hover {
  background-color: #000;
  border-color: #000
}

.btn-dark.focus, .btn-dark:focus {
  color: #fff
}

[dir] .btn-dark.focus, [dir] .btn-dark:focus {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff
}

[dir] .btn-dark.disabled, [dir] .btn-dark:disabled {
  background-color: #000;
  border-color: #000
}

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

[dir] .btn-dark:not(:disabled):not(.disabled).active, [dir] .btn-dark:not(:disabled):not(.disabled):active, [dir] .show>.btn-dark.dropdown-toggle {
  background-color: #000;
  border-color: #000
}

[dir] .btn-dark:not(:disabled):not(.disabled).active:focus, [dir] .btn-dark:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-outline-primary {
  color: #136582
}

[dir] .btn-outline-primary {
  border-color: #136582
}

.btn-outline-primary:hover {
  color: #212529
}

[dir] .btn-outline-primary:hover {
  background-color: #136582;
  border-color: #136582
}

[dir] .btn-outline-primary.focus, [dir] .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 135, 105, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #136582
}

[dir] .btn-outline-primary.disabled, [dir] .btn-outline-primary:disabled {
  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: #212529
}

[dir] .btn-outline-primary:not(:disabled):not(.disabled).active, [dir] .btn-outline-primary:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-primary.dropdown-toggle {
  background-color: #136582;
  border-color: #136582
}

[dir] .btn-outline-primary:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-primary:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 135, 105, .5)
}

.btn-outline-secondary {
  color: #1f2b3e
}

[dir] .btn-outline-secondary {
  border-color: #1f2b3e
}

.btn-outline-secondary:hover {
  color: #fff
}

[dir] .btn-outline-secondary:hover {
  background-color: #1f2b3e;
  border-color: #1f2b3e
}

[dir] .btn-outline-secondary.focus, [dir] .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(31, 43, 62, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #1f2b3e
}

[dir] .btn-outline-secondary.disabled, [dir] .btn-outline-secondary:disabled {
  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
}

[dir] .btn-outline-secondary:not(:disabled):not(.disabled).active, [dir] .btn-outline-secondary:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-secondary.dropdown-toggle {
  background-color: #1f2b3e;
  border-color: #1f2b3e
}

[dir] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(31, 43, 62, .5)
}

.btn-outline-success {
  color: #8eb711
}

[dir] .btn-outline-success {
  border-color: #8eb711
}

.btn-outline-success:hover {
  color: #212529
}

[dir] .btn-outline-success:hover {
  background-color: #8eb711;
  border-color: #8eb711
}

[dir] .btn-outline-success.focus, [dir] .btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(142, 183, 17, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #8eb711
}

[dir] .btn-outline-success.disabled, [dir] .btn-outline-success:disabled {
  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: #212529
}

[dir] .btn-outline-success:not(:disabled):not(.disabled).active, [dir] .btn-outline-success:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-success.dropdown-toggle {
  background-color: #8eb711;
  border-color: #8eb711
}

[dir] .btn-outline-success:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-success:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(142, 183, 17, .5)
}

.btn-outline-info {
  color: #d0ddf4
}

[dir] .btn-outline-info {
  border-color: #d0ddf4
}

.btn-outline-info:hover {
  color: #212529
}

[dir] .btn-outline-info:hover {
  background-color: #d0ddf4;
  border-color: #d0ddf4
}

[dir] .btn-outline-info.focus, [dir] .btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(208, 221, 244, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #d0ddf4
}

[dir] .btn-outline-info.disabled, [dir] .btn-outline-info:disabled {
  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: #212529
}

[dir] .btn-outline-info:not(:disabled):not(.disabled).active, [dir] .btn-outline-info:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-info.dropdown-toggle {
  background-color: #d0ddf4;
  border-color: #d0ddf4
}

[dir] .btn-outline-info:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-info:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(208, 221, 244, .5)
}

.btn-outline-warning {
  color: #f2c13d
}

[dir] .btn-outline-warning {
  border-color: #f2c13d
}

.btn-outline-warning:hover {
  color: #212529
}

[dir] .btn-outline-warning:hover {
  background-color: #f2c13d;
  border-color: #f2c13d
}

[dir] .btn-outline-warning.focus, [dir] .btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(242, 193, 61, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f2c13d
}

[dir] .btn-outline-warning.disabled, [dir] .btn-outline-warning:disabled {
  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: #212529
}

[dir] .btn-outline-warning:not(:disabled):not(.disabled).active, [dir] .btn-outline-warning:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-warning.dropdown-toggle {
  background-color: #f2c13d;
  border-color: #f2c13d
}

[dir] .btn-outline-warning:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-warning:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(242, 193, 61, .5)
}

.btn-outline-danger {
  color: #d73b15
}

[dir] .btn-outline-danger {
  border-color: #d73b15
}

.btn-outline-danger:hover {
  color: #fff
}

[dir] .btn-outline-danger:hover {
  background-color: #d73b15;
  border-color: #d73b15
}

[dir] .btn-outline-danger.focus, [dir] .btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(215, 59, 21, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d73b15
}

[dir] .btn-outline-danger.disabled, [dir] .btn-outline-danger:disabled {
  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
}

[dir] .btn-outline-danger:not(:disabled):not(.disabled).active, [dir] .btn-outline-danger:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-danger.dropdown-toggle {
  background-color: #d73b15;
  border-color: #d73b15
}

[dir] .btn-outline-danger:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-danger:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(215, 59, 21, .5)
}

.btn-outline-light {
  color: #f8f9fa
}

[dir] .btn-outline-light {
  border-color: #f8f9fa;
  line-height: 32px;
}

.btn-outline-light:hover {
  color: #212529
}

[dir] .btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

[dir] .btn-outline-light.focus, [dir] .btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

[dir] .btn-outline-light.disabled, [dir] .btn-outline-light:disabled {
  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: #212529
}

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

[dir] .btn-outline-light:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-light:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #000
}

[dir] .btn-outline-dark {
  border-color: #000
}

.btn-outline-dark:hover {
  color: #fff
}

[dir] .btn-outline-dark:hover {
  background-color: #000;
  border-color: #000
}

[dir] .btn-outline-dark.focus, [dir] .btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #000
}

[dir] .btn-outline-dark.disabled, [dir] .btn-outline-dark:disabled {
  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
}

[dir] .btn-outline-dark:not(:disabled):not(.disabled).active, [dir] .btn-outline-dark:not(:disabled):not(.disabled):active, [dir] .show>.btn-outline-dark.dropdown-toggle {
  background-color: #000;
  border-color: #000
}

[dir] .btn-outline-dark:not(:disabled):not(.disabled).active:focus, [dir] .btn-outline-dark:not(:disabled):not(.disabled):active:focus, [dir] .show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-link {
  font-weight: 400;
  color: #1f2b3e;
  text-decoration: none
}

.btn-link:hover {
  color: #06080b
}

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

[dir] .btn-link.focus, [dir] .btn-link:focus {
  box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}

.btn-group-lg>.btn, .btn-lg {
  font-size: 1rem;
  line-height: 1.5
}

[dir] .btn-group-lg>.btn, [dir] .btn-lg {
  padding: .5rem 1rem;
  border-radius: .3rem
}

.btn-group-sm>.btn, .btn-sm {
  font-size: .875rem;
  line-height: 1.5
}

[dir] .btn-group-sm>.btn, [dir] .btn-sm {
  padding: .25rem .5rem;
  border-radius: .2rem
}

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

[dir] .btn-block+.btn-block {
  margin-top: .5rem
}

.btn-circle-info{
  border-radius: 34.2rem;
  background: #b3beca;
  text-align: center;
  display: inline;
  padding:12px 12px 1px 12px;
}

.btn-circle{
  border-radius: 34.2rem;
  background: #b3beca;
  text-align: center;
  display: inline;
  padding: 6px 10px 3px 10px;
}

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

.fade {
  transition: opacity .15s linear
}

[dir] .fade {
  -webkit-transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
  [dir] .fade {
    -webkit-transition: none
  }
}

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

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

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

[dir] .collapsing {
  -webkit-transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
  [dir] .collapsing {
    -webkit-transition: none
  }
}

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

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  display: inline-block;
  vertical-align: .255em;
  content: ""
}

[dir] .dropdown-toggle:after {
  border-top: .3em solid;
  border-bottom: 0
}

[dir=rtl] .dropdown-toggle:after {
  margin-left: .255em
}

[dir=ltr] .dropdown-toggle:after, [dir=rtl] .dropdown-toggle:after {
  border-right: .3em solid transparent;
  border-left: .3em solid transparent
}

[dir=ltr] .dropdown-toggle:after {
  margin-right: .255em
}

[dir=rtl] .dropdown-toggle:empty:after {
  margin-left: 0
}

[dir=ltr] .dropdown-toggle:empty:after {
  margin-right: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  font-size: 1rem;
  color: #000;
  list-style: none
}

[dir] .dropdown-menu {
  padding: .5rem 0;
  margin: .125rem 0 0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px
}

[dir=rtl] .dropdown-menu {
  left: 0;
  float: left;
  text-align: left
}

[dir=ltr] .dropdown-menu {
  right: 0;
  float: right;
  text-align: right
}

[dir=rtl] .dropdown-menu-left {
  right: auto;
  left: 0
}

[dir=ltr] .dropdown-menu-left, [dir=rtl] .dropdown-menu-right {
  left: auto;
  right: 0
}

[dir=ltr] .dropdown-menu-right {
  left: 0;
  right: auto
}

@media (min-width:576px) {
  [dir=rtl] .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }
  [dir=ltr] .dropdown-menu-sm-left, [dir=rtl] .dropdown-menu-sm-right {
    left: auto;
    right: 0
  }
  [dir=ltr] .dropdown-menu-sm-right {
    left: 0;
    right: auto
  }
}

@media (min-width:768px) {
  [dir=rtl] .dropdown-menu-md-left {
    right: auto;
    left: 0
  }
  [dir=ltr] .dropdown-menu-md-left, [dir=rtl] .dropdown-menu-md-right {
    left: auto;
    right: 0
  }
  [dir=ltr] .dropdown-menu-md-right {
    left: 0;
    right: auto
  }
}

@media (min-width:992px) {
  [dir=rtl] .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }
  [dir=ltr] .dropdown-menu-lg-left, [dir=rtl] .dropdown-menu-lg-right {
    left: auto;
    right: 0
  }
  [dir=ltr] .dropdown-menu-lg-right {
    left: 0;
    right: auto
  }
}

@media (min-width:1200px) {
  [dir=rtl] .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }
  [dir=ltr] .dropdown-menu-xl-left, [dir=rtl] .dropdown-menu-xl-right {
    left: auto;
    right: 0
  }
  [dir=ltr] .dropdown-menu-xl-right {
    left: 0;
    right: auto
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%
}

[dir] .dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  vertical-align: .255em;
  content: ""
}

[dir] .dropup .dropdown-toggle:after {
  border-top: 0;
  border-bottom: .3em solid
}

[dir=rtl] .dropup .dropdown-toggle:after {
  margin-left: .255em;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent
}

[dir=ltr] .dropup .dropdown-toggle:after {
  margin-right: .255em;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent
}

[dir=rtl] .dropup .dropdown-toggle:empty:after {
  margin-left: 0
}

[dir=ltr] .dropup .dropdown-toggle:empty:after {
  margin-right: 0
}

.dropright .dropdown-menu {
  top: 0
}

[dir] .dropright .dropdown-menu {
  margin-top: 0
}

[dir=rtl] .dropright .dropdown-menu {
  right: auto;
  left: 100%;
  margin-left: .125rem
}

[dir=ltr] .dropright .dropdown-menu {
  left: auto;
  right: 100%;
  margin-right: .125rem
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  vertical-align: .255em;
  content: ""
}

[dir] .dropright .dropdown-toggle:after {
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent
}

[dir=rtl] .dropright .dropdown-toggle:after {
  margin-left: .255em;
  border-right: 0;
  border-left: .3em solid
}

[dir=ltr] .dropright .dropdown-toggle:after {
  margin-right: .255em;
  border-left: 0;
  border-right: .3em solid
}

[dir=rtl] .dropright .dropdown-toggle:empty:after {
  margin-left: 0
}

[dir=ltr] .dropright .dropdown-toggle:empty:after {
  margin-right: 0
}

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

.dropleft .dropdown-menu {
  top: 0
}

[dir] .dropleft .dropdown-menu {
  margin-top: 0
}

[dir=rtl] .dropleft .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: .125rem
}

[dir=ltr] .dropleft .dropdown-menu {
  left: 100%;
  right: auto;
  margin-left: .125rem
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  vertical-align: .255em;
  content: ""
}

[dir=rtl] .dropleft .dropdown-toggle:after {
  margin-left: .255em
}

[dir=ltr] .dropleft .dropdown-toggle:after {
  margin-right: .255em
}

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

.dropleft .dropdown-toggle:before {
  display: inline-block;
  vertical-align: .255em;
  content: ""
}

[dir] .dropleft .dropdown-toggle:before {
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent
}

[dir=rtl] .dropleft .dropdown-toggle:before {
  margin-right: .255em;
  border-right: .3em solid
}

[dir=ltr] .dropleft .dropdown-toggle:before {
  margin-left: .255em;
  border-left: .3em solid
}

[dir=rtl] .dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}

[dir=ltr] .dropleft .dropdown-toggle:empty:after {
  margin-right: 0
}

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

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

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

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

.dropdown-divider {
  height: 0;
  overflow: hidden
}

[dir] .dropdown-divider {
  margin: .5rem 0;
  border-top: 1px solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #212529;
  white-space: nowrap
}

[dir] .dropdown-item {
  padding: .25rem 1.5rem;
  clear: both;
  text-align: inherit;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none
}

[dir] .dropdown-item:focus, [dir] .dropdown-item:hover {
  background-color: #f8f9fa
}

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

[dir] .dropdown-item.active, [dir] .dropdown-item:active {
  background-color: #136582
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none
}

[dir] .dropdown-item.disabled, [dir] .dropdown-item:disabled {
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

[dir] .dropdown-header {
  padding: .5rem 1.5rem;
  margin-bottom: 0
}

.dropdown-item-text {
  display: block;
  color: #212529
}

[dir] .dropdown-item-text {
  padding: .25rem 1.5rem
}

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

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

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

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

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

[dir=rtl] .btn-group>.btn-group:not(:first-child), [dir=rtl] .btn-group>.btn:not(:first-child) {
  margin-left: -1px
}

[dir=ltr] .btn-group>.btn-group:not(:first-child), [dir=ltr] .btn-group>.btn:not(:first-child) {
  margin-right: -1px
}

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

[dir=ltr] .btn-group>.btn-group:not(:last-child)>.btn, [dir=ltr] .btn-group>.btn:not(:last-child):not(.dropdown-toggle), [dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn, [dir=rtl] .btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

[dir=ltr] .btn-group>.btn-group:not(:first-child)>.btn, [dir=ltr] .btn-group>.btn:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

[dir=ltr] .dropdown-toggle-split, [dir=rtl] .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

[dir=rtl] .dropdown-toggle-split:after, [dir=rtl] .dropright .dropdown-toggle-split:after, [dir=rtl] .dropup .dropdown-toggle-split:after {
  margin-left: 0
}

[dir=ltr] .dropdown-toggle-split:after, [dir=ltr] .dropright .dropdown-toggle-split:after, [dir=ltr] .dropup .dropdown-toggle-split:after, [dir=rtl] .dropleft .dropdown-toggle-split:before {
  margin-right: 0
}

[dir=ltr] .dropleft .dropdown-toggle-split:before {
  margin-left: 0
}

[dir=ltr] .btn-group-sm>.btn+.dropdown-toggle-split, [dir=ltr] .btn-sm+.dropdown-toggle-split, [dir=rtl] .btn-group-sm>.btn+.dropdown-toggle-split, [dir=rtl] .btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

[dir=ltr] .btn-group-lg>.btn+.dropdown-toggle-split, [dir=ltr] .btn-lg+.dropdown-toggle-split, [dir=rtl] .btn-group-lg>.btn+.dropdown-toggle-split, [dir=rtl] .btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center
}

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

[dir] .btn-group-vertical>.btn-group:not(:first-child), [dir] .btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px
}

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

[dir=ltr] .btn-group-vertical>.btn-group:not(:first-child)>.btn, [dir=ltr] .btn-group-vertical>.btn:not(:first-child), [dir=rtl] .btn-group-vertical>.btn-group:not(:first-child)>.btn, [dir=rtl] .btn-group-vertical>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

[dir] .btn-group-toggle>.btn, [dir] .btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

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

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

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  min-width: 0
}

[dir] .input-group>.custom-file, [dir] .input-group>.custom-select, [dir] .input-group>.form-control, [dir] .input-group>.form-control-plaintext {
  margin-bottom: 0
}

[dir=rtl] .input-group>.custom-file+.custom-file, [dir=rtl] .input-group>.custom-file+.custom-select, [dir=rtl] .input-group>.custom-file+.form-control, [dir=rtl] .input-group>.custom-select+.custom-file, [dir=rtl] .input-group>.custom-select+.custom-select, [dir=rtl] .input-group>.custom-select+.form-control, [dir=rtl] .input-group>.form-control+.custom-file, [dir=rtl] .input-group>.form-control+.custom-select, [dir=rtl] .input-group>.form-control+.form-control, [dir=rtl] .input-group>.form-control-plaintext+.custom-file, [dir=rtl] .input-group>.form-control-plaintext+.custom-select, [dir=rtl] .input-group>.form-control-plaintext+.form-control {
  margin-left: -1px
}

[dir=ltr] .input-group>.custom-file+.custom-file, [dir=ltr] .input-group>.custom-file+.custom-select, [dir=ltr] .input-group>.custom-file+.form-control, [dir=ltr] .input-group>.custom-select+.custom-file, [dir=ltr] .input-group>.custom-select+.custom-select, [dir=ltr] .input-group>.custom-select+.form-control, [dir=ltr] .input-group>.form-control+.custom-file, [dir=ltr] .input-group>.form-control+.custom-select, [dir=ltr] .input-group>.form-control+.form-control, [dir=ltr] .input-group>.form-control-plaintext+.custom-file, [dir=ltr] .input-group>.form-control-plaintext+.custom-select, [dir=ltr] .input-group>.form-control-plaintext+.form-control {
  margin-right: -1px
}

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

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

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

[dir=ltr] .input-group>.custom-select:not(:last-child), [dir=ltr] .input-group>.form-control:not(:last-child), [dir=rtl] .input-group>.custom-select:not(:first-child), [dir=rtl] .input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

[dir=ltr] .input-group>.custom-select:not(:first-child), [dir=ltr] .input-group>.form-control:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

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

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

[dir=ltr] .input-group>.custom-file:not(:last-child) .custom-file-label, [dir=ltr] .input-group>.custom-file:not(:last-child) .custom-file-label:after, [dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

[dir=ltr] .input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

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

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

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3
}

[dir=rtl] .input-group-append .btn+.btn, [dir=rtl] .input-group-append .btn+.input-group-text, [dir=rtl] .input-group-append .input-group-text+.btn, [dir=rtl] .input-group-append .input-group-text+.input-group-text, [dir=rtl] .input-group-prepend .btn+.btn, [dir=rtl] .input-group-prepend .btn+.input-group-text, [dir=rtl] .input-group-prepend .input-group-text+.btn, [dir=rtl] .input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

[dir=ltr] .input-group-append .btn+.btn, [dir=ltr] .input-group-append .btn+.input-group-text, [dir=ltr] .input-group-append .input-group-text+.btn, [dir=ltr] .input-group-append .input-group-text+.input-group-text, [dir=ltr] .input-group-prepend .btn+.btn, [dir=ltr] .input-group-prepend .btn+.input-group-text, [dir=ltr] .input-group-prepend .input-group-text+.btn, [dir=ltr] .input-group-prepend .input-group-text+.input-group-text, [dir=rtl] .input-group-prepend {
  margin-right: -1px
}

[dir=ltr] .input-group-prepend, [dir=rtl] .input-group-append {
  margin-left: -1px
}

[dir=ltr] .input-group-append {
  margin-right: -1px
}

.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  white-space: nowrap
}

[dir] .input-group-text {
  padding: .375rem 1rem;
  margin-bottom: 0;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #d0ddf4;
  border-radius: 4px
}

[dir] .input-group-text input[type=checkbox], [dir] .input-group-text input[type=radio] {
  margin-top: 0
}

.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
  font-size: 1rem;
  line-height: 1.5
}

[dir] .input-group-lg>.custom-select, [dir] .input-group-lg>.form-control, [dir] .input-group-lg>.input-group-append>.btn, [dir] .input-group-lg>.input-group-append>.input-group-text, [dir] .input-group-lg>.input-group-prepend>.btn, [dir] .input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem;
  border-radius: .3rem
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
  font-size: .875rem;
  line-height: 1.5
}

[dir] .input-group-sm>.custom-select, [dir] .input-group-sm>.form-control, [dir] .input-group-sm>.input-group-append>.btn, [dir] .input-group-sm>.input-group-append>.input-group-text, [dir] .input-group-sm>.input-group-prepend>.btn, [dir] .input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  border-radius: .2rem
}

[dir=rtl] .input-group-lg>.custom-select, [dir=rtl] .input-group-sm>.custom-select {
  padding-right: 2rem
}

[dir=ltr] .input-group-lg>.custom-select, [dir=ltr] .input-group-sm>.custom-select {
  padding-left: 2rem
}

[dir=rtl] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), [dir=rtl] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), [dir=rtl] .input-group>.input-group-append:not(:last-child)>.btn, [dir=rtl] .input-group>.input-group-append:not(:last-child)>.input-group-text, [dir=rtl] .input-group>.input-group-prepend>.btn, [dir=rtl] .input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

[dir=ltr] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), [dir=ltr] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), [dir=ltr] .input-group>.input-group-append:not(:last-child)>.btn, [dir=ltr] .input-group>.input-group-append:not(:last-child)>.input-group-text, [dir=ltr] .input-group>.input-group-prepend>.btn, [dir=ltr] .input-group>.input-group-prepend>.input-group-text, [dir=rtl] .input-group>.input-group-append>.btn, [dir=rtl] .input-group>.input-group-append>.input-group-text, [dir=rtl] .input-group>.input-group-prepend:first-child>.btn:not(:first-child), [dir=rtl] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), [dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.btn, [dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

[dir=ltr] .input-group>.input-group-append>.btn, [dir=ltr] .input-group>.input-group-append>.input-group-text, [dir=ltr] .input-group>.input-group-prepend:first-child>.btn:not(:first-child), [dir=ltr] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), [dir=ltr] .input-group>.input-group-prepend:not(:first-child)>.btn, [dir=ltr] .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3rem
}

[dir=rtl] .custom-control {
  padding-left: 1.5rem
}

[dir=ltr] .custom-control {
  padding-right: 1.5rem
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex
}

[dir=rtl] .custom-control-inline {
  margin-right: 1rem
}

[dir=ltr] .custom-control-inline {
  margin-left: 1rem
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  width: 1rem;
  height: 1.15rem;
  opacity: 0
}

[dir=rtl] .custom-control-input {
  left: 0
}

[dir=ltr] .custom-control-input {
  right: 0
}

.custom-control-input:checked~.custom-control-label:before {
  color: #fff
}

[dir] .custom-control-input:checked~.custom-control-label:before {
  border-color: #136582;
  background-color: #136582
}

[dir] .custom-control-input:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(255, 135, 105, .25)
}

[dir] .custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #ffede9
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  color: #fff
}

[dir] .custom-control-input:not(:disabled):active~.custom-control-label:before {
  background-color: #fff;
  border-color: #fff
}

.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
  color: #6c757d
}

[dir] .custom-control-input:disabled~.custom-control-label:before, [dir] .custom-control-input[disabled]~.custom-control-label:before {
  background-color: #e9ecef
}

.custom-control-label {
  position: relative;
  vertical-align: top
}

[dir] .custom-control-label {
  margin-bottom: 0
}

.custom-control-label:before {
  position: absolute;
  top: .15rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: ""
}

[dir] .custom-control-label:before {
  background-color: #fff;
  border: 1px solid #adb5bd
}

[dir=rtl] .custom-control-label:before {
  left: -1.5rem
}

[dir=ltr] .custom-control-label:before {
  right: -1.5rem
}

.custom-control-label:after {
  position: absolute;
  top: .15rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ""
}

[dir] .custom-control-label:after {
  background: no-repeat 50%/50% 50%
}

[dir=rtl] .custom-control-label:after {
  left: -1.5rem
}

[dir=ltr] .custom-control-label:after {
  right: -1.5rem
}

[dir] .custom-checkbox .custom-control-label:before {
  border-radius: 4px
}

[dir] .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

[dir] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  border-color: #136582;
  background-color: #136582
}

[dir] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

[dir] .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(255, 135, 105, .5)
}

[dir] .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: rgba(255, 135, 105, .5)
}

[dir] .custom-radio .custom-control-label:before {
  border-radius: 50%
}

[dir] .custom-radio .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

[dir] .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(255, 135, 105, .5)
}

[dir=rtl] .custom-switch {
  padding-left: 2.25rem
}

[dir=ltr] .custom-switch {
  padding-right: 2.25rem
}

.custom-switch .custom-control-label:before {
  width: 1.75rem;
  pointer-events: all
}

[dir] .custom-switch .custom-control-label:before {
  border-radius: .5rem
}

[dir=rtl] .custom-switch .custom-control-label:before {
  left: -2.25rem
}

[dir=ltr] .custom-switch .custom-control-label:before {
  right: -2.25rem
}

.custom-switch .custom-control-label:after {
  top: calc(.15rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

[dir] .custom-switch .custom-control-label:after {
  background-color: #adb5bd;
  border-radius: .5rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

[dir=rtl] .custom-switch .custom-control-label:after {
  left: calc(-2.25rem + 2px)
}

[dir=ltr] .custom-switch .custom-control-label:after {
  right: calc(-2.25rem + 2px)
}

@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label:after {
    transition: none
  }
  [dir] .custom-switch .custom-control-label:after {
    -webkit-transition: none
  }
}

[dir] .custom-switch .custom-control-input:checked~.custom-control-label:after {
  background-color: #fff
}

[dir=rtl] .custom-switch .custom-control-input:checked~.custom-control-label:after {
  -webkit-transform: translateX(.75rem);
  transform: translateX(.75rem)
}

[dir=ltr] .custom-switch .custom-control-input:checked~.custom-control-label:after {
  -webkit-transform: translateX(-.75rem);
  transform: translateX(-.75rem)
}

[dir] .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(255, 135, 105, .5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.3em + .75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

[dir] .custom-select {
  border: 1px solid #d0ddf4;
  border-radius: 4px
}

[dir=rtl] .custom-select {
  padding: .375rem 2rem .375rem 1rem;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1rem center/8px 10px
}

[dir=ltr] .custom-select {
  padding: .375rem 1rem .375rem 2rem;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 1rem center/8px 10px
}

.custom-select:focus {
  outline: 0
}

[dir] .custom-select:focus {
  border-color: #ffede9;
  box-shadow: 0 0 0 .2rem rgba(255, 135, 105, .25)
}

.custom-select:focus::-ms-value {
  color: #495057
}

[dir] .custom-select:focus::-ms-value {
  background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto
}

[dir] .custom-select[multiple], [dir] .custom-select[size]:not([size="1"]) {
  background-image: none
}

[dir=rtl] .custom-select[multiple], [dir=rtl] .custom-select[size]:not([size="1"]) {
  padding-right: 1rem
}

[dir=ltr] .custom-select[multiple], [dir=ltr] .custom-select[size]:not([size="1"]) {
  padding-left: 1rem
}

.custom-select:disabled {
  color: #6c757d
}

[dir] .custom-select:disabled {
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent
}

[dir] .custom-select:-moz-focusring {
  text-shadow: 0 0 0 #495057
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  font-size: .875rem
}

[dir] .custom-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem
}

[dir=rtl] .custom-select-sm {
  padding-left: .5rem
}

[dir=ltr] .custom-select-sm {
  padding-right: .5rem
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  font-size: 1rem
}

[dir] .custom-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem
}

[dir=rtl] .custom-select-lg {
  padding-left: 1rem
}

[dir=ltr] .custom-select-lg {
  padding-right: 1rem
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.3em + .75rem + 2px)
}

[dir] .custom-file {
  margin-bottom: 0
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.3em + .75rem + 2px);
  opacity: 0
}

[dir] .custom-file-input {
  margin: 0
}

[dir] .custom-file-input:focus~.custom-file-label {
  border-color: #ffede9;
  box-shadow: 0 0 0 .2rem rgba(255, 135, 105, .25)
}

[dir] .custom-file-input:disabled~.custom-file-label, [dir] .custom-file-input[disabled]~.custom-file-label {
  background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
  content: attr(data-browse)
}

.custom-file-label {
  position: absolute;
  top: 0;
  z-index: 1;
  height: calc(1.3em + .75rem + 2px);
  font-weight: 400;
  line-height: 1.3;
  color: #495057
}

[dir] .custom-file-label {
  padding: .375rem 1rem;
  background-color: #fff;
  border: 1px solid #d0ddf4;
  border-radius: 4px
}

[dir=ltr] .custom-file-label, [dir=rtl] .custom-file-label {
  right: 0;
  left: 0
}

.custom-file-label:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.3em + .75rem);
  line-height: 1.3;
  color: #495057;
  content: "Browse"
}

[dir] .custom-file-label:after {
  padding: .375rem 1rem;
  background-color: #e9ecef
}

[dir=rtl] .custom-file-label:after {
  right: 0;
  border-left: inherit;
  border-radius: 0 4px 4px 0
}

[dir=ltr] .custom-file-label:after {
  left: 0;
  border-right: inherit;
  border-radius: 4px 0 0 4px
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

[dir] .custom-range {
  padding: 0;
  background-color: transparent
}

.custom-range:focus {
  outline: none
}

[dir] .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f9ff, 0 0 0 .2rem rgba(255, 135, 105, .25)
}

[dir] .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f9ff, 0 0 0 .2rem rgba(255, 135, 105, .25)
}

[dir] .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f9ff, 0 0 0 .2rem rgba(255, 135, 105, .25)
}

[dir] .custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

[dir] .custom-range::-webkit-slider-thumb {
  margin-top: -.25rem;
  background-color: #136582;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none
  }
  [dir] .custom-range::-webkit-slider-thumb {
    -webkit-transition: none
  }
}

[dir] .custom-range::-webkit-slider-thumb:active {
  background-color: #fff
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent
}

[dir] .custom-range::-webkit-slider-runnable-track {
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

[dir] .custom-range::-moz-range-thumb {
  background-color: #136582;
  border: 0;
  border-radius: 1rem
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}

[dir] .custom-range::-moz-range-thumb:active {
  background-color: #fff
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent
}

[dir] .custom-range::-moz-range-track {
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

[dir] .custom-range::-ms-thumb {
  margin-top: 0;
  background-color: #136582;
  border: 0;
  border-radius: 1rem
}

[dir=ltr] .custom-range::-ms-thumb, [dir=rtl] .custom-range::-ms-thumb {
  margin-right: .2rem;
  margin-left: .2rem
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none
  }
}

[dir] .custom-range::-ms-thumb:active {
  background-color: #fff
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent
}

[dir] .custom-range::-ms-track {
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

[dir] .custom-range::-ms-fill-lower, [dir] .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem
}

[dir=rtl] .custom-range::-ms-fill-upper {
  margin-right: 15px
}

[dir=ltr] .custom-range::-ms-fill-upper {
  margin-left: 15px
}

[dir] .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

[dir] .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

[dir] .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

[dir] .custom-range:disabled::-moz-range-track {
  cursor: default
}

[dir] .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label:before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

[dir] .custom-control-label:before, [dir] .custom-file-label, [dir] .custom-select {
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-control-label:before, .custom-file-label, .custom-select {
    transition: none
  }
  [dir] .custom-control-label:before, [dir] .custom-file-label, [dir] .custom-select {
    -webkit-transition: none
  }
}

.nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none
}

[dir] .nav {
  margin-bottom: 0
}

[dir=rtl] .nav {
  padding-left: 0
}

[dir=ltr] .nav {
  padding-right: 0
}

.nav-link {
  display: block
}

[dir] .nav-link {
  padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none
}

[dir] .nav-link.disabled {
  cursor: default
}

[dir] .nav-tabs {
  border-bottom: 1px solid #dee2e6
}

[dir] .nav-tabs .nav-item {
  margin-bottom: -1px
}

[dir] .nav-tabs .nav-link {
  border: 1px solid transparent
}

[dir=ltr] .nav-tabs .nav-link, [dir=rtl] .nav-tabs .nav-link {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

[dir] .nav-tabs .nav-link:focus, [dir] .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d
}

[dir] .nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057
}

[dir] .nav-tabs .nav-item.show .nav-link, [dir] .nav-tabs .nav-link.active {
  background-color: #f5f9ff;
  border-color: #dee2e6 #dee2e6 #f5f9ff
}

[dir] .nav-tabs .dropdown-menu {
  margin-top: -1px
}

[dir=ltr] .nav-tabs .dropdown-menu, [dir=rtl] .nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

[dir] .nav-pills .nav-link {
  border-radius: 4px
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff
}

[dir] .nav-pills .nav-link.active, [dir] .nav-pills .show>.nav-link {
  background-color: #136582
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  flex: 1 1 auto
}

[dir] .nav-fill .nav-item {
  text-align: center
}

.nav-justified .nav-item {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1
}

[dir] .nav-justified .nav-item {
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between
}

[dir] .navbar {
  padding: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

[dir] .navbar-brand {
  padding-top: .3375rem;
  padding-bottom: .3375rem
}

[dir=rtl] .navbar-brand {
  margin-right: 1rem
}

[dir=ltr] .navbar-brand {
  margin-left: 1rem
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style: none
}

[dir] .navbar-nav {
  margin-bottom: 0
}

[dir=rtl] .navbar-nav {
  padding-left: 0
}

[dir=ltr] .navbar-nav {
  padding-right: 0
}

[dir=ltr] .navbar-nav .nav-link, [dir=rtl] .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static
}

[dir] .navbar-nav .dropdown-menu {
  float: none
}

.navbar-text {
  display: inline-block
}

[dir] .navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center
}

.navbar-toggler {
  font-size: 1.25rem;
  line-height: 1
}

[dir] .navbar-toggler {
  padding: .25rem .75rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: ""
}

[dir] .navbar-toggler-icon {
  background: no-repeat 50%;
  background-size: 100% 100%
}

@media (max-width:575.98px) {
  [dir=ltr] .navbar-expand-sm>.container, [dir=ltr] .navbar-expand-sm>.container-fluid, [dir=ltr] .navbar-expand-sm>.container-lg, [dir=ltr] .navbar-expand-sm>.container-md, [dir=ltr] .navbar-expand-sm>.container-sm, [dir=ltr] .navbar-expand-sm>.container-xl, [dir=rtl] .navbar-expand-sm>.container, [dir=rtl] .navbar-expand-sm>.container-fluid, [dir=rtl] .navbar-expand-sm>.container-lg, [dir=rtl] .navbar-expand-sm>.container-md, [dir=rtl] .navbar-expand-sm>.container-sm, [dir=rtl] .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-sm, .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }
  [dir=ltr] .navbar-expand-sm .navbar-nav .nav-link, [dir=rtl] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
    flex-wrap: nowrap
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box!important;
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media (max-width:767.98px) {
  [dir=ltr] .navbar-expand-md>.container, [dir=ltr] .navbar-expand-md>.container-fluid, [dir=ltr] .navbar-expand-md>.container-lg, [dir=ltr] .navbar-expand-md>.container-md, [dir=ltr] .navbar-expand-md>.container-sm, [dir=ltr] .navbar-expand-md>.container-xl, [dir=rtl] .navbar-expand-md>.container, [dir=rtl] .navbar-expand-md>.container-fluid, [dir=rtl] .navbar-expand-md>.container-lg, [dir=rtl] .navbar-expand-md>.container-md, [dir=rtl] .navbar-expand-md>.container-sm, [dir=rtl] .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-md, .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }
  [dir=ltr] .navbar-expand-md .navbar-nav .nav-link, [dir=rtl] .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
    flex-wrap: nowrap
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box!important;
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media (max-width:991.98px) {
  [dir=ltr] .navbar-expand-lg>.container, [dir=ltr] .navbar-expand-lg>.container-fluid, [dir=ltr] .navbar-expand-lg>.container-lg, [dir=ltr] .navbar-expand-lg>.container-md, [dir=ltr] .navbar-expand-lg>.container-sm, [dir=ltr] .navbar-expand-lg>.container-xl, [dir=rtl] .navbar-expand-lg>.container, [dir=rtl] .navbar-expand-lg>.container-fluid, [dir=rtl] .navbar-expand-lg>.container-lg, [dir=rtl] .navbar-expand-lg>.container-md, [dir=rtl] .navbar-expand-lg>.container-sm, [dir=rtl] .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  [dir=ltr] .navbar-expand-lg .navbar-nav .nav-link, [dir=rtl] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
    flex-wrap: nowrap
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box!important;
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (max-width:1199.98px) {
  [dir=ltr] .navbar-expand-xl>.container, [dir=ltr] .navbar-expand-xl>.container-fluid, [dir=ltr] .navbar-expand-xl>.container-lg, [dir=ltr] .navbar-expand-xl>.container-md, [dir=ltr] .navbar-expand-xl>.container-sm, [dir=ltr] .navbar-expand-xl>.container-xl, [dir=rtl] .navbar-expand-xl>.container, [dir=rtl] .navbar-expand-xl>.container-fluid, [dir=rtl] .navbar-expand-xl>.container-lg, [dir=rtl] .navbar-expand-xl>.container-md, [dir=rtl] .navbar-expand-xl>.container-sm, [dir=rtl] .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-xl, .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }
  [dir=ltr] .navbar-expand-xl .navbar-nav .nav-link, [dir=rtl] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
    flex-wrap: nowrap
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box!important;
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  justify-content: flex-start
}

[dir=ltr] .navbar-expand>.container, [dir=ltr] .navbar-expand>.container-fluid, [dir=ltr] .navbar-expand>.container-lg, [dir=ltr] .navbar-expand>.container-md, [dir=ltr] .navbar-expand>.container-sm, [dir=ltr] .navbar-expand>.container-xl, [dir=rtl] .navbar-expand>.container, [dir=rtl] .navbar-expand>.container-fluid, [dir=rtl] .navbar-expand>.container-lg, [dir=rtl] .navbar-expand>.container-md, [dir=rtl] .navbar-expand>.container-sm, [dir=rtl] .navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

[dir=ltr] .navbar-expand .navbar-nav .nav-link, [dir=rtl] .navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: -webkit-box!important;
  display: flex!important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5)
}

[dir] .navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, .1)
}

[dir] .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, .5)
}

[dir] .navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, .1)
}

[dir] .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff
}

.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word
}

[dir] .card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 4px
}

[dir=ltr] .card>hr, [dir=rtl] .card>hr {
  margin-right: 0;
  margin-left: 0
}

[dir=ltr] .card>.list-group:first-child .list-group-item:first-child, [dir=rtl] .card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

[dir=ltr] .card>.list-group:last-child .list-group-item:last-child, [dir=rtl] .card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.card-body {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-height: 1px
}

[dir] .card-body {
  padding: 1.25rem
}

[dir] .card-title {
  margin-bottom: .75rem
}

[dir] .card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}

[dir] .card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

[dir=rtl] .card-link+.card-link {
  margin-left: 1.25rem
}

[dir=ltr] .card-link+.card-link {
  margin-right: 1.25rem
}

[dir] .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

[dir] .card-header:first-child {
  border-radius: 3px 3px 0 0
}

[dir] .card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

[dir] .card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

[dir] .card-footer:last-child {
  border-radius: 0 0 3px 3px
}

[dir] .card-header-tabs {
  margin-bottom: -.75rem;
  border-bottom: 0
}

[dir=ltr] .card-header-pills, [dir=ltr] .card-header-tabs, [dir=rtl] .card-header-pills, [dir=rtl] .card-header-tabs {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0
}

[dir] .card-img-overlay {
  padding: 1.25rem
}

[dir=ltr] .card-img-overlay, [dir=rtl] .card-img-overlay {
  right: 0;
  left: 0
}

.card-img, .card-img-bottom, .card-img-top {
  flex-shrink: 0;
  width: 100%
}

[dir=ltr] .card-img, [dir=ltr] .card-img-top, [dir=rtl] .card-img, [dir=rtl] .card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

[dir=ltr] .card-img, [dir=ltr] .card-img-bottom, [dir=rtl] .card-img, [dir=rtl] .card-img-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

[dir] .card-deck .card {
  margin-bottom: 10px
}

@media (min-width:576px) {
  .card-deck {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
  }
  [dir=ltr] .card-deck, [dir=rtl] .card-deck {
    margin-right: -10px;
    margin-left: -10px
  }
  .card-deck .card {
    -webkit-box-flex: 1;
    flex: 1 0 0%
  }
  [dir] .card-deck .card {
    margin-bottom: 0
  }
  [dir=ltr] .card-deck .card, [dir=rtl] .card-deck .card {
    margin-right: 10px;
    margin-left: 10px
  }
}

[dir] .card-group>.card {
  margin-bottom: 10px
}

@media (min-width:576px) {
  .card-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
  }
  .card-group>.card {
    -webkit-box-flex: 1;
    flex: 1 0 0%
  }
  [dir] .card-group>.card {
    margin-bottom: 0
  }
  [dir=rtl] .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }
  [dir=ltr] .card-group>.card+.card {
    margin-right: 0;
    border-right: 0
  }
  [dir=rtl] .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  [dir=ltr] .card-group>.card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  [dir=rtl] .card-group>.card:not(:last-child) .card-header, [dir=rtl] .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }
  [dir=ltr] .card-group>.card:not(:last-child) .card-header, [dir=ltr] .card-group>.card:not(:last-child) .card-img-top {
    border-top-left-radius: 0
  }
  [dir=rtl] .card-group>.card:not(:last-child) .card-footer, [dir=rtl] .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }
  [dir=ltr] .card-group>.card:not(:last-child) .card-footer, [dir=ltr] .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
  [dir=rtl] .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  [dir=ltr] .card-group>.card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  [dir=rtl] .card-group>.card:not(:first-child) .card-header, [dir=rtl] .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }
  [dir=ltr] .card-group>.card:not(:first-child) .card-header, [dir=ltr] .card-group>.card:not(:first-child) .card-img-top {
    border-top-right-radius: 0
  }
  [dir=rtl] .card-group>.card:not(:first-child) .card-footer, [dir=rtl] .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
  [dir=ltr] .card-group>.card:not(:first-child) .card-footer, [dir=ltr] .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }
}

[dir] .card-columns .card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }
  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion>.card {
  overflow: hidden
}

[dir] .accordion>.card:not(:last-of-type) {
  border-bottom: 0
}

[dir=ltr] .accordion>.card:not(:last-of-type), [dir=rtl] .accordion>.card:not(:last-of-type) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

[dir=ltr] .accordion>.card:not(:first-of-type), [dir=rtl] .accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

[dir] .accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px
}

.breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none
}

[dir] .breadcrumb {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  background-color: #e9ecef;
  border-radius: 4px
}

[dir=rtl] .breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

[dir=ltr] .breadcrumb-item+.breadcrumb-item {
  padding-right: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  color: #6c757d;
  content: "/"
}

[dir=rtl] .breadcrumb-item+.breadcrumb-item:before {
  padding-right: .5rem
}

[dir=ltr] .breadcrumb-item+.breadcrumb-item:before {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none
}

.breadcrumb-item.active {
  color: #6c757d
}

.pagination {
  display: -webkit-box;
  display: flex;
  list-style: none
}

[dir] .pagination {
  border-radius: 4px
}

[dir=rtl] .pagination {
  padding-left: 0
}

[dir=ltr] .pagination {
  padding-right: 0
}

.page-link {
  position: relative;
  display: block;
  line-height: 1.25;
  color: #1f2b3e
}

[dir] .page-link {
  padding: .5rem .75rem;
  background-color: none;
  border: 0 solid #dee2e6
}

[dir=rtl] .page-link {
  margin-left: 0
}

[dir=ltr] .page-link {
  margin-right: 0
}

.page-link:hover {
  z-index: 2;
  color: #06080b;
  text-decoration: none
}

[dir] .page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 3;
  outline: 0
}

[dir] .page-link:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 135, 105, .25)
}

[dir=rtl] .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

[dir=ltr] .page-item:first-child .page-link {
  margin-right: 0
}

[dir=ltr] .page-item:first-child .page-link, [dir=rtl] .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

[dir=ltr] .page-item:last-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff
}

[dir] .page-item.active .page-link {
  background-color: #136582;
  border-color: #136582
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none
}

[dir] .page-item.disabled .page-link {
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5
}

[dir] .pagination-lg .page-link {
  padding: .75rem 1.5rem
}

[dir=rtl] .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

[dir=ltr] .pagination-lg .page-item:first-child .page-link, [dir=rtl] .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

[dir=ltr] .pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-sm .page-link {
  font-size: .875rem;
  line-height: 1.5
}

[dir] .pagination-sm .page-link {
  padding: .25rem .5rem
}

[dir=rtl] .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

[dir=ltr] .pagination-sm .page-item:first-child .page-link, [dir=rtl] .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

[dir=ltr] .pagination-sm .page-item:last-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.badge {
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

[dir] .badge {
  padding: .25em .4em;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
  [dir] .badge {
    -webkit-transition: none
  }
}

a.badge:focus, a.badge:hover {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

[dir] .badge-pill {
  border-radius: 10rem
}

[dir=ltr] .badge-pill, [dir=rtl] .badge-pill {
  padding-right: .6em;
  padding-left: .6em
}

.badge-primary {
  color: #212529
}

[dir] .badge-primary {
  background-color: #136582
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #212529
}

[dir] a.badge-primary:focus, [dir] a.badge-primary:hover {
  background-color: #ff5e36
}

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0
}

[dir] a.badge-primary.focus, [dir] a.badge-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 135, 105, .5)
}

.badge-secondary {
  color: #fff
}

[dir] .badge-secondary {
  background-color: #1f2b3e
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff
}

[dir] a.badge-secondary:focus, [dir] a.badge-secondary:hover {
  background-color: #0e131c
}

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0
}

[dir] a.badge-secondary.focus, [dir] a.badge-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(31, 43, 62, .5)
}

.badge-success {
  color: #212529
}

[dir] .badge-success {
  background-color: #8eb711
}

a.badge-success:focus, a.badge-success:hover {
  color: #212529
}

[dir] a.badge-success:focus, [dir] a.badge-success:hover {
  background-color: #6a880d
}

a.badge-success.focus, a.badge-success:focus {
  outline: 0
}

[dir] a.badge-success.focus, [dir] a.badge-success:focus {
  box-shadow: 0 0 0 .2rem rgba(142, 183, 17, .5)
}

.badge-info {
  color: #212529
}

[dir] .badge-info {
  background-color: #d0ddf4
}

a.badge-info:focus, a.badge-info:hover {
  color: #212529
}

[dir] a.badge-info:focus, [dir] a.badge-info:hover {
  background-color: #a7bfea
}

a.badge-info.focus, a.badge-info:focus {
  outline: 0
}

[dir] a.badge-info.focus, [dir] a.badge-info:focus {
  box-shadow: 0 0 0 .2rem rgba(208, 221, 244, .5)
}

.badge-warning {
  color: #212529
}

[dir] .badge-warning {
  background-color: #f2c13d
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529
}

[dir] a.badge-warning:focus, [dir] a.badge-warning:hover {
  background-color: #ecb110
}

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0
}

[dir] a.badge-warning.focus, [dir] a.badge-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(242, 193, 61, .5)
}

.badge-danger {
  color: #fff
}

[dir] .badge-danger {
  background-color: #d73b15
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff
}

[dir] a.badge-danger:focus, [dir] a.badge-danger:hover {
  background-color: #a92e10
}

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0
}

[dir] a.badge-danger.focus, [dir] a.badge-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(215, 59, 21, .5)
}

.badge-light {
  color: #212529
}

[dir] .badge-light {
  background-color: #f8f9fa
}


a.badge-light:focus, a.badge-light:hover {
  color: #212529
}

[dir] a.badge-light:focus, [dir] a.badge-light:hover {
  background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0
}

[dir] a.badge-light.focus, [dir] a.badge-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
  color: #fff
}

[dir] .badge-dark {
  background-color: #000
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff
}

[dir] a.badge-dark:focus, [dir] a.badge-dark:hover {
  background-color: #000
}

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0
}

[dir] a.badge-dark.focus, [dir] a.badge-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

[dir] .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width:576px) {
  [dir] .jumbotron {
    padding: 4rem 2rem
  }
}

[dir] .jumbotron-fluid {
  border-radius: 0
}

[dir=ltr] .jumbotron-fluid, [dir=rtl] .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0
}

.alert {
  position: relative
}

[dir] .alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

[dir=rtl] .alert-dismissible {
  padding-right: 4rem
}

[dir=ltr] .alert-dismissible {
  padding-left: 4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  color: inherit
}

[dir] .alert-dismissible .close {
  padding: .75rem 1.25rem
}

[dir=rtl] .alert-dismissible .close {
  right: 0
}

[dir=ltr] .alert-dismissible .close {
  left: 0
}

.alert-primary {
  color: #854637
}

[dir] .alert-primary {
  background-color: #ffe7e1;
  border-color: #ffddd5
}

[dir] .alert-primary hr {
  border-top-color: #ffc8bc
}

.alert-primary .alert-link {
  color: #613328
}

.alert-secondary {
  color: #101620
}

[dir] .alert-secondary {
  background-color: #d2d5d8;
  border-color: #c0c4c9
}

[dir] .alert-secondary hr {
  border-top-color: #b2b7bd
}

.alert-secondary .alert-link {
  color: #000
}

.alert-success {
  color: #4a5f09
}

[dir] .alert-success {
  background-color: #e8f1cf;
  border-color: #dfebbc
}

[dir] .alert-success hr {
  border-top-color: #d6e5a8
}

.alert-success .alert-link {
  color: #263005
}

.alert-info {
  color: #6c737f
}

[dir] .alert-info {
  background-color: #f6f8fd;
  border-color: #f2f5fc
}

[dir] .alert-info hr {
  border-top-color: #dde5f7
}

.alert-info .alert-link {
  color: #555a63
}

.alert-warning {
  color: #7e6420
}

[dir] .alert-warning {
  background-color: #fcf3d8;
  border-color: #fbeec9
}

[dir] .alert-warning hr {
  border-top-color: #f9e7b1
}

.alert-warning .alert-link {
  color: #554416
}

.alert-danger {
  color: #701f0b
}

[dir] .alert-danger {
  background-color: #f7d8d0;
  border-color: #f4c8bd
}

[dir] .alert-danger hr {
  border-top-color: #f0b6a7
}

.alert-danger .alert-link {
  color: #421206
}

.alert-light {
  color: #818182
}

[dir] .alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe
}

[dir] .alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #000
}

[dir] .alert-dark {
  background-color: #ccc;
  border-color: #b8b8b8
}

[dir] .alert-dark hr {
  border-top-color: #ababab
}

.alert-dark .alert-link {
  color: #000
}

@-webkit-keyframes progress-bar-stripes-ltr {
  0% {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}

@-webkit-keyframes progress-bar-stripes-rtl {
  0% {
    background-position: 1rem 0
  }
  to {
    background-position: 100% 0
  }
}

@keyframes progress-bar-stripes-ltr {
  0% {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes-rtl {
  0% {
    background-position: 1rem 0
  }
  to {
    background-position: 100% 0
  }
}

.progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem
}

[dir] .progress {
  background-color: #e9ecef;
  border-radius: 4px
}

.progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  transition: width .6s ease
}

[dir] .progress-bar {
  text-align: center;
  background-color: #136582;
  -webkit-transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
  [dir] .progress-bar {
    -webkit-transition: none
  }
}

[dir] .progress-bar-striped {
  background-size: 1rem 1rem
}

[dir=rtl] .progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

[dir=ltr] .progress-bar-striped {
  background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

[dir=rtl] .progress-bar-animated {
  -webkit-animation: progress-bar-stripes-ltr 1s linear infinite;
  animation: progress-bar-stripes-ltr 1s linear infinite
}

[dir=ltr] .progress-bar-animated {
  -webkit-animation: progress-bar-stripes-rtl 1s linear infinite;
  animation: progress-bar-stripes-rtl 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
  [dir=ltr] .progress-bar-animated, [dir=rtl] .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}

.media {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start
}

.media-body {
  -webkit-box-flex: 1;
  flex: 1
}

.list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

[dir] .list-group {
  margin-bottom: 0
}

[dir=rtl] .list-group {
  padding-left: 0
}

[dir=ltr] .list-group {
  padding-right: 0
}

.list-group-item-action {
  width: 100%;
  color: #495057
}

[dir] .list-group-item-action {
  text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none
}

[dir] .list-group-item-action:focus, [dir] .list-group-item-action:hover {
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #000
}

[dir] .list-group-item-action:active {
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block
}

[dir] .list-group-item {
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

[dir=ltr] .list-group-item:first-child, [dir=rtl] .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

[dir=ltr] .list-group-item:last-child, [dir=rtl] .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none
}

[dir] .list-group-item.disabled, [dir] .list-group-item:disabled {
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff
}

[dir] .list-group-item.active {
  background-color: #136582;
  border-color: #136582
}

[dir] .list-group-item+.list-group-item {
  border-top-width: 0
}

[dir] .list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row
}

[dir=rtl] .list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0
}

[dir=ltr] .list-group-horizontal .list-group-item:first-child {
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0
}

[dir=rtl] .list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0
}

[dir=ltr] .list-group-horizontal .list-group-item:last-child {
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0
}

[dir] .list-group-horizontal .list-group-item.active {
  margin-top: 0
}

[dir] .list-group-horizontal .list-group-item+.list-group-item {
  border-top-width: 1px
}

[dir=rtl] .list-group-horizontal .list-group-item+.list-group-item {
  border-left-width: 0
}

[dir=ltr] .list-group-horizontal .list-group-item+.list-group-item {
  border-right-width: 0
}

[dir=rtl] .list-group-horizontal .list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

[dir=ltr] .list-group-horizontal .list-group-item+.list-group-item.active {
  margin-right: -1px;
  border-right-width: 1px
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }
  [dir=rtl] .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0
  }
  [dir=ltr] .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0
  }
  [dir=rtl] .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0
  }
  [dir=ltr] .list-group-horizontal-sm .list-group-item:last-child {
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0
  }
  [dir] .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0
  }
  [dir] .list-group-horizontal-sm .list-group-item+.list-group-item {
    border-top-width: 1px
  }
  [dir=rtl] .list-group-horizontal-sm .list-group-item+.list-group-item {
    border-left-width: 0
  }
  [dir=ltr] .list-group-horizontal-sm .list-group-item+.list-group-item {
    border-right-width: 0
  }
  [dir=rtl] .list-group-horizontal-sm .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
  [dir=ltr] .list-group-horizontal-sm .list-group-item+.list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }
  [dir=rtl] .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0
  }
  [dir=ltr] .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0
  }
  [dir=rtl] .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0
  }
  [dir=ltr] .list-group-horizontal-md .list-group-item:last-child {
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0
  }
  [dir] .list-group-horizontal-md .list-group-item.active {
    margin-top: 0
  }
  [dir] .list-group-horizontal-md .list-group-item+.list-group-item {
    border-top-width: 1px
  }
  [dir=rtl] .list-group-horizontal-md .list-group-item+.list-group-item {
    border-left-width: 0
  }
  [dir=ltr] .list-group-horizontal-md .list-group-item+.list-group-item {
    border-right-width: 0
  }
  [dir=rtl] .list-group-horizontal-md .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
  [dir=ltr] .list-group-horizontal-md .list-group-item+.list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }
  [dir=rtl] .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0
  }
  [dir=ltr] .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0
  }
  [dir=rtl] .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0
  }
  [dir=ltr] .list-group-horizontal-lg .list-group-item:last-child {
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0
  }
  [dir] .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0
  }
  [dir] .list-group-horizontal-lg .list-group-item+.list-group-item {
    border-top-width: 1px
  }
  [dir=rtl] .list-group-horizontal-lg .list-group-item+.list-group-item {
    border-left-width: 0
  }
  [dir=ltr] .list-group-horizontal-lg .list-group-item+.list-group-item {
    border-right-width: 0
  }
  [dir=rtl] .list-group-horizontal-lg .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
  [dir=ltr] .list-group-horizontal-lg .list-group-item+.list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }
  [dir=rtl] .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0
  }
  [dir=ltr] .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0
  }
  [dir=rtl] .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0
  }
  [dir=ltr] .list-group-horizontal-xl .list-group-item:last-child {
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0
  }
  [dir] .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0
  }
  [dir] .list-group-horizontal-xl .list-group-item+.list-group-item {
    border-top-width: 1px
  }
  [dir=rtl] .list-group-horizontal-xl .list-group-item+.list-group-item {
    border-left-width: 0
  }
  [dir=ltr] .list-group-horizontal-xl .list-group-item+.list-group-item {
    border-right-width: 0
  }
  [dir=rtl] .list-group-horizontal-xl .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
  [dir=ltr] .list-group-horizontal-xl .list-group-item+.list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px
  }
}

[dir] .list-group-flush .list-group-item {
  border-radius: 0
}

[dir=ltr] .list-group-flush .list-group-item, [dir=rtl] .list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0
}

[dir] .list-group-flush .list-group-item:first-child {
  border-top-width: 0
}

[dir] .list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  color: #854637
}

[dir] .list-group-item-primary {
  background-color: #ffddd5
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #854637
}

[dir] .list-group-item-primary.list-group-item-action:focus, [dir] .list-group-item-primary.list-group-item-action:hover {
  background-color: #ffc8bc
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff
}

[dir] .list-group-item-primary.list-group-item-action.active {
  background-color: #854637;
  border-color: #854637
}

.list-group-item-secondary {
  color: #101620
}

[dir] .list-group-item-secondary {
  background-color: #c0c4c9
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #101620
}

[dir] .list-group-item-secondary.list-group-item-action:focus, [dir] .list-group-item-secondary.list-group-item-action:hover {
  background-color: #b2b7bd
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff
}

[dir] .list-group-item-secondary.list-group-item-action.active {
  background-color: #101620;
  border-color: #101620
}

.list-group-item-success {
  color: #4a5f09
}

[dir] .list-group-item-success {
  background-color: #dfebbc
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #4a5f09
}

[dir] .list-group-item-success.list-group-item-action:focus, [dir] .list-group-item-success.list-group-item-action:hover {
  background-color: #d6e5a8
}

.list-group-item-success.list-group-item-action.active {
  color: #fff
}

[dir] .list-group-item-success.list-group-item-action.active {
  background-color: #4a5f09;
  border-color: #4a5f09
}

.list-group-item-info {
  color: #6c737f
}

[dir] .list-group-item-info {
  background-color: #f2f5fc
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #6c737f
}

[dir] .list-group-item-info.list-group-item-action:focus, [dir] .list-group-item-info.list-group-item-action:hover {
  background-color: #dde5f7
}

.list-group-item-info.list-group-item-action.active {
  color: #fff
}

[dir] .list-group-item-info.list-group-item-action.active {
  background-color: #6c737f;
  border-color: #6c737f
}

.list-group-item-warning {
  color: #7e6420
}

[dir] .list-group-item-warning {
  background-color: #fbeec9
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #7e6420
}

[dir] .list-group-item-warning.list-group-item-action:focus, [dir] .list-group-item-warning.list-group-item-action:hover {
  background-color: #f9e7b1
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff
}

[dir] .list-group-item-warning.list-group-item-action.active {
  background-color: #7e6420;
  border-color: #7e6420
}

.list-group-item-danger {
  color: #701f0b
}

[dir] .list-group-item-danger {
  background-color: #f4c8bd
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #701f0b
}

[dir] .list-group-item-danger.list-group-item-action:focus, [dir] .list-group-item-danger.list-group-item-action:hover {
  background-color: #f0b6a7
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff
}

[dir] .list-group-item-danger.list-group-item-action.active {
  background-color: #701f0b;
  border-color: #701f0b
}

.list-group-item-light {
  color: #818182
}

[dir] .list-group-item-light {
  background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182
}

[dir] .list-group-item-light.list-group-item-action:focus, [dir] .list-group-item-light.list-group-item-action:hover {
  background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
  color: #fff
}

[dir] .list-group-item-light.list-group-item-action.active {
  background-color: #818182;
  border-color: #818182
}

.list-group-item-dark {
  color: #000
}

[dir] .list-group-item-dark {
  background-color: #b8b8b8
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #000
}

[dir] .list-group-item-dark.list-group-item-action:focus, [dir] .list-group-item-dark.list-group-item-action:hover {
  background-color: #ababab
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff
}

[dir] .list-group-item-dark.list-group-item-action.active {
  background-color: #000;
  border-color: #000
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  opacity: .5
}

[dir] .close {
  text-shadow: 0 1px 0 #fff
}

[dir=rtl] .close {
  float: right
}

[dir=ltr] .close {
  float: left
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

button.close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

[dir] button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}

a.close.disabled {
  pointer-events: none
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0
}

[dir] .toast {
  background-color: hsla(0, 0%, 100%, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  border-radius: .25rem
}

[dir] .toast:not(:last-child) {
  margin-bottom: .75rem
}

.toast.showing {
  opacity: 1
}

.toast.show {
  display: block;
  opacity: 1
}

.toast.hide {
  display: none
}

.toast-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #6c757d
}

[dir] .toast-header {
  padding: .25rem .75rem;
  background-color: hsla(0, 0%, 100%, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

[dir] .toast-body {
  padding: .75rem
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

[dir=rtl] .modal {
  left: 0
}

[dir=ltr] .modal {
  right: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none
}

[dir] .modal-dialog {
  margin: .5rem
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(-50px)
}

[dir] .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
  [dir] .modal.fade .modal-dialog {
    -webkit-transition: none
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none
}

[dir] .modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02)
}

[dir] .modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  outline: 0
}

[dir] .modal-content {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.modal-backdrop {
  position: fixed;
  top: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh
}

[dir] .modal-backdrop {
  background-color: #000
}

[dir=rtl] .modal-backdrop {
  left: 0
}

[dir=ltr] .modal-backdrop {
  right: 0
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between
}

[dir] .modal-header {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6
}

[dir=ltr] .modal-header, [dir=rtl] .modal-header {
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

[dir] .modal-header .close {
  padding: 1rem
}

[dir=rtl] .modal-header .close {
  margin: -1rem -1rem -1rem auto
}

[dir=ltr] .modal-header .close {
  margin: -1rem auto -1rem -1rem
}

.modal-title {
  line-height: 1.3
}

[dir] .modal-title {
  margin-bottom: 0
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto
}

[dir] .modal-body {
  padding: 1rem
}

.modal-footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end
}

[dir] .modal-footer {
  padding: .75rem;
  border-top: 1px solid #dee2e6
}

[dir=ltr] .modal-footer, [dir=rtl] .modal-footer {
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

[dir] .modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px
  }
  [dir] .modal-dialog {
    margin: 1.75rem auto
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem)
  }
  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg, .modal-xl {
    max-width: 800px
  }
}

@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Dubai;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

[dir] .tooltip {
  margin: 0;
  text-align: start;
  text-shadow: none
}

[dir=rtl] .tooltip {
  text-align: left
}

[dir=ltr] .tooltip {
  text-align: right
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow:before {
  position: absolute;
  content: ""
}

[dir] .tooltip .arrow:before {
  border-color: transparent;
  border-style: solid
}

[dir] .bs-tooltip-auto[x-placement^=top], [dir] .bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
  top: 0
}

[dir] .bs-tooltip-auto[x-placement^=top] .arrow:before, [dir] .bs-tooltip-top .arrow:before {
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

[dir] .bs-tooltip-auto[x-placement^=right], [dir] .bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  width: .4rem;
  height: .8rem
}

[dir=rtl] .bs-tooltip-auto[x-placement^=right] .arrow, [dir=rtl] .bs-tooltip-right .arrow {
  left: 0
}

[dir=ltr] .bs-tooltip-auto[x-placement^=right] .arrow, [dir=ltr] .bs-tooltip-right .arrow {
  right: 0
}

[dir=rtl] .bs-tooltip-auto[x-placement^=right] .arrow:before, [dir=rtl] .bs-tooltip-right .arrow:before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

[dir=ltr] .bs-tooltip-auto[x-placement^=right] .arrow:before, [dir=ltr] .bs-tooltip-right .arrow:before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

[dir] .bs-tooltip-auto[x-placement^=bottom], [dir] .bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
  bottom: 0
}

[dir] .bs-tooltip-auto[x-placement^=bottom] .arrow:before, [dir] .bs-tooltip-bottom .arrow:before {
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

[dir] .bs-tooltip-auto[x-placement^=left], [dir] .bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  width: .4rem;
  height: .8rem
}

[dir=rtl] .bs-tooltip-auto[x-placement^=left] .arrow, [dir=rtl] .bs-tooltip-left .arrow {
  right: 0
}

[dir=ltr] .bs-tooltip-auto[x-placement^=left] .arrow, [dir=ltr] .bs-tooltip-left .arrow {
  left: 0
}

[dir=rtl] .bs-tooltip-auto[x-placement^=left] .arrow:before, [dir=rtl] .bs-tooltip-left .arrow:before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

[dir=ltr] .bs-tooltip-auto[x-placement^=left] .arrow:before, [dir=ltr] .bs-tooltip-left .arrow:before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.tooltip-inner {
  max-width: 200px;
  color: #fff
}

[dir] .tooltip-inner {
  padding: .25rem .5rem;
  text-align: center;
  background-color: #000;
  border-radius: 4px
}

.popover {
  position: absolute;
  top: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Dubai;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word
}

[dir] .popover {
  text-align: start;
  text-shadow: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

[dir=rtl] .popover {
  left: 0;
  text-align: left
}

[dir=ltr] .popover {
  right: 0;
  text-align: right
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem
}

[dir] .popover .arrow {
  margin: 0 .3rem
}

.popover .arrow:after, .popover .arrow:before {
  position: absolute;
  display: block;
  content: ""
}

[dir] .popover .arrow:after, [dir] .popover .arrow:before {
  border-color: transparent;
  border-style: solid
}

[dir] .bs-popover-auto[x-placement^=top], [dir] .bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
  bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before, .bs-popover-top>.arrow:before {
  bottom: 0
}

[dir] .bs-popover-auto[x-placement^=top]>.arrow:before, [dir] .bs-popover-top>.arrow:before {
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after, .bs-popover-top>.arrow:after {
  bottom: 1px
}

[dir] .bs-popover-auto[x-placement^=top]>.arrow:after, [dir] .bs-popover-top>.arrow:after {
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

[dir=rtl] .bs-popover-auto[x-placement^=right], [dir=rtl] .bs-popover-right {
  margin-left: .5rem
}

[dir=ltr] .bs-popover-auto[x-placement^=right], [dir=ltr] .bs-popover-right {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
  width: .5rem;
  height: 1rem
}

[dir] .bs-popover-auto[x-placement^=right]>.arrow, [dir] .bs-popover-right>.arrow {
  margin: .3rem 0
}

[dir=rtl] .bs-popover-auto[x-placement^=right]>.arrow, [dir=rtl] .bs-popover-right>.arrow {
  left: calc(-.5rem - 1px)
}

[dir=ltr] .bs-popover-auto[x-placement^=right]>.arrow, [dir=ltr] .bs-popover-right>.arrow {
  right: calc(-.5rem - 1px)
}

[dir=rtl] .bs-popover-auto[x-placement^=right]>.arrow:before, [dir=rtl] .bs-popover-right>.arrow:before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}

[dir=ltr] .bs-popover-auto[x-placement^=right]>.arrow:before, [dir=ltr] .bs-popover-right>.arrow:before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}

[dir=rtl] .bs-popover-auto[x-placement^=right]>.arrow:after, [dir=rtl] .bs-popover-right>.arrow:after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

[dir=ltr] .bs-popover-auto[x-placement^=right]>.arrow:after, [dir=ltr] .bs-popover-right>.arrow:after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

[dir] .bs-popover-auto[x-placement^=bottom], [dir] .bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
  top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before, .bs-popover-bottom>.arrow:before {
  top: 0
}

[dir] .bs-popover-auto[x-placement^=bottom]>.arrow:before, [dir] .bs-popover-bottom>.arrow:before {
  border-width: 0 .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after, .bs-popover-bottom>.arrow:after {
  top: 1px
}

[dir] .bs-popover-auto[x-placement^=bottom]>.arrow:after, [dir] .bs-popover-bottom>.arrow:after {
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  display: block;
  width: 1rem;
  content: ""
}

[dir] .bs-popover-auto[x-placement^=bottom] .popover-header:before, [dir] .bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f7f7f7
}

[dir=rtl] .bs-popover-auto[x-placement^=bottom] .popover-header:before, [dir=rtl] .bs-popover-bottom .popover-header:before {
  left: 50%;
  margin-left: -.5rem
}

[dir=ltr] .bs-popover-auto[x-placement^=bottom] .popover-header:before, [dir=ltr] .bs-popover-bottom .popover-header:before {
  right: 50%;
  margin-right: -.5rem
}

[dir=rtl] .bs-popover-auto[x-placement^=left], [dir=rtl] .bs-popover-left {
  margin-right: .5rem
}

[dir=ltr] .bs-popover-auto[x-placement^=left], [dir=ltr] .bs-popover-left {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
  width: .5rem;
  height: 1rem
}

[dir] .bs-popover-auto[x-placement^=left]>.arrow, [dir] .bs-popover-left>.arrow {
  margin: .3rem 0
}

[dir=rtl] .bs-popover-auto[x-placement^=left]>.arrow, [dir=rtl] .bs-popover-left>.arrow {
  right: calc(-.5rem - 1px)
}

[dir=ltr] .bs-popover-auto[x-placement^=left]>.arrow, [dir=ltr] .bs-popover-left>.arrow {
  left: calc(-.5rem - 1px)
}

[dir=rtl] .bs-popover-auto[x-placement^=left]>.arrow:before, [dir=rtl] .bs-popover-left>.arrow:before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}

[dir=ltr] .bs-popover-auto[x-placement^=left]>.arrow:before, [dir=ltr] .bs-popover-left>.arrow:before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}

[dir=rtl] .bs-popover-auto[x-placement^=left]>.arrow:after, [dir=rtl] .bs-popover-left>.arrow:after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

[dir=ltr] .bs-popover-auto[x-placement^=left]>.arrow:after, [dir=ltr] .bs-popover-left>.arrow:after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.popover-header {
  font-size: 1rem
}

[dir] .popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb
}

[dir=ltr] .popover-header, [dir=rtl] .popover-header {
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  color: #000
}

[dir] .popover-body {
  padding: .5rem .75rem
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  touch-action: pan-y
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner:after {
  display: block;
  content: ""
}

[dir] .carousel-inner:after {
  clear: both
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

[dir] .carousel-item {
  -webkit-transition: -webkit-transform .6s ease-in-out
}

[dir=rtl] .carousel-item {
  float: left;
  margin-right: -100%
}

[dir=ltr] .carousel-item {
  float: right;
  margin-left: -100%
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
  [dir] .carousel-item {
    -webkit-transition: none
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block
}

[dir=rtl] .active.carousel-item-right, [dir=rtl] .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

[dir=ltr] .active.carousel-item-right, [dir=ltr] .carousel-item-next:not(.carousel-item-left), [dir=rtl] .active.carousel-item-left, [dir=rtl] .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

[dir=ltr] .active.carousel-item-left, [dir=ltr] .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -webkit-transform: none
}

[dir] .carousel-fade .carousel-item {
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

[dir] .carousel-fade .active.carousel-item-left, [dir] .carousel-fade .active.carousel-item-right {
  -webkit-transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none
  }
  [dir] .carousel-fade .active.carousel-item-left, [dir] .carousel-fade .active.carousel-item-right {
    -webkit-transition: none
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  opacity: .5;
  transition: opacity .15s ease
}

[dir] .carousel-control-next, [dir] .carousel-control-prev {
  text-align: center;
  -webkit-transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none
  }
  [dir] .carousel-control-next, [dir] .carousel-control-prev {
    -webkit-transition: none
  }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

[dir=rtl] .carousel-control-prev {
  left: 0
}

[dir=ltr] .carousel-control-prev, [dir=rtl] .carousel-control-next {
  right: 0
}

[dir=ltr] .carousel-control-next {
  left: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px
}

[dir] .carousel-control-next-icon, [dir] .carousel-control-prev-icon {
  background: no-repeat 50%/100% 100%
}

[dir] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

[dir] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  list-style: none
}

[dir=rtl] .carousel-indicators {
  right: 0;
  left: 0;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%
}

[dir=ltr] .carousel-indicators {
  left: 0;
  right: 0;
  padding-right: 0;
  margin-left: 15%;
  margin-right: 15%
}

.carousel-indicators li {
  box-sizing: content-box;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  text-indent: -999px;
  opacity: .5;
  transition: opacity .6s ease
}

[dir] .carousel-indicators li {
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transition: opacity .6s ease
}

[dir=ltr] .carousel-indicators li, [dir=rtl] .carousel-indicators li {
  margin-right: 3px;
  margin-left: 3px
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none
  }
  [dir] .carousel-indicators li {
    -webkit-transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  color: #fff
}

[dir] .carousel-caption {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center
}

[dir=ltr] .carousel-caption, [dir=rtl] .carousel-caption {
  right: 15%;
  left: 15%
}

@-webkit-keyframes spinner-border-ltr {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes spinner-border-rtl {
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
  }
}

@keyframes spinner-border-ltr {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes spinner-border-rtl {
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom
}

[dir] .spinner-border {
  border: .25em solid;
  border-radius: 50%
}

[dir=rtl] .spinner-border {
  border-right-color: transparent;
  -webkit-animation: spinner-border-ltr .75s linear infinite;
  animation: spinner-border-ltr .75s linear infinite
}

[dir=ltr] .spinner-border {
  border-left-color: transparent;
  -webkit-animation: spinner-border-rtl .75s linear infinite;
  animation: spinner-border-rtl .75s linear infinite
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem
}

[dir] .spinner-border-sm {
  border-width: .2em
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    opacity: 1
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    opacity: 1
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  opacity: 0
}

[dir] .spinner-grow {
  background-color: currentColor;
  border-radius: 50%
}

[dir=ltr] .spinner-grow, [dir=rtl] .spinner-grow {
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

.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
}

[dir] .bg-primary {
  background-color: #136582!important
}

[dir] a.bg-primary:focus, [dir] a.bg-primary:hover, [dir] button.bg-primary:focus, [dir] button.bg-primary:hover {
  background-color: #ff5e36!important
}

[dir] .bg-secondary {
  background-color: #1f2b3e!important
}

[dir] a.bg-secondary:focus, [dir] a.bg-secondary:hover, [dir] button.bg-secondary:focus, [dir] button.bg-secondary:hover {
  background-color: #0e131c!important
}

[dir] .bg-success {
  background-color: #8eb711!important
}

[dir] a.bg-success:focus, [dir] a.bg-success:hover, [dir] button.bg-success:focus, [dir] button.bg-success:hover {
  background-color: #6a880d!important
}

[dir] .bg-info {
  background-color: #d0ddf4!important
}

[dir] a.bg-info:focus, [dir] a.bg-info:hover, [dir] button.bg-info:focus, [dir] button.bg-info:hover {
  background-color: #a7bfea!important
}

[dir] .bg-warning {
  background-color: #f2c13d!important
}

[dir] a.bg-warning:focus, [dir] a.bg-warning:hover, [dir] button.bg-warning:focus, [dir] button.bg-warning:hover {
  background-color: #ecb110!important
}

[dir] .bg-danger {
  background-color: #d73b15!important
}

[dir] a.bg-danger:focus, [dir] a.bg-danger:hover, [dir] button.bg-danger:focus, [dir] button.bg-danger:hover {
  background-color: #a92e10!important
}

[dir] .bg-light {
  background-color: #f8f9fa!important
}

[dir] a.bg-light:focus, [dir] a.bg-light:hover, [dir] button.bg-light:focus, [dir] button.bg-light:hover {
  background-color: #dae0e5!important
}

[dir] .bg-dark, [dir] a.bg-dark:focus, [dir] a.bg-dark:hover, [dir] button.bg-dark:focus, [dir] button.bg-dark:hover {
  background-color: #000!important
}

[dir] .bg-white {
  background-color: #fff!important
}

[dir] .bg-transparent {
  background-color: transparent!important
}

[dir] .border {
  border: 1px solid #dee2e6!important
}

[dir] .border-top {
  border-top: 1px solid #dee2e6!important
}

[dir=rtl] .border-right {
  border-right: 1px solid #dee2e6!important
}

[dir=ltr] .border-right {
  border-left: 1px solid #dee2e6!important
}

[dir] .border-bottom {
  border-bottom: 1px solid #dee2e6!important
}

[dir=rtl] .border-left {
  border-left: 1px solid #dee2e6!important
}

[dir=ltr] .border-left {
  border-right: 1px solid #dee2e6!important
}

[dir] .border-0 {
  border: 0!important
}

[dir] .border-top-0 {
  border-top: 0!important
}

[dir=rtl] .border-right-0 {
  border-right: 0!important
}

[dir=ltr] .border-right-0 {
  border-left: 0!important
}

[dir] .border-bottom-0 {
  border-bottom: 0!important
}

[dir=rtl] .border-left-0 {
  border-left: 0!important
}

[dir=ltr] .border-left-0 {
  border-right: 0!important
}

[dir] .border-primary {
  border-color: #136582!important
}

[dir] .border-secondary {
  border-color: #1f2b3e!important
}

[dir] .border-success {
  border-color: #8eb711!important
}

[dir] .border-info {
  border-color: #d0ddf4!important
}

[dir] .border-warning {
  border-color: #f2c13d!important
}

[dir] .border-danger {
  border-color: #d73b15!important
}

[dir] .border-light {
  border-color: #f8f9fa!important
}

[dir] .border-dark {
  border-color: #000!important
}

[dir] .border-white {
  border-color: #fff!important
}

[dir] .rounded-sm {
  border-radius: .2rem!important
}

[dir] .rounded {
  border-radius: 4px!important
}

[dir=ltr] .rounded-top, [dir=rtl] .rounded-top {
  border-top-left-radius: 4px!important;
  border-top-right-radius: 4px!important
}

[dir=rtl] .rounded-right {
  border-top-right-radius: 4px!important;
  border-bottom-right-radius: 4px!important
}

[dir=ltr] .rounded-right {
  border-top-left-radius: 4px!important;
  border-bottom-left-radius: 4px!important
}

[dir=ltr] .rounded-bottom, [dir=rtl] .rounded-bottom {
  border-bottom-right-radius: 4px!important;
  border-bottom-left-radius: 4px!important
}

[dir=rtl] .rounded-left {
  border-top-left-radius: 4px!important;
  border-bottom-left-radius: 4px!important
}

[dir=ltr] .rounded-left {
  border-top-right-radius: 4px!important;
  border-bottom-right-radius: 4px!important
}

[dir] .rounded-lg {
  border-radius: .3rem!important
}

[dir] .rounded-circle {
  border-radius: 50%!important
}

[dir] .rounded-pill {
  border-radius: 50rem!important
}

[dir] .rounded-0 {
  border-radius: 0!important
}

.clearfix:after {
  display: block;
  content: ""
}

[dir] .clearfix:after {
  clear: both
}

.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: -webkit-box!important;
  display: flex!important
}

.d-inline-flex {
  display: -webkit-inline-box!important;
  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: -webkit-box!important;
    display: flex!important
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box!important;
    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: -webkit-box!important;
    display: flex!important
  }
  .d-md-inline-flex {
    display: -webkit-inline-box!important;
    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: -webkit-box!important;
    display: flex!important
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box!important;
    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: -webkit-box!important;
    display: flex!important
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box!important;
    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: -webkit-box!important;
    display: flex!important
  }
  .d-print-inline-flex {
    display: -webkit-inline-box!important;
    display: inline-flex!important
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden
}

[dir] .embed-responsive {
  padding: 0
}

.embed-responsive:before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

[dir] .embed-responsive .embed-responsive-item, [dir] .embed-responsive embed, [dir] .embed-responsive iframe, [dir] .embed-responsive object, [dir] .embed-responsive video {
  border: 0
}

[dir=rtl] .embed-responsive .embed-responsive-item, [dir=rtl] .embed-responsive embed, [dir=rtl] .embed-responsive iframe, [dir=rtl] .embed-responsive object, [dir=rtl] .embed-responsive video {
  left: 0
}

[dir=ltr] .embed-responsive .embed-responsive-item, [dir=ltr] .embed-responsive embed, [dir=ltr] .embed-responsive iframe, [dir=ltr] .embed-responsive object, [dir=ltr] .embed-responsive video {
  right: 0
}

[dir] .embed-responsive-21by9:before {
  padding-top: 42.8571428571%
}

[dir] .embed-responsive-16by9:before {
  padding-top: 56.25%
}

[dir] .embed-responsive-4by3:before {
  padding-top: 75%
}

[dir] .embed-responsive-1by1:before {
  padding-top: 100%
}

.flex-row {
  -webkit-box-orient: horizontal!important;
  flex-direction: row!important
}

.flex-column, .flex-row {
  -webkit-box-direction: normal!important
}

.flex-column {
  -webkit-box-orient: vertical!important;
  flex-direction: column!important
}

.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  flex-direction: row-reverse!important
}

.flex-column-reverse, .flex-row-reverse {
  -webkit-box-direction: reverse!important
}

.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  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 {
  -webkit-box-flex: 1!important;
  flex: 1 1 auto!important
}

.flex-grow-0 {
  -webkit-box-flex: 0!important;
  flex-grow: 0!important
}

.flex-grow-1 {
  -webkit-box-flex: 1!important;
  flex-grow: 1!important
}

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

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

.justify-content-start {
  -webkit-box-pack: start!important;
  justify-content: flex-start!important
}

.justify-content-end {
  -webkit-box-pack: end!important;
  justify-content: flex-end!important
}

.justify-content-center {
  -webkit-box-pack: center!important;
  justify-content: center!important
}

.justify-content-between {
  -webkit-box-pack: justify!important;
  justify-content: space-between!important
}

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

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

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

.align-items-center {
  -webkit-box-align: center!important;
  align-items: center!important
}

.align-items-baseline {
  -webkit-box-align: baseline!important;
  align-items: baseline!important
}

.align-items-stretch {
  -webkit-box-align: stretch!important;
  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 {
  -ms-grid-row-align: auto!important;
  align-self: auto!important
}

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

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

.align-self-center {
  -ms-grid-row-align: center!important;
  align-self: center!important
}

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

.align-self-stretch {
  -ms-grid-row-align: stretch!important;
  align-self: stretch!important
}

@media (min-width:576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    flex-direction: row!important
  }
  .flex-sm-column, .flex-sm-row {
    -webkit-box-direction: normal!important
  }
  .flex-sm-column {
    -webkit-box-orient: vertical!important;
    flex-direction: column!important
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    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 {
    -webkit-box-flex: 1!important;
    flex: 1 1 auto!important
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0!important;
    flex-grow: 0!important
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1!important;
    flex-grow: 1!important
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1!important
  }
  .justify-content-sm-start {
    -webkit-box-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-sm-end {
    -webkit-box-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-sm-center {
    -webkit-box-pack: center!important;
    justify-content: center!important
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-sm-around {
    justify-content: space-around!important
  }
  .align-items-sm-start {
    -webkit-box-align: start!important;
    align-items: flex-start!important
  }
  .align-items-sm-end {
    -webkit-box-align: end!important;
    align-items: flex-end!important
  }
  .align-items-sm-center {
    -webkit-box-align: center!important;
    align-items: center!important
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    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 {
    -ms-grid-row-align: auto!important;
    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 {
    -ms-grid-row-align: center!important;
    align-self: center!important
  }
  .align-self-sm-baseline {
    align-self: baseline!important
  }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    flex-direction: row!important
  }
  .flex-md-column, .flex-md-row {
    -webkit-box-direction: normal!important
  }
  .flex-md-column {
    -webkit-box-orient: vertical!important;
    flex-direction: column!important
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    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 {
    -webkit-box-flex: 1!important;
    flex: 1 1 auto!important
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0!important;
    flex-grow: 0!important
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1!important;
    flex-grow: 1!important
  }
  .flex-md-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-md-shrink-1 {
    flex-shrink: 1!important
  }
  .justify-content-md-start {
    -webkit-box-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-md-end {
    -webkit-box-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-md-center {
    -webkit-box-pack: center!important;
    justify-content: center!important
  }
  .justify-content-md-between {
    -webkit-box-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-md-around {
    justify-content: space-around!important
  }
  .align-items-md-start {
    -webkit-box-align: start!important;
    align-items: flex-start!important
  }
  .align-items-md-end {
    -webkit-box-align: end!important;
    align-items: flex-end!important
  }
  .align-items-md-center {
    -webkit-box-align: center!important;
    align-items: center!important
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch!important;
    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 {
    -ms-grid-row-align: auto!important;
    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 {
    -ms-grid-row-align: center!important;
    align-self: center!important
  }
  .align-self-md-baseline {
    align-self: baseline!important
  }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    flex-direction: row!important
  }
  .flex-lg-column, .flex-lg-row {
    -webkit-box-direction: normal!important
  }
  .flex-lg-column {
    -webkit-box-orient: vertical!important;
    flex-direction: column!important
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    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 {
    -webkit-box-flex: 1!important;
    flex: 1 1 auto!important
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0!important;
    flex-grow: 0!important
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1!important;
    flex-grow: 1!important
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1!important
  }
  .justify-content-lg-start {
    -webkit-box-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-lg-end {
    -webkit-box-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-lg-center {
    -webkit-box-pack: center!important;
    justify-content: center!important
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-lg-around {
    justify-content: space-around!important
  }
  .align-items-lg-start {
    -webkit-box-align: start!important;
    align-items: flex-start!important
  }
  .align-items-lg-end {
    -webkit-box-align: end!important;
    align-items: flex-end!important
  }
  .align-items-lg-center {
    -webkit-box-align: center!important;
    align-items: center!important
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    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 {
    -ms-grid-row-align: auto!important;
    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 {
    -ms-grid-row-align: center!important;
    align-self: center!important
  }
  .align-self-lg-baseline {
    align-self: baseline!important
  }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    flex-direction: row!important
  }
  .flex-xl-column, .flex-xl-row {
    -webkit-box-direction: normal!important
  }
  .flex-xl-column {
    -webkit-box-orient: vertical!important;
    flex-direction: column!important
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    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 {
    -webkit-box-flex: 1!important;
    flex: 1 1 auto!important
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0!important;
    flex-grow: 0!important
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1!important;
    flex-grow: 1!important
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1!important
  }
  .justify-content-xl-start {
    -webkit-box-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-xl-end {
    -webkit-box-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-xl-center {
    -webkit-box-pack: center!important;
    justify-content: center!important
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-xl-around {
    justify-content: space-around!important
  }
  .align-items-xl-start {
    -webkit-box-align: start!important;
    align-items: flex-start!important
  }
  .align-items-xl-end {
    -webkit-box-align: end!important;
    align-items: flex-end!important
  }
  .align-items-xl-center {
    -webkit-box-align: center!important;
    align-items: center!important
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    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 {
    -ms-grid-row-align: auto!important;
    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 {
    -ms-grid-row-align: center!important;
    align-self: center!important
  }
  .align-self-xl-baseline {
    align-self: baseline!important
  }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

[dir=rtl] .float-left {
  float: left!important
}

[dir=ltr] .float-left, [dir=rtl] .float-right {
  float: right!important
}

[dir=ltr] .float-right {
  float: left!important
}

[dir] .float-none {
  float: none!important
}

@media (min-width:576px) {
  [dir=rtl] .float-sm-left {
    float: left!important
  }
  [dir=ltr] .float-sm-left, [dir=rtl] .float-sm-right {
    float: right!important
  }
  [dir=ltr] .float-sm-right {
    float: left!important
  }
  [dir] .float-sm-none {
    float: none!important
  }
}

@media (min-width:768px) {
  [dir=rtl] .float-md-left {
    float: left!important
  }
  [dir=ltr] .float-md-left, [dir=rtl] .float-md-right {
    float: right!important
  }
  [dir=ltr] .float-md-right {
    float: left!important
  }
  [dir] .float-md-none {
    float: none!important
  }
}

@media (min-width:992px) {
  [dir=rtl] .float-lg-left {
    float: left!important
  }
  [dir=ltr] .float-lg-left, [dir=rtl] .float-lg-right {
    float: right!important
  }
  [dir=ltr] .float-lg-right {
    float: left!important
  }
  [dir] .float-lg-none {
    float: none!important
  }
}

@media (min-width:1200px) {
  [dir=rtl] .float-xl-left {
    float: left!important
  }
  [dir=ltr] .float-xl-left, [dir=rtl] .float-xl-right {
    float: right!important
  }
  [dir=ltr] .float-xl-right {
    float: left!important
  }
  [dir] .float-xl-none {
    float: none!important
  }
}

.overflow-auto {
  overflow: auto!important
}

.overflow-hidden {
  overflow: hidden!important
}

.position-static {
  position: static!important
}

.position-relative {
  position: relative!important
}

.position-absolute {
  position: absolute!important
}

.position-fixed {
  position: fixed!important
}

.position-sticky {
  position: -webkit-sticky!important;
  position: sticky!important
}

.fixed-top {
  position: fixed;
  top: 0;
  z-index: 1030
}

[dir=ltr] .fixed-top, [dir=rtl] .fixed-top {
  right: 0;
  left: 0
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 1030
}

[dir=ltr] .fixed-bottom, [dir=rtl] .fixed-bottom {
  right: 0;
  left: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap
}

[dir] .sr-only {
  padding: 0;
  margin: -1px;
  border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

[dir] .shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

[dir] .shadow {
  box-shadow: 0 12px 30px rgba(30, 44, 62, .06)!important
}

[dir] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

[dir] .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
}

.min-vw-100 {
  min-width: 100vw!important
}

.min-vh-100 {
  min-height: 100vh!important
}

.vw-100 {
  width: 100vw!important
}

.vh-100 {
  height: 100vh!important
}

.stretched-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: auto;
  content: ""
}

[dir] .stretched-link:after {
  background-color: transparent
}

[dir=ltr] .stretched-link:after, [dir=rtl] .stretched-link:after {
  right: 0;
  left: 0
}

[dir] .m-0 {
  margin: 0!important
}

[dir] .mt-0, [dir] .my-0 {
  margin-top: 0!important
}

[dir=rtl] .mr-0, [dir=rtl] .mx-0 {
  margin-right: 0!important
}

[dir=ltr] .mr-0, [dir=ltr] .mx-0 {
  margin-left: 0!important
}

[dir] .mb-0, [dir] .my-0 {
  margin-bottom: 0!important
}

[dir=rtl] .ml-0, [dir=rtl] .mx-0 {
  margin-left: 0!important
}

[dir=ltr] .ml-0, [dir=ltr] .mx-0 {
  margin-right: 0!important
}

[dir] .m-1 {
  margin: .25rem!important
}

[dir] .mt-1, [dir] .my-1 {
  margin-top: .25rem!important
}

[dir=rtl] .mr-1, [dir=rtl] .mx-1 {
  margin-right: .25rem!important
}

[dir=ltr] .mr-1, [dir=ltr] .mx-1 {
  margin-left: .25rem!important
}

[dir] .mb-1, [dir] .my-1 {
  margin-bottom: .25rem!important
}

[dir=rtl] .ml-1, [dir=rtl] .mx-1 {
  margin-left: .25rem!important
}

[dir=ltr] .ml-1, [dir=ltr] .mx-1 {
  margin-right: .25rem!important
}

[dir] .m-2 {
  margin: .5rem!important
}

[dir] .mt-2, [dir] .my-2 {
  margin-top: .5rem!important
}

[dir=rtl] .mr-2, [dir=rtl] .mx-2 {
  margin-right: .5rem!important
}

[dir=ltr] .mr-2, [dir=ltr] .mx-2 {
  margin-left: .5rem!important
}

[dir] .mb-2, [dir] .my-2 {
  margin-bottom: .5rem!important
}

[dir=rtl] .ml-2, [dir=rtl] .mx-2 {
  margin-left: .5rem!important
}

[dir=ltr] .ml-2, [dir=ltr] .mx-2 {
  margin-right: .5rem!important
}

[dir] .m-3 {
  margin: 1rem!important
}

[dir] .mt-3, [dir] .my-3 {
  margin-top: 1rem!important
}

[dir=rtl] .mr-3, [dir=rtl] .mx-3 {
  margin-right: 1rem!important
}

[dir=ltr] .mr-3, [dir=ltr] .mx-3 {
  margin-left: 1rem!important
}

[dir] .mb-3, [dir] .my-3 {
  margin-bottom: 1rem!important
}

[dir=rtl] .ml-3, [dir=rtl] .mx-3 {
  margin-left: 1rem!important
}

[dir=ltr] .ml-3, [dir=ltr] .mx-3 {
  margin-right: 1rem!important
}

[dir] .m-4 {
  margin: 1.5rem!important
}

[dir] .mt-4, [dir] .my-4 {
  margin-top: 1.5rem!important
}

[dir=rtl] .mr-4, [dir=rtl] .mx-4 {
  margin-right: 1.5rem!important
}

[dir=ltr] .mr-4, [dir=ltr] .mx-4 {
  margin-left: 1.5rem!important
}

[dir] .mb-4, [dir] .my-4 {
  margin-bottom: 1.5rem!important
}

[dir=rtl] .ml-4, [dir=rtl] .mx-4 {
  margin-left: 1.5rem!important
}

[dir=ltr] .ml-4, [dir=ltr] .mx-4 {
  margin-right: 1.5rem!important
}

[dir] .m-5 {
  margin: 3rem!important
}

[dir] .mt-5, [dir] .my-5 {
  margin-top: 3rem!important
}

[dir=rtl] .mr-5, [dir=rtl] .mx-5 {
  margin-right: 3rem!important
}

[dir=ltr] .mr-5, [dir=ltr] .mx-5 {
  margin-left: 3rem!important
}

[dir] .mb-5, [dir] .my-5 {
  margin-bottom: 3rem!important
}

[dir=rtl] .ml-5, [dir=rtl] .mx-5 {
  margin-left: 3rem!important
}

[dir=ltr] .ml-5, [dir=ltr] .mx-5 {
  margin-right: 3rem!important
}

[dir] .p-0 {
  padding: 0!important
}

[dir] .pt-0, [dir] .py-0 {
  padding-top: 0!important
}

[dir=rtl] .pr-0, [dir=rtl] .px-0 {
  padding-right: 0!important
}

[dir=ltr] .pr-0, [dir=ltr] .px-0 {
  padding-left: 0!important
}

[dir] .pb-0, [dir] .py-0 {
  padding-bottom: 0!important
}

[dir=rtl] .pl-0, [dir=rtl] .px-0 {
  padding-left: 0!important
}

[dir=ltr] .pl-0, [dir=ltr] .px-0 {
  padding-right: 0!important
}

[dir] .p-1 {
  padding: .25rem!important
}

[dir] .pt-1, [dir] .py-1 {
  padding-top: .25rem!important
}

[dir=rtl] .pr-1, [dir=rtl] .px-1 {
  padding-right: .25rem!important
}

[dir=ltr] .pr-1, [dir=ltr] .px-1 {
  padding-left: .25rem!important
}

[dir] .pb-1, [dir] .py-1 {
  padding-bottom: .25rem!important
}

[dir=rtl] .pl-1, [dir=rtl] .px-1 {
  padding-left: .25rem!important
}

[dir=ltr] .pl-1, [dir=ltr] .px-1 {
  padding-right: .25rem!important
}

[dir] .p-2 {
  padding: .5rem!important
}

[dir] .pt-2, [dir] .py-2 {
  padding-top: .5rem!important
}

[dir=rtl] .pr-2, [dir=rtl] .px-2 {
  padding-right: .5rem!important
}

[dir=ltr] .pr-2, [dir=ltr] .px-2 {
  padding-left: .5rem!important
}

[dir] .pb-2, [dir] .py-2 {
  padding-bottom: .5rem!important
}

[dir=rtl] .pl-2, [dir=rtl] .px-2 {
  padding-left: .5rem!important
}

[dir=ltr] .pl-2, [dir=ltr] .px-2 {
  padding-right: .5rem!important
}

[dir] .p-3 {
  padding: 1rem!important
}

[dir] .pt-3, [dir] .py-3 {
  padding-top: 1rem!important
}

[dir=rtl] .pr-3, [dir=rtl] .px-3 {
  padding-right: 1rem!important
}

[dir=ltr] .pr-3, [dir=ltr] .px-3 {
  padding-left: 1rem!important
}

[dir] .pb-3, [dir] .py-3 {
  padding-bottom: 1rem!important
}

[dir=rtl] .pl-3, [dir=rtl] .px-3 {
  padding-left: 1rem!important
}

[dir=ltr] .pl-3, [dir=ltr] .px-3 {
  padding-right: 1rem!important
}

[dir] .p-4 {
  padding: 1.5rem!important
}

[dir] .pt-4, [dir] .py-4 {
  padding-top: 1.5rem!important
}

[dir=rtl] .pr-4, [dir=rtl] .px-4 {
  padding-right: 1.5rem!important
}

[dir=ltr] .pr-4, [dir=ltr] .px-4 {
  padding-left: 1.5rem!important
}

[dir] .pb-4, [dir] .py-4 {
  padding-bottom: 1.5rem!important
}

[dir=rtl] .pl-4, [dir=rtl] .px-4 {
  padding-left: 1.5rem!important
}

[dir=ltr] .pl-4, [dir=ltr] .px-4 {
  padding-right: 1.5rem!important
}

[dir] .p-5 {
  padding: 3rem!important
}

[dir] .pt-5, [dir] .py-5 {
  padding-top: 3rem!important
}

[dir=rtl] .pr-5, [dir=rtl] .px-5 {
  padding-right: 3rem!important
}

[dir=ltr] .pr-5, [dir=ltr] .px-5 {
  padding-left: 3rem!important
}

[dir] .pb-5, [dir] .py-5 {
  padding-bottom: 3rem!important
}

[dir=rtl] .pl-5, [dir=rtl] .px-5 {
  padding-left: 3rem!important
}

[dir=ltr] .pl-5, [dir=ltr] .px-5 {
  padding-right: 3rem!important
}

[dir] .m-n1 {
  margin: -.25rem!important
}

[dir] .mt-n1, [dir] .my-n1 {
  margin-top: -.25rem!important
}

[dir=rtl] .mr-n1, [dir=rtl] .mx-n1 {
  margin-right: -.25rem!important
}

[dir=ltr] .mr-n1, [dir=ltr] .mx-n1 {
  margin-left: -.25rem!important
}

[dir] .mb-n1, [dir] .my-n1 {
  margin-bottom: -.25rem!important
}

[dir=rtl] .ml-n1, [dir=rtl] .mx-n1 {
  margin-left: -.25rem!important
}

[dir=ltr] .ml-n1, [dir=ltr] .mx-n1 {
  margin-right: -.25rem!important
}

[dir] .m-n2 {
  margin: -.5rem!important
}

[dir] .mt-n2, [dir] .my-n2 {
  margin-top: -.5rem!important
}

[dir=rtl] .mr-n2, [dir=rtl] .mx-n2 {
  margin-right: -.5rem!important
}

[dir=ltr] .mr-n2, [dir=ltr] .mx-n2 {
  margin-left: -.5rem!important
}

[dir] .mb-n2, [dir] .my-n2 {
  margin-bottom: -.5rem!important
}

[dir=rtl] .ml-n2, [dir=rtl] .mx-n2 {
  margin-left: -.5rem!important
}

[dir=ltr] .ml-n2, [dir=ltr] .mx-n2 {
  margin-right: -.5rem!important
}

[dir] .m-n3 {
  margin: -1rem!important
}

[dir] .mt-n3, [dir] .my-n3 {
  margin-top: -1rem!important
}

[dir=rtl] .mr-n3, [dir=rtl] .mx-n3 {
  margin-right: -1rem!important
}

[dir=ltr] .mr-n3, [dir=ltr] .mx-n3 {
  margin-left: -1rem!important
}

[dir] .mb-n3, [dir] .my-n3 {
  margin-bottom: -1rem!important
}

[dir=rtl] .ml-n3, [dir=rtl] .mx-n3 {
  margin-left: -1rem!important
}

[dir=ltr] .ml-n3, [dir=ltr] .mx-n3 {
  margin-right: -1rem!important
}

[dir] .m-n4 {
  margin: -1.5rem!important
}

[dir] .mt-n4, [dir] .my-n4 {
  margin-top: -1.5rem!important
}

[dir=rtl] .mr-n4, [dir=rtl] .mx-n4 {
  margin-right: -1.5rem!important
}

[dir=ltr] .mr-n4, [dir=ltr] .mx-n4 {
  margin-left: -1.5rem!important
}

[dir] .mb-n4, [dir] .my-n4 {
  margin-bottom: -1.5rem!important
}

[dir=rtl] .ml-n4, [dir=rtl] .mx-n4 {
  margin-left: -1.5rem!important
}

[dir=ltr] .ml-n4, [dir=ltr] .mx-n4 {
  margin-right: -1.5rem!important
}

[dir] .m-n5 {
  margin: -3rem!important
}

[dir] .mt-n5, [dir] .my-n5 {
  margin-top: -3rem!important
}

[dir=rtl] .mr-n5, [dir=rtl] .mx-n5 {
  margin-right: -3rem!important
}

[dir=ltr] .mr-n5, [dir=ltr] .mx-n5 {
  margin-left: -3rem!important
}

[dir] .mb-n5, [dir] .my-n5 {
  margin-bottom: -3rem!important
}

[dir=rtl] .ml-n5, [dir=rtl] .mx-n5 {
  margin-left: -3rem!important
}

[dir=ltr] .ml-n5, [dir=ltr] .mx-n5 {
  margin-right: -3rem!important
}

[dir] .m-auto {
  margin: auto!important
}

[dir] .mt-auto, [dir] .my-auto {
  margin-top: auto!important
}

[dir=rtl] .mr-auto, [dir=rtl] .mx-auto {
  margin-right: auto!important
}

[dir=ltr] .mr-auto, [dir=ltr] .mx-auto {
  margin-left: auto!important
}

[dir] .mb-auto, [dir] .my-auto {
  margin-bottom: auto!important
}

[dir=rtl] .ml-auto, [dir=rtl] .mx-auto {
  margin-left: auto!important
}

[dir=ltr] .ml-auto, [dir=ltr] .mx-auto {
  margin-right: auto!important
}

@media (min-width:576px) {
  [dir] .m-sm-0 {
    margin: 0!important
  }
  [dir] .mt-sm-0, [dir] .my-sm-0 {
    margin-top: 0!important
  }
  [dir=rtl] .mr-sm-0, [dir=rtl] .mx-sm-0 {
    margin-right: 0!important
  }
  [dir=ltr] .mr-sm-0, [dir=ltr] .mx-sm-0 {
    margin-left: 0!important
  }
  [dir] .mb-sm-0, [dir] .my-sm-0 {
    margin-bottom: 0!important
  }
  [dir=rtl] .ml-sm-0, [dir=rtl] .mx-sm-0 {
    margin-left: 0!important
  }
  [dir=ltr] .ml-sm-0, [dir=ltr] .mx-sm-0 {
    margin-right: 0!important
  }
  [dir] .m-sm-1 {
    margin: .25rem!important
  }
  [dir] .mt-sm-1, [dir] .my-sm-1 {
    margin-top: .25rem!important
  }
  [dir=rtl] .mr-sm-1, [dir=rtl] .mx-sm-1 {
    margin-right: .25rem!important
  }
  [dir=ltr] .mr-sm-1, [dir=ltr] .mx-sm-1 {
    margin-left: .25rem!important
  }
  [dir] .mb-sm-1, [dir] .my-sm-1 {
    margin-bottom: .25rem!important
  }
  [dir=rtl] .ml-sm-1, [dir=rtl] .mx-sm-1 {
    margin-left: .25rem!important
  }
  [dir=ltr] .ml-sm-1, [dir=ltr] .mx-sm-1 {
    margin-right: .25rem!important
  }
  [dir] .m-sm-2 {
    margin: .5rem!important
  }
  [dir] .mt-sm-2, [dir] .my-sm-2 {
    margin-top: .5rem!important
  }
  [dir=rtl] .mr-sm-2, [dir=rtl] .mx-sm-2 {
    margin-right: .5rem!important
  }
  [dir=ltr] .mr-sm-2, [dir=ltr] .mx-sm-2 {
    margin-left: .5rem!important
  }
  [dir] .mb-sm-2, [dir] .my-sm-2 {
    margin-bottom: .5rem!important
  }
  [dir=rtl] .ml-sm-2, [dir=rtl] .mx-sm-2 {
    margin-left: .5rem!important
  }
  [dir=ltr] .ml-sm-2, [dir=ltr] .mx-sm-2 {
    margin-right: .5rem!important
  }
  [dir] .m-sm-3 {
    margin: 1rem!important
  }
  [dir] .mt-sm-3, [dir] .my-sm-3 {
    margin-top: 1rem!important
  }
  [dir=rtl] .mr-sm-3, [dir=rtl] .mx-sm-3 {
    margin-right: 1rem!important
  }
  [dir=ltr] .mr-sm-3, [dir=ltr] .mx-sm-3 {
    margin-left: 1rem!important
  }
  [dir] .mb-sm-3, [dir] .my-sm-3 {
    margin-bottom: 1rem!important
  }
  [dir=rtl] .ml-sm-3, [dir=rtl] .mx-sm-3 {
    margin-left: 1rem!important
  }
  [dir=ltr] .ml-sm-3, [dir=ltr] .mx-sm-3 {
    margin-right: 1rem!important
  }
  [dir] .m-sm-4 {
    margin: 1.5rem!important
  }
  [dir] .mt-sm-4, [dir] .my-sm-4 {
    margin-top: 1.5rem!important
  }
  [dir=rtl] .mr-sm-4, [dir=rtl] .mx-sm-4 {
    margin-right: 1.5rem!important
  }
  [dir=ltr] .mr-sm-4, [dir=ltr] .mx-sm-4 {
    margin-left: 1.5rem!important
  }
  [dir] .mb-sm-4, [dir] .my-sm-4 {
    margin-bottom: 1.5rem!important
  }
  [dir=rtl] .ml-sm-4, [dir=rtl] .mx-sm-4 {
    margin-left: 1.5rem!important
  }
  [dir=ltr] .ml-sm-4, [dir=ltr] .mx-sm-4 {
    margin-right: 1.5rem!important
  }
  [dir] .m-sm-5 {
    margin: 3rem!important
  }
  [dir] .mt-sm-5, [dir] .my-sm-5 {
    margin-top: 3rem!important
  }
  [dir=rtl] .mr-sm-5, [dir=rtl] .mx-sm-5 {
    margin-right: 3rem!important
  }
  [dir=ltr] .mr-sm-5, [dir=ltr] .mx-sm-5 {
    margin-left: 3rem!important
  }
  [dir] .mb-sm-5, [dir] .my-sm-5 {
    margin-bottom: 3rem!important
  }
  [dir=rtl] .ml-sm-5, [dir=rtl] .mx-sm-5 {
    margin-left: 3rem!important
  }
  [dir=ltr] .ml-sm-5, [dir=ltr] .mx-sm-5 {
    margin-right: 3rem!important
  }
  [dir] .p-sm-0 {
    padding: 0!important
  }
  [dir] .pt-sm-0, [dir] .py-sm-0 {
    padding-top: 0!important
  }
  [dir=rtl] .pr-sm-0, [dir=rtl] .px-sm-0 {
    padding-right: 0!important
  }
  [dir=ltr] .pr-sm-0, [dir=ltr] .px-sm-0 {
    padding-left: 0!important
  }
  [dir] .pb-sm-0, [dir] .py-sm-0 {
    padding-bottom: 0!important
  }
  [dir=rtl] .pl-sm-0, [dir=rtl] .px-sm-0 {
    padding-left: 0!important
  }
  [dir=ltr] .pl-sm-0, [dir=ltr] .px-sm-0 {
    padding-right: 0!important
  }
  [dir] .p-sm-1 {
    padding: .25rem!important
  }
  [dir] .pt-sm-1, [dir] .py-sm-1 {
    padding-top: .25rem!important
  }
  [dir=rtl] .pr-sm-1, [dir=rtl] .px-sm-1 {
    padding-right: .25rem!important
  }
  [dir=ltr] .pr-sm-1, [dir=ltr] .px-sm-1 {
    padding-left: .25rem!important
  }
  [dir] .pb-sm-1, [dir] .py-sm-1 {
    padding-bottom: .25rem!important
  }
  [dir=rtl] .pl-sm-1, [dir=rtl] .px-sm-1 {
    padding-left: .25rem!important
  }
  [dir=ltr] .pl-sm-1, [dir=ltr] .px-sm-1 {
    padding-right: .25rem!important
  }
  [dir] .p-sm-2 {
    padding: .5rem!important
  }
  [dir] .pt-sm-2, [dir] .py-sm-2 {
    padding-top: .5rem!important
  }
  [dir=rtl] .pr-sm-2, [dir=rtl] .px-sm-2 {
    padding-right: .5rem!important
  }
  [dir=ltr] .pr-sm-2, [dir=ltr] .px-sm-2 {
    padding-left: .5rem!important
  }
  [dir] .pb-sm-2, [dir] .py-sm-2 {
    padding-bottom: .5rem!important
  }
  [dir=rtl] .pl-sm-2, [dir=rtl] .px-sm-2 {
    padding-left: .5rem!important
  }
  [dir=ltr] .pl-sm-2, [dir=ltr] .px-sm-2 {
    padding-right: .5rem!important
  }
  [dir] .p-sm-3 {
    padding: 1rem!important
  }
  [dir] .pt-sm-3, [dir] .py-sm-3 {
    padding-top: 1rem!important
  }
  [dir=rtl] .pr-sm-3, [dir=rtl] .px-sm-3 {
    padding-right: 1rem!important
  }
  [dir=ltr] .pr-sm-3, [dir=ltr] .px-sm-3 {
    padding-left: 1rem!important
  }
  [dir] .pb-sm-3, [dir] .py-sm-3 {
    padding-bottom: 1rem!important
  }
  [dir=rtl] .pl-sm-3, [dir=rtl] .px-sm-3 {
    padding-left: 1rem!important
  }
  [dir=ltr] .pl-sm-3, [dir=ltr] .px-sm-3 {
    padding-right: 1rem!important
  }
  [dir] .p-sm-4 {
    padding: 1.5rem!important
  }
  [dir] .pt-sm-4, [dir] .py-sm-4 {
    padding-top: 1.5rem!important
  }
  [dir=rtl] .pr-sm-4, [dir=rtl] .px-sm-4 {
    padding-right: 1.5rem!important
  }
  [dir=ltr] .pr-sm-4, [dir=ltr] .px-sm-4 {
    padding-left: 1.5rem!important
  }
  [dir] .pb-sm-4, [dir] .py-sm-4 {
    padding-bottom: 1.5rem!important
  }
  [dir=rtl] .pl-sm-4, [dir=rtl] .px-sm-4 {
    padding-left: 1.5rem!important
  }
  [dir=ltr] .pl-sm-4, [dir=ltr] .px-sm-4 {
    padding-right: 1.5rem!important
  }
  [dir] .p-sm-5 {
    padding: 3rem!important
  }
  [dir] .pt-sm-5, [dir] .py-sm-5 {
    padding-top: 3rem!important
  }
  [dir=rtl] .pr-sm-5, [dir=rtl] .px-sm-5 {
    padding-right: 3rem!important
  }
  [dir=ltr] .pr-sm-5, [dir=ltr] .px-sm-5 {
    padding-left: 3rem!important
  }
  [dir] .pb-sm-5, [dir] .py-sm-5 {
    padding-bottom: 3rem!important
  }
  [dir=rtl] .pl-sm-5, [dir=rtl] .px-sm-5 {
    padding-left: 3rem!important
  }
  [dir=ltr] .pl-sm-5, [dir=ltr] .px-sm-5 {
    padding-right: 3rem!important
  }
  [dir] .m-sm-n1 {
    margin: -.25rem!important
  }
  [dir] .mt-sm-n1, [dir] .my-sm-n1 {
    margin-top: -.25rem!important
  }
  [dir=rtl] .mr-sm-n1, [dir=rtl] .mx-sm-n1 {
    margin-right: -.25rem!important
  }
  [dir=ltr] .mr-sm-n1, [dir=ltr] .mx-sm-n1 {
    margin-left: -.25rem!important
  }
  [dir] .mb-sm-n1, [dir] .my-sm-n1 {
    margin-bottom: -.25rem!important
  }
  [dir=rtl] .ml-sm-n1, [dir=rtl] .mx-sm-n1 {
    margin-left: -.25rem!important
  }
  [dir=ltr] .ml-sm-n1, [dir=ltr] .mx-sm-n1 {
    margin-right: -.25rem!important
  }
  [dir] .m-sm-n2 {
    margin: -.5rem!important
  }
  [dir] .mt-sm-n2, [dir] .my-sm-n2 {
    margin-top: -.5rem!important
  }
  [dir=rtl] .mr-sm-n2, [dir=rtl] .mx-sm-n2 {
    margin-right: -.5rem!important
  }
  [dir=ltr] .mr-sm-n2, [dir=ltr] .mx-sm-n2 {
    margin-left: -.5rem!important
  }
  [dir] .mb-sm-n2, [dir] .my-sm-n2 {
    margin-bottom: -.5rem!important
  }
  [dir=rtl] .ml-sm-n2, [dir=rtl] .mx-sm-n2 {
    margin-left: -.5rem!important
  }
  [dir=ltr] .ml-sm-n2, [dir=ltr] .mx-sm-n2 {
    margin-right: -.5rem!important
  }
  [dir] .m-sm-n3 {
    margin: -1rem!important
  }
  [dir] .mt-sm-n3, [dir] .my-sm-n3 {
    margin-top: -1rem!important
  }
  [dir=rtl] .mr-sm-n3, [dir=rtl] .mx-sm-n3 {
    margin-right: -1rem!important
  }
  [dir=ltr] .mr-sm-n3, [dir=ltr] .mx-sm-n3 {
    margin-left: -1rem!important
  }
  [dir] .mb-sm-n3, [dir] .my-sm-n3 {
    margin-bottom: -1rem!important
  }
  [dir=rtl] .ml-sm-n3, [dir=rtl] .mx-sm-n3 {
    margin-left: -1rem!important
  }
  [dir=ltr] .ml-sm-n3, [dir=ltr] .mx-sm-n3 {
    margin-right: -1rem!important
  }
  [dir] .m-sm-n4 {
    margin: -1.5rem!important
  }
  [dir] .mt-sm-n4, [dir] .my-sm-n4 {
    margin-top: -1.5rem!important
  }
  [dir=rtl] .mr-sm-n4, [dir=rtl] .mx-sm-n4 {
    margin-right: -1.5rem!important
  }
  [dir=ltr] .mr-sm-n4, [dir=ltr] .mx-sm-n4 {
    margin-left: -1.5rem!important
  }
  [dir] .mb-sm-n4, [dir] .my-sm-n4 {
    margin-bottom: -1.5rem!important
  }
  [dir=rtl] .ml-sm-n4, [dir=rtl] .mx-sm-n4 {
    margin-left: -1.5rem!important
  }
  [dir=ltr] .ml-sm-n4, [dir=ltr] .mx-sm-n4 {
    margin-right: -1.5rem!important
  }
  [dir] .m-sm-n5 {
    margin: -3rem!important
  }
  [dir] .mt-sm-n5, [dir] .my-sm-n5 {
    margin-top: -3rem!important
  }
  [dir=rtl] .mr-sm-n5, [dir=rtl] .mx-sm-n5 {
    margin-right: -3rem!important
  }
  [dir=ltr] .mr-sm-n5, [dir=ltr] .mx-sm-n5 {
    margin-left: -3rem!important
  }
  [dir] .mb-sm-n5, [dir] .my-sm-n5 {
    margin-bottom: -3rem!important
  }
  [dir=rtl] .ml-sm-n5, [dir=rtl] .mx-sm-n5 {
    margin-left: -3rem!important
  }
  [dir=ltr] .ml-sm-n5, [dir=ltr] .mx-sm-n5 {
    margin-right: -3rem!important
  }
  [dir] .m-sm-auto {
    margin: auto!important
  }
  [dir] .mt-sm-auto, [dir] .my-sm-auto {
    margin-top: auto!important
  }
  [dir=rtl] .mr-sm-auto, [dir=rtl] .mx-sm-auto {
    margin-right: auto!important
  }
  [dir=ltr] .mr-sm-auto, [dir=ltr] .mx-sm-auto {
    margin-left: auto!important
  }
  [dir] .mb-sm-auto, [dir] .my-sm-auto {
    margin-bottom: auto!important
  }
  [dir=rtl] .ml-sm-auto, [dir=rtl] .mx-sm-auto {
    margin-left: auto!important
  }
  [dir=ltr] .ml-sm-auto, [dir=ltr] .mx-sm-auto {
    margin-right: auto!important
  }
}

@media (min-width:768px) {
  [dir] .m-md-0 {
    margin: 0!important
  }
  [dir] .mt-md-0, [dir] .my-md-0 {
    margin-top: 0!important
  }
  [dir=rtl] .mr-md-0, [dir=rtl] .mx-md-0 {
    margin-right: 0!important
  }
  [dir=ltr] .mr-md-0, [dir=ltr] .mx-md-0 {
    margin-left: 0!important
  }
  [dir] .mb-md-0, [dir] .my-md-0 {
    margin-bottom: 0!important
  }
  [dir=rtl] .ml-md-0, [dir=rtl] .mx-md-0 {
    margin-left: 0!important
  }
  [dir=ltr] .ml-md-0, [dir=ltr] .mx-md-0 {
    margin-right: 0!important
  }
  [dir] .m-md-1 {
    margin: .25rem!important
  }
  [dir] .mt-md-1, [dir] .my-md-1 {
    margin-top: .25rem!important
  }
  [dir=rtl] .mr-md-1, [dir=rtl] .mx-md-1 {
    margin-right: .25rem!important
  }
  [dir=ltr] .mr-md-1, [dir=ltr] .mx-md-1 {
    margin-left: .25rem!important
  }
  [dir] .mb-md-1, [dir] .my-md-1 {
    margin-bottom: .25rem!important
  }
  [dir=rtl] .ml-md-1, [dir=rtl] .mx-md-1 {
    margin-left: .25rem!important
  }
  [dir=ltr] .ml-md-1, [dir=ltr] .mx-md-1 {
    margin-right: .25rem!important
  }
  [dir] .m-md-2 {
    margin: .5rem!important
  }
  [dir] .mt-md-2, [dir] .my-md-2 {
    margin-top: .5rem!important
  }
  [dir=rtl] .mr-md-2, [dir=rtl] .mx-md-2 {
    margin-right: .5rem!important
  }
  [dir=ltr] .mr-md-2, [dir=ltr] .mx-md-2 {
    margin-left: .5rem!important
  }
  [dir] .mb-md-2, [dir] .my-md-2 {
    margin-bottom: .5rem!important
  }
  [dir=rtl] .ml-md-2, [dir=rtl] .mx-md-2 {
    margin-left: .5rem!important
  }
  [dir=ltr] .ml-md-2, [dir=ltr] .mx-md-2 {
    margin-right: .5rem!important
  }
  [dir] .m-md-3 {
    margin: 1rem!important
  }
  [dir] .mt-md-3, [dir] .my-md-3 {
    margin-top: 1rem!important
  }
  [dir=rtl] .mr-md-3, [dir=rtl] .mx-md-3 {
    margin-right: 1rem!important
  }
  [dir=ltr] .mr-md-3, [dir=ltr] .mx-md-3 {
    margin-left: 1rem!important
  }
  [dir] .mb-md-3, [dir] .my-md-3 {
    margin-bottom: 1rem!important
  }
  [dir=rtl] .ml-md-3, [dir=rtl] .mx-md-3 {
    margin-left: 1rem!important
  }
  [dir=ltr] .ml-md-3, [dir=ltr] .mx-md-3 {
    margin-right: 1rem!important
  }
  [dir] .m-md-4 {
    margin: 1.5rem!important
  }
  [dir] .mt-md-4, [dir] .my-md-4 {
    margin-top: 1.5rem!important
  }
  [dir=rtl] .mr-md-4, [dir=rtl] .mx-md-4 {
    margin-right: 1.5rem!important
  }
  [dir=ltr] .mr-md-4, [dir=ltr] .mx-md-4 {
    margin-left: 1.5rem!important
  }
  [dir] .mb-md-4, [dir] .my-md-4 {
    margin-bottom: 1.5rem!important
  }
  [dir=rtl] .ml-md-4, [dir=rtl] .mx-md-4 {
    margin-left: 1.5rem!important
  }
  [dir=ltr] .ml-md-4, [dir=ltr] .mx-md-4 {
    margin-right: 1.5rem!important
  }
  [dir] .m-md-5 {
    margin: 3rem!important
  }
  [dir] .mt-md-5, [dir] .my-md-5 {
    margin-top: 3rem!important
  }
  [dir=rtl] .mr-md-5, [dir=rtl] .mx-md-5 {
    margin-right: 3rem!important
  }
  [dir=ltr] .mr-md-5, [dir=ltr] .mx-md-5 {
    margin-left: 3rem!important
  }
  [dir] .mb-md-5, [dir] .my-md-5 {
    margin-bottom: 3rem!important
  }
  [dir=rtl] .ml-md-5, [dir=rtl] .mx-md-5 {
    margin-left: 3rem!important
  }
  [dir=ltr] .ml-md-5, [dir=ltr] .mx-md-5 {
    margin-right: 3rem!important
  }
  [dir] .p-md-0 {
    padding: 0!important
  }
  [dir] .pt-md-0, [dir] .py-md-0 {
    padding-top: 0!important
  }
  [dir=rtl] .pr-md-0, [dir=rtl] .px-md-0 {
    padding-right: 0!important
  }
  [dir=ltr] .pr-md-0, [dir=ltr] .px-md-0 {
    padding-left: 0!important
  }
  [dir] .pb-md-0, [dir] .py-md-0 {
    padding-bottom: 0!important
  }
  [dir=rtl] .pl-md-0, [dir=rtl] .px-md-0 {
    padding-left: 0!important
  }
  [dir=ltr] .pl-md-0, [dir=ltr] .px-md-0 {
    padding-right: 0!important
  }
  [dir] .p-md-1 {
    padding: .25rem!important
  }
  [dir] .pt-md-1, [dir] .py-md-1 {
    padding-top: .25rem!important
  }
  [dir=rtl] .pr-md-1, [dir=rtl] .px-md-1 {
    padding-right: .25rem!important
  }
  [dir=ltr] .pr-md-1, [dir=ltr] .px-md-1 {
    padding-left: .25rem!important
  }
  [dir] .pb-md-1, [dir] .py-md-1 {
    padding-bottom: .25rem!important
  }
  [dir=rtl] .pl-md-1, [dir=rtl] .px-md-1 {
    padding-left: .25rem!important
  }
  [dir=ltr] .pl-md-1, [dir=ltr] .px-md-1 {
    padding-right: .25rem!important
  }
  [dir] .p-md-2 {
    padding: .5rem!important
  }
  [dir] .pt-md-2, [dir] .py-md-2 {
    padding-top: .5rem!important
  }
  [dir=rtl] .pr-md-2, [dir=rtl] .px-md-2 {
    padding-right: .5rem!important
  }
  [dir=ltr] .pr-md-2, [dir=ltr] .px-md-2 {
    padding-left: .5rem!important
  }
  [dir] .pb-md-2, [dir] .py-md-2 {
    padding-bottom: .5rem!important
  }
  [dir=rtl] .pl-md-2, [dir=rtl] .px-md-2 {
    padding-left: .5rem!important
  }
  [dir=ltr] .pl-md-2, [dir=ltr] .px-md-2 {
    padding-right: .5rem!important
  }
  [dir] .p-md-3 {
    padding: 1rem!important
  }
  [dir] .pt-md-3, [dir] .py-md-3 {
    padding-top: 1rem!important
  }
  [dir=rtl] .pr-md-3, [dir=rtl] .px-md-3 {
    padding-right: 1rem!important
  }
  [dir=ltr] .pr-md-3, [dir=ltr] .px-md-3 {
    padding-left: 1rem!important
  }
  [dir] .pb-md-3, [dir] .py-md-3 {
    padding-bottom: 1rem!important
  }
  [dir=rtl] .pl-md-3, [dir=rtl] .px-md-3 {
    padding-left: 1rem!important
  }
  [dir=ltr] .pl-md-3, [dir=ltr] .px-md-3 {
    padding-right: 1rem!important
  }
  [dir] .p-md-4 {
    padding: 1.5rem!important
  }
  [dir] .pt-md-4, [dir] .py-md-4 {
    padding-top: 1.5rem!important
  }
  [dir=rtl] .pr-md-4, [dir=rtl] .px-md-4 {
    padding-right: 1.5rem!important
  }
  [dir=ltr] .pr-md-4, [dir=ltr] .px-md-4 {
    padding-left: 1.5rem!important
  }
  [dir] .pb-md-4, [dir] .py-md-4 {
    padding-bottom: 1.5rem!important
  }
  [dir=rtl] .pl-md-4, [dir=rtl] .px-md-4 {
    padding-left: 1.5rem!important
  }
  [dir=ltr] .pl-md-4, [dir=ltr] .px-md-4 {
    padding-right: 1.5rem!important
  }
  [dir] .p-md-5 {
    padding: 3rem!important
  }
  [dir] .pt-md-5, [dir] .py-md-5 {
    padding-top: 3rem!important
  }
  [dir=rtl] .pr-md-5, [dir=rtl] .px-md-5 {
    padding-right: 3rem!important
  }
  [dir=ltr] .pr-md-5, [dir=ltr] .px-md-5 {
    padding-left: 3rem!important
  }
  [dir] .pb-md-5, [dir] .py-md-5 {
    padding-bottom: 3rem!important
  }
  [dir=rtl] .pl-md-5, [dir=rtl] .px-md-5 {
    padding-left: 3rem!important
  }
  [dir=ltr] .pl-md-5, [dir=ltr] .px-md-5 {
    padding-right: 3rem!important
  }
  [dir] .m-md-n1 {
    margin: -.25rem!important
  }
  [dir] .mt-md-n1, [dir] .my-md-n1 {
    margin-top: -.25rem!important
  }
  [dir=rtl] .mr-md-n1, [dir=rtl] .mx-md-n1 {
    margin-right: -.25rem!important
  }
  [dir=ltr] .mr-md-n1, [dir=ltr] .mx-md-n1 {
    margin-left: -.25rem!important
  }
  [dir] .mb-md-n1, [dir] .my-md-n1 {
    margin-bottom: -.25rem!important
  }
  [dir=rtl] .ml-md-n1, [dir=rtl] .mx-md-n1 {
    margin-left: -.25rem!important
  }
  [dir=ltr] .ml-md-n1, [dir=ltr] .mx-md-n1 {
    margin-right: -.25rem!important
  }
  [dir] .m-md-n2 {
    margin: -.5rem!important
  }
  [dir] .mt-md-n2, [dir] .my-md-n2 {
    margin-top: -.5rem!important
  }
  [dir=rtl] .mr-md-n2, [dir=rtl] .mx-md-n2 {
    margin-right: -.5rem!important
  }
  [dir=ltr] .mr-md-n2, [dir=ltr] .mx-md-n2 {
    margin-left: -.5rem!important
  }
  [dir] .mb-md-n2, [dir] .my-md-n2 {
    margin-bottom: -.5rem!important
  }
  [dir=rtl] .ml-md-n2, [dir=rtl] .mx-md-n2 {
    margin-left: -.5rem!important
  }
  [dir=ltr] .ml-md-n2, [dir=ltr] .mx-md-n2 {
    margin-right: -.5rem!important
  }
  [dir] .m-md-n3 {
    margin: -1rem!important
  }
  [dir] .mt-md-n3, [dir] .my-md-n3 {
    margin-top: -1rem!important
  }
  [dir=rtl] .mr-md-n3, [dir=rtl] .mx-md-n3 {
    margin-right: -1rem!important
  }
  [dir=ltr] .mr-md-n3, [dir=ltr] .mx-md-n3 {
    margin-left: -1rem!important
  }
  [dir] .mb-md-n3, [dir] .my-md-n3 {
    margin-bottom: -1rem!important
  }
  [dir=rtl] .ml-md-n3, [dir=rtl] .mx-md-n3 {
    margin-left: -1rem!important
  }
  [dir=ltr] .ml-md-n3, [dir=ltr] .mx-md-n3 {
    margin-right: -1rem!important
  }
  [dir] .m-md-n4 {
    margin: -1.5rem!important
  }
  [dir] .mt-md-n4, [dir] .my-md-n4 {
    margin-top: -1.5rem!important
  }
  [dir=rtl] .mr-md-n4, [dir=rtl] .mx-md-n4 {
    margin-right: -1.5rem!important
  }
  [dir=ltr] .mr-md-n4, [dir=ltr] .mx-md-n4 {
    margin-left: -1.5rem!important
  }
  [dir] .mb-md-n4, [dir] .my-md-n4 {
    margin-bottom: -1.5rem!important
  }
  [dir=rtl] .ml-md-n4, [dir=rtl] .mx-md-n4 {
    margin-left: -1.5rem!important
  }
  [dir=ltr] .ml-md-n4, [dir=ltr] .mx-md-n4 {
    margin-right: -1.5rem!important
  }
  [dir] .m-md-n5 {
    margin: -3rem!important
  }
  [dir] .mt-md-n5, [dir] .my-md-n5 {
    margin-top: -3rem!important
  }
  [dir=rtl] .mr-md-n5, [dir=rtl] .mx-md-n5 {
    margin-right: -3rem!important
  }
  [dir=ltr] .mr-md-n5, [dir=ltr] .mx-md-n5 {
    margin-left: -3rem!important
  }
  [dir] .mb-md-n5, [dir] .my-md-n5 {
    margin-bottom: -3rem!important
  }
  [dir=rtl] .ml-md-n5, [dir=rtl] .mx-md-n5 {
    margin-left: -3rem!important
  }
  [dir=ltr] .ml-md-n5, [dir=ltr] .mx-md-n5 {
    margin-right: -3rem!important
  }
  [dir] .m-md-auto {
    margin: auto!important
  }
  [dir] .mt-md-auto, [dir] .my-md-auto {
    margin-top: auto!important
  }
  [dir=rtl] .mr-md-auto, [dir=rtl] .mx-md-auto {
    margin-right: auto!important
  }
  [dir=ltr] .mr-md-auto, [dir=ltr] .mx-md-auto {
    margin-left: auto!important
  }
  [dir] .mb-md-auto, [dir] .my-md-auto {
    margin-bottom: auto!important
  }
  [dir=rtl] .ml-md-auto, [dir=rtl] .mx-md-auto {
    margin-left: auto!important
  }
  [dir=ltr] .ml-md-auto, [dir=ltr] .mx-md-auto {
    margin-right: auto!important
  }
}

@media (min-width:992px) {
  [dir] .m-lg-0 {
    margin: 0!important
  }
  [dir] .mt-lg-0, [dir] .my-lg-0 {
    margin-top: 0!important
  }
  [dir=rtl] .mr-lg-0, [dir=rtl] .mx-lg-0 {
    margin-right: 0!important
  }
  [dir=ltr] .mr-lg-0, [dir=ltr] .mx-lg-0 {
    margin-left: 0!important
  }
  [dir] .mb-lg-0, [dir] .my-lg-0 {
    margin-bottom: 0!important
  }
  [dir=rtl] .ml-lg-0, [dir=rtl] .mx-lg-0 {
    margin-left: 0!important
  }
  [dir=ltr] .ml-lg-0, [dir=ltr] .mx-lg-0 {
    margin-right: 0!important
  }
  [dir] .m-lg-1 {
    margin: .25rem!important
  }
  [dir] .mt-lg-1, [dir] .my-lg-1 {
    margin-top: .25rem!important
  }
  [dir=rtl] .mr-lg-1, [dir=rtl] .mx-lg-1 {
    margin-right: .25rem!important
  }
  [dir=ltr] .mr-lg-1, [dir=ltr] .mx-lg-1 {
    margin-left: .25rem!important
  }
  [dir] .mb-lg-1, [dir] .my-lg-1 {
    margin-bottom: .25rem!important
  }
  [dir=rtl] .ml-lg-1, [dir=rtl] .mx-lg-1 {
    margin-left: .25rem!important
  }
  [dir=ltr] .ml-lg-1, [dir=ltr] .mx-lg-1 {
    margin-right: .25rem!important
  }
  [dir] .m-lg-2 {
    margin: .5rem!important
  }
  [dir] .mt-lg-2, [dir] .my-lg-2 {
    margin-top: .5rem!important
  }
  [dir=rtl] .mr-lg-2, [dir=rtl] .mx-lg-2 {
    margin-right: .5rem!important
  }
  [dir=ltr] .mr-lg-2, [dir=ltr] .mx-lg-2 {
    margin-left: .5rem!important
  }
  [dir] .mb-lg-2, [dir] .my-lg-2 {
    margin-bottom: .5rem!important
  }
  [dir=rtl] .ml-lg-2, [dir=rtl] .mx-lg-2 {
    margin-left: .5rem!important
  }
  [dir=ltr] .ml-lg-2, [dir=ltr] .mx-lg-2 {
    margin-right: .5rem!important
  }
  [dir] .m-lg-3 {
    margin: 1rem!important
  }
  [dir] .mt-lg-3, [dir] .my-lg-3 {
    margin-top: 1rem!important
  }
  [dir=rtl] .mr-lg-3, [dir=rtl] .mx-lg-3 {
    margin-right: 1rem!important
  }
  [dir=ltr] .mr-lg-3, [dir=ltr] .mx-lg-3 {
    margin-left: 1rem!important
  }
  [dir] .mb-lg-3, [dir] .my-lg-3 {
    margin-bottom: 1rem!important
  }
  [dir=rtl] .ml-lg-3, [dir=rtl] .mx-lg-3 {
    margin-left: 1rem!important
  }
  [dir=ltr] .ml-lg-3, [dir=ltr] .mx-lg-3 {
    margin-right: 1rem!important
  }
  [dir] .m-lg-4 {
    margin: 1.5rem!important
  }
  [dir] .mt-lg-4, [dir] .my-lg-4 {
    margin-top: 1.5rem!important
  }
  [dir=rtl] .mr-lg-4, [dir=rtl] .mx-lg-4 {
    margin-right: 1.5rem!important
  }
  [dir=ltr] .mr-lg-4, [dir=ltr] .mx-lg-4 {
    margin-left: 1.5rem!important
  }
  [dir] .mb-lg-4, [dir] .my-lg-4 {
    margin-bottom: 1.5rem!important
  }
  [dir=rtl] .ml-lg-4, [dir=rtl] .mx-lg-4 {
    margin-left: 1.5rem!important
  }
  [dir=ltr] .ml-lg-4, [dir=ltr] .mx-lg-4 {
    margin-right: 1.5rem!important
  }
  [dir] .m-lg-5 {
    margin: 3rem!important
  }
  [dir] .mt-lg-5, [dir] .my-lg-5 {
    margin-top: 3rem!important
  }
  [dir=rtl] .mr-lg-5, [dir=rtl] .mx-lg-5 {
    margin-right: 3rem!important
  }
  [dir=ltr] .mr-lg-5, [dir=ltr] .mx-lg-5 {
    margin-left: 3rem!important
  }
  [dir] .mb-lg-5, [dir] .my-lg-5 {
    margin-bottom: 3rem!important
  }
  [dir=rtl] .ml-lg-5, [dir=rtl] .mx-lg-5 {
    margin-left: 3rem!important
  }
  [dir=ltr] .ml-lg-5, [dir=ltr] .mx-lg-5 {
    margin-right: 3rem!important
  }
  [dir] .p-lg-0 {
    padding: 0!important
  }
  [dir] .pt-lg-0, [dir] .py-lg-0 {
    padding-top: 0!important
  }
  [dir=rtl] .pr-lg-0, [dir=rtl] .px-lg-0 {
    padding-right: 0!important
  }
  [dir=ltr] .pr-lg-0, [dir=ltr] .px-lg-0 {
    padding-left: 0!important
  }
  [dir] .pb-lg-0, [dir] .py-lg-0 {
    padding-bottom: 0!important
  }
  [dir=rtl] .pl-lg-0, [dir=rtl] .px-lg-0 {
    padding-left: 0!important
  }
  [dir=ltr] .pl-lg-0, [dir=ltr] .px-lg-0 {
    padding-right: 0!important
  }
  [dir] .p-lg-1 {
    padding: .25rem!important
  }
  [dir] .pt-lg-1, [dir] .py-lg-1 {
    padding-top: .25rem!important
  }
  [dir=rtl] .pr-lg-1, [dir=rtl] .px-lg-1 {
    padding-right: .25rem!important
  }
  [dir=ltr] .pr-lg-1, [dir=ltr] .px-lg-1 {
    padding-left: .25rem!important
  }
  [dir] .pb-lg-1, [dir] .py-lg-1 {
    padding-bottom: .25rem!important
  }
  [dir=rtl] .pl-lg-1, [dir=rtl] .px-lg-1 {
    padding-left: .25rem!important
  }
  [dir=ltr] .pl-lg-1, [dir=ltr] .px-lg-1 {
    padding-right: .25rem!important
  }
  [dir] .p-lg-2 {
    padding: .5rem!important
  }
  [dir] .pt-lg-2, [dir] .py-lg-2 {
    padding-top: .5rem!important
  }
  [dir=rtl] .pr-lg-2, [dir=rtl] .px-lg-2 {
    padding-right: .5rem!important
  }
  [dir=ltr] .pr-lg-2, [dir=ltr] .px-lg-2 {
    padding-left: .5rem!important
  }
  [dir] .pb-lg-2, [dir] .py-lg-2 {
    padding-bottom: .5rem!important
  }
  [dir=rtl] .pl-lg-2, [dir=rtl] .px-lg-2 {
    padding-left: .5rem!important
  }
  [dir=ltr] .pl-lg-2, [dir=ltr] .px-lg-2 {
    padding-right: .5rem!important
  }
  [dir] .p-lg-3 {
    padding: 1rem!important
  }
  [dir] .pt-lg-3, [dir] .py-lg-3 {
    padding-top: 1rem!important
  }
  [dir=rtl] .pr-lg-3, [dir=rtl] .px-lg-3 {
    padding-right: 1rem!important
  }
  [dir=ltr] .pr-lg-3, [dir=ltr] .px-lg-3 {
    padding-left: 1rem!important
  }
  [dir] .pb-lg-3, [dir] .py-lg-3 {
    padding-bottom: 1rem!important
  }
  [dir=rtl] .pl-lg-3, [dir=rtl] .px-lg-3 {
    padding-left: 1rem!important
  }
  [dir=ltr] .pl-lg-3, [dir=ltr] .px-lg-3 {
    padding-right: 1rem!important
  }
  [dir] .p-lg-4 {
    padding: 1.5rem!important
  }
  [dir] .pt-lg-4, [dir] .py-lg-4 {
    padding-top: 1.5rem!important
  }
  [dir=rtl] .pr-lg-4, [dir=rtl] .px-lg-4 {
    padding-right: 1.5rem!important
  }
  [dir=ltr] .pr-lg-4, [dir=ltr] .px-lg-4 {
    padding-left: 1.5rem!important
  }
  [dir] .pb-lg-4, [dir] .py-lg-4 {
    padding-bottom: 1.5rem!important
  }
  [dir=rtl] .pl-lg-4, [dir=rtl] .px-lg-4 {
    padding-left: 1.5rem!important
  }
  [dir=ltr] .pl-lg-4, [dir=ltr] .px-lg-4 {
    padding-right: 1.5rem!important
  }
  [dir] .p-lg-5 {
    padding: 3rem!important
  }
  [dir] .pt-lg-5, [dir] .py-lg-5 {
    padding-top: 3rem!important
  }
  [dir=rtl] .pr-lg-5, [dir=rtl] .px-lg-5 {
    padding-right: 3rem!important
  }
  [dir=ltr] .pr-lg-5, [dir=ltr] .px-lg-5 {
    padding-left: 3rem!important
  }
  [dir] .pb-lg-5, [dir] .py-lg-5 {
    padding-bottom: 3rem!important
  }
  [dir=rtl] .pl-lg-5, [dir=rtl] .px-lg-5 {
    padding-left: 3rem!important
  }
  [dir=ltr] .pl-lg-5, [dir=ltr] .px-lg-5 {
    padding-right: 3rem!important
  }
  [dir] .m-lg-n1 {
    margin: -.25rem!important
  }
  [dir] .mt-lg-n1, [dir] .my-lg-n1 {
    margin-top: -.25rem!important
  }
  [dir=rtl] .mr-lg-n1, [dir=rtl] .mx-lg-n1 {
    margin-right: -.25rem!important
  }
  [dir=ltr] .mr-lg-n1, [dir=ltr] .mx-lg-n1 {
    margin-left: -.25rem!important
  }
  [dir] .mb-lg-n1, [dir] .my-lg-n1 {
    margin-bottom: -.25rem!important
  }
  [dir=rtl] .ml-lg-n1, [dir=rtl] .mx-lg-n1 {
    margin-left: -.25rem!important
  }
  [dir=ltr] .ml-lg-n1, [dir=ltr] .mx-lg-n1 {
    margin-right: -.25rem!important
  }
  [dir] .m-lg-n2 {
    margin: -.5rem!important
  }
  [dir] .mt-lg-n2, [dir] .my-lg-n2 {
    margin-top: -.5rem!important
  }
  [dir=rtl] .mr-lg-n2, [dir=rtl] .mx-lg-n2 {
    margin-right: -.5rem!important
  }
  [dir=ltr] .mr-lg-n2, [dir=ltr] .mx-lg-n2 {
    margin-left: -.5rem!important
  }
  [dir] .mb-lg-n2, [dir] .my-lg-n2 {
    margin-bottom: -.5rem!important
  }
  [dir=rtl] .ml-lg-n2, [dir=rtl] .mx-lg-n2 {
    margin-left: -.5rem!important
  }
  [dir=ltr] .ml-lg-n2, [dir=ltr] .mx-lg-n2 {
    margin-right: -.5rem!important
  }
  [dir] .m-lg-n3 {
    margin: -1rem!important
  }
  [dir] .mt-lg-n3, [dir] .my-lg-n3 {
    margin-top: -1rem!important
  }
  [dir=rtl] .mr-lg-n3, [dir=rtl] .mx-lg-n3 {
    margin-right: -1rem!important
  }
  [dir=ltr] .mr-lg-n3, [dir=ltr] .mx-lg-n3 {
    margin-left: -1rem!important
  }
  [dir] .mb-lg-n3, [dir] .my-lg-n3 {
    margin-bottom: -1rem!important
  }
  [dir=rtl] .ml-lg-n3, [dir=rtl] .mx-lg-n3 {
    margin-left: -1rem!important
  }
  [dir=ltr] .ml-lg-n3, [dir=ltr] .mx-lg-n3 {
    margin-right: -1rem!important
  }
  [dir] .m-lg-n4 {
    margin: -1.5rem!important
  }
  [dir] .mt-lg-n4, [dir] .my-lg-n4 {
    margin-top: -1.5rem!important
  }
  [dir=rtl] .mr-lg-n4, [dir=rtl] .mx-lg-n4 {
    margin-right: -1.5rem!important
  }
  [dir=ltr] .mr-lg-n4, [dir=ltr] .mx-lg-n4 {
    margin-left: -1.5rem!important
  }
  [dir] .mb-lg-n4, [dir] .my-lg-n4 {
    margin-bottom: -1.5rem!important
  }
  [dir=rtl] .ml-lg-n4, [dir=rtl] .mx-lg-n4 {
    margin-left: -1.5rem!important
  }
  [dir=ltr] .ml-lg-n4, [dir=ltr] .mx-lg-n4 {
    margin-right: -1.5rem!important
  }
  [dir] .m-lg-n5 {
    margin: -3rem!important
  }
  [dir] .mt-lg-n5, [dir] .my-lg-n5 {
    margin-top: -3rem!important
  }
  [dir=rtl] .mr-lg-n5, [dir=rtl] .mx-lg-n5 {
    margin-right: -3rem!important
  }
  [dir=ltr] .mr-lg-n5, [dir=ltr] .mx-lg-n5 {
    margin-left: -3rem!important
  }
  [dir] .mb-lg-n5, [dir] .my-lg-n5 {
    margin-bottom: -3rem!important
  }
  [dir=rtl] .ml-lg-n5, [dir=rtl] .mx-lg-n5 {
    margin-left: -3rem!important
  }
  [dir=ltr] .ml-lg-n5, [dir=ltr] .mx-lg-n5 {
    margin-right: -3rem!important
  }
  [dir] .m-lg-auto {
    margin: auto!important
  }
  [dir] .mt-lg-auto, [dir] .my-lg-auto {
    margin-top: auto!important
  }
  [dir=rtl] .mr-lg-auto, [dir=rtl] .mx-lg-auto {
    margin-right: auto!important
  }
  [dir=ltr] .mr-lg-auto, [dir=ltr] .mx-lg-auto {
    margin-left: auto!important
  }
  [dir] .mb-lg-auto, [dir] .my-lg-auto {
    margin-bottom: auto!important
  }
  [dir=rtl] .ml-lg-auto, [dir=rtl] .mx-lg-auto {
    margin-left: auto!important
  }
  [dir=ltr] .ml-lg-auto, [dir=ltr] .mx-lg-auto {
    margin-right: auto!important
  }
}

@media (min-width:1200px) {
  [dir] .m-xl-0 {
    margin: 0!important
  }
  [dir] .mt-xl-0, [dir] .my-xl-0 {
    margin-top: 0!important
  }
  [dir=rtl] .mr-xl-0, [dir=rtl] .mx-xl-0 {
    margin-right: 0!important
  }
  [dir=ltr] .mr-xl-0, [dir=ltr] .mx-xl-0 {
    margin-left: 0!important
  }
  [dir] .mb-xl-0, [dir] .my-xl-0 {
    margin-bottom: 0!important
  }
  [dir=rtl] .ml-xl-0, [dir=rtl] .mx-xl-0 {
    margin-left: 0!important
  }
  [dir=ltr] .ml-xl-0, [dir=ltr] .mx-xl-0 {
    margin-right: 0!important
  }
  [dir] .m-xl-1 {
    margin: .25rem!important
  }
  [dir] .mt-xl-1, [dir] .my-xl-1 {
    margin-top: .25rem!important
  }
  [dir=rtl] .mr-xl-1, [dir=rtl] .mx-xl-1 {
    margin-right: .25rem!important
  }
  [dir=ltr] .mr-xl-1, [dir=ltr] .mx-xl-1 {
    margin-left: .25rem!important
  }
  [dir] .mb-xl-1, [dir] .my-xl-1 {
    margin-bottom: .25rem!important
  }
  [dir=rtl] .ml-xl-1, [dir=rtl] .mx-xl-1 {
    margin-left: .25rem!important
  }
  [dir=ltr] .ml-xl-1, [dir=ltr] .mx-xl-1 {
    margin-right: .25rem!important
  }
  [dir] .m-xl-2 {
    margin: .5rem!important
  }
  [dir] .mt-xl-2, [dir] .my-xl-2 {
    margin-top: .5rem!important
  }
  [dir=rtl] .mr-xl-2, [dir=rtl] .mx-xl-2 {
    margin-right: .5rem!important
  }
  [dir=ltr] .mr-xl-2, [dir=ltr] .mx-xl-2 {
    margin-left: .5rem!important
  }
  [dir] .mb-xl-2, [dir] .my-xl-2 {
    margin-bottom: .5rem!important
  }
  [dir=rtl] .ml-xl-2, [dir=rtl] .mx-xl-2 {
    margin-left: .5rem!important
  }
  [dir=ltr] .ml-xl-2, [dir=ltr] .mx-xl-2 {
    margin-right: .5rem!important
  }
  [dir] .m-xl-3 {
    margin: 1rem!important
  }
  [dir] .mt-xl-3, [dir] .my-xl-3 {
    margin-top: 1rem!important
  }
  [dir=rtl] .mr-xl-3, [dir=rtl] .mx-xl-3 {
    margin-right: 1rem!important
  }
  [dir=ltr] .mr-xl-3, [dir=ltr] .mx-xl-3 {
    margin-left: 1rem!important
  }
  [dir] .mb-xl-3, [dir] .my-xl-3 {
    margin-bottom: 1rem!important
  }
  [dir=rtl] .ml-xl-3, [dir=rtl] .mx-xl-3 {
    margin-left: 1rem!important
  }
  [dir=ltr] .ml-xl-3, [dir=ltr] .mx-xl-3 {
    margin-right: 1rem!important
  }
  [dir] .m-xl-4 {
    margin: 1.5rem!important
  }
  [dir] .mt-xl-4, [dir] .my-xl-4 {
    margin-top: 1.5rem!important
  }
  [dir=rtl] .mr-xl-4, [dir=rtl] .mx-xl-4 {
    margin-right: 1.5rem!important
  }
  [dir=ltr] .mr-xl-4, [dir=ltr] .mx-xl-4 {
    margin-left: 1.5rem!important
  }
  [dir] .mb-xl-4, [dir] .my-xl-4 {
    margin-bottom: 1.5rem!important
  }
  [dir=rtl] .ml-xl-4, [dir=rtl] .mx-xl-4 {
    margin-left: 1.5rem!important
  }
  [dir=ltr] .ml-xl-4, [dir=ltr] .mx-xl-4 {
    margin-right: 1.5rem!important
  }
  [dir] .m-xl-5 {
    margin: 3rem!important
  }
  [dir] .mt-xl-5, [dir] .my-xl-5 {
    margin-top: 3rem!important
  }
  [dir=rtl] .mr-xl-5, [dir=rtl] .mx-xl-5 {
    margin-right: 3rem!important
  }
  [dir=ltr] .mr-xl-5, [dir=ltr] .mx-xl-5 {
    margin-left: 3rem!important
  }
  [dir] .mb-xl-5, [dir] .my-xl-5 {
    margin-bottom: 3rem!important
  }
  [dir=rtl] .ml-xl-5, [dir=rtl] .mx-xl-5 {
    margin-left: 3rem!important
  }
  [dir=ltr] .ml-xl-5, [dir=ltr] .mx-xl-5 {
    margin-right: 3rem!important
  }
  [dir] .p-xl-0 {
    padding: 0!important
  }
  [dir] .pt-xl-0, [dir] .py-xl-0 {
    padding-top: 0!important
  }
  [dir=rtl] .pr-xl-0, [dir=rtl] .px-xl-0 {
    padding-right: 0!important
  }
  [dir=ltr] .pr-xl-0, [dir=ltr] .px-xl-0 {
    padding-left: 0!important
  }
  [dir] .pb-xl-0, [dir] .py-xl-0 {
    padding-bottom: 0!important
  }
  [dir=rtl] .pl-xl-0, [dir=rtl] .px-xl-0 {
    padding-left: 0!important
  }
  [dir=ltr] .pl-xl-0, [dir=ltr] .px-xl-0 {
    padding-right: 0!important
  }
  [dir] .p-xl-1 {
    padding: .25rem!important
  }
  [dir] .pt-xl-1, [dir] .py-xl-1 {
    padding-top: .25rem!important
  }
  [dir=rtl] .pr-xl-1, [dir=rtl] .px-xl-1 {
    padding-right: .25rem!important
  }
  [dir=ltr] .pr-xl-1, [dir=ltr] .px-xl-1 {
    padding-left: .25rem!important
  }
  [dir] .pb-xl-1, [dir] .py-xl-1 {
    padding-bottom: .25rem!important
  }
  [dir=rtl] .pl-xl-1, [dir=rtl] .px-xl-1 {
    padding-left: .25rem!important
  }
  [dir=ltr] .pl-xl-1, [dir=ltr] .px-xl-1 {
    padding-right: .25rem!important
  }
  [dir] .p-xl-2 {
    padding: .5rem!important
  }
  [dir] .pt-xl-2, [dir] .py-xl-2 {
    padding-top: .5rem!important
  }
  [dir=rtl] .pr-xl-2, [dir=rtl] .px-xl-2 {
    padding-right: .5rem!important
  }
  [dir=ltr] .pr-xl-2, [dir=ltr] .px-xl-2 {
    padding-left: .5rem!important
  }
  [dir] .pb-xl-2, [dir] .py-xl-2 {
    padding-bottom: .5rem!important
  }
  [dir=rtl] .pl-xl-2, [dir=rtl] .px-xl-2 {
    padding-left: .5rem!important
  }
  [dir=ltr] .pl-xl-2, [dir=ltr] .px-xl-2 {
    padding-right: .5rem!important
  }
  [dir] .p-xl-3 {
    padding: 1rem!important
  }
  [dir] .pt-xl-3, [dir] .py-xl-3 {
    padding-top: 1rem!important
  }
  [dir=rtl] .pr-xl-3, [dir=rtl] .px-xl-3 {
    padding-right: 1rem!important
  }
  [dir=ltr] .pr-xl-3, [dir=ltr] .px-xl-3 {
    padding-left: 1rem!important
  }
  [dir] .pb-xl-3, [dir] .py-xl-3 {
    padding-bottom: 1rem!important
  }
  [dir=rtl] .pl-xl-3, [dir=rtl] .px-xl-3 {
    padding-left: 1rem!important
  }
  [dir=ltr] .pl-xl-3, [dir=ltr] .px-xl-3 {
    padding-right: 1rem!important
  }
  [dir] .p-xl-4 {
    padding: 1.5rem!important
  }
  [dir] .pt-xl-4, [dir] .py-xl-4 {
    padding-top: 1.5rem!important
  }
  [dir=rtl] .pr-xl-4, [dir=rtl] .px-xl-4 {
    padding-right: 1.5rem!important
  }
  [dir=ltr] .pr-xl-4, [dir=ltr] .px-xl-4 {
    padding-left: 1.5rem!important
  }
  [dir] .pb-xl-4, [dir] .py-xl-4 {
    padding-bottom: 1.5rem!important
  }
  [dir=rtl] .pl-xl-4, [dir=rtl] .px-xl-4 {
    padding-left: 1.5rem!important
  }
  [dir=ltr] .pl-xl-4, [dir=ltr] .px-xl-4 {
    padding-right: 1.5rem!important
  }
  [dir] .p-xl-5 {
    padding: 3rem!important
  }
  [dir] .pt-xl-5, [dir] .py-xl-5 {
    padding-top: 3rem!important
  }
  [dir=rtl] .pr-xl-5, [dir=rtl] .px-xl-5 {
    padding-right: 3rem!important
  }
  [dir=ltr] .pr-xl-5, [dir=ltr] .px-xl-5 {
    padding-left: 3rem!important
  }
  [dir] .pb-xl-5, [dir] .py-xl-5 {
    padding-bottom: 3rem!important
  }
  [dir=rtl] .pl-xl-5, [dir=rtl] .px-xl-5 {
    padding-left: 3rem!important
  }
  [dir=ltr] .pl-xl-5, [dir=ltr] .px-xl-5 {
    padding-right: 3rem!important
  }
  [dir] .m-xl-n1 {
    margin: -.25rem!important
  }
  [dir] .mt-xl-n1, [dir] .my-xl-n1 {
    margin-top: -.25rem!important
  }
  [dir=rtl] .mr-xl-n1, [dir=rtl] .mx-xl-n1 {
    margin-right: -.25rem!important
  }
  [dir=ltr] .mr-xl-n1, [dir=ltr] .mx-xl-n1 {
    margin-left: -.25rem!important
  }
  [dir] .mb-xl-n1, [dir] .my-xl-n1 {
    margin-bottom: -.25rem!important
  }
  [dir=rtl] .ml-xl-n1, [dir=rtl] .mx-xl-n1 {
    margin-left: -.25rem!important
  }
  [dir=ltr] .ml-xl-n1, [dir=ltr] .mx-xl-n1 {
    margin-right: -.25rem!important
  }
  [dir] .m-xl-n2 {
    margin: -.5rem!important
  }
  [dir] .mt-xl-n2, [dir] .my-xl-n2 {
    margin-top: -.5rem!important
  }
  [dir=rtl] .mr-xl-n2, [dir=rtl] .mx-xl-n2 {
    margin-right: -.5rem!important
  }
  [dir=ltr] .mr-xl-n2, [dir=ltr] .mx-xl-n2 {
    margin-left: -.5rem!important
  }
  [dir] .mb-xl-n2, [dir] .my-xl-n2 {
    margin-bottom: -.5rem!important
  }
  [dir=rtl] .ml-xl-n2, [dir=rtl] .mx-xl-n2 {
    margin-left: -.5rem!important
  }
  [dir=ltr] .ml-xl-n2, [dir=ltr] .mx-xl-n2 {
    margin-right: -.5rem!important
  }
  [dir] .m-xl-n3 {
    margin: -1rem!important
  }
  [dir] .mt-xl-n3, [dir] .my-xl-n3 {
    margin-top: -1rem!important
  }
  [dir=rtl] .mr-xl-n3, [dir=rtl] .mx-xl-n3 {
    margin-right: -1rem!important
  }
  [dir=ltr] .mr-xl-n3, [dir=ltr] .mx-xl-n3 {
    margin-left: -1rem!important
  }
  [dir] .mb-xl-n3, [dir] .my-xl-n3 {
    margin-bottom: -1rem!important
  }
  [dir=rtl] .ml-xl-n3, [dir=rtl] .mx-xl-n3 {
    margin-left: -1rem!important
  }
  [dir=ltr] .ml-xl-n3, [dir=ltr] .mx-xl-n3 {
    margin-right: -1rem!important
  }
  [dir] .m-xl-n4 {
    margin: -1.5rem!important
  }
  [dir] .mt-xl-n4, [dir] .my-xl-n4 {
    margin-top: -1.5rem!important
  }
  [dir=rtl] .mr-xl-n4, [dir=rtl] .mx-xl-n4 {
    margin-right: -1.5rem!important
  }
  [dir=ltr] .mr-xl-n4, [dir=ltr] .mx-xl-n4 {
    margin-left: -1.5rem!important
  }
  [dir] .mb-xl-n4, [dir] .my-xl-n4 {
    margin-bottom: -1.5rem!important
  }
  [dir=rtl] .ml-xl-n4, [dir=rtl] .mx-xl-n4 {
    margin-left: -1.5rem!important
  }
  [dir=ltr] .ml-xl-n4, [dir=ltr] .mx-xl-n4 {
    margin-right: -1.5rem!important
  }
  [dir] .m-xl-n5 {
    margin: -3rem!important
  }
  [dir] .mt-xl-n5, [dir] .my-xl-n5 {
    margin-top: -3rem!important
  }
  [dir=rtl] .mr-xl-n5, [dir=rtl] .mx-xl-n5 {
    margin-right: -3rem!important
  }
  [dir=ltr] .mr-xl-n5, [dir=ltr] .mx-xl-n5 {
    margin-left: -3rem!important
  }
  [dir] .mb-xl-n5, [dir] .my-xl-n5 {
    margin-bottom: -3rem!important
  }
  [dir=rtl] .ml-xl-n5, [dir=rtl] .mx-xl-n5 {
    margin-left: -3rem!important
  }
  [dir=ltr] .ml-xl-n5, [dir=ltr] .mx-xl-n5 {
    margin-right: -3rem!important
  }
  [dir] .m-xl-auto {
    margin: auto!important
  }
  [dir] .mt-xl-auto, [dir] .my-xl-auto {
    margin-top: auto!important
  }
  [dir=rtl] .mr-xl-auto, [dir=rtl] .mx-xl-auto {
    margin-right: auto!important
  }
  [dir=ltr] .mr-xl-auto, [dir=ltr] .mx-xl-auto {
    margin-left: auto!important
  }
  [dir] .mb-xl-auto, [dir] .my-xl-auto {
    margin-bottom: auto!important
  }
  [dir=rtl] .ml-xl-auto, [dir=rtl] .mx-xl-auto {
    margin-left: auto!important
  }
  [dir=ltr] .ml-xl-auto, [dir=ltr] .mx-xl-auto {
    margin-right: auto!important
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace!important
}

[dir] .text-justify {
  text-align: justify!important
}

.text-wrap {
  white-space: normal!important
}

.text-nowrap {
  white-space: nowrap!important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

[dir=rtl] .text-left {
  text-align: left!important;
  direction: ltr;
}

[dir=ltr] .text-left, [dir=rtl] .text-right {
  text-align: right!important
}

[dir=ltr] .text-right {
  text-align: left!important
}

[dir] .text-center {
  text-align: center!important
}

@media (min-width:576px) {
  [dir=rtl] .text-sm-left {
    text-align: left!important
  }
  [dir=ltr] .text-sm-left, [dir=rtl] .text-sm-right {
    text-align: right!important
  }
  [dir=ltr] .text-sm-right {
    text-align: left!important
  }
  [dir] .text-sm-center {
    text-align: center!important
  }
}

@media (min-width:768px) {
  [dir=rtl] .text-md-left {
    text-align: left!important
  }
  [dir=ltr] .text-md-left, [dir=rtl] .text-md-right {
    text-align: right!important
  }
  [dir=ltr] .text-md-right {
    text-align: left!important
  }
  [dir] .text-md-center {
    text-align: center!important
  }
}

@media (min-width:992px) {
  [dir=rtl] .text-lg-left {
    text-align: left!important
  }
  [dir=ltr] .text-lg-left, [dir=rtl] .text-lg-right {
    text-align: right!important
  }
  [dir=ltr] .text-lg-right {
    text-align: left!important
  }
  [dir] .text-lg-center {
    text-align: center!important
  }
}

@media (min-width:1200px) {
  [dir=rtl] .text-xl-left {
    text-align: left!important
  }
  [dir=ltr] .text-xl-left, [dir=rtl] .text-xl-right {
    text-align: right!important
  }
  [dir=ltr] .text-xl-right {
    text-align: left!important
  }
  [dir] .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-lighter {
  font-weight: lighter!important
}

.font-weight-normal {
  font-weight: 400!important
}

.font-weight-bold {
  font-weight: 700!important
}

.font-weight-bolder {
  font-weight: bolder!important
}

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

.text-white {
  color: #fff!important
}

.text-primary {
  color: #136582!important
}

a.text-primary:focus, a.text-primary:hover {
  color: #ff4a1d!important
}

.text-secondary {
  color: #1f2b3e!important
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #06080b!important
}

.text-success {
  color: #8eb711!important
}

a.text-success:focus, a.text-success:hover {
  color: #58710a!important
}

.text-info {
  color: #d0ddf4!important
}

a.text-info:focus, a.text-info:hover {
  color: #92b0e5!important
}

.text-warning {
  color: #f2c13d!important
}

a.text-warning:focus, a.text-warning:hover {
  color: #d49f0e!important
}

.text-danger {
  color: #d73b15!important
}

a.text-danger:focus, a.text-danger:hover {
  color: #91280e!important
}

.text-light {
  color: #f8f9fa!important
}

a.text-light:focus, a.text-light:hover {
  color: #cbd3da!important
}

.text-body, .text-dark, a.text-dark:focus, a.text-dark:hover {
  color: #000!important
}

.text-muted {
  color: #6c757d!important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
  color: hsla(0, 0%, 100%, .5)!important
}

.text-hide {
  font: 0/0 a;
  color: transparent
}

[dir] .text-hide {
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none!important
}

.text-break {
  word-break: break-word!important;
  overflow-wrap: break-word!important
}

.text-reset {
  color: inherit!important
}

.visible {
  visibility: visible!important
}

.invisible {
  visibility: hidden!important
}

@media print {
  [dir] *, [dir] :after, [dir] :before {
    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
  }
  blockquote, pre {
    page-break-inside: avoid
  }
  [dir] blockquote, [dir] pre {
    border: 1px solid #adb5bd
  }
  thead {
    display: table-header-group
  }
  img, tr {
    page-break-inside: avoid
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  .container, body {
    min-width: 992px!important
  }
  .navbar {
    display: none
  }
  [dir] .badge {
    border: 1px solid #000
  }
  .table {
    border-collapse: collapse!important
  }
  [dir] .table td, [dir] .table th {
    background-color: #fff!important
  }
  [dir] .table-bordered td, [dir] .table-bordered th {
    border: 1px solid #dee2e6!important
  }
  .table-dark {
    color: inherit
  }
  [dir] .table-dark tbody+tbody, [dir] .table-dark td, [dir] .table-dark th, [dir] .table-dark thead th {
    border-color: #dee2e6
  }
  .table .thead-dark th {
    color: inherit
  }
  [dir] .table .thead-dark th {
    border-color: #dee2e6
  }
}

@font-face {
  font-family: Dubai;
  src: url(/assets/fonts/DubaiW23-Regular.08275351.eot);
  src: url(/assets/fonts/DubaiW23-Regular.08275351.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/DubaiW23-Regular.1e9698b2.woff2) format("woff2"), url(/assets/fonts/DubaiW23-Regular.b422a1e7.woff) format("woff"), url(/assets/fonts/DubaiW23-Regular.84f82c99.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Dubai;
  src: url(/assets/fonts/DubaiW23-Bold.4d3befb0.eot);
  src: url(/assets/fonts/DubaiW23-Bold.4d3befb0.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/DubaiW23-Bold.895205f5.woff2) format("woff2"), url(/assets/fonts/DubaiW23-Bold.5bbbdb77.woff) format("woff"), url(/assets/fonts/DubaiW23-Bold.33aa4abb.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Tazweed;
  src: url(/assets/fonts/Tazweed.90b63de8.eot?ald1yd);
  src: url(/assets/fonts/Tazweed.90b63de8.eot?ald1yd#iefix) format("embedded-opentype"), url(/assets/fonts/Tazweed.84d72f70.ttf?ald1yd) format("truetype"), url(/assets/fonts/Tazweed.54b5d58b.woff?ald1yd) format("woff"), url(/assets/fonts/Tazweed.f3691429.svg?ald1yd#Tazweed) format("svg");
  font-weight: 400;
  font-style: normal
}

[class*=" icon-"], [class^=icon-] {
  font-family: Tazweed!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-xl {
  font-size: 3rem
}

.icon-lg {
  font-size: 2rem
}

.icon-sort-ascending:before {
  content: ""
}

.icon-sort-descending:before {
  content: ""
}

.icon-sort-alphabetical-ascending:before {
  content: ""
}

.icon-sort-alphabetical-descending:before {
  content: ""
}

.icon-minus:before {
  content: ""
}

.icon-view-list:before {
  content: ""
}

.icon-view-grid:before {
  content: ""
}

.icon-chevron-left:before {
  content: ""
}

.icon-chevron-right:before {
  content: ""
}

.icon-check-bold:before {
  content: ""
}

.icon-search1:before {
  content: ""
}

.icon-mail:before {
  content: ""
}

.icon-phone:before {
  content: ""
}

.icon-location:before {
  content: ""
}

.icon-check:before {
  content: ""
}

.icon-edit:before {
  content: ""
}

.icon-out:before {
  content: ""
}

.icon-book:before {
  content: ""
}

.icon-user:before {
  content: ""
}

.icon-star-outline:before {
  content: ""
}

.icon-star:before {
  content: ""
}

.icon-web:before {
  content: ""
}

.icon-earth:before {
  content: ""
}

.icon-globe:before {
  content: ""
}

.icon-usd:before {
  content: ""
}

.icon-currency-usd:before {
  content: ""
}

.icon-cart:before {
  content: ""
}

.icon-share-outline:before {
  content: ""
}

.icon-reply:before {
  content: ""
}

.icon-share-variant:before {
  content: ""
}

.icon-share:before {
  content: ""
}

.icon-thumb-up-outline:before {
  content: ""
}

.icon-thumb-down-outline:before {
  content: ""
}

.icon-play:before {
  content: ""
}

.icon-email-outline:before {
  content: ""
}

.icon-cellphone:before {
  content: ""
}

.icon-clock-outline:before {
  content: ""
}

.icon-eye-outline:before {
  content: ""
}

.icon-account-circle-outline:before {
  content: ""
}

.icon-comment-outline:before {
  content: ""
}

.icon-close1:before {
  content: ""
}

.icon-menu:before {
  content: ""
}

.icon-play-circle:before {
  content: ""
}

.icon-play-circle-outline:before {
  content: ""
}

.icon-search:before {
  content: ""
}

.icon-whatsapp:before {
  content: ""
}

.icon-refresh:before {
  content: ""
}

.icon-snapchat-ghost:before {
  content: ""
}

.icon-list:before {
  content: ""
}

.icon-list1:before {
  content: ""
}

.icon-grid:before, .icon-icons:before {
  content: ""
}

.icon-clear:before, .icon-close:before {
  content: ""
}

.icon-add:before {
  content: ""
}

.icon-youtube:before {
  content: ""
}

.icon-brand:before, .icon-linkedin:before, .icon-social:before {
  content: ""
}

.icon-instagram:before {
  content: ""
}

.icon-brand1:before, .icon-social1:before, .icon-tweet:before, .icon-twitter:before {
  content: ""
}

.icon-quote:before {
  content: ""
}

.icon-google:before {
  content: ""
}

.icon-brand2:before, .icon-facebook:before, .icon-social2:before {
  content: ""
}

[dir] .m-none {
  margin: 0
}

[dir] .p-none {
  padding: 0
}

[dir] .mt-none {
  margin-top: 0
}

[dir] .pt-none {
  padding-top: 0
}

[dir=rtl] .mr-none {
  margin-right: 0
}

[dir=ltr] .mr-none {
  margin-left: 0
}

[dir=rtl] .pr-none {
  padding-right: 0
}

[dir=ltr] .pr-none {
  padding-left: 0
}

[dir] .mb-none {
  margin-bottom: 0
}

[dir] .pb-none {
  padding-bottom: 0
}

[dir=rtl] .ml-none {
  margin-left: 0
}

[dir=ltr] .ml-none {
  margin-right: 0
}

[dir=rtl] .pl-none {
  padding-left: 0
}

[dir=ltr] .pl-none {
  padding-right: 0
}

[dir] .m-xxs {
  margin: .125rem
}

[dir] .p-xxs {
  padding: .125rem
}

[dir] .mt-xxs {
  margin-top: .125rem
}

[dir] .pt-xxs {
  padding-top: .125rem
}

[dir=rtl] .mr-xxs {
  margin-right: .125rem
}

[dir=ltr] .mr-xxs {
  margin-left: .125rem
}

[dir=rtl] .pr-xxs {
  padding-right: .125rem
}

[dir=ltr] .pr-xxs {
  padding-left: .125rem
}

[dir] .mb-xxs {
  margin-bottom: .125rem
}

[dir] .pb-xxs {
  padding-bottom: .125rem
}

[dir=rtl] .ml-xxs {
  margin-left: .125rem
}

[dir=ltr] .ml-xxs {
  margin-right: .125rem
}

[dir=rtl] .pl-xxs {
  padding-left: .125rem
}

[dir=ltr] .pl-xxs {
  padding-right: .125rem
}

[dir] .m-xs {
  margin: .25rem
}

[dir] .p-xs {
  padding: .25rem
}

[dir] .mt-xs {
  margin-top: .25rem
}

[dir] .pt-xs {
  padding-top: .25rem
}

[dir=rtl] .mr-xs {
  margin-right: .25rem
}

[dir=ltr] .mr-xs {
  margin-left: .25rem
}

[dir=rtl] .pr-xs {
  padding-right: .25rem
}

[dir=ltr] .pr-xs {
  padding-left: .25rem
}

[dir] .mb-xs {
  margin-bottom: .25rem
}

[dir] .pb-xs {
  padding-bottom: .25rem
}

[dir=rtl] .ml-xs {
  margin-left: .25rem
}

[dir=ltr] .ml-xs {
  margin-right: .25rem
}

[dir=rtl] .pl-xs {
  padding-left: .25rem
}

[dir=ltr] .pl-xs {
  padding-right: .25rem
}

[dir] .m-sm {
  margin: .5rem
}

[dir] .p-sm {
  padding: .5rem
}

[dir] .mt-sm {
  margin-top: .5rem
}

[dir] .pt-sm {
  padding-top: .5rem
}

[dir=rtl] .mr-sm {
  margin-right: .5rem
}

[dir=ltr] .mr-sm {
  margin-left: .5rem
}

[dir=rtl] .pr-sm {
  padding-right: .5rem
}

[dir=ltr] .pr-sm {
  padding-left: .5rem
}

[dir] .mb-sm {
  margin-bottom: .5rem
}

[dir] .pb-sm {
  padding-bottom: .5rem
}

[dir=rtl] .ml-sm {
  margin-left: .5rem
}

[dir=ltr] .ml-sm {
  margin-right: .5rem
}

[dir=rtl] .pl-sm {
  padding-left: .5rem
}

[dir=ltr] .pl-sm {
  padding-right: .5rem
}

[dir] .m-md {
  margin: 1rem
}

[dir] .p-md {
  padding: 1rem
}

[dir] .mt-md {
  margin-top: 1rem
}

[dir] .pt-md {
  padding-top: 1rem
}

[dir=rtl] .mr-md {
  margin-right: 1rem
}

[dir=ltr] .mr-md {
  margin-left: 1rem
}

[dir=rtl] .pr-md {
  padding-right: 1rem
}

[dir=ltr] .pr-md {
  padding-left: 1rem
}

[dir] .mb-md {
  margin-bottom: 1rem
}

[dir] .pb-md {
  padding-bottom: 1rem
}

[dir=rtl] .ml-md {
  margin-left: 1rem
}

[dir=ltr] .ml-md {
  margin-right: 1rem
}

[dir=rtl] .pl-md {
  padding-left: 1rem
}

[dir=ltr] .pl-md {
  padding-right: 1rem
}

[dir] .m-lg {
  margin: 2rem
}

[dir] .p-lg {
  padding: 2rem
}

[dir] .mt-lg {
  margin-top: 2rem
}

[dir] .pt-lg {
  padding-top: 2rem
}

[dir=rtl] .mr-lg {
  margin-right: 2rem
}

[dir=ltr] .mr-lg {
  margin-left: 2rem
}

[dir=rtl] .pr-lg {
  padding-right: 2rem
}

[dir=ltr] .pr-lg {
  padding-left: 2rem
}

[dir] .mb-lg {
  margin-bottom: 2rem
}

[dir] .pb-lg {
  padding-bottom: 2rem
}

[dir=rtl] .ml-lg {
  margin-left: 2rem
}

[dir=ltr] .ml-lg {
  margin-right: 2rem
}

[dir=rtl] .pl-lg {
  padding-left: 2rem
}

[dir=ltr] .pl-lg {
  padding-right: 2rem
}

[dir] .m-xl {
  margin: 4rem
}

[dir] .p-xl {
  padding: 4rem
}

[dir] .mt-xl {
  margin-top: 4rem
}

[dir] .pt-xl {
  padding-top: 1rem
}

[dir=rtl] .mr-xl {
  margin-right: 4rem
}

[dir=ltr] .mr-xl {
  margin-left: 4rem
}

[dir=rtl] .pr-xl {
  padding-right: 4rem
}

[dir=ltr] .pr-xl {
  padding-left: 4rem
}

[dir] .mb-xl {
  margin-bottom: 4rem
}

[dir] .pb-xl {
  padding-bottom: 4rem
}

[dir=rtl] .ml-xl {
  margin-left: 4rem
}

[dir=ltr] .ml-xl {
  margin-right: 4rem
}

[dir=rtl] .pl-xl {
  padding-left: 4rem
}

[dir=ltr] .pl-xl {
  padding-right: 4rem
}

[dir] .m-xxl {
  margin: 8rem
}

[dir] .p-xxl {
  padding: 8rem
}

[dir] .mt-xxl {
  margin-top: 8rem
}

[dir] .pt-xxl {
  padding-top: 8rem
}

[dir=rtl] .mr-xxl {
  margin-right: 8rem
}

[dir=ltr] .mr-xxl {
  margin-left: 8rem
}

[dir=rtl] .pr-xxl {
  padding-right: 8rem
}

[dir=ltr] .pr-xxl {
  padding-left: 8rem
}

[dir] .mb-xxl {
  margin-bottom: 8rem
}

[dir] .pb-xxl {
  padding-bottom: 8rem
}

[dir=rtl] .ml-xxl {
  margin-left: 8rem
}

[dir=ltr] .ml-xxl {
  margin-right: 8rem
}

[dir=rtl] .pl-xxl {
  padding-left: 8rem
}

[dir=ltr] .pl-xxl {
  padding-right: 8rem
}

[dir] .mb-col {
  margin-bottom: 20px
}

[dir] .pt-header {
  padding-top: 80px
}

@media (max-width:575.98px) {
  [dir] .pt-header {
    padding-top: 100px
  }
}

.text-xl {
  font-size: 4rem
}

@media (max-width:991.98px) {
  .text-xl {
    font-size: 3rem
  }
}

@media (max-width:575.98px) {
  .text-xl {
    font-size: 2.5rem
  }
}

.text-lg {
  font-size: 3rem
}

@media (max-width:991.98px) {
  .text-lg {
    font-size: 2.7rem
  }
}

@media (max-width:575.98px) {
  .text-lg {
    font-size: 2.3rem
  }
}

@media (max-width:1199.98px) {
  .order-lg {
    -webkit-box-ordinal-group: 0;
    order: -1
  }
}

@media (max-width:991.98px) {
  .order-md {
    -webkit-box-ordinal-group: 0;
    order: -1
  }
}

@media (max-width:767.98px) {
  .order-sm {
    -webkit-box-ordinal-group: 0;
    order: -1
  }
}

[data-sal|=slide] {
  -webkit-transition-timing-function: ease-in-out
}

[dir] [data-sal|=slide] {
  transition-timing-function: ease-in-out
}

[data-sal=slide-up-lg] {
  -webkit-transform: translateY(100px)
}

[dir] [data-sal=slide-up-lg] {
  transform: translateY(100px)
}

.swiper-slide {
  height: auto!important
}

.swiper-pagination-bullet {
  opacity: 1;
  outline: 0
}

[dir] .swiper-pagination-bullet {
  background: rgba(0, 0, 0, .5);
  margin: 0 2px
}

[dir] .swiper-pagination-bullet-active {
  background: #136582
}

.swiper-pagination.is-down {
  position: static!important;
  -webkit-transform: none!important
}

[dir] .swiper-pagination.is-down {
  transform: none!important;
  margin: 20px auto 0!important
}

.sliderButtons-next, .sliderButtons-prev {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  outline: 0;
  transition: .2s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  opacity: 0;
  transition: opacity .25s ease-in-out;
  z-index: 2
}

[dir] .sliderButtons-next, [dir] .sliderButtons-prev {
  background: #fff;
  box-shadow: 0 12px 30px rgba(30, 44, 62, .06);
  border-radius: 20rem;
  cursor: pointer;
  margin: 0 1.5rem;
  -webkit-transition: .2s;
  transform: translateY(-50%);
  -webkit-transition: opacity .25s ease-in-out
}

[dir=rtl] .sliderButtons-next, [dir=rtl] .sliderButtons-prev {
  left: 0
}

[dir=ltr] .sliderButtons-next, [dir=ltr] .sliderButtons-prev {
  right: 0
}

.sliderButtons-next:hover, .sliderButtons-prev:hover {
  color: #136582
}

[dir=rtl] .sliderButtons-prev {
  right: 0;
  left: auto
}

[dir=ltr] .sliderButtons-prev {
  left: 0;
  right: auto
}

.sliderButtons-wrapper {
  position: relative
}

.sliderButtons-wrapper.is-visable-arrows .sliderButtons-next, .sliderButtons-wrapper.is-visable-arrows .sliderButtons-prev, .sliderButtons-wrapper:hover .sliderButtons-next, .sliderButtons-wrapper:hover .sliderButtons-prev {
  opacity: 1
}

.sliderButtons-wrapper.is-visable-arrows .sliderButtons-next.swiper-button-disabled, .sliderButtons-wrapper.is-visable-arrows .sliderButtons-prev.swiper-button-disabled, .sliderButtons-wrapper:hover .sliderButtons-next.swiper-button-disabled, .sliderButtons-wrapper:hover .sliderButtons-prev.swiper-button-disabled {
  opacity: .5
}

[dir] .sliderButtons-wrapper.is-visable-arrows .sliderButtons-next.swiper-button-disabled, [dir] .sliderButtons-wrapper.is-visable-arrows .sliderButtons-prev.swiper-button-disabled, [dir] .sliderButtons-wrapper:hover .sliderButtons-next.swiper-button-disabled, [dir] .sliderButtons-wrapper:hover .sliderButtons-prev.swiper-button-disabled {
  cursor: not-allowed
}

[dir] .noUi-connect {
  background: #136582
}

[dir] .noUi-handle {
  box-shadow: none
}

.noUi-handle:focus {
  outline: 0
}

[dir] .noUi-target {
  background: #fff;
  border-color: #d0ddf4
}

.theHeader {
  position: fixed;
  top: 0;
  z-index: 1030;
  color: #fff
}

[dir] .theHeader {
  background: #1f2b3e
}

[dir=ltr] .theHeader, [dir=rtl] .theHeader {
  left: 0;
  right: 0
}

.theHeader-logo {
  display: block;
  -webkit-box-flex: 0;
  flex: 0 0 140px;
  width: 140px;
  height: 33px;
  color: #fff
}

@media (max-width:991.98px) {
  .theHeader-logo {
    -webkit-box-flex: 0;
    flex: 0 0 120px;
    width: 120px;
    height: 30px
  }
}

.theHeader-logo:hover {
  color: #fff
}

.theHeader-main-row {
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between
}

@media (max-width:991.98px) {
  .theHeader-main {
    overflow: unset;
    max-height: 80px
  }
}

.theHeader-nav {
  display: -webkit-box;
  display: flex;
  list-style-type: none
}

[dir] .theHeader-nav {
  margin: 0 -5px;
  padding: 0
}

.theHeader-nav .icon {
  font-size: 1.2rem
}

.theHeader-nav ul {
  list-style-type: none
}

[dir] .theHeader-nav ul {
  margin: 0;
  padding: 0
}

.theHeader-nav a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  justify-content: space-between
}

[dir=ltr] .theHeader-nav a, [dir=rtl] .theHeader-nav a {
  margin-left: -2px;
  margin-right: -2px
}

[dir=ltr] .theHeader-nav a>*, [dir=rtl] .theHeader-nav a>* {
  padding-left: 2px;
  padding-right: 2px
}

.theHeader-nav>li {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 40px;
  font-weight: 700
}

[dir] .theHeader-nav>li {
  padding: 0 10px
}

.theHeader-nav>li>a:not(.btn) {
  position: relative
}

.theHeader-nav>li>a:not(.btn):hover {
  color: #fff;
      text-decoration: overline;
}

.theHeader-nav>li .btn-circle {
  font-size: 1.2rem!important
}

[dir] .theHeader-nav>li .btn-circle {
  padding: .375rem .195rem
}

.theHeader-nav>li ul {
  position: absolute;
  top: 100%;
  color: #000;
  z-index: 4;
  display: none;
  transition: .3s ease;
  min-width: 200px
}

[dir] .theHeader-nav>li ul {
  background: #fff;
  -webkit-transition: .3s ease;
  box-shadow: 0 12px 30px rgba(30, 44, 62, .06);
  padding: .5rem 0
}

[dir=rtl] .theHeader-nav>li ul {
  right: 0
}

[dir=ltr] .theHeader-nav>li ul {
  left: 0
}

[dir=rtl] .theHeader-nav>li ul.is-left {
  right: auto;
  left: 0
}

[dir=ltr] .theHeader-nav>li ul.is-left {
  left: auto;
  right: 0
}

.theHeader-nav>li ul.is-auto {
  min-width: 1px
}

.theHeader-nav>li ul>li>a {
  font-size: 12px;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  transition: .2s;
  -webkit-box-pack: justify;
  justify-content: space-between
}

[dir] .theHeader-nav>li ul>li>a {
  padding: 5px 20px;
  -webkit-transition: .2s
}

.theHeader-nav>li ul>li>a:hover {
  color: #fff
}

[dir] .theHeader-nav>li ul>li>a:hover {
  background: #136582
}

.theHeader-nav>li>ul>li>ul {
  top: 0
}

[dir=rtl] .theHeader-nav>li>ul>li>ul {
  right: 100%
}

[dir=ltr] .theHeader-nav>li>ul>li>ul {
  left: 100%
}

.theHeader-nav>li:hover>ul, .theHeader-nav>li:hover>ul>li:hover>ul {
  display: block
}

.theHeader-nav-num {
  position: absolute;
  top: 0;
  font-size: 8px;
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff
}

[dir] .theHeader-nav-num {
  background: #136582;
  border-radius: 20em
}

[dir=rtl] .theHeader-nav-num {
  right: -2px
}

[dir=ltr] .theHeader-nav-num {
  left: -2px
}

.theHeader-search {
  width: 420px;
  display: -webkit-box;
  display: flex;
  color: #000
}

[dir] .theHeader-search {
  background: #fff;
  box-shadow: 0 12px 30px rgba(30, 44, 62, .06);
  border-radius: 4px
}

@media (max-width:1300px) {
  .theHeader-search {
    width: 350px
  }
}

@media (max-width:1199.98px) {
  .theHeader-search {
    position: absolute;
    top: 100%;
    width: 100%!important;
    z-index: 2;
    display: none
  }
  [dir=ltr] .theHeader-search, [dir=rtl] .theHeader-search {
    left: 0;
    right: 0
  }
  .theHeader-search.is-active {
    display: -webkit-box;
    display: flex
  }
}

.theHeader-search .choices__inner {
  height: 30px;
  min-height: 30px
}

[dir] .theHeader-search .choices__inner {
  border: 0;
  background: rgba(208, 221, 244, .5)
}

[dir=rtl] .theHeader-search .choices__inner {
  border-radius: 0 4px 4px 0
}

[dir=ltr] .theHeader-search .choices__inner {
  border-radius: 4px 0 0 4px
}

[dir] .theHeader-search .choices__list--single {
  padding-top: 0;
  padding-bottom: 0
}

.theHeader-search .form-control {
  height: 30px
}

[dir] .theHeader-search .form-control {
  border: 0;
  border-radius: 0
}

.theHeader-search .btn {
  width: 40px;
  height: 30px;
  -webkit-box-flex: 0;
  flex: 0 0 40px;
  font-size: 15px
}

[dir=rtl] .theHeader-search .btn {
  padding-right: 0;
  padding-left: 0;
  border-radius: 4px 0 0 4px
}

[dir=ltr] .theHeader-search .btn {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 4px 4px 0
}

.theHeader-search .btn span {
  display: block
}

.theHeader-search-select {
  min-width: 100px
}
.theHome-search-select {
    min-width: 145px;
}
.theHome-search-select .choices__inner{
   display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #fff;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #d0ddf4;
    border-radius: 0 4px   4px 0 ;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}
.theHome-search
{
	background: #fff;
    box-shadow: 0 12px 30px rgba(30, 44, 62, .06);
    border-radius: 4px;
	width: 100%;
    display: -webkit-box;
    display: flex;
    color: #000;
}
.theHome-search input{
	height:44px;
	border-radius: 4px 0px   0px 4px !important;

}
.theHome-search .btn{
	 
	border-radius: 4px 0px   0px 4px !important;
	float:left;

}
 
.theHome-form
{
    display: inline-block;
    margin: auto;
    width: 82%;
	}
@media (min-width:1300px) {
  .theHeader .d-xxl-none {
    display: none!important
  }
  .theHeader .d-xxl-flex {
    display: -webkit-box!important;
    display: flex!important
  }
  .theHeader .d-xxl-block {
    display: block!important
  }
}

.theHeader.is-sticky {
  transition: background .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out, background .25s ease-in-out;
  transition: transform .25s ease-in-out, background .25s ease-in-out, -webkit-transform .25s ease-in-out;
  will-change: transform
}

[dir] .theHeader.is-sticky {
  -webkit-transition: background .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.theHeader.is-unpinned {
  -webkit-transform: translateY(-100%)
}

[dir] .theHeader.is-unpinned {
  transform: translateY(-100%)
}

.theHeader.is-pinned {
  -webkit-transform: translateY(0)
}

[dir] .theHeader.is-pinned {
  transform: translateY(0)
}

[dir] .theHeader.is-not-top {
  box-shadow: 0 0 10px rgba(31, 43, 62, .1)
}

.theHeader.is-not-top .theHeader-middle, .theHeader.is-not-top .theHeader-top {
  max-height: 0
}

[dir] .theHeader.is-not-top .theHeader-middle, [dir] .theHeader.is-not-top .theHeader-top {
  border: 0
}

@media (max-width:991.98px) {
  .theHeader.is-not-top .theHeader-middle {
    max-height: 100px
  }
}

.logoColor {
  fill: #136582
}

.theFooter {
  color: #fff;
  font-size: .9rem
}

[dir] .theFooter {
  padding: 4rem 0 0;
  background: #1f2b3e;
  margin-top: 4rem
}

.theFooter-nav {
  display: -webkit-box;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap
}

[dir] .theFooter-nav {
  padding: 0;
  margin: 0 -5px
}

.theFooter-nav>li {
  width: 33%
}

[dir] .theFooter-nav>li {
  padding: 0 5px;
  margin-bottom: 5px
}

@media (max-width:575.98px) {
  .theFooter-nav>li {
    width: 50%
  }
}

.theFooter-list {
  list-style-type: none
}

[dir] .theFooter-list {
  padding: 0;
  margin: 0
}

[dir] .theFooter-list li {
  margin-bottom: 10px
}

[dir] .theFooter-bottom {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.theFooter-bottom .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap
}

[dir] .theFooter-bottom .container>* {
  margin: 0;
  padding: 1rem 0
}

.theFooter a:hover {
  color: #136582
}

.navOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9998;
  -webkit-transform: translateY(-100%);
  -webkit-transition-delay: .7s
}

[dir] .navOverlay {
  transform: translateY(-100%);
  transition-delay: .7s
}

[dir=ltr] .navOverlay, [dir=rtl] .navOverlay {
  left: 0;
  right: 0
}

.navOverlay-container {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 100%;
  overflow-x: hidden;
  z-index: 9998;
  overflow-y: auto;
  opacity: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  max-height: 100vh
}

[dir] .navOverlay-container {
  padding: 0
}

[dir=ltr] .navOverlay-container, [dir=rtl] .navOverlay-container {
  right: 0;
  left: 0
}

.navOverlay-container:after, .navOverlay-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  z-index: -1;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(100%);
  -webkit-transition-delay: .2s
}

[dir] .navOverlay-container:after, [dir] .navOverlay-container:before {
  background: #f5f9ff;
  -webkit-transition: all .5s ease-in-out;
  transform: translateY(100%);
  transition-delay: .2s
}

[dir=rtl] .navOverlay-container:after, [dir=rtl] .navOverlay-container:before {
  right: 0
}

[dir=ltr] .navOverlay-container:after, [dir=ltr] .navOverlay-container:before {
  left: 0
}

.navOverlay-container:before {
  z-index: -1;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(-100%);
  -webkit-transition-delay: .2s
}

[dir] .navOverlay-container:before {
  -webkit-transition: all .5s ease-in-out;
  transform: translateY(-100%);
  transition-delay: .2s
}

[dir=rtl] .navOverlay-container:before {
  right: auto;
  left: 0
}

[dir=ltr] .navOverlay-container:before {
  left: auto;
  right: 0
}

.navOverlay-col {
  width: 100%;
  max-width: 800px;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(-100%);
  opacity: 0;
  -webkit-transition-delay: 0ms
}

[dir] .navOverlay-col {
  -webkit-transition: all .5s ease-in-out;
  transform: translateY(-100%);
  transition-delay: 0ms
}

@media (max-width:991.98px) {
  .navOverlay-col {
    width: 100%
  }
}

.navOverlay-col:last-child {
  -webkit-transform: translateY(100%)
}

[dir] .navOverlay-col:last-child {
  transform: translateY(100%)
}

.navOverlay-list {
  display: block;
  list-style-type: none
}

[dir] .navOverlay-list {
  padding: 0;
  margin: 0;
  text-align: center
}

.navOverlay-list-container {
  overflow-x: hidden;
  z-index: 9998;
  overflow-y: auto;
  max-height: calc(100vh - 60px)
}

[dir] .navOverlay-list-container {
  margin-top: 60px;
  padding: 0 2rem
}

.navOverlay-list>li {
  display: block
}

[dir] .navOverlay-list>li {
  margin-bottom: 1rem
}

.navOverlay-list>li>a {
  display: inline-block;
  font-weight: 700;
  transition: .2s ease-in-out;
  text-transform: uppercase
}

[dir] .navOverlay-list>li>a {
  -webkit-transition: .2s ease-in-out
}

@media (max-width:991.98px) {
  [dir] .navOverlay-list>li>a {
    text-align: center
  }
}

.navOverlay-list>li>a:hover {
  text-decoration: none;
  color: #136582
}

.navOverlay-list>li>ul {
  list-style-type: none
}

[dir] .navOverlay-list>li>ul {
  padding: 0;
  margin: 0
}

.navOverlay.is-active {
  -webkit-transform: none;
  -webkit-transition-delay: 0s
}

[dir] .navOverlay.is-active {
  transform: none;
  transition-delay: 0s
}

.navOverlay.is-active .navOverlay-container:after, .navOverlay.is-active .navOverlay-container:before {
  -webkit-transform: none;
  -webkit-transition-delay: 0s
}

[dir] .navOverlay.is-active .navOverlay-container:after, [dir] .navOverlay.is-active .navOverlay-container:before {
  transform: none;
  transition-delay: 0s
}

.navOverlay.is-active .navOverlay-col {
  -webkit-transform: none;
  opacity: 1;
  -webkit-transition-delay: .5s
}

[dir] .navOverlay.is-active .navOverlay-col {
  transform: none;
  transition-delay: .5s
}

.navOverlay.is-active .navOverlay-close {
  opacity: 1
}

.navOverlay-close-btn {
  position: absolute;
  top: 1rem;
  z-index: 12
}

[dir=rtl] .navOverlay-close-btn {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

[dir=ltr] .navOverlay-close-btn {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}

.appImage {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
  overflow: hidden;
  display: block
}

[dir] .appImage {
  padding-top: 120%;
  background: #d0ddf4
}

.appImage>img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}

[dir=rtl] .appImage>img {
  left: 0
}

[dir=ltr] .appImage>img {
  right: 0
}

@media (min-width:768px) {
  .appImage-50 {
    width: 50vw
  }
  [dir=rtl] .appImage-50.is-right {
    float: right
  }
  [dir=ltr] .appImage-50.is-right {
    float: left
  }
}

@media (min-width:992px) {
  .appImage-50-lg {
    width: 50vw
  }
  [dir=rtl] .appImage-50-lg.is-right {
    float: right
  }
  [dir=ltr] .appImage-50-lg.is-right {
    float: left
  }
}

.appImage-link {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 2;
  font-size: 3rem;
  transition: .3s;
  color: #fff
}

[dir] .appImage-link {
  -webkit-transition: .3s
}

[dir=ltr] .appImage-link, [dir=rtl] .appImage-link {
  left: 0;
  right: 0
}

.appImage-link:hover {
  color: #fff;
  -webkit-transform: scale(1.2)
}

[dir] .appImage-link:hover {
  transform: scale(1.2)
}

[dir] .appImage.is-1-1 {
  padding-top: 100%
}

[dir] .appImage.is-3-2 {
  padding-top: 66.6666666667%
}

[dir] .appImage.is-3-1 {
  padding-top: 33.3333333333%
}

[dir] .appImage.is-4-1 {
  padding-top: 25%
}

.socials {
  display: -webkit-box;
  display: flex;
  list-style-type: none
}

[dir] .socials {
  margin: 0 -.5rem;
  padding: 0
}

[dir=ltr] .socials>li, [dir=rtl] .socials>li {
  padding-left: .5rem;
  padding-right: .5rem
}

.socials a {
  font-size: 1.2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-decoration: none;
  transition: .2s ease-in-out
}

[dir] .socials a {
  -webkit-transition: .2s ease-in-out
}

.socials a:hover {
  color: #136582;
  -webkit-transform: translateY(-1px)
}

[dir] .socials a:hover {
  border-color: #136582;
  transform: translateY(-1px)
}

.appCard {
  transition: .2s;
  position: relative;
  height: 100%;
  overflow: hidden
}

[dir] .appCard {
  -webkit-transition: .2s;
  background: #fff;
  padding: 1rem
}

@media (max-width:575.98px) {
  [dir] .appCard {
    padding: .5rem
  }
}

.appCard-url {
  position: absolute;
  z-index: 4;
  display: block;
  top: 0;
  bottom: 0
}

[dir=ltr] .appCard-url, [dir=rtl] .appCard-url {
  left: 0;
  right: 0
}

.appCard-header {
  position: relative;
  overflow: hidden
}

.appCard-title {
  transition: .25s ease;
  font-size: 1rem
}

[dir] .appCard-title {
  -webkit-transition: .25s ease;
  margin: 0
}

@media (max-width:575.98px) {
  .appCard-title {
    font-size: 13px
  }
}

[dir] .appCard-price, [dir] .appCard-title:not(:first-child) {
  margin: 5px 0 0
}

.appCard-meta {
  font-size: 1.15rem;
  list-style-type: none;
  color: rgba(31, 43, 62, .5)
}

[dir] .appCard-meta {
  padding: 0;
  margin: 0
}

[dir] .appCard-meta:not(:first-child) {
  margin-top: 5px
}

.appCard-meta>* {
  display: block
}

[dir] .appCard-meta>:not(:first-child) {
  margin-top: 5px
}

[dir] .appCard-body {
  padding: 10px 0 0
}

.appCard .inViewJs-active.appImage {
  transition: .25s ease
}

[dir] .appCard .inViewJs-active.appImage {
  -webkit-transition: .25s ease
}

[dir] .appCard .appStars-wrapper:not(:first-child) {
  margin-top: 10px
}

.appCard-cart {
  display: none;
  position: absolute;
  z-index: 5;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  bottom: 1rem
}

[dir=rtl] .appCard-cart {
  left: 1rem
}

[dir=ltr] .appCard-cart {
  right: 1rem
}

.appCard .show-wide {
  display: none
}

.appCard .show-narrow {
  display: block
}

@media (min-width:576px) {
  .appCard.is-wide {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  .appCard.is-wide .show-wide {
    display: block
  }
  .appCard.is-wide .show-narrow {
    display: none
  }
  .appCard.is-wide .appCard-cart {
    display: -webkit-box;
    display: flex
  }
  .appCard.is-wide .appCard-header {
    width: 140px;
    -webkit-box-flex: 0;
    flex: 0 0 140px
  }
  [dir=rtl] .appCard.is-wide .appCard-header {
    margin-left: 1rem
  }
  [dir=ltr] .appCard.is-wide .appCard-header {
    margin-right: 1rem
  }
  .appCard.is-wide .appCard-body {
    -webkit-box-flex: 1;
    flex: 1 1 0%
  }
  [dir] .appCard.is-wide .appCard-body {
    padding: 0
  }
}

[dir] .appCard.is-mine {
  box-shadow: 0 12px 30px rgba(30, 44, 62, .06)
}

.appCard.is-mine .appCard-price {
  display: none
}

.appCard:hover .appCard-title {
  color: #136582
}

.appCard:hover .inViewJs-active.appImage {
  -webkit-transform: scale(1.1)
}

[dir] .appCard:hover .inViewJs-active.appImage {
  transform: scale(1.1)
}

#viewToggle .btn {
  font-size: 2rem;
  display: -webkit-inline-box;
  display: inline-flex
}

[dir] #viewToggle .btn {
  padding: 0
}

#viewToggle .btn.is-active, #viewToggle .btn:hover {
  color: #136582
}

#viewToggle-container.is-list [class*=col-] {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%
}

@media (max-width:575.98px) {
  #viewToggle-container.is-list [class*=col-] {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
}

.appReview {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: flex
}

.appReview-header {
  width: 3rem;
  height: 3rem;
  overflow: hidden
}

[dir] .appReview-header {
  border-radius: 20rem
}

[dir=rtl] .appReview-header {
  margin-left: 1rem
}

[dir=ltr] .appReview-header {
  margin-right: 1rem
}

.appReview-body {
  -webkit-box-flex: 1;
  flex: 1 1 0%
}

.appReview-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center
}

.appReview-content {
  font-size: 12px
}

a.vanillatop {
  bottom: 40px;
  display: block;
  height: 40px;
  line-height: 40px;
  position: fixed;
  transition: all 1s;
  vertical-align: middle;
  width: 40px;
  z-index: 9999
}

[dir] a.vanillatop {
  background-color: #136582;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
  text-align: center;
  -webkit-transition: all 1s
}

[dir=rtl] a.vanillatop {
  right: 10px;
  -webkit-transform: translateX(120px);
  transform: translateX(120px)
}

[dir=ltr] a.vanillatop {
  left: 10px;
  -webkit-transform: translateX(-120px);
  transform: translateX(-120px)
}

a.vanillatop:before {
  color: #fff;
  content: "▲";
  font-size: 120%
}

a.vanillatop:link {
  text-decoration: none
}

[dir] a.vanillatop:hover {
  background-color: #ff9f88;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

@media only screen and (min-width:768px) {
  a.vanillatop {
    bottom: 20px
  }
  [dir=rtl] a.vanillatop {
    right: 20px
  }
  [dir=ltr] a.vanillatop {
    left: 20px
  }
}

@media only screen and (min-width:1024px) {
  a.vanillatop {
    bottom: 30px;
    height: 50px;
    line-height: 50px;
    width: 50px
  }
  [dir=rtl] a.vanillatop {
    right: 30px
  }
  [dir=ltr] a.vanillatop {
    left: 30px
  }
}

.appStars {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-size: 1.1rem
}

.appStars-colored {
  position: absolute;
  top: 0;
  white-space: nowrap;
  color: #f2c13d;
  overflow: hidden
}

[dir=rtl] .appStars-colored {
  right: 0
}

[dir=ltr] .appStars-colored {
  left: 0
}

.appStars-wrapper {
  color: rgba(31, 43, 62, .5);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.appStars-wrapper.no-count .appStars-count {
  display: none
}

.cta {
  position: relative;
  height: 700px
}

[dir] .cta {
  margin-bottom: -4rem
}

@media (max-width:991.98px) {
  .cta {
    height: 500px
  }
}

@media (max-width:767.98px) {
  .cta {
    height: 400px
  }
}

.cta-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%
}

[dir] .cta-bg {
  background-image: url(/assets/img/2@2x.f348f13c.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%
}

[dir=ltr] .cta-bg, [dir=rtl] .cta-bg {
  left: 0;
  right: 0
}

@media (max-width:991.98px) {
  [dir=rtl] .cta-bg {
    background-position: 10%
  }
  [dir=ltr] .cta-bg {
    background-position: 90%
  }
}

.cta .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  height: 100%;
  -webkit-box-align: center;
  align-items: center
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 500px
}

.cta-title {
  font-size: 2rem
}

[dir] .sidebar {
  background: #fff;
  box-shadow: 0 12px 30px rgba(30, 44, 62, .06);
  padding: 2rem
}

.sidebar-nav {
  list-style-type: none
}

[dir] .sidebar-nav {
  padding: 0;
  margin: 0
}

[dir] .sidebar-nav>li {
  padding: 1rem 0
}

[dir] .sidebar-nav>li:not(:last-child) {
  border-bottom: 1px solid rgba(31, 43, 62, .1)
}

.sidebar-nav>li>ul {
  list-style-type: none
}

[dir] .sidebar-nav>li>ul {
  padding: 0;
  margin: 0
}

.sidebar-nav>li>ul>li {
  color: rgba(31, 43, 62, .5);
  font-size: 12px
}

[dir] .sidebar-nav>li>ul>li {
  margin-bottom: 10px
}

.sidebar-nav>li>ul>li>a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  transition: color .2s ease
}

[dir] .sidebar-nav>li>ul>li>a {
  -webkit-transition: color .2s ease
}

.sidebar-nav>li>ul>li>a>span:nth-child(2) {
  color: #136582
}

.sidebar-nav-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  transition: color .25s ease
}

[dir] .sidebar-nav-header {
  cursor: pointer;
  -webkit-transition: color .25s ease
}

.sidebar-nav-header-title {
  line-height: 1
}

[dir] .sidebar-nav-header-title {
  margin: 0
}

.sidebar-nav-header-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  font-size: 1.2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1
}

[dir] .sidebar-nav-header-icon {
  border-radius: 20rem;
  background: #136582
}

[dir=rtl] .sidebar-nav-header-icon {
  margin-left: .4rem
}

[dir=ltr] .sidebar-nav-header-icon {
  margin-right: .4rem
}

.sidebar-nav-header-icon .icon-minus {
  display: none
}

.sidebar-nav-header:hover {
  color: #136582
}

.sidebar-nav-body {
  max-height: 0;
  overflow: hidden
}

.sidebar-nav-body::-webkit-scrollbar {
  width: .5em;
  height: .5em
}

[dir] .sidebar-nav-body::-webkit-scrollbar {
  background-color: transparent
}

.sidebar-nav-body::-webkit-scrollbar-track {
  -webkit-box-shadow: none
}

.sidebar-nav-body::-webkit-scrollbar-thumb {
  outline: 0 solid #d0ddf4
}

[dir] .sidebar-nav-body::-webkit-scrollbar-thumb {
  background-color: #ffb09c;
  border-radius: 20em
}

[dir] .sidebar-nav-body::-webkit-scrollbar-thumb:hover {
  background: #136582
}

.sidebar-nav-item.is-active .sidebar-nav-body {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto
}

[dir] .sidebar-nav-item.is-active .sidebar-nav-body {
  margin: 1rem 0 0
}

[dir=rtl] .sidebar-nav-item.is-active .sidebar-nav-body {
  padding: 0 0 0 .5rem!important
}

[dir=ltr] .sidebar-nav-item.is-active .sidebar-nav-body {
  padding: 0 .5rem 0 0!important
}

.sidebar-nav-item.is-active .sidebar-nav-header-icon .icon-minus {
  display: -webkit-inline-box;
  display: inline-flex
}

.sidebar-nav-item.is-active .sidebar-nav-header-icon .icon-add {
  display: none
}

[dir] .sidebar-filter {
  padding: 40px 0 10px
}

[dir] .book {
  background: #fff;
  padding: 1rem 0
}

.book-meta {
  list-style-type: none;
  color: rgba(31, 43, 62, .5)
}

[dir] .book-meta {
  padding: 0;
  margin: 0
}

[dir] .book-meta:not(:first-child) {
  margin-top: 10px
}

.book-meta>* {
  display: block
}

[dir] .book-meta>:not(:first-child) {
  margin-top: 5px
}

.book .appStars-colored, .book .appStars-uncolored {
  font-size: 1.3rem
}

.book-price {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

[dir=ltr] .book-price, [dir=rtl] .book-price {
  margin-right: -5px;
  margin-left: -5px
}

[dir] .book-price>* {
  margin-bottom: 10px
}

[dir=ltr] .book-price>*, [dir=rtl] .book-price>* {
  margin-left: 5px;
  margin-right: 5px
}

.book-price-item {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  max-width: 220px;
  font-size: 12px
}

[dir] .book-price-item {
  text-align: center;
  cursor: pointer;
  padding: 1rem;
  border-radius: 4px
}

.book-price-item-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1
}

[dir] .book-price-item-bg {
  background: rgba(255, 135, 105, .2)
}

[dir=ltr] .book-price-item-bg, [dir=rtl] .book-price-item-bg {
  left: 0;
  right: 0
}

.book-price-item-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center
}

[dir] .book-price-item-header {
  margin-bottom: .5rem
}

.book-price-item-icon {
  width: 1.2rem;
  height: 1.2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #136582;
  line-height: 1
}

[dir] .book-price-item-icon {
  border-radius: 20em;
  border: 1px solid #136582
}

[dir=rtl] .book-price-item-icon {
  margin-left: .5rem
}

[dir=ltr] .book-price-item-icon {
  margin-right: .5rem
}

.book-price-item-icon .icon {
  display: none
}

.book-price input {
  position: absolute;
  top: 0;
  opacity: 0
}

[dir=rtl] .book-price input {
  left: 0
}

[dir=ltr] .book-price input {
  right: 0
}

[dir] .book-price input:checked~.book-price-item-bg {
  background: #136582
}

.book-price input:checked~* {
  color: #fff
}

[dir] .book-price input:checked~.book-price-item-header .book-price-item-icon {
  background: #fff
}

.book-price input:checked~.book-price-item-header .book-price-item-icon .icon {
  display: -webkit-inline-box;
  display: inline-flex
}

.book-tabs {
  position: relative;
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center
}

[dir] .book-tabs {
  text-align: center;
  padding: 0;
  margin: 0
}

.book-tabs a:hover {
  color: #136582
}

[dir] .book-tabs>li {
  padding: 0 10px 10px
}

.book-tabs>li.active>a {
  color: #136582
}

[dir] .book-tabs-content {
  background: #fff;
  border-radius: 4px;
  padding: 1rem 2rem
}

.book-tabs-list {
  list-style-type: none
}

[dir] .book-tabs-list {
  padding: 0;
  margin: 0
}

[dir] .book-tabs-list>li {
  padding: .5rem;
  background: #f5f9ff;
  border-radius: 4px;
  margin-bottom: 1rem
}

.book-reviews {
  color: #f2c13d;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

[dir] .book-reviews {
  background: rgba(242, 193, 61, .2);
  padding: 2rem;
  text-align: center
}

.book-reviews .appStars {
  font-size: 1.5rem
}

.starRating {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  font-size: 30px
}

.starRating:not(:checked)>input {
  position: absolute;
  opacity: 0
}

[dir=rtl] .starRating:not(:checked)>input {
  -webkit-transform: translateX(99999px);
  transform: translateX(99999px)
}

[dir=ltr] .starRating:not(:checked)>input {
  -webkit-transform: translateX(-99999px);
  transform: translateX(-99999px)
}

.starRating:not(:checked)>label {
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  color: #d0ddf4
}

[dir] .starRating:not(:checked)>label {
  cursor: pointer
}

.starRating:not(:checked)>label:before {
  content: "★ "
}

.starRating:not(:checked)>label:hover, .starRating:not(:checked)>label:hover~label, .starRating>input:checked+label:hover, .starRating>input:checked+label:hover~label, .starRating>input:checked~label, .starRating>input:checked~label:hover, .starRating>input:checked~label:hover~label, .starRating label:hover~input:checked~label {
  color: #f2c13d
}

.quantityInput {
  display: -webkit-box;
  display: flex;
  width: 120px;
  position: relative
}

[dir] .quantityInput, [dir] .quantityInput-amount {
  text-align: center
}

[dir=ltr] .quantityInput-amount, [dir=rtl] .quantityInput-amount {
  padding-left: 40px;
  padding-right: 40px
}

.quantityInput-decrease, .quantityInput-increase {
  position: absolute;
  top: 0;
}

[dir=rtl] .quantityInput-decrease, [dir=rtl] .quantityInput-increase {
  right: 0
}

[dir=ltr] .quantityInput-decrease, [dir=ltr] .quantityInput-increase {
  left: 0
}

[dir=rtl] .quantityInput-decrease {
  left: 0;
  right: auto
}

[dir=ltr] .quantityInput-decrease {
  right: 0;
  left: auto
}

.quantityInput .btn:hover {
  color: #136582
}

[dir] .quantityInput .btn:focus {
  box-shadow: none
}

.appPublisher {
  transition: .2s;
  position: relative;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  transition: .3s ease
}

[dir] .appPublisher {
  -webkit-transition: .2s;
  background: #fff;
  padding: 2rem;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: .3s ease
}

@media (max-width:575.98px) {
  [dir] .appPublisher {
    padding: 2rem 1rem
  }
}

.appPublisher-url {
  position: absolute;
  z-index: 4;
  display: block;
  top: 0;
  bottom: 0
}

[dir=ltr] .appPublisher-url, [dir=rtl] .appPublisher-url {
  left: 0;
  right: 0
}

.appPublisher-header img {
  max-width: 100%;
  max-height: 150px
}

[dir] .appPublisher-title {
  margin: 1rem 0
}

.appPublisher:hover {
  -webkit-transform: translateY(-5px)
}

[dir] .appPublisher:hover {
  transform: translateY(-5px)
}

.searchInput {
  position: relative
}

[dir=rtl] .searchInput-input {
  padding-left: 3rem
}

[dir=ltr] .searchInput-input {
  padding-right: 3rem
}

.searchInput .btn {
  position: absolute;
  top: 0;
  bottom: 0
}

[dir=rtl] .searchInput .btn {
  left: 0
}

[dir=ltr] .searchInput .btn {
  right: 0
}

.appBranch {
  transition: .2s;
  position: relative;
  height: 100%;
  z-index: 2;
  overflow: hidden
}

[dir] .appBranch {
  -webkit-transition: .2s;
  background: #fff;
  padding: 1rem
}

.appBranch-header iframe {
  display: block
}

[dir] .appBranch-body>* {
  margin: 10px 0 0
}

.appBranch-meta {
  font-size: .9rem;
  list-style-type: none;
  color: rgba(31, 43, 62, .5)
}

[dir] .appBranch-meta {
  padding: 0;
  margin: 0
}

[dir] .appBranch-meta:not(:first-child) {
  margin-top: 5px
}

.appBranch-meta>* {
  display: -webkit-box;
  display: flex
}

[dir=rtl] .appBranch-meta>* .icon {
  margin: .1rem 0 0 .4rem
}

[dir=ltr] .appBranch-meta>* .icon {
  margin: .1rem .4rem 0 0
}

[dir] .appBranch-meta>:not(:first-child) {
  margin-top: 5px
}

.homeIntro {
  color: #fff;
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

[dir] .homeIntro {
  background-color: #1f2b3e
}

@media (max-width:991.98px) {
  .homeIntro {
    height: auto
  }
  [dir] .homeIntro {
    padding: 5rem 0
  }
}

.homeIntro-bg {
  position: absolute;
  top: 0;
  bottom: 0
}

[dir] .homeIntro-bg {
  background-image: url(/assets/img/1@2x.2bc0098f.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom
}

[dir=ltr] .homeIntro-bg, [dir=rtl] .homeIntro-bg {
  left: 0;
  right: 0
}

.homeIntro-title {
  /*max-width: 600px*/
  text-align: center;
}

.homeIntro-content {
  position: relative;
  z-index: 2
}

[dir] .homeIntro-content {
  padding-top: 80px
}

.homeIntro-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #000;
  transition: .3s ease;
  height: 100%
}

[dir] .homeIntro-card {
  background: #fff;
  border-radius: 4px;
  padding: 2rem 1rem;
  -webkit-transition: .3s ease;
  text-align: center
}

@media (max-width:991.98px) {
  [dir] .homeIntro-card {
    padding: 2rem .5rem
  }
}

.homeIntro-card-icon {
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

[dir] .homeIntro-card-icon {
  background: rgba(31, 43, 62, .07);
  border-radius: 20rem
}

@media (max-width:991.98px) {
  .homeIntro-card-icon {
    width: 5rem;
    height: 5rem
  }
}

.homeIntro-card-icon img {
  max-width: 3rem;
  max-height: 3rem;
  display: block
}

@media (max-width:991.98px) {
  .homeIntro-card-icon img {
    max-width: 2rem;
    max-height: 2rem
  }
}

[dir] .homeIntro-card-title {
  margin: 1rem 0 0
}

@media (max-width:767.98px) {
  .homeIntro-card-title {
    font-size: 1rem
  }
}

.homeIntro-card:hover {
  color: #136582;
  -webkit-transform: translateY(-5px)
}

[dir] .homeIntro-card:hover {
  transform: translateY(-5px)
}

[dir] .homePage .theApp-body {
  padding-top: 0!important
}

[dir] .homePage .theHeader {
  background: none
}

[dir] .homePage .theHeader.is-not-top {
  background: #1f2b3e
}

.fullPage {
  min-height: 100vh
}

[dir] .fullPage {
  background-color: #136582;
  background-image: url(/assets/img/3@2x.b653b285.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom
}

.fullPage .theApp-body {
  min-height: 100vh;
  display: -webkit-box;
  display: flex
}

[dir] .fullPage .theApp-body {
  padding: 20px
}

.fullPage .theFooter, .fullPage .theHeader {
  display: none
}

.fullPage-card {
  width: 800px;
  max-width: 100%
}

[dir] .fullPage-card {
  margin: auto
}

[dir] .fullPage-content {
  background: #fff;
  box-shadow: 0 12px 30px rgba(30, 44, 62, .06);
  padding: 4rem 2rem;
  border-radius: 4px
}

.fullPage-content a:not(.btn):hover {
  color: #136582
}

.fullPage .input {
  color: #fff
}

[dir] .fullPage .input {
  background: none;
  border-color: #fff
}

.fullPage-logo {
  -webkit-box-flex: 0;
  flex: 0 0 140px;
  width: 140px;
  height: 33px;
  display: -webkit-inline-box;
  display: inline-flex;
  color: #fff!important
}

.fullPage-logo .logoColor {
  fill: #fff
}

.fullPage-logo svg {
  width: 100%;
  height: auto
}

.fullPage-logo:hover {
  color: #fff
}

.fullPage-socials {
  display: -webkit-box;
  display: flex;
  list-style-type: none
}

[dir] .fullPage-socials {
  margin: 0;
  padding: 0
}

[dir=rtl] .fullPage-socials {
  margin-left: -5px
}

[dir=ltr] .fullPage-socials {
  margin-right: -5px
}

@media (max-width:767.98px) {
  .fullPage-socials {
    display: block
  }
}

[dir=ltr] .fullPage-socials>*, [dir=rtl] .fullPage-socials>* {
  padding-left: 5px;
  padding-right: 5px
}

@media (min-width:768px) {
  .fullPage-socials>* {
    -webkit-box-flex: 0;
    flex: 0 0 33%;
    width: 33%
  }
}

@media (max-width:767.98px) {
  [dir] .fullPage-socials>* {
    margin-bottom: 1rem
  }
}

.fullPage-socials .icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 12px
}

[dir] .fullPage-socials .icon {
  background: #3b5998;
  border-radius: 20em
}

[dir=rtl] .fullPage-socials .icon {
  margin-left: .5rem
}

[dir=ltr] .fullPage-socials .icon {
  margin-right: .5rem
}

.fullPage-socials .btn {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #3b5998
}

[dir] .fullPage-socials .btn {
  background: rgba(59, 89, 152, .1)
}

[dir] .fullPage-socials .btn:hover {
  background: rgba(59, 89, 152, .2)
}

.fullPage-socials .btn.is-twitter {
  color: #1da1f2
}

[dir] .fullPage-socials .btn.is-twitter {
  background: rgba(29, 161, 242, .1)
}

[dir] .fullPage-socials .btn.is-twitter .icon {
  background: #1da1f2
}

[dir] .fullPage-socials .btn.is-twitter:hover {
  background: rgba(29, 161, 242, .2)
}

.fullPage-socials .btn.is-google {
  color: #4285f4
}

[dir] .fullPage-socials .btn.is-google {
  background: rgba(66, 133, 244, .1)
}

[dir] .fullPage-socials .btn.is-google .icon {
  background: #4285f4
}

[dir] .fullPage-socials .btn.is-google:hover {
  background: rgba(66, 133, 244, .2)
}

.content {
  line-height: 1.5
}

[dir] .content li+li {
  margin-top: .25em
}

[dir] .content blockquote:not(:last-child), [dir] .content dl:not(:last-child), [dir] .content ol:not(:last-child), [dir] .content p:not(:last-child), [dir] .content pre:not(:last-child), [dir] .content table:not(:last-child), [dir] .content ul:not(:last-child) {
  margin-bottom: 1em
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: 700;
  line-height: 1.125
}

.content h1 {
  font-size: 2em
}

[dir] .content h1 {
  margin-bottom: .5em
}

[dir] .content h1:not(:first-child) {
  margin-top: 1em
}

.content h2 {
  font-size: 1.75em
}

[dir] .content h2 {
  margin-bottom: .5714em
}

[dir] .content h2:not(:first-child) {
  margin-top: 1.1428em
}

.content h3 {
  font-size: 1.5em
}

[dir] .content h3 {
  margin-bottom: .6666em
}

[dir] .content h3:not(:first-child) {
  margin-top: 1.3333em
}

.content h4 {
  font-size: 1.25em
}

[dir] .content h4 {
  margin-bottom: .8em
}

.content h5 {
  font-size: 1.125em
}

[dir] .content h5 {
  margin-bottom: .8888em
}

.content h6 {
  font-size: 1em
}

[dir] .content h6 {
  margin-bottom: 1em
}

[dir] .content blockquote {
  background-color: #136582;
  padding: 1.25em 1.5em
}

[dir=rtl] .content blockquote {
  border-right: 5px solid #136582
}

[dir=ltr] .content blockquote {
  border-left: 5px solid #136582
}

.content ol {
  list-style-position: outside
}

[dir] .content ol {
  margin-top: 1em
}

[dir=rtl] .content ol {
  margin-left: 2em
}

[dir=ltr] .content ol {
  margin-right: 2em
}

.content ol:not([type]) {
  list-style-type: decimal
}

.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha
}

.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman
}

.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha
}

.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman
}

.content ul {
  list-style: disc outside
}

[dir] .content ul {
  margin-top: 1em
}

[dir=rtl] .content ul {
  margin-left: 2em
}

[dir=ltr] .content ul {
  margin-right: 2em
}

.content ul ul {
  list-style-type: circle
}

[dir] .content ul ul {
  margin-top: .5em
}

.content ul ul ul {
  list-style-type: square
}

[dir=rtl] .content dd {
  margin-left: 2em
}

[dir=ltr] .content dd {
  margin-right: 2em
}

[dir] .content figure {
  text-align: center
}

[dir=ltr] .content figure, [dir=rtl] .content figure {
  margin-left: 2em;
  margin-right: 2em
}

[dir] .content figure:not(:first-child) {
  margin-top: 2em
}

[dir] .content figure:not(:last-child) {
  margin-bottom: 2em
}

.content figure img {
  display: inline-block
}

.content figure figcaption {
  font-style: italic
}

.content pre {
  overflow-x: auto;
  white-space: pre;
  word-wrap: normal
}

[dir] .content pre {
  padding: 1.25em 1.5em
}

.content sub, .content sup {
  font-size: 75%
}

.content table {
  width: 100%
}

.content table td, .content table th {
  vertical-align: top
}

[dir] .content table td, [dir] .content table th {
  border: solid #d0ddf4;
  border-width: 0 0 1px;
  padding: .5em .75em
}

.content table th {
  color: #000
}

[dir=rtl] .content table th:not([align]) {
  text-align: left
}

[dir=ltr] .content table th:not([align]) {
  text-align: right
}

.content table th, .content table thead td {
  color: #000
}

[dir] .content table th, [dir] .content table thead td {
  border-width: 0 0 2px
}

.content table tfoot td, .content table th {
  color: #000
}

[dir] .content table tfoot td, [dir] .content table th {
  border-width: 2px 0 0
}

[dir] .content tbody tr:last-child td, [dir] .content tbody tr:last-child th {
  border-bottom-width: 0
}

.content.is-small {
  font-size: .75rem
}

.content.is-medium {
  font-size: 1.25rem
}

.content.is-large {
  font-size: 1.5rem
}

.single-meta {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: .9rem;
  list-style-type: none
}

[dir] .single-meta {
  padding: 0;
  margin: 0
}

[dir=ltr] .single-meta, [dir=rtl] .single-meta {
  margin-left: -.5rem;
  margin-right: -.5rem
}

.single-meta>* {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center
}

[dir=ltr] .single-meta>*, [dir=rtl] .single-meta>* {
  padding-left: .5rem;
  padding-right: .5rem
}

.single-meta>* .icon {
  display: -webkit-inline-box;
  display: inline-flex
}

[dir=rtl] .single-meta>* .icon {
  margin-left: .2rem
}

[dir=ltr] .single-meta>* .icon {
  margin-right: .2rem
}

.single-tags {
  display: -webkit-box;
  display: flex;
  font-size: .9rem;
  list-style-type: none;
  flex-wrap: wrap
}

[dir] .single-tags {
  padding: 0;
  margin: 0
}

[dir=ltr] .single-tags, [dir=rtl] .single-tags {
  margin-left: -.2rem;
  margin-right: -.2rem
}

.single-tags>* {
  display: -webkit-inline-box;
  display: inline-flex
}

[dir] .single-tags>* {
  margin-bottom: .4rem
}

[dir=ltr] .single-tags>*, [dir=rtl] .single-tags>* {
  padding-left: .2rem;
  padding-right: .2rem
}

.single-tags a {
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 12px;
  color: #fff;
  transition: background .25s ease
}

[dir] .single-tags a {
  padding: .2rem .8rem;
  background: #000;
  -webkit-transition: background .25s ease
}

[dir] .single-tags a:hover {
  background: #136582
}

.single-share {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 6
}

[dir=ltr] .single-share, [dir=rtl] .single-share {
  margin-left: -.2rem;
  margin-right: -.2rem
}

.single-share-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #fff
}

[dir] .single-share-wrapper {
  background: #000;
  padding: .5rem 1rem
}

.single-share>* {
  width: 2rem;
  height: 2rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff
}

[dir] .single-share>* {
  background: #fff;
  margin: 0 .2rem
}

.single-share>* span {
  color: #fff!important
}

.single-share>:hover {
  color: #fff
}

[dir] .single-share .is-facebook {
  background: #3b5998
}

[dir] .single-share .is-twitter {
  background: #1da1f2
}

[dir] .single-share .is-whatsapp {
  background: #075e54
}

.contactCard {
  display: -webkit-box;
  display: flex
}

[dir] .contactCard {
  background: #fff;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1rem
}

.contactCard-icon {
  font-size: 30px
}

[dir=rtl] .contactCard-icon {
  margin-left: 1rem
}

[dir=ltr] .contactCard-icon {
  margin-right: 1rem
}

[dir] .contactMap {
  margin-bottom: -4rem
}

.contactMap iframe {
  display: block
}

.publishers-header {
  position: relative;
  color: #fff
}

[dir] .publishers-header {
  padding: 6rem 0;
  text-align: center;
  background-color: #1f2b3e
}

.publishers-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: .3
}

[dir] .publishers-header-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%
}

[dir=ltr] .publishers-header-bg, [dir=rtl] .publishers-header-bg {
  left: 0;
  right: 0
}

.publishers-header-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  line-height: 1.5
}

[dir] .publishers-header-content {
  margin: 0 auto
}

.cartItem {
  transition: .2s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

[dir] .cartItem {
  -webkit-transition: .2s;
  background: #fff;
  padding: 1rem
}

[dir=ltr] .cartItem, [dir=rtl] .cartItem {
  margin-left: -5px;
  margin-right: -5px
}

@media (max-width:575.98px) {
  .cartItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center
  }
  [dir] .cartItem {
    text-align: center
  }
}

.cartItem-url {
  position: absolute;
  z-index: 4;
  display: block;
  top: 0;
  bottom: 0
}

[dir=ltr] .cartItem-url, [dir=rtl] .cartItem-url {
  left: 0;
  right: 0
}

[dir=ltr] .cartItem>*, [dir=rtl] .cartItem>* {
  margin-left: 5px;
  margin-right: 5px
}

.cartItem-header {
  width: 100px;
  position: relative
}

.cartItem-body {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  position: relative
}

@media (max-width:575.98px) {
  [dir] .cartItem-body {
    padding: 1rem 0
  }
}

[dir] .cartItem-body>* {
  margin: 10px 0 0
}

[dir] .cartItem-body>:first-child {
  margin-top: 0
}

@media (max-width:575.98px) {
  [dir] .cartItem-footer {
    margin-top: 1rem
  }
}

.cartItem-meta {
  font-size: .9rem;
  list-style-type: none;
  color: rgba(31, 43, 62, .5)
}

[dir] .cartItem-meta {
  padding: 0;
  margin: 0
}

[dir] .cartItem-meta:not(:first-child) {
  margin-top: 5px
}

.cartItem-meta>* {
  display: block
}

[dir] .cartItem-meta>:not(:first-child) {
  margin-top: 5px
}

.cartItem .btn-circle {
  font-size: 1.2rem!important
}

[dir=ltr] .cartItem .btn-circle, [dir=rtl] .cartItem .btn-circle {
  padding-right: .51rem;
  padding-left: .51rem
}

.cartSidebar {
  overflow: hidden
}

[dir] .cartSidebar {
  background: #fff;
  text-align: center;
  border-radius: 4px
}

[dir] .cartSidebar-main {
  padding: 2rem
}

[dir] .cartSidebar-footer {
  background: #d0ddf4;
  padding: 2rem .5rem
}

.cartSuccess {
  overflow: hidden;
  width: auto
}

[dir] .cartSuccess {
  background: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 3rem 2rem;
  margin: auto
}

[dir] .userBox, [dir] .userSidebar {
  background: #fff;
  border-radius: 4px;
  padding: 4rem 2rem
}

.userSidebar .appImage {
  width: 5rem;
  height: 5rem;
  overflow: hidden
}

[dir] .userSidebar .appImage {
  border-radius: 20rem;
  padding-top: 0;
  margin: 0 auto;
  box-shadow: 0 12px 30px rgba(30, 44, 62, .06)
}

.userSidebar .userSidebar-nav {
  list-style-type: none
}

[dir] .userSidebar .userSidebar-nav {
  padding: 0;
  margin: 0
}

[dir] .userSidebar .userSidebar-nav>li {
  padding: .2rem 0
}

.userSidebar .userSidebar-nav>li>a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 700;
  transition: .25s ease;
  font-size: 1.1rem
}

[dir] .userSidebar .userSidebar-nav>li>a {
  padding: .5rem 1rem;
  border-radius: 4px;
  -webkit-transition: .25s ease
}

[dir=rtl] .userSidebar .userSidebar-nav>li>a .icon {
  margin-left: 5px
}

[dir=ltr] .userSidebar .userSidebar-nav>li>a .icon {
  margin-right: 5px
}

.userSidebar .userSidebar-nav>li>a:hover {
  color: #fff
}

[dir] .userSidebar .userSidebar-nav>li>a:hover {
  background: #136582
}

.userSidebar .userSidebar-nav>li>ul {
  list-style-type: none;
  display: none
}

[dir] .userSidebar .userSidebar-nav>li>ul {
  padding: 0;
  margin: 0
}

.userSidebar .userSidebar-nav>li>ul>li>a {
  display: block
}

[dir=rtl] .userSidebar .userSidebar-nav>li>ul>li>a {
  padding: .2rem 1.8rem .2rem 0
}

[dir=ltr] .userSidebar .userSidebar-nav>li>ul>li>a {
  padding: .2rem 0 .2rem 1rem
}

.userSidebar .userSidebar-nav>li>ul>li>a:hover {
  color: #136582
}

.userSidebar .userSidebar-nav>li.is-active>a {
  color: #fff
}

[dir] .userSidebar .userSidebar-nav>li.is-active>a {
  background: #136582
}
.active-li{
  background: #d0ddf4;
  border-radius: 8px;
  padding: 3px 0px 3px 2px;
  margin: 5px 26px 6px 9px;
  width: 184px;

}
.userSidebar .userSidebar-nav>li.is-active>ul {
  display: block
}

.authors-header {
  position: relative;
  color: #fff
}

[dir] .authors-header {
  padding: 6rem 0;
  text-align: center;
  background-color: #1f2b3e
}

.authors-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: .3
}

[dir] .authors-header-bg {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}

[dir=ltr] .authors-header-bg, [dir=rtl] .authors-header-bg {
  left: 0;
  right: 0
}

.authors-header-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  line-height: 1.5
}

[dir] .authors-header-content {
  margin: 0 auto
}

[dir] .authorsService {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(30, 44, 62, .06);
  padding: 2rem
}

.authorsService-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

[dir] .authorsService-header {
  margin-bottom: .8rem
}

.authorsService-icon {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

[dir] .authorsService-icon {
  border-radius: 20rem;
  background: rgba(31, 43, 62, .07)
}

[dir=rtl] .authorsService-icon {
  margin-left: .5rem
}

[dir=ltr] .authorsService-icon {
  margin-right: .5rem
}

.authorsService-icon img {
  max-width: 1.5rem;
  max-height: 1.5rem
}

.authorsCta {
  color: #fff
}

[dir] .authorsCta {
  background: #136582;
  padding: 4rem 0;
  margin-bottom: -4rem;
  background-image: url(/assets/img/3@2x.b653b285.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed
}

.authorsCta-title {
  max-width: 500px
}

[dir] .authorsCta-title {
  margin: 0 auto 1rem
}

.aboutHeader {
  position: relative;
  height: 1000px;
  height: 800px
}

@media (max-width:1199.98px) {
  .aboutHeader {
    height: 600px
  }
}

.aboutHeader-bg {
  position: absolute;
  top: 0;
  bottom: 0
}

[dir] .aboutHeader-bg {
  background-image: url(/assets/img/5@2x.f154d51d.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom
}

[dir=ltr] .aboutHeader-bg, [dir=rtl] .aboutHeader-bg {
  left: 0;
  right: 0
}

.aboutHeader-content {
  position: relative;
  z-index: 3;
  max-width: 600px
}

[dir] .aboutHeader-content {
  padding-top: 8rem
}

.aboutHeader-content span {
  font-size: 1.2rem
}

.aboutCard, .aboutCard-icon {
  display: -webkit-box;
  display: flex
}

.aboutCard-icon {
  width: 5rem;
  height: 5rem;
  -webkit-box-flex: 0;
  flex: 0 0 5rem;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

[dir] .aboutCard-icon {
  border-radius: 20rem;
  background: rgba(31, 43, 62, .07)
}

[dir=rtl] .aboutCard-icon {
  margin-left: 1rem
}

[dir=ltr] .aboutCard-icon {
  margin-right: 1rem
}

@media (max-width:991.98px) {
  .aboutCard-icon {
    width: 4rem;
    height: 4rem;
    -webkit-box-flex: 0;
    flex: 0 0 4rem
  }
}

.aboutCard-icon img {
  max-width: 2.5rem;
  max-height: 2.5rem
}

@media (max-width:991.98px) {
  .aboutCard-icon img {
    max-width: 2rem;
    max-height: 2rem
  }
}

[dir] .aboutUser {
  padding: 2rem;
  background: #fff;
  border-radius: 4px;
  text-align: center
}

.aboutUser-header {
  width: 4rem;
  height: 4rem;
  overflow: hidden
}

[dir] .aboutUser-header {
  border-radius: 20rem;
  margin: 0 auto
}

.aboutUser-body {
  font-size: 12px
}

[dir] .aboutUser-body h5 {
  margin: .5rem 0 .2rem
}

.aboutCta {
  position: relative
}

[dir] .aboutCta {
  padding: 15rem 0;
  margin-bottom: -4rem
}

@media (max-width:991.98px) {
  [dir] .aboutCta {
    padding: 10rem 0
  }
}

@media (max-width:767.98px) {
  [dir] .aboutCta {
    padding: 6rem 0
  }
}

.aboutCta-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block
}

[dir] .aboutCta-bg {
  background-image: url(/assets/img/4@2x.60dbb374.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top
}

[dir=ltr] .aboutCta-bg, [dir=rtl] .aboutCta-bg {
  left: 0;
  right: 0
}

.aboutCta-content {
  position: relative;
  z-index: 2;
  max-width: 450px
}

.advancedSearch {
  display: -webkit-box;
  display: flex
}

.advancedSearch-1 {
  width: 200px
}

[dir] .advancedSearch-1 .choices__inner {
  background: #d0ddf4
}

[dir=rtl] .advancedSearch-1 .choices__inner {
  border-radius: 0 4px 4px 0
}

[dir=ltr] .advancedSearch-1 .choices__inner, [dir=rtl] .advancedSearch-2 .choices__inner {
  border-radius: 4px 0 0 4px
}

[dir=ltr] .advancedSearch-2 .choices__inner {
  border-radius: 0 4px 4px 0
}

.theApp {
  transition: opacity .2s ease-in-out;
  visibility: hidden;
  opacity: 0
}

[dir] .theApp {
  -webkit-transition: opacity .2s ease-in-out
}

.theApp.is-loaded {
  visibility: visible;
  opacity: 1
}

.inViewJs.appImage {
  overflow: hidden
}

.inViewJs.appImage:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 200%;
  transition: 1.5s ease-out;
  -webkit-transform: translateY(-100%);
  z-index: 2
}

[dir] .inViewJs.appImage:after {
  background: #136582;
  -webkit-transition: 1.5s ease-out;
  transform: translateY(-100%)
}

[dir=ltr] .inViewJs.appImage:after, [dir=rtl] .inViewJs.appImage:after {
  left: 0;
  right: 0
}

.inViewJs.appImage img {
  -webkit-transform: scale(1.5);
  transition: .4s ease-out;
  -webkit-transition-delay: .3s;
  opacity: 0
}

[dir] .inViewJs.appImage img {
  transform: scale(1.5);
  -webkit-transition: .4s ease-out;
  transition-delay: .3s
}

.inViewJs-active.appImage:after {
  -webkit-transform: translateY(200%)
}

[dir] .inViewJs-active.appImage:after {
  transform: translateY(200%)
}

.inViewJs-active.appImage .appImage-link {
  opacity: 1
}

.inViewJs-active.appImage img {
  -webkit-transform: none;
  opacity: 1
}

[dir] .inViewJs-active.appImage img {
  transform: none;
  object-fit: fill;
}

#cursor {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  pointer-events: none;
  position: fixed;
  top: -10px;
  left: -10px;
  width: 1rem;
  height: 1rem;
  line-height: 1;
  z-index: 9999999
}

@media only screen and (max-width:760px) {
  #cursor {
    display: none
  }
}

#cursor>span {
  -webkit-animation: cursorAnim .5s infinite alternate;
  animation: cursorAnim .5s infinite alternate;
  display: block;
  color: #1f2b3e
}

#cursor:before {
  -webkit-animation: cursorAnim .5s infinite alternate;
  border: 1px solid #136582;
  border-radius: 20em;
  animation: cursorAnim .5s infinite alternate
}

#cursor:after, #cursor:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: -1px
}

#cursor:after {
  border: 8px solid #136582;
  border-radius: 50%;
  opacity: .5;
  -webkit-animation: cursorAnim2 .5s infinite alternate;
  animation: cursorAnim2 .5s infinite alternate
}

#cursor.is-click:after, #cursor.is-click:before {
  border-color: #1f2b3e
}

#cursor.is-click:after, #cursor.is-click:before, #cursor.is-click>span {
  -webkit-animation: cursorAnim3 .5s forwards;
  animation: cursorAnim3 .5s forwards
}

#cursor.is-click>span {
  color: #f2c13d
}

#cursor.is-link:after {
  border-color: #1f2b3e
}

#cursor.is-link:before {
  -webkit-animation: cursorAnim3 .5s forwards;
  animation: cursorAnim3 .5s forwards;
  border-color: #1f2b3e
}

#cursor.is-link>span {
  color: #1f2b3e
}

@-webkit-keyframes cursorAnim {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #1f2b3e
  }
  to {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    color: #136582
  }
}

@keyframes cursorAnim {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #1f2b3e
  }
  to {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    color: #136582
  }
}

@-webkit-keyframes cursorAnim2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    -webkit-transform: scale(.4);
    transform: scale(.4)
  }
}

@keyframes cursorAnim2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    -webkit-transform: scale(.4);
    transform: scale(.4)
  }
}

@-webkit-keyframes cursorAnim3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(3);
    transform: scale(3)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes cursorAnim3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(3);
    transform: scale(3)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px
}

.choices:focus {
  outline: none
}

.choices:last-child {
  margin-bottom: 0
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.choices.is-disabled .choices__item {
  cursor: not-allowed
}

.choices [hidden] {
  display: none!important
}

.choices[data-type*=select-one] {
  cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #d0ddf4;
  background-color: #fff;
  margin: 0
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #136582
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none
}

.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #333;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #ff5e36;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0
}

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #d0ddf4;
  border-radius: 4px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #92b0e5
}

.is-open .choices__inner {
  border-radius: 4px 4px 0 0
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 4px 4px
}

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

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px
}

.choices__list--single .choices__item {
  width: 100%
}

.choices__list--multiple {
  display: inline
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #136582;
  border: 1px solid #ff7350;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #ff7350;
  border: 1px solid #ff5e36
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d0ddf4;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility
}

.choices__list--dropdown.is-active {
  visibility: visible
}

.is-open .choices__list--dropdown {
  border-color: #92b0e5
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right
}

@media (min-width:640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 10px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5
}

.choices__item {
  cursor: default
}

.choices__item--selectable {
  cursor: pointer
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f9fbfe;
  color: grey
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer
}

.choices__button:focus {
  outline: none
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px
}

.choices__input:focus {
  outline: 0
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0
}

.choices__placeholder {
  opacity: .5
}

.choices__inner {
  min-height: 40px
}

.choices[data-type*=select-one] .choices__inner {
  padding-top: 5.5px;
  padding-bottom: 5.5px
}

.choices__inner {
  padding-top: 4.5px;
  padding-bottom: 2.5px
}

.choices * {
  word-break: break-word!important
}

[dir=rtl] .choices__list--dropdown .choices__item--selectable {
  padding-left: 10px
}

.choices__list--dropdown {
  z-index: 5
}

.choices[data-type*=text] .choices__button {
  margin-right: 8px;
  margin-left: -4px;
  padding-left: 0;
  padding-right: 16px;
  border-left: 0;
  border-right: 1px solid rgba(31, 43, 62, .2)
}

html {
  font-size: 14px
}

html[dir=rtl] {
  direction: rtl
}

html[dir=ltr] {
  direction: ltr
}

[dir=rtl] body {
  text-align: right
}

[dir=ltr] body {
  text-align: left
}

a {
  color: inherit
}

.theApp {
  overflow: hidden
}

[dir] .theApp-body {
  padding-top: 80px
}

[dir=ltr] .gutter-lg, [dir=rtl] .gutter-lg {
  margin-right: -20px;
  margin-left: -20px
}

[dir=ltr] .gutter-lg>[class*=col-], [dir=rtl] .gutter-lg>[class*=col-] {
  padding-left: 20px;
  padding-right: 20px
}

[dir=ltr] .gutter-sm, [dir=rtl] .gutter-sm {
  margin-right: -2px;
  margin-left: -2px
}

[dir=ltr] .gutter-sm>[class*=col-], [dir=rtl] .gutter-sm>[class*=col-] {
  padding-left: 2px;
  padding-right: 2px
}

.btn-primary {
  color: #fff
}

[dir=ltr] .btn-wide, [dir=rtl] .btn-wide {
  padding-left: 2rem;
  padding-right: 2rem
}

.pagination .page-link {
  font-weight: 700
}

[dir] .pagination .page-link {
  border-radius: 20em!important;
  padding: .4rem .75rem;
  margin: 0 5px
}

[dir=rtl] .modal-header .close {
  margin: -1rem auto -1rem -1rem
}

[dir=ltr] .modal-header .close {
  margin: -1rem -1rem -1rem auto
}

[dir=ltr] .choices__list--single {
  padding-right: 16px;
  padding-left: 4px
}

[dir=ltr] .choices[data-type*=select-one][dir=rtl]:after {
  left: auto;
  right: 11.5px
}

[dir=ltr] .choices__list--dropdown .choices__item--selectable {
  text-align: left!important
}

[dir=ltr] .choices__list--dropdown .choices__item--selectable:after {
  right: 10px!important;
  left: auto!important
}

[dir=ltr] .aboutCta-bg, [dir=ltr] .aboutHeader-bg, [dir=ltr] .cta-bg, [dir=ltr] .homeIntro-bg, [dir=ltr] .icon-chevron-left, [dir=ltr] .icon-chevron-right {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

/*# sourceMappingURL=app.b845fb68.css.map */
