@charset "UTF-8";
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
} /*!
* animate.css -https://daneden.github.io/animate.css/
* Version - 3.7.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2019 Daniel Eden
*/
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
          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 {
  -webkit-transform-style: preserve-3d;
          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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: 0.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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
          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 {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          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%;
  -webkit-transform: translate3d(0, -50%, 0);
          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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

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

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

.swiper-pagination-progressbar {
  background: rgba(0, 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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          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, 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, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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%;
  -o-object-fit: contain;
     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;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

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

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
            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 {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
          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 {
  -webkit-transform-origin: 100% 0;
          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: 0.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;
}

:root {
  --blue:#1a4fa6;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#ff286d;
  --red:#dc3545;
  --orange:#ea7600;
  --yellow:#ffc107;
  --green:#00ab8e;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#828282;
  --gray-dark:#313131;
  --primary:#1a4fa6;
  --secondary:#828282;
  --success:#00ab8e;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f6f6f6;
  --dark:#313131;
  --breakpoint-xs:0;
  --breakpoint-sm:375px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --breakpoint-xxl:1440px;
  --breakpoint-xxxl:1600px;
  --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 {
  -webkit-box-sizing: border-box;
  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 {
  margin: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #313131;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1a4fa6;
  background-color: transparent;
}

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

a:not([href]):not([class]), a:not([href]):not([class]):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 {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.gform_title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.2;
  color: #1a4fa6;
}

.gform_title, .h1, h1 {
  font-size: 4.25rem;
}

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

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

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

.h5, .h6, h5, h6 {
  font-size: 1.125rem;
}

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

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

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

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

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

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

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

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

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

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

.comment-list, .list-inline, .list-unstyled {
  padding-left: 0;
}

.list-inline {
  list-style: none;
}

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

.figure, .wp-caption {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}

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

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, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 375px) {
  .container, .container-sm {
    max-width: 680px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col, .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, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto, .col-xxxl, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #313131;
}

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

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

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

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

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

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

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

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

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

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

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #88a3d1;
}

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

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

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

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

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

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #7ad3c4;
}

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

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

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #313131;
  border-color: #444;
}

.table .thead-light th {
  color: #495057;
  background-color: #e4e4e4;
  border-color: #dcdcdc;
}

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

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

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

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0deg, 0%, 100%, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0deg, 0%, 100%, 0.075);
}

@media (max-width: 374.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

#buy-tickets input, .comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea, .form-control, .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea, .search-form .search-field, .woocommerce-cart .quantity input.qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, input.hs-input, textarea.hs-input {
  display: block;
  width: 100%;
  height: 3.125rem;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid hsla(0deg, 0%, 59%, 0.29);
  border: 1px solid #495057;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #buy-tickets input, .comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea, .form-control, .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea, .search-form .search-field, .woocommerce-cart .quantity input.qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, input.hs-input, textarea.hs-input {
    -webkit-transition: none;
    transition: none;
  }
}
#buy-tickets input::-ms-expand, .comment-form input[type=email]::-ms-expand, .comment-form input[type=text]::-ms-expand, .comment-form input[type=url]::-ms-expand, .comment-form textarea::-ms-expand, .form-control::-ms-expand, .ginput_container input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox])::-ms-expand, .ginput_container textarea::-ms-expand, .search-form .search-field::-ms-expand, .woocommerce-cart .quantity input.qty::-ms-expand, .woocommerce form .form-row input.input-text::-ms-expand, .woocommerce form .form-row textarea::-ms-expand, input.hs-input::-ms-expand, textarea.hs-input::-ms-expand {
  background-color: transparent;
  border: 0;
}

#buy-tickets input:-moz-focusring, .comment-form input:-moz-focusring[type=email], .comment-form input:-moz-focusring[type=text], .comment-form input:-moz-focusring[type=url], .comment-form textarea:-moz-focusring, .form-control:-moz-focusring, .ginput_container input:-moz-focusring:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea:-moz-focusring, .search-form .search-field:-moz-focusring, .woocommerce-cart .quantity input.qty:-moz-focusring, .woocommerce form .form-row input.input-text:-moz-focusring, .woocommerce form .form-row textarea:-moz-focusring, input.hs-input:-moz-focusring, textarea.hs-input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

#buy-tickets input:focus, .comment-form input:focus[type=email], .comment-form input:focus[type=text], .comment-form input:focus[type=url], .comment-form textarea:focus, .form-control:focus, .ginput_container input:focus:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea:focus, .search-form .search-field:focus, .woocommerce-cart .quantity input.qty:focus, .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, input.hs-input:focus, textarea.hs-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #5a8fe5;
  outline: 0;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
}

#buy-tickets input::-webkit-input-placeholder, .comment-form input[type=email]::-webkit-input-placeholder, .comment-form input[type=text]::-webkit-input-placeholder, .comment-form input[type=url]::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .ginput_container input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder, .woocommerce-cart .quantity input.qty::-webkit-input-placeholder, .woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder, input.hs-input::-webkit-input-placeholder, textarea.hs-input::-webkit-input-placeholder {
  opacity: 1;
}

#buy-tickets input::-ms-input-placeholder, .comment-form input[type=email]::-ms-input-placeholder, .comment-form input[type=text]::-ms-input-placeholder, .comment-form input[type=url]::-ms-input-placeholder, .comment-form textarea::-ms-input-placeholder, .form-control::-ms-input-placeholder, .ginput_container input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder, .ginput_container textarea::-ms-input-placeholder, .search-form .search-field::-ms-input-placeholder, .woocommerce-cart .quantity input.qty::-ms-input-placeholder, .woocommerce form .form-row input.input-text::-ms-input-placeholder, .woocommerce form .form-row textarea::-ms-input-placeholder, input.hs-input::-ms-input-placeholder, textarea.hs-input::-ms-input-placeholder {
  color: #495057;
  opacity: 1;
}

#buy-tickets input::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form input[type=text]::-moz-placeholder, .comment-form input[type=url]::-moz-placeholder, .comment-form textarea::-moz-placeholder, .form-control::-moz-placeholder, .ginput_container input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox])::-moz-placeholder, .ginput_container textarea::-moz-placeholder, .search-form .search-field::-moz-placeholder, .woocommerce-cart .quantity input.qty::-moz-placeholder, .woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-placeholder, input.hs-input::-moz-placeholder, textarea.hs-input::-moz-placeholder {
  color: #495057;
  opacity: 1;
}

#buy-tickets input:-ms-input-placeholder, .comment-form input[type=email]:-ms-input-placeholder, .comment-form input[type=text]:-ms-input-placeholder, .comment-form input[type=url]:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder, .ginput_container input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder, .woocommerce-cart .quantity input.qty:-ms-input-placeholder, .woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce form .form-row textarea:-ms-input-placeholder, input.hs-input:-ms-input-placeholder, textarea.hs-input:-ms-input-placeholder {
  color: #495057;
  opacity: 1;
}

#buy-tickets input::placeholder, .comment-form input[type=email]::placeholder, .comment-form input[type=text]::placeholder, .comment-form input[type=url]::placeholder, .comment-form textarea::placeholder, .form-control::placeholder, .ginput_container input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox])::placeholder, .ginput_container textarea::placeholder, .search-form .search-field::placeholder, .woocommerce-cart .quantity input.qty::placeholder, .woocommerce form .form-row input.input-text::placeholder, .woocommerce form .form-row textarea::placeholder, input.hs-input::placeholder, textarea.hs-input::placeholder {
  color: #495057;
  opacity: 1;
}

#buy-tickets input:disabled, #buy-tickets input[readonly], .comment-form input:disabled[type=email], .comment-form input:disabled[type=text], .comment-form input:disabled[type=url], .comment-form input[readonly][type=email], .comment-form input[readonly][type=text], .comment-form input[readonly][type=url], .comment-form textarea:disabled, .comment-form textarea[readonly], .form-control:disabled, .form-control[readonly], .ginput_container input:disabled:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container input[readonly]:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea:disabled, .ginput_container textarea[readonly], .search-form .search-field:disabled, .search-form .search-field[readonly], .woocommerce-cart .quantity input.qty:disabled, .woocommerce-cart .quantity input.qty[readonly], .woocommerce form .form-row input.input-text:disabled, .woocommerce form .form-row input.input-text[readonly], .woocommerce form .form-row textarea:disabled, .woocommerce form .form-row textarea[readonly], input.hs-input:disabled, input.hs-input[readonly], textarea.hs-input:disabled, textarea.hs-input[readonly] {
  background-color: #e4e4e4;
  opacity: 1;
}

#buy-tickets input[type=date], #buy-tickets input[type=datetime-local], #buy-tickets input[type=month], #buy-tickets input[type=time], .comment-form input[type=date][type=email], .comment-form input[type=date][type=text], .comment-form input[type=date][type=url], .comment-form input[type=datetime-local][type=email], .comment-form input[type=datetime-local][type=text], .comment-form input[type=datetime-local][type=url], .comment-form input[type=month][type=email], .comment-form input[type=month][type=text], .comment-form input[type=month][type=url], .comment-form input[type=time][type=email], .comment-form input[type=time][type=text], .comment-form input[type=time][type=url], .ginput_container input[type=date]:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container input[type=datetime-local]:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container input[type=month]:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container input[type=time]:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .search-form input.search-field[type=date], .search-form input.search-field[type=datetime-local], .search-form input.search-field[type=month], .search-form input.search-field[type=time], .woocommerce-cart .quantity input.qty[type=date], .woocommerce-cart .quantity input.qty[type=datetime-local], .woocommerce-cart .quantity input.qty[type=month], .woocommerce-cart .quantity input.qty[type=time], .woocommerce form .form-row input.input-text[type=date], .woocommerce form .form-row input.input-text[type=datetime-local], .woocommerce form .form-row input.input-text[type=month], .woocommerce form .form-row input.input-text[type=time], input.hs-input[type=date], input.hs-input[type=datetime-local], input.hs-input[type=month], input.hs-input[type=time], input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-form select.search-field:focus::-ms-value, select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

.col-form-label-lg {
  font-size: 1.25rem;
}

.col-form-label-lg, .col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  line-height: 1.5;
}

.col-form-label-sm {
  font-size: 0.875rem;
}

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

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.5rem;
  font-size: 0.875rem;
}

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

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.comment-form textarea, .ginput_container textarea, .search-form select.search-field[multiple], .search-form select.search-field[size], .search-form textarea.search-field, .woocommerce form .form-row textarea, select.form-control[multiple], select.form-control[size], textarea.form-control, textarea.hs-input {
  height: auto;
}

.comment-form p, .form-group, .search-form label {
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 171, 142, 0.9);
}

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

#buy-tickets .was-validated input:valid, #buy-tickets input.is-valid, .comment-form .was-validated input:valid[type=email], .comment-form .was-validated input:valid[type=text], .comment-form .was-validated input:valid[type=url], .comment-form .was-validated textarea:valid, .comment-form input.is-valid[type=email], .comment-form input.is-valid[type=text], .comment-form input.is-valid[type=url], .comment-form textarea.is-valid, .form-control.is-valid, .ginput_container .was-validated input:valid:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .was-validated textarea:valid, .ginput_container input.is-valid:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea.is-valid, .search-form .is-valid.search-field, .search-form .was-validated .search-field:valid, .was-validated #buy-tickets input:valid, .was-validated .comment-form input:valid[type=email], .was-validated .comment-form input:valid[type=text], .was-validated .comment-form input:valid[type=url], .was-validated .comment-form textarea:valid, .was-validated .form-control:valid, .was-validated .ginput_container input:valid:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .was-validated .ginput_container textarea:valid, .was-validated .search-form .search-field:valid, .was-validated .woocommerce-cart .quantity input.qty:valid, .was-validated .woocommerce form .form-row input.input-text:valid, .was-validated .woocommerce form .form-row textarea:valid, .was-validated input.hs-input:valid, .was-validated textarea.hs-input:valid, .woocommerce-cart .quantity .was-validated input.qty:valid, .woocommerce-cart .quantity input.is-valid.qty, .woocommerce form .form-row .was-validated input.input-text:valid, .woocommerce form .form-row .was-validated textarea:valid, .woocommerce form .form-row input.is-valid.input-text, .woocommerce form .form-row textarea.is-valid, input.is-valid.hs-input, textarea.is-valid.hs-input {
  border-color: #00ab8e;
  padding-right: calc(1.5em + 1.5rem);
  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='%2300ab8e' 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-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

#buy-tickets .was-validated input:valid:focus, #buy-tickets input.is-valid:focus, .comment-form .was-validated input:valid:focus[type=email], .comment-form .was-validated input:valid:focus[type=text], .comment-form .was-validated input:valid:focus[type=url], .comment-form .was-validated textarea:valid:focus, .comment-form input.is-valid:focus[type=email], .comment-form input.is-valid:focus[type=text], .comment-form input.is-valid:focus[type=url], .comment-form textarea.is-valid:focus, .form-control.is-valid:focus, .ginput_container .was-validated input:valid:focus:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .was-validated textarea:valid:focus, .ginput_container input.is-valid:focus:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea.is-valid:focus, .search-form .is-valid.search-field:focus, .search-form .was-validated .search-field:valid:focus, .was-validated #buy-tickets input:valid:focus, .was-validated .comment-form input:valid:focus[type=email], .was-validated .comment-form input:valid:focus[type=text], .was-validated .comment-form input:valid:focus[type=url], .was-validated .comment-form textarea:valid:focus, .was-validated .form-control:valid:focus, .was-validated .ginput_container input:valid:focus:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .was-validated .ginput_container textarea:valid:focus, .was-validated .search-form .search-field:valid:focus, .was-validated .woocommerce-cart .quantity input.qty:valid:focus, .was-validated .woocommerce form .form-row input.input-text:valid:focus, .was-validated .woocommerce form .form-row textarea:valid:focus, .was-validated input.hs-input:valid:focus, .was-validated textarea.hs-input:valid:focus, .woocommerce-cart .quantity .was-validated input.qty:valid:focus, .woocommerce-cart .quantity input.is-valid.qty:focus, .woocommerce form .form-row .was-validated input.input-text:valid:focus, .woocommerce form .form-row .was-validated textarea:valid:focus, .woocommerce form .form-row input.is-valid.input-text:focus, .woocommerce form .form-row textarea.is-valid:focus, input.is-valid.hs-input:focus, textarea.is-valid.hs-input:focus {
  border-color: #00ab8e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.25);
}

.comment-form .was-validated textarea:valid, .comment-form textarea.is-valid, .ginput_container .was-validated textarea:valid, .ginput_container textarea.is-valid, .search-form .was-validated textarea.search-field:valid, .search-form textarea.is-valid.search-field, .was-validated .comment-form textarea:valid, .was-validated .ginput_container textarea:valid, .was-validated .search-form textarea.search-field:valid, .was-validated .woocommerce form .form-row textarea:valid, .was-validated textarea.form-control:valid, .was-validated textarea.hs-input:valid, .woocommerce form .form-row .was-validated textarea:valid, .woocommerce form .form-row textarea.is-valid, textarea.form-control.is-valid, textarea.is-valid.hs-input {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #00ab8e;
  padding-right: calc(0.75em + 3.375rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23313131' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1.25rem 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='%2300ab8e' 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 2.25rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #00ab8e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.25);
}

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

.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: #00ab8e;
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #00ab8e;
}

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

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #00ab8e;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #00ab8e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

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

#buy-tickets .was-validated input:invalid, #buy-tickets input.is-invalid, .comment-form .was-validated input:invalid[type=email], .comment-form .was-validated input:invalid[type=text], .comment-form .was-validated input:invalid[type=url], .comment-form .was-validated textarea:invalid, .comment-form input.is-invalid[type=email], .comment-form input.is-invalid[type=text], .comment-form input.is-invalid[type=url], .comment-form textarea.is-invalid, .form-control.is-invalid, .ginput_container .was-validated input:invalid:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .was-validated textarea:invalid, .ginput_container input.is-invalid:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea.is-invalid, .search-form .is-invalid.search-field, .search-form .was-validated .search-field:invalid, .was-validated #buy-tickets input:invalid, .was-validated .comment-form input:invalid[type=email], .was-validated .comment-form input:invalid[type=text], .was-validated .comment-form input:invalid[type=url], .was-validated .comment-form textarea:invalid, .was-validated .form-control:invalid, .was-validated .ginput_container input:invalid:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .was-validated .ginput_container textarea:invalid, .was-validated .search-form .search-field:invalid, .was-validated .woocommerce-cart .quantity input.qty:invalid, .was-validated .woocommerce form .form-row input.input-text:invalid, .was-validated .woocommerce form .form-row textarea:invalid, .was-validated input.hs-input:invalid, .was-validated textarea.hs-input:invalid, .woocommerce-cart .quantity .was-validated input.qty:invalid, .woocommerce-cart .quantity input.is-invalid.qty, .woocommerce form .form-row .was-validated input.input-text:invalid, .woocommerce form .form-row .was-validated textarea:invalid, .woocommerce form .form-row input.is-invalid.input-text, .woocommerce form .form-row textarea.is-invalid, input.is-invalid.hs-input, textarea.is-invalid.hs-input {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1.5rem);
  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='%23dc3545'%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='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

#buy-tickets .was-validated input:invalid:focus, #buy-tickets input.is-invalid:focus, .comment-form .was-validated input:invalid:focus[type=email], .comment-form .was-validated input:invalid:focus[type=text], .comment-form .was-validated input:invalid:focus[type=url], .comment-form .was-validated textarea:invalid:focus, .comment-form input.is-invalid:focus[type=email], .comment-form input.is-invalid:focus[type=text], .comment-form input.is-invalid:focus[type=url], .comment-form textarea.is-invalid:focus, .form-control.is-invalid:focus, .ginput_container .was-validated input:invalid:focus:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .was-validated textarea:invalid:focus, .ginput_container input.is-invalid:focus:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea.is-invalid:focus, .search-form .is-invalid.search-field:focus, .search-form .was-validated .search-field:invalid:focus, .was-validated #buy-tickets input:invalid:focus, .was-validated .comment-form input:invalid:focus[type=email], .was-validated .comment-form input:invalid:focus[type=text], .was-validated .comment-form input:invalid:focus[type=url], .was-validated .comment-form textarea:invalid:focus, .was-validated .form-control:invalid:focus, .was-validated .ginput_container input:invalid:focus:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .was-validated .ginput_container textarea:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .was-validated .woocommerce-cart .quantity input.qty:invalid:focus, .was-validated .woocommerce form .form-row input.input-text:invalid:focus, .was-validated .woocommerce form .form-row textarea:invalid:focus, .was-validated input.hs-input:invalid:focus, .was-validated textarea.hs-input:invalid:focus, .woocommerce-cart .quantity .was-validated input.qty:invalid:focus, .woocommerce-cart .quantity input.is-invalid.qty:focus, .woocommerce form .form-row .was-validated input.input-text:invalid:focus, .woocommerce form .form-row .was-validated textarea:invalid:focus, .woocommerce form .form-row input.is-invalid.input-text:focus, .woocommerce form .form-row textarea.is-invalid:focus, input.is-invalid.hs-input:focus, textarea.is-invalid.hs-input:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.comment-form .was-validated textarea:invalid, .comment-form textarea.is-invalid, .ginput_container .was-validated textarea:invalid, .ginput_container textarea.is-invalid, .search-form .was-validated textarea.search-field:invalid, .search-form textarea.is-invalid.search-field, .was-validated .comment-form textarea:invalid, .was-validated .ginput_container textarea:invalid, .was-validated .search-form textarea.search-field:invalid, .was-validated .woocommerce form .form-row textarea:invalid, .was-validated textarea.form-control:invalid, .was-validated textarea.hs-input:invalid, .woocommerce form .form-row .was-validated textarea:invalid, .woocommerce form .form-row textarea.is-invalid, textarea.form-control.is-invalid, textarea.is-invalid.hs-input {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 3.375rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23313131' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1.25rem 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='%23dc3545'%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='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 2.25rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.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: #dc3545;
}

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

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

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

@media (min-width: 375px) {
  .form-inline label, .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .comment-form .form-inline p, .comment-form .search-form p, .form-inline .comment-form p, .form-inline .form-group, .form-inline .search-form label, .search-form .comment-form p, .search-form .form-group, .search-form .form-inline label, .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  #buy-tickets .form-inline input, #buy-tickets .search-form input, .comment-form .form-inline input[type=email], .comment-form .form-inline input[type=text], .comment-form .form-inline input[type=url], .comment-form .form-inline textarea, .comment-form .search-form input[type=email], .comment-form .search-form input[type=text], .comment-form .search-form input[type=url], .comment-form .search-form textarea, .form-inline #buy-tickets input, .form-inline .comment-form input[type=email], .form-inline .comment-form input[type=text], .form-inline .comment-form input[type=url], .form-inline .comment-form textarea, .form-inline .form-control, .form-inline .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .form-inline .ginput_container textarea, .form-inline .woocommerce-cart .quantity input.qty, .form-inline .woocommerce form .form-row input.input-text, .form-inline .woocommerce form .form-row textarea, .form-inline input.hs-input, .form-inline textarea.hs-input, .ginput_container .form-inline input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .form-inline textarea, .ginput_container .search-form input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .search-form textarea, .search-form #buy-tickets input, .search-form .comment-form input[type=email], .search-form .comment-form input[type=text], .search-form .comment-form input[type=url], .search-form .comment-form textarea, .search-form .form-control, .search-form .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .search-form .ginput_container textarea, .search-form .search-field, .search-form .woocommerce-cart .quantity input.qty, .search-form .woocommerce form .form-row input.input-text, .search-form .woocommerce form .form-row textarea, .search-form input.hs-input, .search-form textarea.hs-input, .woocommerce-cart .quantity .form-inline input.qty, .woocommerce-cart .quantity .search-form input.qty, .woocommerce form .form-row .form-inline input.input-text, .woocommerce form .form-row .form-inline textarea, .woocommerce form .form-row .search-form input.input-text, .woocommerce form .form-row .search-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group, .search-form .custom-select, .search-form .input-group {
    width: auto;
  }
  .form-inline .form-check, .search-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input, .search-form .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control, .search-form .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label, .search-form .custom-control-label {
    margin-bottom: 0;
  }
}
#wp-submit, .btn, .comment-form input[type=submit], .gform_wrapper .gform_button, .mepr-submit, .search-form .search-submit, .tribe-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  font-weight: 700;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 0.9375rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #wp-submit, .btn, .comment-form input[type=submit], .gform_wrapper .gform_button, .mepr-submit, .search-form .search-submit, .tribe-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    -webkit-transition: none;
    transition: none;
  }
}
#wp-submit:hover, .btn:hover, .comment-form input:hover[type=submit], .gform_wrapper .gform_button:hover, .mepr-submit:hover, .search-form .search-submit:hover, .tribe-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  color: #313131;
  text-decoration: none;
}

#wp-submit:focus, .btn.focus, .btn:focus, .comment-form input.focus[type=submit], .comment-form input:focus[type=submit], .focus#wp-submit, .focus.mepr-submit, .focus.tribe-button, .gform_wrapper .focus.gform_button, .gform_wrapper .gform_button:focus, .mepr-submit:focus, .search-form .focus.search-submit, .search-form .search-submit:focus, .tribe-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.focus.checkout-button {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 79, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(26, 79, 166, 0.25);
}

#wp-submit:disabled, .btn.disabled, .btn:disabled, .comment-form input.disabled[type=submit], .comment-form input:disabled[type=submit], .disabled#wp-submit, .disabled.mepr-submit, .disabled.tribe-button, .gform_wrapper .disabled.gform_button, .gform_wrapper .gform_button:disabled, .mepr-submit:disabled, .search-form .disabled.search-submit, .search-form .search-submit:disabled, .tribe-button:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button {
  opacity: 0.65;
}

#wp-submit:not(:disabled):not(.disabled), .btn:not(:disabled):not(.disabled), .comment-form input:not(:disabled):not(.disabled)[type=submit], .gform_wrapper .gform_button:not(:disabled):not(.disabled), .mepr-submit:not(:disabled):not(.disabled), .search-form .search-submit:not(:disabled):not(.disabled), .tribe-button:not(:disabled):not(.disabled), .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.gform_wrapper a.disabled.gform_button, .gform_wrapper fieldset:disabled a.gform_button, .search-form a.disabled.search-submit, .search-form fieldset:disabled a.search-submit, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce-cart .wc-proceed-to-checkout fieldset:disabled a.checkout-button, a.btn.disabled, a.disabled#wp-submit, a.disabled.mepr-submit, a.disabled.tribe-button, fieldset:disabled .gform_wrapper a.gform_button, fieldset:disabled .search-form a.search-submit, fieldset:disabled .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, fieldset:disabled a#wp-submit, fieldset:disabled a.btn, fieldset:disabled a.mepr-submit, fieldset:disabled a.tribe-button {
  pointer-events: none;
}

#wp-submit, .btn-primary, .mepr-submit, .tribe-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #1a4fa6;
  border-color: #1a4fa6;
}

#wp-submit:hover, .btn-primary:hover, .mepr-submit:hover, .tribe-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #153f85;
  border-color: #133a7a;
}

#wp-submit:focus, .btn-primary.focus, .btn-primary:focus, .focus#wp-submit, .focus.mepr-submit, .focus.tribe-button, .mepr-submit:focus, .tribe-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.focus.checkout-button {
  background-color: #153f85;
  border-color: #133a7a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 105, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(60, 105, 179, 0.5);
}

#wp-submit:disabled, .btn-primary.disabled, .btn-primary:disabled, .disabled#wp-submit, .disabled.mepr-submit, .disabled.tribe-button, .mepr-submit:disabled, .tribe-button:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button {
  background-color: #1a4fa6;
  border-color: #1a4fa6;
}

#wp-submit:not(:disabled):not(.disabled).active, #wp-submit:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .mepr-submit:not(:disabled):not(.disabled).active, .mepr-submit:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle#wp-submit, .show > .dropdown-toggle.mepr-submit, .show > .dropdown-toggle.tribe-button, .tribe-button:not(:disabled):not(.disabled).active, .tribe-button:not(:disabled):not(.disabled):active, .woocommerce-cart .wc-proceed-to-checkout .show > a.dropdown-toggle.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled).active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled):active {
  background-color: #133a7a;
  border-color: #11356f;
}

#wp-submit:not(:disabled):not(.disabled).active:focus, #wp-submit:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .mepr-submit:not(:disabled):not(.disabled).active:focus, .mepr-submit:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle#wp-submit:focus, .show > .dropdown-toggle.mepr-submit:focus, .show > .dropdown-toggle.tribe-button:focus, .tribe-button:not(:disabled):not(.disabled).active:focus, .tribe-button:not(:disabled):not(.disabled):active:focus, .woocommerce-cart .wc-proceed-to-checkout .show > a.dropdown-toggle.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled).active:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 105, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(60, 105, 179, 0.5);
}

.btn-secondary, .comment-form input[type=submit], .search-form .search-submit {
  background-color: #828282;
  border-color: #828282;
}

.btn-secondary:hover, .comment-form input:hover[type=submit], .search-form .search-submit:hover {
  background-color: #6f6f6f;
  border-color: #696969;
}

.btn-secondary.focus, .btn-secondary:focus, .comment-form input.focus[type=submit], .comment-form input:focus[type=submit], .search-form .focus.search-submit, .search-form .search-submit:focus {
  background-color: #6f6f6f;
  border-color: #696969;
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0deg, 0%, 58%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0deg, 0%, 58%, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled, .comment-form input.disabled[type=submit], .comment-form input:disabled[type=submit], .search-form .disabled.search-submit, .search-form .search-submit:disabled {
  background-color: #828282;
  border-color: #828282;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .comment-form .show > input.dropdown-toggle[type=submit], .comment-form input:not(:disabled):not(.disabled).active[type=submit], .comment-form input:not(:disabled):not(.disabled):active[type=submit], .search-form .search-submit:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled):active, .search-form .show > .dropdown-toggle.search-submit, .show > .btn-secondary.dropdown-toggle {
  background-color: #696969;
  border-color: #626262;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .comment-form .show > input.dropdown-toggle:focus[type=submit], .comment-form input:not(:disabled):not(.disabled).active:focus[type=submit], .comment-form input:not(:disabled):not(.disabled):active:focus[type=submit], .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .search-form .show > .dropdown-toggle.search-submit:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0deg, 0%, 58%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0deg, 0%, 58%, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00ab8e;
  border-color: #00ab8e;
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #00856e;
  border-color: #007864;
}

.btn-success.focus, .btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 184, 159, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 159, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00ab8e;
  border-color: #00ab8e;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #007864;
  border-color: #006b59;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 184, 159, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 159, 0.5);
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
}

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

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

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

.btn-danger, .gform_wrapper .gform_button {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover, .gform_wrapper .gform_button:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus, .gform_wrapper .focus.gform_button, .gform_wrapper .gform_button:focus {
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled, .gform_wrapper .disabled.gform_button, .gform_wrapper .gform_button:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .gform_wrapper .gform_button:not(:disabled):not(.disabled).active, .gform_wrapper .gform_button:not(:disabled):not(.disabled):active, .gform_wrapper .show > .dropdown-toggle.gform_button, .show > .btn-danger.dropdown-toggle {
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .gform_wrapper .gform_button:not(:disabled):not(.disabled).active:focus, .gform_wrapper .gform_button:not(:disabled):not(.disabled):active:focus, .gform_wrapper .show > .dropdown-toggle.gform_button:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
  background-color: #e3e3e3;
  border-color: #ddd;
}

.btn-light.focus, .btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(180deg, 1%, 84%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(180deg, 1%, 84%, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background-color: #ddd;
  border-color: #d6d6d6;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(180deg, 1%, 84%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(180deg, 1%, 84%, 0.5);
}

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

.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #181818;
}

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

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

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

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

.btn-outline-primary {
  color: #1a4fa6;
  border-color: #1a4fa6;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1a4fa6;
  border-color: #1a4fa6;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 79, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(26, 79, 166, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1a4fa6;
  background-color: transparent;
}

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

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 79, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(26, 79, 166, 0.5);
}

.btn-outline-secondary {
  color: #828282;
  border-color: #828282;
}

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

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

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #828282;
}

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

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

.btn-outline-success {
  color: #00ab8e;
  border-color: #00ab8e;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #00ab8e;
  border-color: #00ab8e;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00ab8e;
  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: #fff;
  background-color: #00ab8e;
  border-color: #00ab8e;
}

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

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  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: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  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;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f6f6f6;
  border-color: #f6f6f6;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0deg, 0%, 97%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0deg, 0%, 97%, 0.5);
}

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

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

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0deg, 0%, 97%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0deg, 0%, 97%, 0.5);
}

.btn-outline-dark {
  color: #313131;
  border-color: #313131;
}

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

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

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

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

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

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

.btn-link:hover {
  color: #103064;
}

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

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

.btn-group-lg > #wp-submit, .btn-group-lg > .btn, .btn-group-lg > .mepr-submit, .btn-group-lg > .tribe-button, .btn-lg, .comment-form .btn-group-lg > input[type=submit], .gform_wrapper .btn-group-lg > .gform_button, .search-form .btn-group-lg > .search-submit, .woocommerce-cart .wc-proceed-to-checkout .btn-group-lg > a.checkout-button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-group-sm > #wp-submit, .btn-group-sm > .btn, .btn-group-sm > .mepr-submit, .btn-group-sm > .tribe-button, .btn-sm, .comment-form .btn-group-sm > input[type=submit], .gform_wrapper .btn-group-sm > .gform_button, .search-form .btn-group-sm > .search-submit, .woocommerce-cart .wc-proceed-to-checkout .btn-group-sm > a.checkout-button {
  padding: 0.5rem;
  border-radius: 0;
}

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

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

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

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

@media (min-width: 375px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu, .dropup .searchwp-live-search-results {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

.dropright .dropdown-menu, .dropright .searchwp-live-search-results {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.dropleft .dropdown-menu, .dropleft .searchwp-live-search-results {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

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

.dropdown-item, .searchwp-live-search-results .searchwp-live-search-result p a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover, .searchwp-live-search-results .searchwp-live-search-result p a:focus, .searchwp-live-search-results .searchwp-live-search-result p a:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f6f6f6;
}

.dropdown-item.active, .dropdown-item:active, .searchwp-live-search-results .searchwp-live-search-result p a.active, .searchwp-live-search-results .searchwp-live-search-result p a:active {
  color: #fff;
  text-decoration: none;
  background-color: #1a4fa6;
}

.dropdown-item.disabled, .dropdown-item:disabled, .searchwp-live-search-results .searchwp-live-search-result p a.disabled, .searchwp-live-search-results .searchwp-live-search-result p a:disabled {
  color: #828282;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show, .show.searchwp-live-search-results {
  display: block;
}

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

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

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

.btn-group-vertical > #wp-submit, .btn-group-vertical > .btn, .btn-group-vertical > .mepr-submit, .btn-group-vertical > .tribe-button, .btn-group > #wp-submit, .btn-group > .btn, .btn-group > .mepr-submit, .btn-group > .tribe-button, .comment-form .btn-group-vertical > input[type=submit], .comment-form .btn-group > input[type=submit], .gform_wrapper .btn-group-vertical > .gform_button, .gform_wrapper .btn-group > .gform_button, .search-form .btn-group-vertical > .search-submit, .search-form .btn-group > .search-submit, .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group-vertical > #wp-submit:active, .btn-group-vertical > #wp-submit:focus, .btn-group-vertical > #wp-submit:hover, .btn-group-vertical > .active#wp-submit, .btn-group-vertical > .active.mepr-submit, .btn-group-vertical > .active.tribe-button, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group-vertical > .mepr-submit:active, .btn-group-vertical > .mepr-submit:focus, .btn-group-vertical > .mepr-submit:hover, .btn-group-vertical > .tribe-button:active, .btn-group-vertical > .tribe-button:focus, .btn-group-vertical > .tribe-button:hover, .btn-group > #wp-submit:active, .btn-group > #wp-submit:focus, .btn-group > #wp-submit:hover, .btn-group > .active#wp-submit, .btn-group > .active.mepr-submit, .btn-group > .active.tribe-button, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .btn-group > .mepr-submit:active, .btn-group > .mepr-submit:focus, .btn-group > .mepr-submit:hover, .btn-group > .tribe-button:active, .btn-group > .tribe-button:focus, .btn-group > .tribe-button:hover, .comment-form .btn-group-vertical > input.active[type=submit], .comment-form .btn-group-vertical > input:active[type=submit], .comment-form .btn-group-vertical > input:focus[type=submit], .comment-form .btn-group-vertical > input:hover[type=submit], .comment-form .btn-group > input.active[type=submit], .comment-form .btn-group > input:active[type=submit], .comment-form .btn-group > input:focus[type=submit], .comment-form .btn-group > input:hover[type=submit], .gform_wrapper .btn-group-vertical > .active.gform_button, .gform_wrapper .btn-group-vertical > .gform_button:active, .gform_wrapper .btn-group-vertical > .gform_button:focus, .gform_wrapper .btn-group-vertical > .gform_button:hover, .gform_wrapper .btn-group > .active.gform_button, .gform_wrapper .btn-group > .gform_button:active, .gform_wrapper .btn-group > .gform_button:focus, .gform_wrapper .btn-group > .gform_button:hover, .search-form .btn-group-vertical > .active.search-submit, .search-form .btn-group-vertical > .search-submit:active, .search-form .btn-group-vertical > .search-submit:focus, .search-form .btn-group-vertical > .search-submit:hover, .search-form .btn-group > .active.search-submit, .search-form .btn-group > .search-submit:active, .search-form .btn-group > .search-submit:focus, .search-form .btn-group > .search-submit:hover, .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.active.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.active.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:hover {
  z-index: 1;
}

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

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

.btn-group > #wp-submit:not(:first-child), .btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child), .btn-group > .mepr-submit:not(:first-child), .btn-group > .tribe-button:not(:first-child), .comment-form .btn-group > input:not(:first-child)[type=submit], .gform_wrapper .btn-group > .gform_button:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child), .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:not(:first-child) {
  margin-left: -1px;
}

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

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

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

.btn-group-sm > #wp-submit + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .mepr-submit + .dropdown-toggle-split, .btn-group-sm > .tribe-button + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .gform_wrapper .btn-group-sm > .gform_button + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split, .woocommerce-cart .wc-proceed-to-checkout .btn-group-sm > a.checkout-button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > #wp-submit + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .mepr-submit + .dropdown-toggle-split, .btn-group-lg > .tribe-button + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .gform_wrapper .btn-group-lg > .gform_button + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split, .woocommerce-cart .wc-proceed-to-checkout .btn-group-lg > a.checkout-button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

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

.btn-group-vertical > #wp-submit, .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .mepr-submit, .btn-group-vertical > .tribe-button, .comment-form .btn-group-vertical > input[type=submit], .gform_wrapper .btn-group-vertical > .gform_button, .search-form .btn-group-vertical > .search-submit, .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button {
  width: 100%;
}

.btn-group-vertical > #wp-submit:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .mepr-submit:not(:first-child), .btn-group-vertical > .tribe-button:not(:first-child), .comment-form .btn-group-vertical > input:not(:first-child)[type=submit], .gform_wrapper .btn-group-vertical > .gform_button:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child), .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:not(:first-child) {
  margin-top: -1px;
}

.btn-group-toggle > #wp-submit, .btn-group-toggle > .btn, .btn-group-toggle > .btn-group > #wp-submit, .btn-group-toggle > .btn-group > .btn, .btn-group-toggle > .btn-group > .mepr-submit, .btn-group-toggle > .btn-group > .tribe-button, .btn-group-toggle > .mepr-submit, .btn-group-toggle > .tribe-button, .comment-form .btn-group-toggle > .btn-group > input[type=submit], .comment-form .btn-group-toggle > input[type=submit], .gform_wrapper .btn-group-toggle > .btn-group > .gform_button, .gform_wrapper .btn-group-toggle > .gform_button, .search-form .btn-group-toggle > .btn-group > .search-submit, .search-form .btn-group-toggle > .search-submit, .woocommerce-cart .wc-proceed-to-checkout .btn-group-toggle > .btn-group > a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .btn-group-toggle > a.checkout-button {
  margin-bottom: 0;
}

.btn-group-toggle > #wp-submit input[type=checkbox], .btn-group-toggle > #wp-submit input[type=radio], .btn-group-toggle > .btn-group > #wp-submit input[type=checkbox], .btn-group-toggle > .btn-group > #wp-submit input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn-group > .mepr-submit input[type=checkbox], .btn-group-toggle > .btn-group > .mepr-submit input[type=radio], .btn-group-toggle > .btn-group > .tribe-button input[type=checkbox], .btn-group-toggle > .btn-group > .tribe-button input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .mepr-submit input[type=checkbox], .btn-group-toggle > .mepr-submit input[type=radio], .btn-group-toggle > .tribe-button input[type=checkbox], .btn-group-toggle > .tribe-button input[type=radio], .comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox], .comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=radio], .comment-form .btn-group-toggle > input[type=submit] input[type=checkbox], .comment-form .btn-group-toggle > input[type=submit] input[type=radio], .gform_wrapper .btn-group-toggle > .btn-group > .gform_button input[type=checkbox], .gform_wrapper .btn-group-toggle > .btn-group > .gform_button input[type=radio], .gform_wrapper .btn-group-toggle > .gform_button input[type=checkbox], .gform_wrapper .btn-group-toggle > .gform_button input[type=radio], .search-form .btn-group-toggle > .btn-group > .search-submit input[type=checkbox], .search-form .btn-group-toggle > .btn-group > .search-submit input[type=radio], .search-form .btn-group-toggle > .search-submit input[type=checkbox], .search-form .btn-group-toggle > .search-submit input[type=radio], .woocommerce-cart .wc-proceed-to-checkout .btn-group-toggle > .btn-group > a.checkout-button input[type=checkbox], .woocommerce-cart .wc-proceed-to-checkout .btn-group-toggle > .btn-group > a.checkout-button input[type=radio], .woocommerce-cart .wc-proceed-to-checkout .btn-group-toggle > a.checkout-button input[type=checkbox], .woocommerce-cart .wc-proceed-to-checkout .btn-group-toggle > a.checkout-button input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

#buy-tickets .input-group > input, .comment-form .input-group > input[type=email], .comment-form .input-group > input[type=text], .comment-form .input-group > input[type=url], .comment-form .input-group > textarea, .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group > textarea, .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext, .input-group > input.hs-input, .input-group > textarea.hs-input, .search-form .input-group > .search-field, .woocommerce-cart .quantity .input-group > input.qty, .woocommerce form .form-row .input-group > input.input-text, .woocommerce form .form-row .input-group > textarea {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

#buy-tickets .comment-form .input-group > input + input[type=email], #buy-tickets .comment-form .input-group > input + input[type=text], #buy-tickets .comment-form .input-group > input + input[type=url], #buy-tickets .comment-form .input-group > input + textarea, #buy-tickets .comment-form .input-group > input[type=email] + input, #buy-tickets .comment-form .input-group > input[type=text] + input, #buy-tickets .comment-form .input-group > input[type=url] + input, #buy-tickets .comment-form .input-group > textarea + input, #buy-tickets .ginput_container .input-group > input + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), #buy-tickets .ginput_container .input-group > input + textarea, #buy-tickets .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input, #buy-tickets .ginput_container .input-group > textarea + input, #buy-tickets .input-group > .custom-file + input, #buy-tickets .input-group > .custom-select + input, #buy-tickets .input-group > .form-control + input, #buy-tickets .input-group > .form-control-plaintext + input, #buy-tickets .input-group > input + .custom-file, #buy-tickets .input-group > input + .custom-select, #buy-tickets .input-group > input + .form-control, #buy-tickets .input-group > input + input, #buy-tickets .input-group > input + input.hs-input, #buy-tickets .input-group > input + textarea.hs-input, #buy-tickets .input-group > input.hs-input + input, #buy-tickets .input-group > textarea.hs-input + input, #buy-tickets .search-form .input-group > .search-field + input, #buy-tickets .search-form .input-group > input + .search-field, #buy-tickets .woocommerce-cart .quantity .input-group > input + input.qty, #buy-tickets .woocommerce-cart .quantity .input-group > input.qty + input, #buy-tickets .woocommerce form .form-row .input-group > input + input.input-text, #buy-tickets .woocommerce form .form-row .input-group > input + textarea, #buy-tickets .woocommerce form .form-row .input-group > input.input-text + input, #buy-tickets .woocommerce form .form-row .input-group > textarea + input, .comment-form #buy-tickets .input-group > input + input[type=email], .comment-form #buy-tickets .input-group > input + input[type=text], .comment-form #buy-tickets .input-group > input + input[type=url], .comment-form #buy-tickets .input-group > input + textarea, .comment-form #buy-tickets .input-group > input[type=email] + input, .comment-form #buy-tickets .input-group > input[type=text] + input, .comment-form #buy-tickets .input-group > input[type=url] + input, .comment-form #buy-tickets .input-group > textarea + input, .comment-form .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input[type=email], .comment-form .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input[type=text], .comment-form .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input[type=url], .comment-form .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + textarea, .comment-form .ginput_container .input-group > input[type=email] + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .comment-form .ginput_container .input-group > input[type=email] + textarea, .comment-form .ginput_container .input-group > input[type=text] + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .comment-form .ginput_container .input-group > input[type=text] + textarea, .comment-form .ginput_container .input-group > input[type=url] + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .comment-form .ginput_container .input-group > input[type=url] + textarea, .comment-form .ginput_container .input-group > textarea + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .comment-form .ginput_container .input-group > textarea + input[type=email], .comment-form .ginput_container .input-group > textarea + input[type=text], .comment-form .ginput_container .input-group > textarea + input[type=url], .comment-form .ginput_container .input-group > textarea + textarea, .comment-form .input-group > .custom-file + input[type=email], .comment-form .input-group > .custom-file + input[type=text], .comment-form .input-group > .custom-file + input[type=url], .comment-form .input-group > .custom-file + textarea, .comment-form .input-group > .custom-select + input[type=email], .comment-form .input-group > .custom-select + input[type=text], .comment-form .input-group > .custom-select + input[type=url], .comment-form .input-group > .custom-select + textarea, .comment-form .input-group > .form-control + input[type=email], .comment-form .input-group > .form-control + input[type=text], .comment-form .input-group > .form-control + input[type=url], .comment-form .input-group > .form-control + textarea, .comment-form .input-group > .form-control-plaintext + input[type=email], .comment-form .input-group > .form-control-plaintext + input[type=text], .comment-form .input-group > .form-control-plaintext + input[type=url], .comment-form .input-group > .form-control-plaintext + textarea, .comment-form .input-group > input.hs-input + input[type=email], .comment-form .input-group > input.hs-input + input[type=text], .comment-form .input-group > input.hs-input + input[type=url], .comment-form .input-group > input.hs-input + textarea, .comment-form .input-group > input[type=email] + .custom-file, .comment-form .input-group > input[type=email] + .custom-select, .comment-form .input-group > input[type=email] + .form-control, .comment-form .input-group > input[type=email] + input.hs-input, .comment-form .input-group > input[type=email] + input[type=email], .comment-form .input-group > input[type=email] + input[type=text], .comment-form .input-group > input[type=email] + input[type=url], .comment-form .input-group > input[type=email] + textarea, .comment-form .input-group > input[type=email] + textarea.hs-input, .comment-form .input-group > input[type=text] + .custom-file, .comment-form .input-group > input[type=text] + .custom-select, .comment-form .input-group > input[type=text] + .form-control, .comment-form .input-group > input[type=text] + input.hs-input, .comment-form .input-group > input[type=text] + input[type=email], .comment-form .input-group > input[type=text] + input[type=text], .comment-form .input-group > input[type=text] + input[type=url], .comment-form .input-group > input[type=text] + textarea, .comment-form .input-group > input[type=text] + textarea.hs-input, .comment-form .input-group > input[type=url] + .custom-file, .comment-form .input-group > input[type=url] + .custom-select, .comment-form .input-group > input[type=url] + .form-control, .comment-form .input-group > input[type=url] + input.hs-input, .comment-form .input-group > input[type=url] + input[type=email], .comment-form .input-group > input[type=url] + input[type=text], .comment-form .input-group > input[type=url] + input[type=url], .comment-form .input-group > input[type=url] + textarea, .comment-form .input-group > input[type=url] + textarea.hs-input, .comment-form .input-group > textarea + .custom-file, .comment-form .input-group > textarea + .custom-select, .comment-form .input-group > textarea + .form-control, .comment-form .input-group > textarea + input.hs-input, .comment-form .input-group > textarea + input[type=email], .comment-form .input-group > textarea + input[type=text], .comment-form .input-group > textarea + input[type=url], .comment-form .input-group > textarea + textarea, .comment-form .input-group > textarea + textarea.hs-input, .comment-form .input-group > textarea.hs-input + input[type=email], .comment-form .input-group > textarea.hs-input + input[type=text], .comment-form .input-group > textarea.hs-input + input[type=url], .comment-form .input-group > textarea.hs-input + textarea, .comment-form .search-form .input-group > .search-field + input[type=email], .comment-form .search-form .input-group > .search-field + input[type=text], .comment-form .search-form .input-group > .search-field + input[type=url], .comment-form .search-form .input-group > .search-field + textarea, .comment-form .search-form .input-group > input[type=email] + .search-field, .comment-form .search-form .input-group > input[type=text] + .search-field, .comment-form .search-form .input-group > input[type=url] + .search-field, .comment-form .search-form .input-group > textarea + .search-field, .comment-form .woocommerce-cart .quantity .input-group > input.qty + input[type=email], .comment-form .woocommerce-cart .quantity .input-group > input.qty + input[type=text], .comment-form .woocommerce-cart .quantity .input-group > input.qty + input[type=url], .comment-form .woocommerce-cart .quantity .input-group > input.qty + textarea, .comment-form .woocommerce-cart .quantity .input-group > input[type=email] + input.qty, .comment-form .woocommerce-cart .quantity .input-group > input[type=text] + input.qty, .comment-form .woocommerce-cart .quantity .input-group > input[type=url] + input.qty, .comment-form .woocommerce-cart .quantity .input-group > textarea + input.qty, .comment-form .woocommerce form .form-row .input-group > input.input-text + input[type=email], .comment-form .woocommerce form .form-row .input-group > input.input-text + input[type=text], .comment-form .woocommerce form .form-row .input-group > input.input-text + input[type=url], .comment-form .woocommerce form .form-row .input-group > input.input-text + textarea, .comment-form .woocommerce form .form-row .input-group > input[type=email] + input.input-text, .comment-form .woocommerce form .form-row .input-group > input[type=email] + textarea, .comment-form .woocommerce form .form-row .input-group > input[type=text] + input.input-text, .comment-form .woocommerce form .form-row .input-group > input[type=text] + textarea, .comment-form .woocommerce form .form-row .input-group > input[type=url] + input.input-text, .comment-form .woocommerce form .form-row .input-group > input[type=url] + textarea, .comment-form .woocommerce form .form-row .input-group > textarea + input.input-text, .comment-form .woocommerce form .form-row .input-group > textarea + input[type=email], .comment-form .woocommerce form .form-row .input-group > textarea + input[type=text], .comment-form .woocommerce form .form-row .input-group > textarea + input[type=url], .comment-form .woocommerce form .form-row .input-group > textarea + textarea, .ginput_container #buy-tickets .input-group > input + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container #buy-tickets .input-group > input + textarea, .ginput_container #buy-tickets .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input, .ginput_container #buy-tickets .input-group > textarea + input, .ginput_container .comment-form .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input[type=email], .ginput_container .comment-form .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input[type=text], .ginput_container .comment-form .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input[type=url], .ginput_container .comment-form .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + textarea, .ginput_container .comment-form .input-group > input[type=email] + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .comment-form .input-group > input[type=email] + textarea, .ginput_container .comment-form .input-group > input[type=text] + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .comment-form .input-group > input[type=text] + textarea, .ginput_container .comment-form .input-group > input[type=url] + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .comment-form .input-group > input[type=url] + textarea, .ginput_container .comment-form .input-group > textarea + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .comment-form .input-group > textarea + input[type=email], .ginput_container .comment-form .input-group > textarea + input[type=text], .ginput_container .comment-form .input-group > textarea + input[type=url], .ginput_container .comment-form .input-group > textarea + textarea, .ginput_container .input-group > .custom-file + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group > .custom-file + textarea, .ginput_container .input-group > .custom-select + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group > .custom-select + textarea, .ginput_container .input-group > .form-control + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group > .form-control + textarea, .ginput_container .input-group > .form-control-plaintext + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group > .form-control-plaintext + textarea, .ginput_container .input-group > input.hs-input + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group > input.hs-input + textarea, .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + .custom-file, .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + .custom-select, .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + .form-control, .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input.hs-input, .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + textarea, .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + textarea.hs-input, .ginput_container .input-group > textarea + .custom-file, .ginput_container .input-group > textarea + .custom-select, .ginput_container .input-group > textarea + .form-control, .ginput_container .input-group > textarea + input.hs-input, .ginput_container .input-group > textarea + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group > textarea + textarea, .ginput_container .input-group > textarea + textarea.hs-input, .ginput_container .input-group > textarea.hs-input + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group > textarea.hs-input + textarea, .ginput_container .search-form .input-group > .search-field + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .search-form .input-group > .search-field + textarea, .ginput_container .search-form .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + .search-field, .ginput_container .search-form .input-group > textarea + .search-field, .ginput_container .woocommerce-cart .quantity .input-group > input.qty + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .woocommerce-cart .quantity .input-group > input.qty + textarea, .ginput_container .woocommerce-cart .quantity .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input.qty, .ginput_container .woocommerce-cart .quantity .input-group > textarea + input.qty, .ginput_container .woocommerce form .form-row .input-group > input.input-text + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .woocommerce form .form-row .input-group > input.input-text + textarea, .ginput_container .woocommerce form .form-row .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input.input-text, .ginput_container .woocommerce form .form-row .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + textarea, .ginput_container .woocommerce form .form-row .input-group > textarea + input.input-text, .ginput_container .woocommerce form .form-row .input-group > textarea + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .woocommerce form .form-row .input-group > textarea + textarea, .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-file + input.hs-input, .input-group > .custom-file + textarea.hs-input, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .custom-select + input.hs-input, .input-group > .custom-select + textarea.hs-input, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control + input.hs-input, .input-group > .form-control + textarea.hs-input, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + input.hs-input, .input-group > .form-control-plaintext + textarea.hs-input, .input-group > input.hs-input + .custom-file, .input-group > input.hs-input + .custom-select, .input-group > input.hs-input + .form-control, .input-group > input.hs-input + input.hs-input, .input-group > input.hs-input + textarea.hs-input, .input-group > textarea.hs-input + .custom-file, .input-group > textarea.hs-input + .custom-select, .input-group > textarea.hs-input + .form-control, .input-group > textarea.hs-input + input.hs-input, .input-group > textarea.hs-input + textarea.hs-input, .search-form #buy-tickets .input-group > .search-field + input, .search-form #buy-tickets .input-group > input + .search-field, .search-form .comment-form .input-group > .search-field + input[type=email], .search-form .comment-form .input-group > .search-field + input[type=text], .search-form .comment-form .input-group > .search-field + input[type=url], .search-form .comment-form .input-group > .search-field + textarea, .search-form .comment-form .input-group > input[type=email] + .search-field, .search-form .comment-form .input-group > input[type=text] + .search-field, .search-form .comment-form .input-group > input[type=url] + .search-field, .search-form .comment-form .input-group > textarea + .search-field, .search-form .ginput_container .input-group > .search-field + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .search-form .ginput_container .input-group > .search-field + textarea, .search-form .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + .search-field, .search-form .ginput_container .input-group > textarea + .search-field, .search-form .input-group > .custom-file + .search-field, .search-form .input-group > .custom-select + .search-field, .search-form .input-group > .form-control + .search-field, .search-form .input-group > .form-control-plaintext + .search-field, .search-form .input-group > .search-field + .custom-file, .search-form .input-group > .search-field + .custom-select, .search-form .input-group > .search-field + .form-control, .search-form .input-group > .search-field + .search-field, .search-form .input-group > .search-field + input.hs-input, .search-form .input-group > .search-field + textarea.hs-input, .search-form .input-group > input.hs-input + .search-field, .search-form .input-group > textarea.hs-input + .search-field, .search-form .woocommerce-cart .quantity .input-group > .search-field + input.qty, .search-form .woocommerce-cart .quantity .input-group > input.qty + .search-field, .search-form .woocommerce form .form-row .input-group > .search-field + input.input-text, .search-form .woocommerce form .form-row .input-group > .search-field + textarea, .search-form .woocommerce form .form-row .input-group > input.input-text + .search-field, .search-form .woocommerce form .form-row .input-group > textarea + .search-field, .woocommerce-cart .quantity #buy-tickets .input-group > input + input.qty, .woocommerce-cart .quantity #buy-tickets .input-group > input.qty + input, .woocommerce-cart .quantity .comment-form .input-group > input.qty + input[type=email], .woocommerce-cart .quantity .comment-form .input-group > input.qty + input[type=text], .woocommerce-cart .quantity .comment-form .input-group > input.qty + input[type=url], .woocommerce-cart .quantity .comment-form .input-group > input.qty + textarea, .woocommerce-cart .quantity .comment-form .input-group > input[type=email] + input.qty, .woocommerce-cart .quantity .comment-form .input-group > input[type=text] + input.qty, .woocommerce-cart .quantity .comment-form .input-group > input[type=url] + input.qty, .woocommerce-cart .quantity .comment-form .input-group > textarea + input.qty, .woocommerce-cart .quantity .ginput_container .input-group > input.qty + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .woocommerce-cart .quantity .ginput_container .input-group > input.qty + textarea, .woocommerce-cart .quantity .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input.qty, .woocommerce-cart .quantity .ginput_container .input-group > textarea + input.qty, .woocommerce-cart .quantity .input-group > .custom-file + input.qty, .woocommerce-cart .quantity .input-group > .custom-select + input.qty, .woocommerce-cart .quantity .input-group > .form-control + input.qty, .woocommerce-cart .quantity .input-group > .form-control-plaintext + input.qty, .woocommerce-cart .quantity .input-group > input.hs-input + input.qty, .woocommerce-cart .quantity .input-group > input.qty + .custom-file, .woocommerce-cart .quantity .input-group > input.qty + .custom-select, .woocommerce-cart .quantity .input-group > input.qty + .form-control, .woocommerce-cart .quantity .input-group > input.qty + input.hs-input, .woocommerce-cart .quantity .input-group > input.qty + input.qty, .woocommerce-cart .quantity .input-group > input.qty + textarea.hs-input, .woocommerce-cart .quantity .input-group > textarea.hs-input + input.qty, .woocommerce-cart .quantity .search-form .input-group > .search-field + input.qty, .woocommerce-cart .quantity .search-form .input-group > input.qty + .search-field, .woocommerce-cart .quantity .woocommerce form .form-row .input-group > input.input-text + input.qty, .woocommerce-cart .quantity .woocommerce form .form-row .input-group > input.qty + input.input-text, .woocommerce-cart .quantity .woocommerce form .form-row .input-group > input.qty + textarea, .woocommerce-cart .quantity .woocommerce form .form-row .input-group > textarea + input.qty, .woocommerce form .form-row #buy-tickets .input-group > input + input.input-text, .woocommerce form .form-row #buy-tickets .input-group > input + textarea, .woocommerce form .form-row #buy-tickets .input-group > input.input-text + input, .woocommerce form .form-row #buy-tickets .input-group > textarea + input, .woocommerce form .form-row .comment-form .input-group > input.input-text + input[type=email], .woocommerce form .form-row .comment-form .input-group > input.input-text + input[type=text], .woocommerce form .form-row .comment-form .input-group > input.input-text + input[type=url], .woocommerce form .form-row .comment-form .input-group > input.input-text + textarea, .woocommerce form .form-row .comment-form .input-group > input[type=email] + input.input-text, .woocommerce form .form-row .comment-form .input-group > input[type=email] + textarea, .woocommerce form .form-row .comment-form .input-group > input[type=text] + input.input-text, .woocommerce form .form-row .comment-form .input-group > input[type=text] + textarea, .woocommerce form .form-row .comment-form .input-group > input[type=url] + input.input-text, .woocommerce form .form-row .comment-form .input-group > input[type=url] + textarea, .woocommerce form .form-row .comment-form .input-group > textarea + input.input-text, .woocommerce form .form-row .comment-form .input-group > textarea + input[type=email], .woocommerce form .form-row .comment-form .input-group > textarea + input[type=text], .woocommerce form .form-row .comment-form .input-group > textarea + input[type=url], .woocommerce form .form-row .comment-form .input-group > textarea + textarea, .woocommerce form .form-row .ginput_container .input-group > input.input-text + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .woocommerce form .form-row .ginput_container .input-group > input.input-text + textarea, .woocommerce form .form-row .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + input.input-text, .woocommerce form .form-row .ginput_container .input-group > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) + textarea, .woocommerce form .form-row .ginput_container .input-group > textarea + input.input-text, .woocommerce form .form-row .ginput_container .input-group > textarea + input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .woocommerce form .form-row .ginput_container .input-group > textarea + textarea, .woocommerce form .form-row .input-group > .custom-file + input.input-text, .woocommerce form .form-row .input-group > .custom-file + textarea, .woocommerce form .form-row .input-group > .custom-select + input.input-text, .woocommerce form .form-row .input-group > .custom-select + textarea, .woocommerce form .form-row .input-group > .form-control + input.input-text, .woocommerce form .form-row .input-group > .form-control + textarea, .woocommerce form .form-row .input-group > .form-control-plaintext + input.input-text, .woocommerce form .form-row .input-group > .form-control-plaintext + textarea, .woocommerce form .form-row .input-group > input.hs-input + input.input-text, .woocommerce form .form-row .input-group > input.hs-input + textarea, .woocommerce form .form-row .input-group > input.input-text + .custom-file, .woocommerce form .form-row .input-group > input.input-text + .custom-select, .woocommerce form .form-row .input-group > input.input-text + .form-control, .woocommerce form .form-row .input-group > input.input-text + input.hs-input, .woocommerce form .form-row .input-group > input.input-text + input.input-text, .woocommerce form .form-row .input-group > input.input-text + textarea, .woocommerce form .form-row .input-group > input.input-text + textarea.hs-input, .woocommerce form .form-row .input-group > textarea + .custom-file, .woocommerce form .form-row .input-group > textarea + .custom-select, .woocommerce form .form-row .input-group > textarea + .form-control, .woocommerce form .form-row .input-group > textarea + input.hs-input, .woocommerce form .form-row .input-group > textarea + input.input-text, .woocommerce form .form-row .input-group > textarea + textarea, .woocommerce form .form-row .input-group > textarea + textarea.hs-input, .woocommerce form .form-row .input-group > textarea.hs-input + input.input-text, .woocommerce form .form-row .input-group > textarea.hs-input + textarea, .woocommerce form .form-row .search-form .input-group > .search-field + input.input-text, .woocommerce form .form-row .search-form .input-group > .search-field + textarea, .woocommerce form .form-row .search-form .input-group > input.input-text + .search-field, .woocommerce form .form-row .search-form .input-group > textarea + .search-field, .woocommerce form .form-row .woocommerce-cart .quantity .input-group > input.input-text + input.qty, .woocommerce form .form-row .woocommerce-cart .quantity .input-group > input.qty + input.input-text, .woocommerce form .form-row .woocommerce-cart .quantity .input-group > input.qty + textarea, .woocommerce form .form-row .woocommerce-cart .quantity .input-group > textarea + input.qty {
  margin-left: -1px;
}

#buy-tickets .input-group > input:focus, .comment-form .input-group > input:focus[type=email], .comment-form .input-group > input:focus[type=text], .comment-form .input-group > input:focus[type=url], .comment-form .input-group > textarea:focus, .ginput_container .input-group > input:focus:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group > textarea:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus, .input-group > input.hs-input:focus, .input-group > textarea.hs-input:focus, .search-form .input-group > .search-field:focus, .woocommerce-cart .quantity .input-group > input.qty:focus, .woocommerce form .form-row .input-group > input.input-text:focus, .woocommerce form .form-row .input-group > textarea:focus {
  z-index: 3;
}

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

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

.input-group-append, .input-group-prepend, .input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-form .input-group-append input[type=submit], .comment-form .input-group-prepend input[type=submit], .gform_wrapper .input-group-append .gform_button, .gform_wrapper .input-group-prepend .gform_button, .input-group-append #wp-submit, .input-group-append .btn, .input-group-append .comment-form input[type=submit], .input-group-append .gform_wrapper .gform_button, .input-group-append .mepr-submit, .input-group-append .search-form .search-submit, .input-group-append .tribe-button, .input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .input-group-prepend #wp-submit, .input-group-prepend .btn, .input-group-prepend .comment-form input[type=submit], .input-group-prepend .gform_wrapper .gform_button, .input-group-prepend .mepr-submit, .input-group-prepend .search-form .search-submit, .input-group-prepend .tribe-button, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .input-group-append .search-submit, .search-form .input-group-prepend .search-submit, .woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button {
  position: relative;
  z-index: 2;
}

.comment-form .input-group-append input:focus[type=submit], .comment-form .input-group-prepend input:focus[type=submit], .gform_wrapper .input-group-append .gform_button:focus, .gform_wrapper .input-group-prepend .gform_button:focus, .input-group-append #wp-submit:focus, .input-group-append .btn:focus, .input-group-append .comment-form input:focus[type=submit], .input-group-append .gform_wrapper .gform_button:focus, .input-group-append .mepr-submit:focus, .input-group-append .search-form .search-submit:focus, .input-group-append .tribe-button:focus, .input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .input-group-prepend #wp-submit:focus, .input-group-prepend .btn:focus, .input-group-prepend .comment-form input:focus[type=submit], .input-group-prepend .gform_wrapper .gform_button:focus, .input-group-prepend .mepr-submit:focus, .input-group-prepend .search-form .search-submit:focus, .input-group-prepend .tribe-button:focus, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .search-form .input-group-append .search-submit:focus, .search-form .input-group-prepend .search-submit:focus, .woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button:focus {
  z-index: 3;
}

.comment-form .gform_wrapper .input-group-append .gform_button + input[type=submit], .comment-form .gform_wrapper .input-group-prepend .gform_button + input[type=submit], .comment-form .input-group-append #wp-submit + input[type=submit], .comment-form .input-group-append .btn + input[type=submit], .comment-form .input-group-append .gform_wrapper .gform_button + input[type=submit], .comment-form .input-group-append .gform_wrapper input[type=submit] + .gform_button, .comment-form .input-group-append .input-group-text + input[type=submit], .comment-form .input-group-append .mepr-submit + input[type=submit], .comment-form .input-group-append .search-form .search-submit + input[type=submit], .comment-form .input-group-append .search-form input[type=submit] + .search-submit, .comment-form .input-group-append .tribe-button + input[type=submit], .comment-form .input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + input[type=submit], .comment-form .input-group-append .woocommerce-cart .wc-proceed-to-checkout input[type=submit] + a.checkout-button, .comment-form .input-group-append input[type=submit] + #wp-submit, .comment-form .input-group-append input[type=submit] + .btn, .comment-form .input-group-append input[type=submit] + .input-group-text, .comment-form .input-group-append input[type=submit] + .mepr-submit, .comment-form .input-group-append input[type=submit] + .tribe-button, .comment-form .input-group-append input[type=submit] + input[type=submit], .comment-form .input-group-prepend #wp-submit + input[type=submit], .comment-form .input-group-prepend .btn + input[type=submit], .comment-form .input-group-prepend .gform_wrapper .gform_button + input[type=submit], .comment-form .input-group-prepend .gform_wrapper input[type=submit] + .gform_button, .comment-form .input-group-prepend .input-group-text + input[type=submit], .comment-form .input-group-prepend .mepr-submit + input[type=submit], .comment-form .input-group-prepend .search-form .search-submit + input[type=submit], .comment-form .input-group-prepend .search-form input[type=submit] + .search-submit, .comment-form .input-group-prepend .tribe-button + input[type=submit], .comment-form .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + input[type=submit], .comment-form .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout input[type=submit] + a.checkout-button, .comment-form .input-group-prepend input[type=submit] + #wp-submit, .comment-form .input-group-prepend input[type=submit] + .btn, .comment-form .input-group-prepend input[type=submit] + .input-group-text, .comment-form .input-group-prepend input[type=submit] + .mepr-submit, .comment-form .input-group-prepend input[type=submit] + .tribe-button, .comment-form .input-group-prepend input[type=submit] + input[type=submit], .comment-form .search-form .input-group-append .search-submit + input[type=submit], .comment-form .search-form .input-group-prepend .search-submit + input[type=submit], .comment-form .woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button + input[type=submit], .comment-form .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button + input[type=submit], .gform_wrapper .comment-form .input-group-append input[type=submit] + .gform_button, .gform_wrapper .comment-form .input-group-prepend input[type=submit] + .gform_button, .gform_wrapper .input-group-append #wp-submit + .gform_button, .gform_wrapper .input-group-append .btn + .gform_button, .gform_wrapper .input-group-append .comment-form .gform_button + input[type=submit], .gform_wrapper .input-group-append .comment-form input[type=submit] + .gform_button, .gform_wrapper .input-group-append .gform_button + #wp-submit, .gform_wrapper .input-group-append .gform_button + .btn, .gform_wrapper .input-group-append .gform_button + .gform_button, .gform_wrapper .input-group-append .gform_button + .input-group-text, .gform_wrapper .input-group-append .gform_button + .mepr-submit, .gform_wrapper .input-group-append .gform_button + .tribe-button, .gform_wrapper .input-group-append .input-group-text + .gform_button, .gform_wrapper .input-group-append .mepr-submit + .gform_button, .gform_wrapper .input-group-append .search-form .gform_button + .search-submit, .gform_wrapper .input-group-append .search-form .search-submit + .gform_button, .gform_wrapper .input-group-append .tribe-button + .gform_button, .gform_wrapper .input-group-append .woocommerce-cart .wc-proceed-to-checkout .gform_button + a.checkout-button, .gform_wrapper .input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .gform_button, .gform_wrapper .input-group-prepend #wp-submit + .gform_button, .gform_wrapper .input-group-prepend .btn + .gform_button, .gform_wrapper .input-group-prepend .comment-form .gform_button + input[type=submit], .gform_wrapper .input-group-prepend .comment-form input[type=submit] + .gform_button, .gform_wrapper .input-group-prepend .gform_button + #wp-submit, .gform_wrapper .input-group-prepend .gform_button + .btn, .gform_wrapper .input-group-prepend .gform_button + .gform_button, .gform_wrapper .input-group-prepend .gform_button + .input-group-text, .gform_wrapper .input-group-prepend .gform_button + .mepr-submit, .gform_wrapper .input-group-prepend .gform_button + .tribe-button, .gform_wrapper .input-group-prepend .input-group-text + .gform_button, .gform_wrapper .input-group-prepend .mepr-submit + .gform_button, .gform_wrapper .input-group-prepend .search-form .gform_button + .search-submit, .gform_wrapper .input-group-prepend .search-form .search-submit + .gform_button, .gform_wrapper .input-group-prepend .tribe-button + .gform_button, .gform_wrapper .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout .gform_button + a.checkout-button, .gform_wrapper .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .gform_button, .gform_wrapper .search-form .input-group-append .search-submit + .gform_button, .gform_wrapper .search-form .input-group-prepend .search-submit + .gform_button, .gform_wrapper .woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button + .gform_button, .gform_wrapper .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button + .gform_button, .input-group-append #wp-submit + #wp-submit, .input-group-append #wp-submit + .btn, .input-group-append #wp-submit + .input-group-text, .input-group-append #wp-submit + .mepr-submit, .input-group-append #wp-submit + .tribe-button, .input-group-append .btn + #wp-submit, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .btn + .mepr-submit, .input-group-append .btn + .tribe-button, .input-group-append .comment-form #wp-submit + input[type=submit], .input-group-append .comment-form .btn + input[type=submit], .input-group-append .comment-form .gform_wrapper input[type=submit] + .gform_button, .input-group-append .comment-form .input-group-text + input[type=submit], .input-group-append .comment-form .mepr-submit + input[type=submit], .input-group-append .comment-form .search-form input[type=submit] + .search-submit, .input-group-append .comment-form .tribe-button + input[type=submit], .input-group-append .comment-form .woocommerce-cart .wc-proceed-to-checkout input[type=submit] + a.checkout-button, .input-group-append .comment-form input[type=submit] + #wp-submit, .input-group-append .comment-form input[type=submit] + .btn, .input-group-append .comment-form input[type=submit] + .input-group-text, .input-group-append .comment-form input[type=submit] + .mepr-submit, .input-group-append .comment-form input[type=submit] + .tribe-button, .input-group-append .comment-form input[type=submit] + input[type=submit], .input-group-append .gform_wrapper #wp-submit + .gform_button, .input-group-append .gform_wrapper .btn + .gform_button, .input-group-append .gform_wrapper .comment-form .gform_button + input[type=submit], .input-group-append .gform_wrapper .gform_button + #wp-submit, .input-group-append .gform_wrapper .gform_button + .btn, .input-group-append .gform_wrapper .gform_button + .gform_button, .input-group-append .gform_wrapper .gform_button + .input-group-text, .input-group-append .gform_wrapper .gform_button + .mepr-submit, .input-group-append .gform_wrapper .gform_button + .tribe-button, .input-group-append .gform_wrapper .input-group-text + .gform_button, .input-group-append .gform_wrapper .mepr-submit + .gform_button, .input-group-append .gform_wrapper .search-form .gform_button + .search-submit, .input-group-append .gform_wrapper .tribe-button + .gform_button, .input-group-append .gform_wrapper .woocommerce-cart .wc-proceed-to-checkout .gform_button + a.checkout-button, .input-group-append .input-group-text + #wp-submit, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .mepr-submit, .input-group-append .input-group-text + .tribe-button, .input-group-append .mepr-submit + #wp-submit, .input-group-append .mepr-submit + .btn, .input-group-append .mepr-submit + .input-group-text, .input-group-append .mepr-submit + .mepr-submit, .input-group-append .mepr-submit + .tribe-button, .input-group-append .search-form #wp-submit + .search-submit, .input-group-append .search-form .btn + .search-submit, .input-group-append .search-form .comment-form .search-submit + input[type=submit], .input-group-append .search-form .gform_wrapper .search-submit + .gform_button, .input-group-append .search-form .input-group-text + .search-submit, .input-group-append .search-form .mepr-submit + .search-submit, .input-group-append .search-form .search-submit + #wp-submit, .input-group-append .search-form .search-submit + .btn, .input-group-append .search-form .search-submit + .input-group-text, .input-group-append .search-form .search-submit + .mepr-submit, .input-group-append .search-form .search-submit + .search-submit, .input-group-append .search-form .search-submit + .tribe-button, .input-group-append .search-form .tribe-button + .search-submit, .input-group-append .search-form .woocommerce-cart .wc-proceed-to-checkout .search-submit + a.checkout-button, .input-group-append .tribe-button + #wp-submit, .input-group-append .tribe-button + .btn, .input-group-append .tribe-button + .input-group-text, .input-group-append .tribe-button + .mepr-submit, .input-group-append .tribe-button + .tribe-button, .input-group-append .woocommerce-cart .wc-proceed-to-checkout #wp-submit + a.checkout-button, .input-group-append .woocommerce-cart .wc-proceed-to-checkout .btn + a.checkout-button, .input-group-append .woocommerce-cart .wc-proceed-to-checkout .comment-form a.checkout-button + input[type=submit], .input-group-append .woocommerce-cart .wc-proceed-to-checkout .gform_wrapper a.checkout-button + .gform_button, .input-group-append .woocommerce-cart .wc-proceed-to-checkout .input-group-text + a.checkout-button, .input-group-append .woocommerce-cart .wc-proceed-to-checkout .mepr-submit + a.checkout-button, .input-group-append .woocommerce-cart .wc-proceed-to-checkout .search-form a.checkout-button + .search-submit, .input-group-append .woocommerce-cart .wc-proceed-to-checkout .tribe-button + a.checkout-button, .input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + #wp-submit, .input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn, .input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .input-group-text, .input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .mepr-submit, .input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .tribe-button, .input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.checkout-button, .input-group-prepend #wp-submit + #wp-submit, .input-group-prepend #wp-submit + .btn, .input-group-prepend #wp-submit + .input-group-text, .input-group-prepend #wp-submit + .mepr-submit, .input-group-prepend #wp-submit + .tribe-button, .input-group-prepend .btn + #wp-submit, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .btn + .mepr-submit, .input-group-prepend .btn + .tribe-button, .input-group-prepend .comment-form #wp-submit + input[type=submit], .input-group-prepend .comment-form .btn + input[type=submit], .input-group-prepend .comment-form .gform_wrapper input[type=submit] + .gform_button, .input-group-prepend .comment-form .input-group-text + input[type=submit], .input-group-prepend .comment-form .mepr-submit + input[type=submit], .input-group-prepend .comment-form .search-form input[type=submit] + .search-submit, .input-group-prepend .comment-form .tribe-button + input[type=submit], .input-group-prepend .comment-form .woocommerce-cart .wc-proceed-to-checkout input[type=submit] + a.checkout-button, .input-group-prepend .comment-form input[type=submit] + #wp-submit, .input-group-prepend .comment-form input[type=submit] + .btn, .input-group-prepend .comment-form input[type=submit] + .input-group-text, .input-group-prepend .comment-form input[type=submit] + .mepr-submit, .input-group-prepend .comment-form input[type=submit] + .tribe-button, .input-group-prepend .comment-form input[type=submit] + input[type=submit], .input-group-prepend .gform_wrapper #wp-submit + .gform_button, .input-group-prepend .gform_wrapper .btn + .gform_button, .input-group-prepend .gform_wrapper .comment-form .gform_button + input[type=submit], .input-group-prepend .gform_wrapper .gform_button + #wp-submit, .input-group-prepend .gform_wrapper .gform_button + .btn, .input-group-prepend .gform_wrapper .gform_button + .gform_button, .input-group-prepend .gform_wrapper .gform_button + .input-group-text, .input-group-prepend .gform_wrapper .gform_button + .mepr-submit, .input-group-prepend .gform_wrapper .gform_button + .tribe-button, .input-group-prepend .gform_wrapper .input-group-text + .gform_button, .input-group-prepend .gform_wrapper .mepr-submit + .gform_button, .input-group-prepend .gform_wrapper .search-form .gform_button + .search-submit, .input-group-prepend .gform_wrapper .tribe-button + .gform_button, .input-group-prepend .gform_wrapper .woocommerce-cart .wc-proceed-to-checkout .gform_button + a.checkout-button, .input-group-prepend .input-group-text + #wp-submit, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .mepr-submit, .input-group-prepend .input-group-text + .tribe-button, .input-group-prepend .mepr-submit + #wp-submit, .input-group-prepend .mepr-submit + .btn, .input-group-prepend .mepr-submit + .input-group-text, .input-group-prepend .mepr-submit + .mepr-submit, .input-group-prepend .mepr-submit + .tribe-button, .input-group-prepend .search-form #wp-submit + .search-submit, .input-group-prepend .search-form .btn + .search-submit, .input-group-prepend .search-form .comment-form .search-submit + input[type=submit], .input-group-prepend .search-form .gform_wrapper .search-submit + .gform_button, .input-group-prepend .search-form .input-group-text + .search-submit, .input-group-prepend .search-form .mepr-submit + .search-submit, .input-group-prepend .search-form .search-submit + #wp-submit, .input-group-prepend .search-form .search-submit + .btn, .input-group-prepend .search-form .search-submit + .input-group-text, .input-group-prepend .search-form .search-submit + .mepr-submit, .input-group-prepend .search-form .search-submit + .search-submit, .input-group-prepend .search-form .search-submit + .tribe-button, .input-group-prepend .search-form .tribe-button + .search-submit, .input-group-prepend .search-form .woocommerce-cart .wc-proceed-to-checkout .search-submit + a.checkout-button, .input-group-prepend .tribe-button + #wp-submit, .input-group-prepend .tribe-button + .btn, .input-group-prepend .tribe-button + .input-group-text, .input-group-prepend .tribe-button + .mepr-submit, .input-group-prepend .tribe-button + .tribe-button, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout #wp-submit + a.checkout-button, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout .btn + a.checkout-button, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout .comment-form a.checkout-button + input[type=submit], .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout .gform_wrapper a.checkout-button + .gform_button, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout .input-group-text + a.checkout-button, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout .mepr-submit + a.checkout-button, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout .search-form a.checkout-button + .search-submit, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout .tribe-button + a.checkout-button, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + #wp-submit, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .input-group-text, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .mepr-submit, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .tribe-button, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.checkout-button, .search-form .comment-form .input-group-append input[type=submit] + .search-submit, .search-form .comment-form .input-group-prepend input[type=submit] + .search-submit, .search-form .gform_wrapper .input-group-append .gform_button + .search-submit, .search-form .gform_wrapper .input-group-prepend .gform_button + .search-submit, .search-form .input-group-append #wp-submit + .search-submit, .search-form .input-group-append .btn + .search-submit, .search-form .input-group-append .comment-form .search-submit + input[type=submit], .search-form .input-group-append .comment-form input[type=submit] + .search-submit, .search-form .input-group-append .gform_wrapper .gform_button + .search-submit, .search-form .input-group-append .gform_wrapper .search-submit + .gform_button, .search-form .input-group-append .input-group-text + .search-submit, .search-form .input-group-append .mepr-submit + .search-submit, .search-form .input-group-append .search-submit + #wp-submit, .search-form .input-group-append .search-submit + .btn, .search-form .input-group-append .search-submit + .input-group-text, .search-form .input-group-append .search-submit + .mepr-submit, .search-form .input-group-append .search-submit + .search-submit, .search-form .input-group-append .search-submit + .tribe-button, .search-form .input-group-append .tribe-button + .search-submit, .search-form .input-group-append .woocommerce-cart .wc-proceed-to-checkout .search-submit + a.checkout-button, .search-form .input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .search-submit, .search-form .input-group-prepend #wp-submit + .search-submit, .search-form .input-group-prepend .btn + .search-submit, .search-form .input-group-prepend .comment-form .search-submit + input[type=submit], .search-form .input-group-prepend .comment-form input[type=submit] + .search-submit, .search-form .input-group-prepend .gform_wrapper .gform_button + .search-submit, .search-form .input-group-prepend .gform_wrapper .search-submit + .gform_button, .search-form .input-group-prepend .input-group-text + .search-submit, .search-form .input-group-prepend .mepr-submit + .search-submit, .search-form .input-group-prepend .search-submit + #wp-submit, .search-form .input-group-prepend .search-submit + .btn, .search-form .input-group-prepend .search-submit + .input-group-text, .search-form .input-group-prepend .search-submit + .mepr-submit, .search-form .input-group-prepend .search-submit + .search-submit, .search-form .input-group-prepend .search-submit + .tribe-button, .search-form .input-group-prepend .tribe-button + .search-submit, .search-form .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout .search-submit + a.checkout-button, .search-form .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .search-submit, .search-form .woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button + .search-submit, .search-form .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button + .search-submit, .woocommerce-cart .wc-proceed-to-checkout .comment-form .input-group-append input[type=submit] + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .comment-form .input-group-prepend input[type=submit] + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .gform_wrapper .input-group-append .gform_button + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .gform_wrapper .input-group-prepend .gform_button + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-append #wp-submit + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-append .btn + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-append .comment-form a.checkout-button + input[type=submit], .woocommerce-cart .wc-proceed-to-checkout .input-group-append .comment-form input[type=submit] + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-append .gform_wrapper .gform_button + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-append .gform_wrapper a.checkout-button + .gform_button, .woocommerce-cart .wc-proceed-to-checkout .input-group-append .input-group-text + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-append .mepr-submit + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-append .search-form .search-submit + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-append .search-form a.checkout-button + .search-submit, .woocommerce-cart .wc-proceed-to-checkout .input-group-append .tribe-button + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button + #wp-submit, .woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button + .btn, .woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button + .input-group-text, .woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button + .mepr-submit, .woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button + .tribe-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend #wp-submit + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .btn + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .comment-form a.checkout-button + input[type=submit], .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .comment-form input[type=submit] + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .gform_wrapper .gform_button + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .gform_wrapper a.checkout-button + .gform_button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .input-group-text + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .mepr-submit + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .search-form .search-submit + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .search-form a.checkout-button + .search-submit, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .tribe-button + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button + #wp-submit, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button + .btn, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button + .input-group-text, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button + .mepr-submit, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button + .tribe-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .search-form .input-group-append .search-submit + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .search-form .input-group-prepend .search-submit + a.checkout-button {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e4e4e4;
  border: 1px solid hsla(0deg, 0%, 59%, 0.29);
}

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

#buy-tickets .input-group-lg > input:not(textarea), .comment-form .input-group-lg > input:not(textarea)[type=email], .comment-form .input-group-lg > input:not(textarea)[type=text], .comment-form .input-group-lg > input:not(textarea)[type=url], .comment-form .input-group-lg > textarea:not(textarea), .ginput_container .input-group-lg > input:not(textarea):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group-lg > textarea:not(textarea), .input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea), .input-group-lg > input.hs-input:not(textarea), .input-group-lg > textarea.hs-input:not(textarea), .search-form .input-group-lg > .search-field:not(textarea), .woocommerce-cart .quantity .input-group-lg > input.qty:not(textarea), .woocommerce form .form-row .input-group-lg > input.input-text:not(textarea), .woocommerce form .form-row .input-group-lg > textarea:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

#buy-tickets .input-group-lg > input, .comment-form .input-group-lg > .input-group-append > input[type=submit], .comment-form .input-group-lg > .input-group-prepend > input[type=submit], .comment-form .input-group-lg > input[type=email], .comment-form .input-group-lg > input[type=text], .comment-form .input-group-lg > input[type=url], .comment-form .input-group-lg > textarea, .gform_wrapper .input-group-lg > .input-group-append > .gform_button, .gform_wrapper .input-group-lg > .input-group-prepend > .gform_button, .ginput_container .input-group-lg > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group-lg > textarea, .input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > #wp-submit, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-append > .mepr-submit, .input-group-lg > .input-group-append > .tribe-button, .input-group-lg > .input-group-prepend > #wp-submit, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-prepend > .mepr-submit, .input-group-lg > .input-group-prepend > .tribe-button, .input-group-lg > input.hs-input, .input-group-lg > textarea.hs-input, .search-form .input-group-lg > .input-group-append > .search-submit, .search-form .input-group-lg > .input-group-prepend > .search-submit, .search-form .input-group-lg > .search-field, .woocommerce-cart .quantity .input-group-lg > input.qty, .woocommerce-cart .wc-proceed-to-checkout .input-group-lg > .input-group-append > a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-lg > .input-group-prepend > a.checkout-button, .woocommerce form .form-row .input-group-lg > input.input-text, .woocommerce form .form-row .input-group-lg > textarea {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

#buy-tickets .input-group-sm > input:not(textarea), .comment-form .input-group-sm > input:not(textarea)[type=email], .comment-form .input-group-sm > input:not(textarea)[type=text], .comment-form .input-group-sm > input:not(textarea)[type=url], .comment-form .input-group-sm > textarea:not(textarea), .ginput_container .input-group-sm > input:not(textarea):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group-sm > textarea:not(textarea), .input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea), .input-group-sm > input.hs-input:not(textarea), .input-group-sm > textarea.hs-input:not(textarea), .search-form .input-group-sm > .search-field:not(textarea), .woocommerce-cart .quantity .input-group-sm > input.qty:not(textarea), .woocommerce form .form-row .input-group-sm > input.input-text:not(textarea), .woocommerce form .form-row .input-group-sm > textarea:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

#buy-tickets .input-group-sm > input, .comment-form .input-group-sm > .input-group-append > input[type=submit], .comment-form .input-group-sm > .input-group-prepend > input[type=submit], .comment-form .input-group-sm > input[type=email], .comment-form .input-group-sm > input[type=text], .comment-form .input-group-sm > input[type=url], .comment-form .input-group-sm > textarea, .gform_wrapper .input-group-sm > .input-group-append > .gform_button, .gform_wrapper .input-group-sm > .input-group-prepend > .gform_button, .ginput_container .input-group-sm > input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .input-group-sm > textarea, .input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > #wp-submit, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-append > .mepr-submit, .input-group-sm > .input-group-append > .tribe-button, .input-group-sm > .input-group-prepend > #wp-submit, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-prepend > .mepr-submit, .input-group-sm > .input-group-prepend > .tribe-button, .input-group-sm > input.hs-input, .input-group-sm > textarea.hs-input, .search-form .input-group-sm > .input-group-append > .search-submit, .search-form .input-group-sm > .input-group-prepend > .search-submit, .search-form .input-group-sm > .search-field, .woocommerce-cart .quantity .input-group-sm > input.qty, .woocommerce-cart .wc-proceed-to-checkout .input-group-sm > .input-group-append > a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-sm > .input-group-prepend > a.checkout-button, .woocommerce form .form-row .input-group-sm > input.input-text, .woocommerce form .form-row .input-group-sm > textarea {
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 2.25rem;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

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

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #1a4fa6;
  background-color: #1a4fa6;
}

.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #5a8fe5;
}

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

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

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

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

.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #979797;
}

.custom-control-label:after, .custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}

.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");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  border-color: #1a4fa6;
  background-color: #1a4fa6;
}

.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");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(26, 79, 166, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(26, 79, 166, 0.5);
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.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");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(26, 79, 166, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label:after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #979797;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(26, 79, 166, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  padding: 0.75rem 2.25rem 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  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='%23313131' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1.25rem center/8px 10px;
  border: 1px solid hsla(0deg, 0%, 59%, 0.29);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #5a8fe5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 79, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(26, 79, 166, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.25rem;
  background-image: none;
}

.custom-select:disabled {
  color: #828282;
  background-color: #e4e4e4;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg, .custom-select-sm {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.custom-select-lg {
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  display: inline-block;
  margin-bottom: 0;
}

.custom-file, .custom-file-input {
  position: relative;
  width: 100%;
  height: 3.125rem;
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #5a8fe5;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e4e4e4;
}

.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 {
  left: 0;
  z-index: 1;
  height: 3.125rem;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid hsla(0deg, 0%, 59%, 0.29);
}

.custom-file-label, .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  line-height: 1.5;
  color: #495057;
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.5rem);
  content: "Browse";
  background-color: #e4e4e4;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 5px 11px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0 1px #fff, 0 5px 11px 0 rgba(0, 0, 0, 0.06);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 5px 11px 0 rgba(0, 0, 0, 0.06);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 5px 11px 0 rgba(0, 0, 0, 0.06);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1a4fa6;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #86adec;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dcdcdc;
  border-color: transparent;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1a4fa6;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #86adec;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dcdcdc;
  border-color: transparent;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #1a4fa6;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #86adec;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dcdcdc;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dcdcdc;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #979797;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #979797;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #979797;
}

.custom-control-label:before, .custom-file-label, .custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before, .custom-file-label, .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

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

.nav-link.disabled {
  color: #828282;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dcdcdc;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e4e4e4 #e4e4e4 #dcdcdc;
}

.nav-tabs .nav-link.disabled {
  color: #828282;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dcdcdc #dcdcdc #fff;
}

.nav-tabs .dropdown-menu, .nav-tabs .searchwp-live-search-results {
  margin-top: -1px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1a4fa6;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  padding: 0.625rem 0;
}

.navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: -0.34375rem;
  padding-bottom: -0.34375rem;
  margin-right: 0;
  font-size: 2.125rem;
  line-height: inherit;
  white-space: nowrap;
}

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu, .navbar-nav .searchwp-live-search-results {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.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: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}

@media (max-width: 374.98px) {
  .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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 375px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-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 {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .navbar-nav .searchwp-live-search-results {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-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 {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu, .navbar-expand-md .navbar-nav .searchwp-live-search-results {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-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 {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar-nav .searchwp-live-search-results {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-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 {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .navbar-nav .searchwp-live-search-results {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl, .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu, .navbar-expand-xxl .navbar-nav .searchwp-live-search-results {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxxl > .container, .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl, .navbar-expand-xxxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-xxxl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu, .navbar-expand-xxxl .navbar-nav .searchwp-live-search-results {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container, .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .navbar-nav .searchwp-live-search-results {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  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, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 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, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-light .navbar-text {
  color: rgba(0, 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, 0.9);
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0deg, 0%, 100%, 0.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: #fff;
  border-color: hsla(0deg, 0%, 100%, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}

.navbar-dark .navbar-text, .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: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
}

.card-subtitle, .card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer, .card-header {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
}

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

.card-header-pills, .card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 375px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 375px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 375px) {
  .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 {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}

.accordion > .card > .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.875rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: hsla(0deg, 0%, 100%, 0);
}

.breadcrumb, .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: inherit;
  content: "›";
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: inherit;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1a4fa6;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

.page-link:hover {
  z-index: 2;
  color: #103064;
  text-decoration: none;
  background-color: #e4e4e4;
  border-color: #dcdcdc;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 79, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(26, 79, 166, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1a4fa6;
  border-color: #1a4fa6;
}

.page-item.disabled .page-link {
  color: #828282;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dcdcdc;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

#wp-submit .badge, .btn .badge, .comment-form input[type=submit] .badge, .gform_wrapper .gform_button .badge, .mepr-submit .badge, .search-form .search-submit .badge, .tribe-button .badge, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #1a4fa6;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #133a7a;
}

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 79, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(26, 79, 166, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #828282;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #696969;
}

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0deg, 0%, 51%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0deg, 0%, 51%, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #00ab8e;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #007864;
}

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f6f6f6;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #ddd;
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem hsla(0deg, 0%, 97%, 0.5);
  box-shadow: 0 0 0 0.2rem hsla(0deg, 0%, 97%, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #313131;
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #181818;
}

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e4e4e4;
}

@media (min-width: 375px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #0e2956;
  background-color: #d1dced;
  border-color: #bfcee6;
}

.alert-primary hr {
  border-top-color: #adc0df;
}

.alert-primary .alert-link {
  color: #07142a;
}

.alert-secondary {
  color: #444;
  background-color: #e6e6e6;
  border-color: #dcdcdc;
}

.alert-secondary hr {
  border-top-color: #cfcfcf;
}

.alert-secondary .alert-link {
  color: #2b2b2b;
}

.alert-success {
  color: #00594a;
  background-color: #cceee8;
  border-color: #b8e7df;
}

.alert-success hr {
  border-top-color: #a5e1d6;
}

.alert-success .alert-link {
  color: #002620;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: grey;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

.alert-light hr {
  border-top-color: #efefef;
}

.alert-light .alert-link {
  color: #676767;
}

.alert-dark {
  color: #191919;
  background-color: #d6d6d6;
  border-color: #c5c5c5;
}

.alert-dark hr {
  border-top-color: #b8b8b8;
}

.alert-dark .alert-link {
  color: #000;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 1rem;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e4e4e4;
}

.progress, .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.progress-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1a4fa6;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0deg, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0deg, 0%, 100%, 0.15) 0, hsla(0deg, 0%, 100%, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f6f6f6;
}

.list-group-item-action:active {
  color: #313131;
  background-color: #e4e4e4;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #828282;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1a4fa6;
  border-color: #1a4fa6;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.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;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 375px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #0e2956;
  background-color: #bfcee6;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #0e2956;
  background-color: #adc0df;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0e2956;
  border-color: #0e2956;
}

.list-group-item-secondary {
  color: #444;
  background-color: #dcdcdc;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #444;
  background-color: #cfcfcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.list-group-item-success {
  color: #00594a;
  background-color: #b8e7df;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #00594a;
  background-color: #a5e1d6;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #00594a;
  border-color: #00594a;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: grey;
  background-color: #fcfcfc;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: grey;
  background-color: #efefef;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: grey;
  border-color: grey;
}

.list-group-item-dark {
  color: #191919;
  background-color: #c5c5c5;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #191919;
  background-color: #b8b8b8;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

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

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: hsla(0deg, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #828282;
  background-color: hsla(0deg, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-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: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dcdcdc;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dcdcdc;
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 375px) {
  .modal-dialog {
    max-width: 500px;
    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);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .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;
  margin: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.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;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.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;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.popover, .popover .arrow {
  position: absolute;
  display: block;
}

.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow:after, .popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #1a4fa6;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #313131;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    -webkit-transition: none;
    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: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.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");
}

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.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;
}

.bg-primary {
  background-color: #1a4fa6 !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #133a7a !important;
}

.bg-secondary {
  background-color: #828282 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #696969 !important;
}

.bg-success {
  background-color: #00ab8e !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #007864 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

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

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

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

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #ddd !important;
}

.bg-dark {
  background-color: #313131 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #181818 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dcdcdc !important;
}

.border-top {
  border-top: 1px solid #dcdcdc !important;
}

.border-right {
  border-right: 1px solid #dcdcdc !important;
}

.border-bottom {
  border-bottom: 1px solid #dcdcdc !important;
}

.border-left {
  border-left: 1px solid #dcdcdc !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #1a4fa6 !important;
}

.border-secondary {
  border-color: #828282 !important;
}

.border-success {
  border-color: #00ab8e !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

.border-light {
  border-color: #f6f6f6 !important;
}

.border-dark {
  border-color: #313131 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
}

.rounded-right, .rounded-top {
  border-top-right-radius: 0.25rem !important;
}

.rounded-bottom, .rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom, .rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 375px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column, .flex-row {
  -webkit-box-direction: normal !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !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;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 375px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column, .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column, .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column, .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column, .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column, .flex-xxl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxxl-column, .flex-xxxl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 375px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: 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: sticky !important;
}

.fixed-top {
  top: 0;
}

.fixed-bottom, .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.screen-reader-text, .sr-only {
  white-space: nowrap;
}

.screen-reader-text:active, .screen-reader-text:focus, .sr-only-focusable:active, .sr-only-focusable:focus {
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0, .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0, .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0, .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0, .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1, .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1, .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1, .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1, .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2, .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2, .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2, .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2, .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3, .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3, .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3, .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3, .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4, .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4, .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4, .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4, .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5, .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5, .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5, .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5, .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0, .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0, .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0, .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0, .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1, .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1, .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1, .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1, .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2, .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2, .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2, .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2, .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3, .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3, .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3, .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3, .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4, .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4, .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4, .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4, .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5, .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5, .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5, .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5, .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1, .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1, .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1, .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1, .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2, .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2, .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2, .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2, .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3, .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3, .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3, .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3, .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4, .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4, .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4, .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4, .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5, .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5, .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5, .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5, .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto, .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto, .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto, .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto, .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0, .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0, .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0, .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0, .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1, .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1, .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1, .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1, .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2, .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2, .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2, .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2, .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3, .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3, .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3, .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3, .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4, .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4, .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4, .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4, .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5, .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5, .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5, .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5, .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0, .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0, .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0, .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0, .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1, .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1, .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1, .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1, .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2, .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2, .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2, .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2, .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3, .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3, .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3, .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3, .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4, .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4, .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4, .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4, .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5, .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5, .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5, .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5, .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1, .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1, .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1, .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1, .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2, .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2, .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2, .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2, .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3, .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3, .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3, .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3, .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4, .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4, .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4, .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4, .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5, .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5, .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5, .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5, .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto, .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto, .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto, .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto, .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}

.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;
}

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

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

.text-center {
  text-align: center !important;
}

@media (min-width: 375px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-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: #1a4fa6 !important;
}

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

.text-secondary {
  color: #828282 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #5c5c5c !important;
}

.text-success {
  color: #00ab8e !important;
}

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

.text-info {
  color: #17a2b8 !important;
}

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

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

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

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

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

.text-light {
  color: #f6f6f6 !important;
}

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

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

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

.text-body {
  color: #313131 !important;
}

.text-muted {
  color: #828282 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: hsla(0deg, 0%, 100%, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  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 {
  *, :after, :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.tribe-button):not(.mepr-submit):not(#wp-submit) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #979797;
    page-break-inside: avoid;
  }
  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;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dcdcdc !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dcdcdc;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dcdcdc;
  }
}
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  to {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  to {
    opacity: 0;
  }
}
.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #495057;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: rgba(49, 49, 49, 0.3);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder#wp-submit, .bootstrap-select > .dropdown-toggle.bs-placeholder#wp-submit:active, .bootstrap-select > .dropdown-toggle.bs-placeholder#wp-submit:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder#wp-submit:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.mepr-submit, .bootstrap-select > .dropdown-toggle.bs-placeholder.mepr-submit:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.mepr-submit:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.mepr-submit:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.tribe-button, .bootstrap-select > .dropdown-toggle.bs-placeholder.tribe-button:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.tribe-button:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.tribe-button:hover, .comment-form .bootstrap-select > input.dropdown-toggle.bs-placeholder:active[type=submit], .comment-form .bootstrap-select > input.dropdown-toggle.bs-placeholder:focus[type=submit], .comment-form .bootstrap-select > input.dropdown-toggle.bs-placeholder:hover[type=submit], .comment-form .bootstrap-select > input.dropdown-toggle.bs-placeholder[type=submit], .gform_wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder.gform_button, .gform_wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder.gform_button:active, .gform_wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder.gform_button:focus, .gform_wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder.gform_button:hover, .search-form .bootstrap-select > .dropdown-toggle.bs-placeholder.search-submit, .search-form .bootstrap-select > .dropdown-toggle.bs-placeholder.search-submit:active, .search-form .bootstrap-select > .dropdown-toggle.bs-placeholder.search-submit:focus, .search-form .bootstrap-select > .dropdown-toggle.bs-placeholder.search-submit:hover, .woocommerce-cart .wc-proceed-to-checkout .bootstrap-select > a.dropdown-toggle.bs-placeholder.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .bootstrap-select > a.dropdown-toggle.bs-placeholder.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout .bootstrap-select > a.dropdown-toggle.bs-placeholder.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout .bootstrap-select > a.dropdown-toggle.bs-placeholder.checkout-button:hover {
  color: hsla(0deg, 0%, 100%, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

#buy-tickets input.bootstrap-select, .bootstrap-select.form-control, .comment-form input.bootstrap-select[type=email], .comment-form input.bootstrap-select[type=text], .comment-form input.bootstrap-select[type=url], .comment-form textarea.bootstrap-select, .ginput_container input.bootstrap-select:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea.bootstrap-select, .search-form .bootstrap-select.search-field, .woocommerce-cart .quantity input.bootstrap-select.qty, .woocommerce form .form-row input.bootstrap-select.input-text, .woocommerce form .form-row textarea.bootstrap-select, input.bootstrap-select.hs-input, textarea.bootstrap-select.hs-input {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

#buy-tickets :not(.input-group) > input.bootstrap-select:not([class*=col-]), .comment-form :not(.input-group) > input.bootstrap-select:not([class*=col-])[type=email], .comment-form :not(.input-group) > input.bootstrap-select:not([class*=col-])[type=text], .comment-form :not(.input-group) > input.bootstrap-select:not([class*=col-])[type=url], .comment-form :not(.input-group) > textarea.bootstrap-select:not([class*=col-]), .ginput_container :not(.input-group) > input.bootstrap-select:not([class*=col-]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container :not(.input-group) > textarea.bootstrap-select:not([class*=col-]), .search-form :not(.input-group) > .bootstrap-select.search-field:not([class*=col-]), .woocommerce-cart .quantity :not(.input-group) > input.bootstrap-select.qty:not([class*=col-]), .woocommerce form .form-row :not(.input-group) > input.bootstrap-select.input-text:not([class*=col-]), .woocommerce form .form-row :not(.input-group) > textarea.bootstrap-select:not([class*=col-]), :not(.input-group) > .bootstrap-select.form-control:not([class*=col-]), :not(.input-group) > input.bootstrap-select.hs-input:not([class*=col-]), :not(.input-group) > textarea.bootstrap-select.hs-input:not([class*=col-]) {
  width: 100%;
}

#buy-tickets input.bootstrap-select.input-group-btn, .bootstrap-select.form-control.input-group-btn, .comment-form input.bootstrap-select.input-group-btn[type=email], .comment-form input.bootstrap-select.input-group-btn[type=text], .comment-form input.bootstrap-select.input-group-btn[type=url], .comment-form textarea.bootstrap-select.input-group-btn, .ginput_container input.bootstrap-select.input-group-btn:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea.bootstrap-select.input-group-btn, .search-form .bootstrap-select.input-group-btn.search-field, .woocommerce-cart .quantity input.bootstrap-select.input-group-btn.qty, .woocommerce form .form-row input.bootstrap-select.input-group-btn.input-text, .woocommerce form .form-row textarea.bootstrap-select.input-group-btn, input.bootstrap-select.input-group-btn.hs-input, textarea.bootstrap-select.input-group-btn.hs-input {
  float: none;
  z-index: auto;
}

#buy-tickets .form-inline input.bootstrap-select:not([class*=col-]), #buy-tickets .search-form input.bootstrap-select:not([class*=col-]), .comment-form .form-inline input.bootstrap-select:not([class*=col-])[type=email], .comment-form .form-inline input.bootstrap-select:not([class*=col-])[type=text], .comment-form .form-inline input.bootstrap-select:not([class*=col-])[type=url], .comment-form .form-inline textarea.bootstrap-select:not([class*=col-]), .comment-form .search-form input.bootstrap-select:not([class*=col-])[type=email], .comment-form .search-form input.bootstrap-select:not([class*=col-])[type=text], .comment-form .search-form input.bootstrap-select:not([class*=col-])[type=url], .comment-form .search-form textarea.bootstrap-select:not([class*=col-]), .form-inline #buy-tickets input.bootstrap-select:not([class*=col-]), .form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]), .form-inline .comment-form input.bootstrap-select:not([class*=col-])[type=email], .form-inline .comment-form input.bootstrap-select:not([class*=col-])[type=text], .form-inline .comment-form input.bootstrap-select:not([class*=col-])[type=url], .form-inline .comment-form textarea.bootstrap-select:not([class*=col-]), .form-inline .ginput_container input.bootstrap-select:not([class*=col-]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .form-inline .ginput_container textarea.bootstrap-select:not([class*=col-]), .form-inline .woocommerce-cart .quantity input.bootstrap-select.qty:not([class*=col-]), .form-inline .woocommerce form .form-row input.bootstrap-select.input-text:not([class*=col-]), .form-inline .woocommerce form .form-row textarea.bootstrap-select:not([class*=col-]), .form-inline input.bootstrap-select.hs-input:not([class*=col-]), .form-inline textarea.bootstrap-select.hs-input:not([class*=col-]), .ginput_container .form-inline input.bootstrap-select:not([class*=col-]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .form-inline textarea.bootstrap-select:not([class*=col-]), .ginput_container .search-form input.bootstrap-select:not([class*=col-]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .search-form textarea.bootstrap-select:not([class*=col-]), .search-form #buy-tickets input.bootstrap-select:not([class*=col-]), .search-form .bootstrap-select, .search-form .bootstrap-select.form-control:not([class*=col-]), .search-form .bootstrap-select.search-field:not([class*=col-]), .search-form .comment-form input.bootstrap-select:not([class*=col-])[type=email], .search-form .comment-form input.bootstrap-select:not([class*=col-])[type=text], .search-form .comment-form input.bootstrap-select:not([class*=col-])[type=url], .search-form .comment-form textarea.bootstrap-select:not([class*=col-]), .search-form .ginput_container input.bootstrap-select:not([class*=col-]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .search-form .ginput_container textarea.bootstrap-select:not([class*=col-]), .search-form .woocommerce-cart .quantity input.bootstrap-select.qty:not([class*=col-]), .search-form .woocommerce form .form-row input.bootstrap-select.input-text:not([class*=col-]), .search-form .woocommerce form .form-row textarea.bootstrap-select:not([class*=col-]), .search-form input.bootstrap-select.hs-input:not([class*=col-]), .search-form textarea.bootstrap-select.hs-input:not([class*=col-]), .woocommerce-cart .quantity .form-inline input.bootstrap-select.qty:not([class*=col-]), .woocommerce-cart .quantity .search-form input.bootstrap-select.qty:not([class*=col-]), .woocommerce form .form-row .form-inline input.bootstrap-select.input-text:not([class*=col-]), .woocommerce form .form-row .form-inline textarea.bootstrap-select:not([class*=col-]), .woocommerce form .form-row .search-form input.bootstrap-select.input-text:not([class*=col-]), .woocommerce form .form-row .search-form textarea.bootstrap-select:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.comment-form p .bootstrap-select, .form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select, .search-form .bootstrap-select, .search-form label .bootstrap-select {
  margin-bottom: 0;
}

#buy-tickets .form-group-lg input.bootstrap-select, #buy-tickets .form-group-sm input.bootstrap-select, .comment-form .form-group-lg input.bootstrap-select[type=email], .comment-form .form-group-lg input.bootstrap-select[type=text], .comment-form .form-group-lg input.bootstrap-select[type=url], .comment-form .form-group-lg textarea.bootstrap-select, .comment-form .form-group-sm input.bootstrap-select[type=email], .comment-form .form-group-sm input.bootstrap-select[type=text], .comment-form .form-group-sm input.bootstrap-select[type=url], .comment-form .form-group-sm textarea.bootstrap-select, .form-group-lg #buy-tickets input.bootstrap-select, .form-group-lg .bootstrap-select.form-control, .form-group-lg .comment-form input.bootstrap-select[type=email], .form-group-lg .comment-form input.bootstrap-select[type=text], .form-group-lg .comment-form input.bootstrap-select[type=url], .form-group-lg .comment-form textarea.bootstrap-select, .form-group-lg .ginput_container input.bootstrap-select:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .form-group-lg .ginput_container textarea.bootstrap-select, .form-group-lg .search-form .bootstrap-select.search-field, .form-group-lg .woocommerce-cart .quantity input.bootstrap-select.qty, .form-group-lg .woocommerce form .form-row input.bootstrap-select.input-text, .form-group-lg .woocommerce form .form-row textarea.bootstrap-select, .form-group-lg input.bootstrap-select.hs-input, .form-group-lg textarea.bootstrap-select.hs-input, .form-group-sm #buy-tickets input.bootstrap-select, .form-group-sm .bootstrap-select.form-control, .form-group-sm .comment-form input.bootstrap-select[type=email], .form-group-sm .comment-form input.bootstrap-select[type=text], .form-group-sm .comment-form input.bootstrap-select[type=url], .form-group-sm .comment-form textarea.bootstrap-select, .form-group-sm .ginput_container input.bootstrap-select:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .form-group-sm .ginput_container textarea.bootstrap-select, .form-group-sm .search-form .bootstrap-select.search-field, .form-group-sm .woocommerce-cart .quantity input.bootstrap-select.qty, .form-group-sm .woocommerce form .form-row input.bootstrap-select.input-text, .form-group-sm .woocommerce form .form-row textarea.bootstrap-select, .form-group-sm input.bootstrap-select.hs-input, .form-group-sm textarea.bootstrap-select.hs-input, .ginput_container .form-group-lg input.bootstrap-select:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .form-group-lg textarea.bootstrap-select, .ginput_container .form-group-sm input.bootstrap-select:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .form-group-sm textarea.bootstrap-select, .search-form .form-group-lg .bootstrap-select.search-field, .search-form .form-group-sm .bootstrap-select.search-field, .woocommerce-cart .quantity .form-group-lg input.bootstrap-select.qty, .woocommerce-cart .quantity .form-group-sm input.bootstrap-select.qty, .woocommerce form .form-row .form-group-lg input.bootstrap-select.input-text, .woocommerce form .form-row .form-group-lg textarea.bootstrap-select, .woocommerce form .form-row .form-group-sm input.bootstrap-select.input-text, .woocommerce form .form-row .form-group-sm textarea.bootstrap-select {
  padding: 0;
}

#buy-tickets .form-group-lg input.bootstrap-select .dropdown-toggle, #buy-tickets .form-group-sm input.bootstrap-select .dropdown-toggle, .comment-form .form-group-lg input.bootstrap-select[type=email] .dropdown-toggle, .comment-form .form-group-lg input.bootstrap-select[type=text] .dropdown-toggle, .comment-form .form-group-lg input.bootstrap-select[type=url] .dropdown-toggle, .comment-form .form-group-lg textarea.bootstrap-select .dropdown-toggle, .comment-form .form-group-sm input.bootstrap-select[type=email] .dropdown-toggle, .comment-form .form-group-sm input.bootstrap-select[type=text] .dropdown-toggle, .comment-form .form-group-sm input.bootstrap-select[type=url] .dropdown-toggle, .comment-form .form-group-sm textarea.bootstrap-select .dropdown-toggle, .form-group-lg #buy-tickets input.bootstrap-select .dropdown-toggle, .form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-lg .comment-form input.bootstrap-select[type=email] .dropdown-toggle, .form-group-lg .comment-form input.bootstrap-select[type=text] .dropdown-toggle, .form-group-lg .comment-form input.bootstrap-select[type=url] .dropdown-toggle, .form-group-lg .comment-form textarea.bootstrap-select .dropdown-toggle, .form-group-lg .ginput_container input.bootstrap-select:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) .dropdown-toggle, .form-group-lg .ginput_container textarea.bootstrap-select .dropdown-toggle, .form-group-lg .search-form .bootstrap-select.search-field .dropdown-toggle, .form-group-lg .woocommerce-cart .quantity input.bootstrap-select.qty .dropdown-toggle, .form-group-lg .woocommerce form .form-row input.bootstrap-select.input-text .dropdown-toggle, .form-group-lg .woocommerce form .form-row textarea.bootstrap-select .dropdown-toggle, .form-group-lg input.bootstrap-select.hs-input .dropdown-toggle, .form-group-lg textarea.bootstrap-select.hs-input .dropdown-toggle, .form-group-sm #buy-tickets input.bootstrap-select .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .comment-form input.bootstrap-select[type=email] .dropdown-toggle, .form-group-sm .comment-form input.bootstrap-select[type=text] .dropdown-toggle, .form-group-sm .comment-form input.bootstrap-select[type=url] .dropdown-toggle, .form-group-sm .comment-form textarea.bootstrap-select .dropdown-toggle, .form-group-sm .ginput_container input.bootstrap-select:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) .dropdown-toggle, .form-group-sm .ginput_container textarea.bootstrap-select .dropdown-toggle, .form-group-sm .search-form .bootstrap-select.search-field .dropdown-toggle, .form-group-sm .woocommerce-cart .quantity input.bootstrap-select.qty .dropdown-toggle, .form-group-sm .woocommerce form .form-row input.bootstrap-select.input-text .dropdown-toggle, .form-group-sm .woocommerce form .form-row textarea.bootstrap-select .dropdown-toggle, .form-group-sm input.bootstrap-select.hs-input .dropdown-toggle, .form-group-sm textarea.bootstrap-select.hs-input .dropdown-toggle, .ginput_container .form-group-lg input.bootstrap-select:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) .dropdown-toggle, .ginput_container .form-group-lg textarea.bootstrap-select .dropdown-toggle, .ginput_container .form-group-sm input.bootstrap-select:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) .dropdown-toggle, .ginput_container .form-group-sm textarea.bootstrap-select .dropdown-toggle, .search-form .form-group-lg .bootstrap-select.search-field .dropdown-toggle, .search-form .form-group-sm .bootstrap-select.search-field .dropdown-toggle, .woocommerce-cart .quantity .form-group-lg input.bootstrap-select.qty .dropdown-toggle, .woocommerce-cart .quantity .form-group-sm input.bootstrap-select.qty .dropdown-toggle, .woocommerce form .form-row .form-group-lg input.bootstrap-select.input-text .dropdown-toggle, .woocommerce form .form-row .form-group-lg textarea.bootstrap-select .dropdown-toggle, .woocommerce form .form-row .form-group-sm input.bootstrap-select.input-text .dropdown-toggle, .woocommerce form .form-row .form-group-sm textarea.bootstrap-select .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

#buy-tickets .form-inline .bootstrap-select input, #buy-tickets .search-form .bootstrap-select input, .comment-form .form-inline .bootstrap-select input[type=email], .comment-form .form-inline .bootstrap-select input[type=text], .comment-form .form-inline .bootstrap-select input[type=url], .comment-form .form-inline .bootstrap-select textarea, .comment-form .search-form .bootstrap-select input[type=email], .comment-form .search-form .bootstrap-select input[type=text], .comment-form .search-form .bootstrap-select input[type=url], .comment-form .search-form .bootstrap-select textarea, .form-inline .bootstrap-select #buy-tickets input, .form-inline .bootstrap-select .comment-form input[type=email], .form-inline .bootstrap-select .comment-form input[type=text], .form-inline .bootstrap-select .comment-form input[type=url], .form-inline .bootstrap-select .comment-form textarea, .form-inline .bootstrap-select .form-control, .form-inline .bootstrap-select .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .form-inline .bootstrap-select .ginput_container textarea, .form-inline .bootstrap-select .search-form .search-field, .form-inline .bootstrap-select .woocommerce-cart .quantity input.qty, .form-inline .bootstrap-select .woocommerce form .form-row input.input-text, .form-inline .bootstrap-select .woocommerce form .form-row textarea, .form-inline .bootstrap-select input.hs-input, .form-inline .bootstrap-select textarea.hs-input, .ginput_container .form-inline .bootstrap-select input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .form-inline .bootstrap-select textarea, .ginput_container .search-form .bootstrap-select input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .search-form .bootstrap-select textarea, .search-form .bootstrap-select #buy-tickets input, .search-form .bootstrap-select .comment-form input[type=email], .search-form .bootstrap-select .comment-form input[type=text], .search-form .bootstrap-select .comment-form input[type=url], .search-form .bootstrap-select .comment-form textarea, .search-form .bootstrap-select .form-control, .search-form .bootstrap-select .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .search-form .bootstrap-select .ginput_container textarea, .search-form .bootstrap-select .search-field, .search-form .bootstrap-select .woocommerce-cart .quantity input.qty, .search-form .bootstrap-select .woocommerce form .form-row input.input-text, .search-form .bootstrap-select .woocommerce form .form-row textarea, .search-form .bootstrap-select input.hs-input, .search-form .bootstrap-select textarea.hs-input, .woocommerce-cart .quantity .form-inline .bootstrap-select input.qty, .woocommerce-cart .quantity .search-form .bootstrap-select input.qty, .woocommerce form .form-row .form-inline .bootstrap-select input.input-text, .woocommerce form .form-row .form-inline .bootstrap-select textarea, .woocommerce form .form-row .search-form .bootstrap-select input.input-text, .woocommerce form .form-row .search-form .bootstrap-select textarea {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu, .bootstrap-select.bs-container .searchwp-live-search-results {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  color: #495057;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

#buy-tickets .input-group input.bootstrap-select .dropdown-toggle, .comment-form .input-group input.bootstrap-select[type=email] .dropdown-toggle, .comment-form .input-group input.bootstrap-select[type=text] .dropdown-toggle, .comment-form .input-group input.bootstrap-select[type=url] .dropdown-toggle, .comment-form .input-group textarea.bootstrap-select .dropdown-toggle, .ginput_container .input-group input.bootstrap-select:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) .dropdown-toggle, .ginput_container .input-group textarea.bootstrap-select .dropdown-toggle, .input-group #buy-tickets input.bootstrap-select .dropdown-toggle, .input-group .bootstrap-select.form-control .dropdown-toggle, .input-group .comment-form input.bootstrap-select[type=email] .dropdown-toggle, .input-group .comment-form input.bootstrap-select[type=text] .dropdown-toggle, .input-group .comment-form input.bootstrap-select[type=url] .dropdown-toggle, .input-group .comment-form textarea.bootstrap-select .dropdown-toggle, .input-group .ginput_container input.bootstrap-select:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]) .dropdown-toggle, .input-group .ginput_container textarea.bootstrap-select .dropdown-toggle, .input-group .search-form .bootstrap-select.search-field .dropdown-toggle, .input-group .woocommerce-cart .quantity input.bootstrap-select.qty .dropdown-toggle, .input-group .woocommerce form .form-row input.bootstrap-select.input-text .dropdown-toggle, .input-group .woocommerce form .form-row textarea.bootstrap-select .dropdown-toggle, .input-group input.bootstrap-select.hs-input .dropdown-toggle, .input-group textarea.bootstrap-select.hs-input .dropdown-toggle, .search-form .input-group .bootstrap-select.search-field .dropdown-toggle, .woocommerce-cart .quantity .input-group input.bootstrap-select.qty .dropdown-toggle, .woocommerce form .form-row .input-group input.bootstrap-select.input-text .dropdown-toggle, .woocommerce form .form-row .input-group textarea.bootstrap-select .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu, .bootstrap-select .searchwp-live-search-results {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus, .bootstrap-select .searchwp-live-search-results > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner, .bootstrap-select .inner.searchwp-live-search-results {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li, .bootstrap-select .searchwp-live-search-results li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small, .bootstrap-select .searchwp-live-search-results li.active small {
  color: hsla(0deg, 0%, 100%, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a, .bootstrap-select .searchwp-live-search-results li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a, .bootstrap-select .searchwp-live-search-results li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt, .bootstrap-select .searchwp-live-search-results li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark, .bootstrap-select .searchwp-live-search-results li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text, .bootstrap-select .searchwp-live-search-results li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small, .bootstrap-select .searchwp-live-search-results li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify, .bootstrap-select .searchwp-live-search-results .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut, .bootstrap-select .searchwp-live-search-results .notify.fadeOut {
  -webkit-animation: bs-notify-fadeOut 0.3s linear 0.75s forwards;
  animation: bs-notify-fadeOut 0.3s linear 0.75s forwards;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark, .bootstrap-select.show-tick .searchwp-live-search-results .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text, .bootstrap-select.show-tick .searchwp-live-search-results li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid hsla(0deg, 0%, 80%, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid hsla(0deg, 0%, 80%, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

#buy-tickets .bs-searchbox input, .bs-searchbox #buy-tickets input, .bs-searchbox .comment-form input[type=email], .bs-searchbox .comment-form input[type=text], .bs-searchbox .comment-form input[type=url], .bs-searchbox .comment-form textarea, .bs-searchbox .form-control, .bs-searchbox .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .bs-searchbox .ginput_container textarea, .bs-searchbox .search-form .search-field, .bs-searchbox .woocommerce-cart .quantity input.qty, .bs-searchbox .woocommerce form .form-row input.input-text, .bs-searchbox .woocommerce form .form-row textarea, .bs-searchbox input.hs-input, .bs-searchbox textarea.hs-input, .comment-form .bs-searchbox input[type=email], .comment-form .bs-searchbox input[type=text], .comment-form .bs-searchbox input[type=url], .comment-form .bs-searchbox textarea, .ginput_container .bs-searchbox input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .bs-searchbox textarea, .search-form .bs-searchbox .search-field, .woocommerce-cart .quantity .bs-searchbox input.qty, .woocommerce form .form-row .bs-searchbox input.input-text, .woocommerce form .form-row .bs-searchbox textarea {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.file-loading input[type=file], input.file-loading[type=file] {
  width: 0;
  height: 0;
}

.file-caption-icon, .file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button, .file-input-ajax-new .no-browse .input-group-btn, .file-input-new .close, .file-input-new .file-preview, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .glyphicon-file, .file-input-new .no-browse .input-group-btn, .file-zoom-dialog .modal-header:after, .file-zoom-dialog .modal-header:before, .hide-content .kv-file-content, .kv-hidden {
  display: none;
}

.btn-file input[type=file], .file-caption-icon, .file-no-browse, .file-preview .fileinput-remove, .file-zoom-dialog .btn-navigate, .file-zoom-dialog .floating-buttons, .krajee-default .file-thumb-progress {
  position: absolute;
}

.btn-file, .file-caption, .file-input, .file-loading:before, .file-preview, .file-zoom-dialog .modal-dialog, .krajee-default.file-preview-frame, .krajee-default .file-thumbnail-footer {
  position: relative;
}

.file-error-message pre, .file-error-message ul, .krajee-default .file-actions, .krajee-default .file-other-error {
  text-align: left;
}

.file-error-message pre, .file-error-message ul {
  margin: 0;
}

.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
  float: left;
  margin-top: 10px;
  width: 16px;
  height: 16px;
}

.krajee-default .file-thumb-progress .progress, .krajee-default .file-thumb-progress .progress-bar {
  height: 11px;
  font-size: 9px;
}

.krajee-default .file-caption-info, .krajee-default .file-size-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  height: 15px;
  margin: auto;
}

.file-zoom-content > .file-object.type-flash, .file-zoom-content > .file-object.type-image, .file-zoom-content > .file-object.type-video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.file-zoom-content > .file-object.type-flash, .file-zoom-content > .file-object.type-video {
  height: 100%;
}

.file-zoom-content > .file-object.type-default, .file-zoom-content > .file-object.type-html, .file-zoom-content > .file-object.type-pdf, .file-zoom-content > .file-object.type-text {
  width: 100%;
}

.file-no-browse {
  left: 50%;
  bottom: 20%;
  width: 1px;
  height: 1px;
  font-size: 0;
  opacity: 0;
  border: none;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.file-loading:before {
  content: " Loading...";
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  font-size: 13px;
  font-variant: small-caps;
  color: #999;
  background: transparent url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///1VVVfr6+np6eqysrFhYWG5ubuPj48TExGNjY6Ojo5iYmOzs7Lq6utjY2ISEhI6OjgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAkKAAAALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkECQoAAAAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkECQoAAAAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAkKAAAALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAkKAAAALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==) 0 0 no-repeat;
}

.file-object {
  margin: 0 0 -5px;
  padding: 0;
}

.btn-file {
  overflow: hidden;
}

.btn-file input[type=file] {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}

.btn-file ::-ms-browse {
  font-size: 10000px;
  width: 100%;
  height: 100%;
}

.file-caption .file-caption-name {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  outline: none;
}

.file-caption.icon-visible .file-caption-icon {
  display: inline-block;
}

.file-caption.icon-visible .file-caption-name {
  padding-left: 15px;
}

.file-caption-icon {
  left: 8px;
}

.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}

.file-error-message pre {
  margin: 5px 0;
}

.file-caption-disabled {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}

.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 100%;
  margin-bottom: 5px;
}

.file-preview .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.file-preview .fileinput-remove {
  top: 1px;
  right: 1px;
  line-height: 10px;
}

.file-preview .clickable {
  cursor: pointer;
}

.file-preview-image {
  font: 40px Impact, Charcoal, sans-serif;
  color: #00ab8e;
}

.krajee-default.file-preview-frame {
  margin: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 6px;
  float: left;
  text-align: center;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: 213px;
  height: 160px;
}

.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
  width: 400px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.krajee-default.file-preview-frame[data-template=audio] .kv-file-content {
  width: 240px;
  height: 55px;
}

.krajee-default .file-preview-other-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
  outline: none;
  padding: 8px;
  resize: none;
}

.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}

.krajee-default .file-other-icon {
  font-size: 6em;
  line-height: 1;
}

.krajee-default .file-footer-buttons {
  float: right;
}

.krajee-default .file-footer-caption {
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin-bottom: 15px;
}

.krajee-default .file-preview-error {
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.krajee-default .file-thumb-progress {
  height: 11px;
  top: 37px;
  left: 0;
  right: 0;
}

.krajee-default .file-thumb-progress .progress {
  color: #ccc;
}

.krajee-default .file-thumb-progress .progress-bar {
  font-family: Verdana, Helvetica, sans-serif;
}

.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}

.krajee-default .file-preview-other:hover {
  opacity: 0.8;
}

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}

.file-upload-stats {
  font-size: 9px;
  text-align: center;
  width: 100%;
}

.kv-upload-progress .progress {
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  overflow: hidden;
  color: #ccc;
}

.kv-upload-progress .progress-bar {
  height: 20px;
  font-family: Verdana, Helvetica, sans-serif;
}

.kv-upload-progress .file-upload-stats {
  font-size: 11px;
  margin: -10px 0 5px;
}

.file-thumb-progress .progress {
  background-color: #ccc;
}

.file-thumb-progress .progress-bar {
  font-size: 0.7rem;
  font-family: Verdana, Helvetica, sans-serif;
}

.file-zoom-dialog .file-other-icon {
  font-size: 22em;
  font-size: 50vmin;
}

.file-zoom-dialog .modal-dialog {
  width: auto;
}

.file-zoom-dialog .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.file-zoom-dialog .btn-navigate {
  padding: 0;
  margin: -60px 0 0;
  font-size: 60px;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 50%;
  color: #1c94c4;
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.6;
}

.file-zoom-dialog .floating-buttons {
  top: 5px;
  right: 10px;
}

.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
  left: 1px;
}

.file-zoom-dialog .btn-next {
  right: 1px;
}

.file-zoom-dialog .kv-zoom-title {
  font-weight: 300;
  color: #999;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#buy-tickets .file-input-ajax-new .no-browse input, #buy-tickets .file-input-new .no-browse input, .comment-form .file-input-ajax-new .no-browse input[type=email], .comment-form .file-input-ajax-new .no-browse input[type=text], .comment-form .file-input-ajax-new .no-browse input[type=url], .comment-form .file-input-ajax-new .no-browse textarea, .comment-form .file-input-new .no-browse input[type=email], .comment-form .file-input-new .no-browse input[type=text], .comment-form .file-input-new .no-browse input[type=url], .comment-form .file-input-new .no-browse textarea, .file-input-ajax-new .no-browse #buy-tickets input, .file-input-ajax-new .no-browse .comment-form input[type=email], .file-input-ajax-new .no-browse .comment-form input[type=text], .file-input-ajax-new .no-browse .comment-form input[type=url], .file-input-ajax-new .no-browse .comment-form textarea, .file-input-ajax-new .no-browse .form-control, .file-input-ajax-new .no-browse .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .file-input-ajax-new .no-browse .ginput_container textarea, .file-input-ajax-new .no-browse .search-form .search-field, .file-input-ajax-new .no-browse .woocommerce-cart .quantity input.qty, .file-input-ajax-new .no-browse .woocommerce form .form-row input.input-text, .file-input-ajax-new .no-browse .woocommerce form .form-row textarea, .file-input-ajax-new .no-browse input.hs-input, .file-input-ajax-new .no-browse textarea.hs-input, .file-input-new .no-browse #buy-tickets input, .file-input-new .no-browse .comment-form input[type=email], .file-input-new .no-browse .comment-form input[type=text], .file-input-new .no-browse .comment-form input[type=url], .file-input-new .no-browse .comment-form textarea, .file-input-new .no-browse .form-control, .file-input-new .no-browse .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .file-input-new .no-browse .ginput_container textarea, .file-input-new .no-browse .search-form .search-field, .file-input-new .no-browse .woocommerce-cart .quantity input.qty, .file-input-new .no-browse .woocommerce form .form-row input.input-text, .file-input-new .no-browse .woocommerce form .form-row textarea, .file-input-new .no-browse input.hs-input, .file-input-new .no-browse textarea.hs-input, .ginput_container .file-input-ajax-new .no-browse input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .file-input-ajax-new .no-browse textarea, .ginput_container .file-input-new .no-browse input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .file-input-new .no-browse textarea, .search-form .file-input-ajax-new .no-browse .search-field, .search-form .file-input-new .no-browse .search-field, .woocommerce-cart .quantity .file-input-ajax-new .no-browse input.qty, .woocommerce-cart .quantity .file-input-new .no-browse input.qty, .woocommerce form .form-row .file-input-ajax-new .no-browse input.input-text, .woocommerce form .form-row .file-input-ajax-new .no-browse textarea, .woocommerce form .form-row .file-input-new .no-browse input.input-text, .woocommerce form .form-row .file-input-new .no-browse textarea {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-caption-main {
  width: 100%;
}

.file-thumb-loading {
  background: transparent url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///1VVVfr6+np6eqysrFhYWG5ubuPj48TExGNjY6Ojo5iYmOzs7Lq6utjY2ISEhI6OjgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAkKAAAALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkECQoAAAAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkECQoAAAAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAkKAAAALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAkKAAAALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==) no-repeat scroll 50% content-box !important;
}

.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  min-height: 260px;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}

.file-drop-zone.clickable:hover {
  border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}

.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}

.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #eee;
}

.file-uploading {
  background: url(data:image/gif;base64,R0lGODlhDAAMAIQAADQyNKSipNTS1Ozq7Ly6vHR2dKyurNze3PT29ISGhIyOjKyqrNza3PTy9MzOzLS2tOTm5Pz+/ERGRKSmpNTW1Ozu7Ly+vISChLSytOTi5Pz6/IyKjJSSlP///wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAdACwAAAAADAAMAAAFXGDXaUOHYV0WieJQINPUSJAYVV2wLIaSpJrKBgMRiCyHAuDQQRAorA7h0ugIHMZoJ3HhXLNRLmdEqbEGAk3zIWiYBxXBAxFBWCmMg8BIFzUIGnhOVSwRVQdMfR0hACH5BAkJAB8ALAAAAAAMAAwAhBwaHIyOjNTS1KyurOzq7FxeXLy+vNze3PT29JyanHR2dLS2tNza3PTy9MTGxOTm5Pz+/KSipISGhERGRJSWlNTW1LSytOzu7GRmZMTCxOTi5Pz6/JyenLy6vIyKjP///wVh4PdB19cZ3wOJ4uUhltUUhAg1n9UtXUKlm0YkQ6iIHBrJ5PFBOA6sjyGAOzCg0U8iwLEysh9KIPHZVJgsiwKHWAgaaIIGA2BAEB9B5SoQfBh4Hw0dZoAdOCw3HwdQCCsfIQAh+QQJCQAgACwAAAAADAAMAIUcGhyUlpTU0tS0srTs6uxcXlzEwsSkoqTc3tz09vR0cnS8urycnpzc2tz08vTMysysqqzk5uT8/vyEgoQ0MjScmpzU1tS0trTs7uxsamzExsSkpqTk4uT8+vx0dnS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYUAQSOIAaR4ggkQodBwSho/DQxASQQZNFnIARSSJhQDDET4igUK1Y4kwjZUiwoJ4Cw+VDaJRt+M3IGxuTBcTRWEPCYMDFgoUCFcCFnwKGSAIHUIJF2wNGAB9VgmXdQ2ZIEEAIfkECQkAHwAsAAAAAAwADACELC4spKKk1NLU7OrsdHZ0vLq8hIaErK6s3N7c9Pb0fH58jI6MrKqs3Nrc9PL0zM7MtLa05Obk/P78REZEpKak1NbU7O7sfHp8vL68jIqMtLK05OLk/Pr8hIKElJKU////BV/g90nJJwifJYmiU3DPk2SWSH5P9QgQ9A0Sl8ARETUGAcLgwxEUWQ9GCVFBsFgHigbRsF4/DIaGWXmKMB7HJ1F4EEWFhmESCZoqmYzi8tms1hAcCh0OABtXNx4LfRwiIQAh+QQJCQAdACwAAAAADAAMAIQcGhyMjozU0tTs6uy0srRcXlzc3tz09vScmpy8vrx0dnTc2tz08vTk5uT8/vykoqTExsSEhoRERkSUlpTU1tTs7uy8urxkZmTk4uT8+vycnpzEwsSMioz///8AAAAAAAAFYGDXOUdnGB3jiCJjZdRyPIxIdkJsQFtXOS5BpSHCDAicSicjILIolpKBgmKJLISEYVG1YhNLilME0ZQOFgGGIEpgJoUBsHNRTCaBSGeQERkAFRwBDBIYVhkoCBodGCsdIQAh+QQJCQAfACwAAAAADAAMAIQcGhyUlpTMzszs6uy0srRcXlzc3tz09vTEwsSkoqR0cnTU1tT08vS8urzk5uT8/vzMysysqqyEgoQ0MjScmpzU0tTs7uxsamzk4uT8+vzExsSkpqR0dnTc2ty8vrz///8FXuD3PcdnGN/xiCLTZEuXNYxIfkJsVMLHPK4KwyEaWBCJWqZCZBkgJcMCxRIhPBBDh1rVYD8WBaEqiEQBl0VDpMEkOINM58ORUBKUwCcuMkwYFBQHBU0iGSgbG3sZIiEAIfkECQkAGwAsAAAAAAwADACENDI0pKak1NbU7O7sdHZ0xMLE5OLkhIaEtLK0/Pr8jI6MrK6s3N7c9Pb0zM7M7OrsREZErKqs3Nrc9PL0hIKE5ObkjIqMvLq8/P78lJKU1NLU////AAAAAAAAAAAAAAAABV/gtmHNxjBbg4nidCWClFyTSG5OzGhOirmaSUX0mDgupYRmyKoIEpsM5cBi8TSKg6Uqcjg0mwHlUhUgNwYAQVLoVhCKQQJ1UEQWkcDmsdpUIA0BERMED1UJBhsICHt9IQAh+QQJCQAfACwAAAAADAAMAIQcGhyMjozMyszk5uS0srRcXlz09vTc2ty8vrycmpyEhoTs7uzU0tS8urxsamz8/vzk4uTExsSkoqRERkSUlpTs6uy0trT8+vzc3tzEwsScnpyMioz08vTU1tR0cnT///8FYeD3PcaHYZ/xiCLXXN1xNZx4oUyMMczHPRiAAzMQDTgMS2nhIbA+A8blkwhQnqLDAVNNYD+HDooTyDwxkSlkooBERJ1FRrK4FCkaS6Ph/BkLHAQEBhsLTxcVHw0IHwsrHyEAIfkECQkAHQAsAAAAAAwADACEHBoclJaU1NLUtLK07OrsXF5cpKKk3N7cxMLE9Pb0dHZ0nJ6c3NrcvLq8rKqs5ObkzMrM/P78LC4snJqc1NbU9PL0ZGZkpKak5OLkxMbE/Pr8hIKEvL68////AAAAAAAABVxg12lHd5RJJIoHQDCM1lSihnWWwhyC0FWRg0Q3ED0qgtlvU1w9BInOZWJYrQ6Ug4NqFcFQE4j1QYk+CgGMz4RsJDSPjsGByGQQP1WHoEhwOBoGNCsaBB0ZYkAiIQAh+QQJCQAcACwAAAAADAAMAIQ0MjSkpqTU1tTs7ux0dnS8vryEhoTk4uS0srT8+vyMjoysrqzc3tz09vR8fnzMzszs6uxERkSsqqzc2tz08vSMiozk5uS8urz8/vyUkpSEgoTU0tT///8AAAAAAAAAAAAFXSDHJQyXZVyDiSIDUI6WXJSYWByhGcr2pJhDxDC5iCyUx6XBoSgKLI5FkOAgAoioaDJhXBdazkRQakg20WkVQghYJkfKhpaAWC+PxwZNWXEGFQ15M0wsGAMce01+IQAh+QQJCQAeACwAAAAADAAMAIQcGhyMjozMyszk5uS0srRcXlz09vTc2tycmpy8vryEhoTs7uzU0tRsamz8/vzk4uSkoqTExsRERkSUlpTs6uy8urz8+vzc3tycnpzEwsSMioz08vTU1tR0cnT///8AAAAFXqDnWY+HYN5lieIgbUGwAJdoDZ4STEjXeBvHoDB5ZESEh6BiAGIELM+As0oQCFHR5XCpECpZz4FTM1Q40elqoSFQStINoxJceDIRLoMBdIg2EBYcBxZMUQ52FzVBIiEAIfkECQkAHgAsAAAAAAwADACEHBoclJaU1NLUvLq87OrsXF5cpKak3N7cxMbE9Pb0dHZ0nJ6c3NrcxMLErK6s5Obk/P78hIKELC4snJqc1NbUvL689PL0ZGZkrKqs5OLkzMrM/Pr8fHp8pKKk////AAAABV+g522EZ2DesYniU1jTZEmZSHrBsnSckpIKQ0YjGlAugIMngSGyHByLB9FosFgMxgFRQVxFDIpyg6ixHpSVpdMglDwPi2Bg2UgFFK1A4LFARBYDCWEbdFcQUgdKCX8eIQA7) no-repeat center bottom 10px;
  opacity: 0.65;
}

.file-zoom-fullscreen .modal-dialog {
  min-width: 100%;
  margin: 0;
}

.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 100vh;
}

.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}

.floating-buttons {
  z-index: 3000;
}

.floating-buttons .btn-kv {
  margin-left: 3px;
  z-index: 3000;
}

.kv-zoom-actions .btn-kv {
  margin-left: 3px;
}

.file-zoom-content {
  min-height: 300px;
  text-align: center;
}

.file-zoom-content .file-preview-image, .file-zoom-content .file-preview-video {
  max-height: 100%;
}

.file-zoom-content > .file-object.type-image {
  height: auto;
  min-height: inherit;
}

.file-zoom-content > .file-object.type-audio {
  width: auto;
  height: 30px;
}

@media (min-width: 576px) {
  .file-zoom-dialog .modal-dialog {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .file-zoom-dialog .modal-lg {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .file-preview-thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .file-preview-thumbnails, .file-zoom-dialog .modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 350px) {
  .krajee-default.file-preview-frame:not([data-template=audio]) .kv-file-content {
    width: 160px;
  }
}
@media (max-width: 420px) {
  .krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
    width: 100%;
  }
}
.file-loading[dir=rtl]:before {
  background: transparent url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///1VVVfr6+np6eqysrFhYWG5ubuPj48TExGNjY6Ojo5iYmOzs7Lq6utjY2ISEhI6OjgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAkKAAAALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkECQoAAAAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkECQoAAAAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAkKAAAALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAkKAAAALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==) 100% 0 no-repeat;
  padding-left: 0;
  padding-right: 20px;
}

.clickable .file-drop-zone-title {
  cursor: pointer;
}

.file-sortable .file-drag-handle {
  cursor: -webkit-grab;
  cursor: grab;
  opacity: 1;
}

.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}

.file-grabbing, .file-grabbing * {
  cursor: not-allowed !important;
}

.file-grabbing .file-preview-thumbnails * {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
  border-color: #17a2b8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.screen-reader-text, .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:active, .screen-reader-text:focus, .sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/wp-content/themes/cedr/dist/fonts/fa-regular-400_aa66d0e0.eot);
  src: url(/wp-content/themes/cedr/dist/fonts/fa-regular-400_aa66d0e0.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cedr/dist/fonts/fa-regular-400_ac21cac3.woff2) format("woff2"), url(/wp-content/themes/cedr/dist/fonts/fa-regular-400_5623624d.woff) format("woff"), url(/wp-content/themes/cedr/dist/fonts/fa-regular-400_285a9d2a.ttf) format("truetype"), url(/wp-content/themes/cedr/dist/fonts/fa-regular-400_95f13e0b.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/wp-content/themes/cedr/dist/fonts/fa-solid-900_42e1fbd2.eot);
  src: url(/wp-content/themes/cedr/dist/fonts/fa-solid-900_42e1fbd2.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cedr/dist/fonts/fa-solid-900_d6d8d5da.woff2) format("woff2"), url(/wp-content/themes/cedr/dist/fonts/fa-solid-900_3ded831d.woff) format("woff"), url(/wp-content/themes/cedr/dist/fonts/fa-solid-900_896e20e2.ttf) format("truetype"), url(/wp-content/themes/cedr/dist/fonts/fa-solid-900_6ed5e3bc.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free;
}

.fa, .fas {
  font-weight: 900;
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/wp-content/themes/cedr/dist/fonts/fa-brands-400_14c590d1.eot);
  src: url(/wp-content/themes/cedr/dist/fonts/fa-brands-400_14c590d1.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cedr/dist/fonts/fa-brands-400_3e1b2a65.woff2) format("woff2"), url(/wp-content/themes/cedr/dist/fonts/fa-brands-400_df02c782.woff) format("woff"), url(/wp-content/themes/cedr/dist/fonts/fa-brands-400_5e8aa9ea.ttf) format("truetype"), url(/wp-content/themes/cedr/dist/fonts/fa-brands-400_bfa9c38b.svg#fontawesome) format("svg");
}
.fab {
  font-family: Font Awesome\ 5 Brands;
}

.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-close:before, .fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before, .fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-eye, .fa.fa-eye-slash {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "\f080";
}

.fa.fa-bar-chart-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "\f080";
}

.fa.fa-facebook-square, .fa.fa-twitter-square {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-facebook, .fa.fa-twitter {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-scissors:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-navicon:before, .fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-dashboard:before, .fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard, .fa.fa-paste {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "\f328";
}

.fa.fa-lightbulb-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f381";
}

.fa.fa-cloud-upload:before {
  content: "\f382";
}

.fa.fa-bell-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile-phone:before, .fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before, .fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-dollar:before, .fa.fa-usd:before {
  content: "\f155";
}

.fa.fa-inr:before, .fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-krw:before, .fa.fa-won:before {
  content: "\f159";
}

.fa.fa-bitcoin, .fa.fa-btc {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr, .fa.fa-tumblr-square {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-try:before, .fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-bank:before, .fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-google, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle, .fa.fa-yahoo {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance, .fa.fa-behance-square, .fa.fa-steam, .fa.fa-steam-square {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-cab:before {
  content: "\f1ba";
}

.fa.fa-envelope-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-deviantart, .fa.fa-soundcloud {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-life-bouy, .fa.fa-life-ring {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-ra, .fa.fa-rebel {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire, .fa.fa-ge {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-angellist, .fa.fa-ioxhost, .fa.fa-lastfm, .fa.fa-lastfm-square {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-cc {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p, .fa.fa-whatsapp {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-battery-4:before, .fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-diners-club, .fa.fa-cc-jcb {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-clone, .fa.fa-hourglass-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-chrome, .fa.fa-creative-commons, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-internet-explorer, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square, .fa.fa-opera, .fa.fa-safari, .fa.fa-tripadvisor, .fa.fa-wikipedia-w {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz, .fa.fa-vimeo {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before, .fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide, .fa.fa-glide-g {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat, .fa.fa-snapchat-ghost, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-viadeo, .fa.fa-viadeo-square, .fa.fa-yoast {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-fa, .fa.fa-font-awesome {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before, .fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize, .fa.fa-window-restore {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-spotify, .fa.fa-superpowers, .fa.fa-wpexplorer {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.mm-menu {
  --mm-line-height:20px;
  --mm-listitem-size:62px;
  --mm-navbar-size:62px;
  --mm-offset-top:0;
  --mm-offset-right:0;
  --mm-offset-bottom:0;
  --mm-offset-left:0;
  --mm-color-border:hsla(0,0%,100%,0);
  --mm-color-button:#fff;
  --mm-color-text:#fff;
  --mm-color-text-dimmed:#fff;
  --mm-color-background:#1a4fa6;
  --mm-color-background-highlight:rgba(0,0,0,.05);
  --mm-color-background-emphasis:#082960;
  --mm-shadow:0 0 10px rgba(0,0,0,.3);
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  background: #1a4fa6;
  border-color: hsla(0deg, 0%, 100%, 0);
  color: #fff;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: 20px;
  line-height: var(--mm-line-height);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: inherit;
  text-decoration: none;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-panels, .mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panel, .mm-panels {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #1a4fa6;
  border-color: hsla(0deg, 0%, 100%, 0);
  color: #fff;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panel:after, .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-panel_has-navbar {
  padding-top: 62px;
  padding-top: var(--mm-navbar-size);
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
  transform: none !important;
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
}

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
  height: 62px;
  height: var(--mm-listitem-size);
  bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 62px;
  padding: 0;
}

.mm-btn:after, .mm-btn:before {
  border: 2px solid hsla(0deg, 0%, 100%, 0);
  border-color: var(--mm-color-button);
}

.mm-btn_close:after, .mm-btn_close:before {
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-btn_next:after, .mm-btn_prev:before {
  content: "";
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
  right: auto;
}

[dir=rtl] .mm-btn_close:before {
  left: 25px;
}

[dir=rtl] .mm-btn_close:after {
  left: 18px;
}

.mm-navbar {
  background: #1a4fa6;
  border-color: hsla(0deg, 0%, 100%, 0);
  color: #fff;
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  border-bottom: 1px solid;
  border-color: var(--mm-color-border);
  text-align: center;
  display: none;
  height: 62px;
  height: var(--mm-navbar-size);
  padding: 0 62px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-navbar > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 21px;
  padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
  padding-left: 0;
  padding-right: 0;
}

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.mm-navbar__btn:first-child {
  text-align: left;
  left: 0;
}

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel_has-navbar .mm-navbar {
  display: block;
}

[dir=rtl] .mm-navbar__btn:first-child {
  text-align: right;
  right: 0;
  left: auto;
}

[dir=rtl] .mm-navbar__btn:last-child {
  text-align: left;
  left: 0;
  right: auto;
}

.mm-listitem, .mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem {
  color: #fff;
  color: var(--mm-color-text);
  border-color: hsla(0deg, 0%, 100%, 0);
  border-color: var(--mm-color-border);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem__btn, .mm-listitem__text {
  color: inherit;
  display: block;
  padding-top: 21px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
  padding-bottom: 21px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.mm-listitem__btn {
  -webkit-tap-highlight-color: #082960;
  tap-highlight-color: #082960;
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  tap-highlight-color: var(--mm-color-background-emphasis);
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 72px;
  position: relative;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
  background: #082960;
  background: var(--mm-color-background-emphasis);
}

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  font-size: 75%;
  text-transform: uppercase;
  min-height: 20px;
  min-height: var(--mm-line-height);
  padding: 13.25px;
  padding: calc((var(--mm-listitem-size) * 0.75 - var(--mm-line-height)) * 0.5);
  padding-right: 10px;
  padding-left: 20px;
}

.mm-listitem_spacer {
  padding-top: 62px;
  padding-top: var(--mm-listitem-size);
}

.mm-listitem_spacer > .mm-btn_next {
  top: 62px;
  top: var(--mm-listitem-size);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}

[dir=rtl] .mm-listitem__btn {
  padding-left: 72px;
  border-left-width: 0;
  border-left-style: none;
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}

.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}

.mm-menu_offcanvas {
  width: 100%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}

@media (max-width: 240px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media (min-width: 440px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking, .mm-wrapper_blocking body {
  overflow: hidden;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu_border-none .mm-listitem:after, .mm-panel_border-none .mm-listitem:after {
  content: none;
}

.mm-menu_border-full .mm-listitem:after, .mm-panel_border-full .mm-listitem:after {
  left: 0 !important;
}

.mm-menu_border-offset .mm-listitem:after, .mm-panel_border-offset .mm-listitem:after {
  right: 20px;
}

.mm-menu_fx-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(0.7) translate3d(30%, 0, 0);
  transform: scale(0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mm-menu_fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1;
}

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  -webkit-transition-property: none;
  transition-property: none;
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mm-menu_fx-panels-zoom .mm-panel, .mm-panel_fx-zoom {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5) translate3d(100%, 0, 0);
  transform: scale(1.5) translate3d(100%, 0, 0);
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened, .mm-panel_fx-zoom.mm-panel_opened {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent, .mm-panel_fx-zoom.mm-panel_opened-parent {
  -webkit-transform: scale(0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7) translate3d(-30%, 0, 0);
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent, .mm-panel_fx-slide-0.mm-panel_opened-parent {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent, .mm-panel_fx-slide-100.mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_fx-panels-slide-up .mm-panel, .mm-panel_fx-slide-up {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.mm-menu_fx-panels-slide-up .mm-panel_opened, .mm-menu_fx-panels-slide-up .mm-panel_opened-parent, .mm-panel_fx-slide-up.mm-panel_opened {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mm-menu_fx-panels-slide-right .mm-panel, .mm-panel_fx-slide-right {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_fx-panels-slide-right .mm-panel_opened, .mm-menu_fx-panels-slide-right .mm-panel_opened-parent, .mm-panel_fx-slide-right.mm-panel_opened {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[class*=mm-menu_fx-listitems-] .mm-listitem {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:first-child {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.mm-menu_fx-listitems-slide .mm-listitem {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.mm-menu_fx-listitems-fade .mm-listitem {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1;
}

.mm-menu_fx-listitems-drop .mm-listitem {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0;
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}

@media (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
}

@media (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu_fullscreen.mm-menu_position-bottom, .mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel:after, .mm-menu_listview-justify .mm-panels > .mm-panel:before, .mm-panels > .mm-panel_listview-justify:after, .mm-panels > .mm-panel_listview-justify:before {
  content: none;
  display: none;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview, .mm-panels > .mm-panel_listview-justify .mm-listview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem, .mm-panels > .mm-panel_listview-justify .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 62px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem:not(.mm-listitem_divider), .mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text, .mm-panels > .mm-panel_listview-justify .mm-listitem__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px;
  margin: 0;
}

.mm-listview_inset .mm-listitem {
  padding: 5px 0;
}

.mm-menu_multiline .mm-listitem__text, .mm-panel_multiline .mm-listitem__text {
  text-overflow: clip;
  white-space: normal;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000;
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff;
}

.mm-menu_popup {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1;
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
}

@media (max-width: 240px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media (min-width: 440px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow);
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}

.mm-menu_shadow-menu, .mm-menu_shadow-panels .mm-panels > .mm-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow);
}

.mm-menu_theme-white {
  --mm-color-border:rgba(0,0,0,.1);
  --mm-color-button:rgba(0,0,0,.3);
  --mm-color-text:rgba(0,0,0,.7);
  --mm-color-text-dimmed:rgba(0,0,0,.3);
  --mm-color-background:#fff;
  --mm-color-background-highlight:rgba(0,0,0,.06);
  --mm-color-background-emphasis:rgba(0,0,0,.03);
  --mm-shadow:0 0 10px rgba(0,0,0,.2);
}

.mm-menu_theme-dark {
  --mm-color-border:rgba(0,0,0,.3);
  --mm-color-button:hsla(0,0%,100%,.4);
  --mm-color-text:hsla(0,0%,100%,.85);
  --mm-color-text-dimmed:hsla(0,0%,100%,.4);
  --mm-color-background:#333;
  --mm-color-background-highlight:hsla(0,0%,100%,.08);
  --mm-color-background-emphasis:rgba(0,0,0,.1);
  --mm-shadow:0 0 20px rgba(0,0,0,.5);
}

.mm-menu_theme-black {
  --mm-color-border:hsla(0,0%,100%,.25);
  --mm-color-button:hsla(0,0%,100%,.4);
  --mm-color-text:hsla(0,0%,100%,.75);
  --mm-color-text-dimmed:hsla(0,0%,100%,.4);
  --mm-color-background:#000;
  --mm-color-background-highlight:hsla(0,0%,100%,.2);
  --mm-color-background-emphasis:hsla(0,0%,100%,.15);
  --mm-shadow:none;
}

.mm-menu_tileview .mm-listview, .mm-panel_tileview .mm-listview {
  margin: 0 !important;
}

.mm-menu_tileview .mm-listview:after, .mm-panel_tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu_tileview .mm-listitem, .mm-panel_tileview .mm-listitem {
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding: 50% 0 0;
}

.mm-menu_tileview .mm-listitem:after, .mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu_tileview .mm-listitem.mm-tile-xs, .mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu_tileview .mm-listitem.mm-tile-s, .mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu_tileview .mm-listitem.mm-tile-l, .mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu_tileview .mm-listitem.mm-tile-xl, .mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu_tileview .mm-listitem__text, .mm-panel_tileview .mm-listitem__text {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu_tileview .mm-listitem__btn, .mm-panel_tileview .mm-listitem__btn {
  width: auto;
}

.mm-menu_tileview .mm-listitem__btn:after, .mm-menu_tileview .mm-listitem__btn:before, .mm-panel_tileview .mm-listitem__btn:after, .mm-panel_tileview .mm-listitem__btn:before {
  content: none;
  display: none;
}

.mm-menu_tileview .mm-listitem_divider, .mm-panel_tileview .mm-listitem_divider {
  display: none;
}

.mm-menu_tileview .mm-panel, .mm-panel_tileview {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu_tileview .mm-panel:after, .mm-menu_tileview .mm-panel:before, .mm-panel_tileview:after, .mm-panel_tileview:before {
  content: none;
  display: none;
}

body.modal-open .mm-slideout {
  z-index: unset;
}

.mm-navbars_bottom, .mm-navbars_top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.mm-navbars_bottom > .mm-navbar, .mm-navbars_top > .mm-navbar {
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0;
}

.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn), .mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto;
}

.mm-menu_navbar_top-1 .mm-panels {
  top: 62px;
  top: calc(var(--mm-navbar-size) * 1);
}

.mm-menu_navbar_top-2 .mm-panels {
  top: 124px;
  top: calc(var(--mm-navbar-size) * 2);
}

.mm-menu_navbar_top-3 .mm-panels {
  top: 186px;
  top: calc(var(--mm-navbar-size) * 3);
}

.mm-menu_navbar_top-4 .mm-panels {
  top: 248px;
  top: calc(var(--mm-navbar-size) * 4);
}

.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto;
}

.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 62px;
  bottom: calc(var(--mm-navbar-size) * 1);
}

.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 124px;
  bottom: calc(var(--mm-navbar-size) * 2);
}

.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 186px;
  bottom: calc(var(--mm-navbar-size) * 3);
}

.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 248px;
  bottom: calc(var(--mm-navbar-size) * 4);
}

.mm-navbar_size-2 {
  height: 124px;
  height: calc(var(--mm-navbar-size) * 2);
}

.mm-navbar_size-3 {
  height: 186px;
  height: calc(var(--mm-navbar-size) * 3);
}

.mm-navbar_size-4 {
  height: 248px;
  height: calc(var(--mm-navbar-size) * 4);
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 20px;
}

.mm-navbar__breadcrumbs > * {
  display: inline-block;
  padding-right: 6px;
  padding-top: 21px;
  padding-top: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
  padding-bottom: 21px;
  padding-bottom: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
}

.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -62px;
}

.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar__tab_selected {
  background: inherit !important;
  color: inherit !important;
  border: 1px solid;
  border-color: inherit;
}

.mm-navbar__tab_selected:first-child {
  border-left: none;
}

.mm-navbar__tab_selected:last-child {
  border-right: none;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: inherit !important;
  color: inherit !important;
}

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px;
}

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none;
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: inherit;
  color: inherit;
}

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
}

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px;
}

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none;
}

.mm-navbar_tabs > a:not(.mm-navbar__tab_selected), .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: #082960;
  background: var(--mm-color-background-emphasis);
  color: #fff;
  color: var(--mm-color-text-dimmed);
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.typeahead__container button, .typeahead__container input, .typeahead__container optgroup, .typeahead__container select, .typeahead__container textarea {
  font: inherit;
  margin: 0;
}

.typeahead__container optgroup {
  font-weight: 700;
}

.typeahead__container button, .typeahead__container input {
  overflow: visible;
}

.typeahead__container button, .typeahead__container select {
  text-transform: none;
}

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

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

.typeahead__container [type=button]:-moz-focusring, .typeahead__container [type=reset]:-moz-focusring, .typeahead__container [type=submit]:-moz-focusring, .typeahead__container button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.typeahead__container fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.typeahead__container legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.typeahead__container textarea {
  overflow: auto;
}

.typeahead__container [type=checkbox], .typeahead__container [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

.typeahead__container ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

.typeahead__container {
  position: relative;
  font: 1rem Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
}

.typeahead__container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%;
}

.typeahead__filter {
  position: relative;
}

.typeahead__filter button {
  min-width: 100%;
  white-space: nowrap;
}

.typeahead__filter button:after {
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  vertical-align: -2px;
  content: "";
  border: 4px solid transparent;
  border-top-color: currentcolor;
}

.typeahead__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.typeahead__button button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.typeahead__field {
  color: #555;
}

.typeahead__field .typeahead__hint, .typeahead__field [contenteditable], .typeahead__field input, .typeahead__field textarea {
  display: block;
  width: 100%;
  line-height: 1.25;
  min-height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px 0 0 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.typeahead__field .typeahead__hint:active, .typeahead__field .typeahead__hint:focus, .typeahead__field [contenteditable]:active, .typeahead__field [contenteditable]:focus, .typeahead__field input:active, .typeahead__field input:focus, .typeahead__field textarea:active, .typeahead__field textarea:focus {
  border-color: #66afe9;
}

.typeahead__container.hint .typeahead__field [contenteditable], .typeahead__container.hint .typeahead__field input, .typeahead__container.hint .typeahead__field textarea {
  background: transparent;
}

.typeahead__container.hint .typeahead__query > :last-child, .typeahead__hint {
  background: #fff;
}

.typeahead__container button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555;
}

.typeahead__container button:focus, .typeahead__container button:hover {
  color: #3c3c3c;
  background-color: #f5f5f5;
  border-color: #b3b3b3;
}

.typeahead__container button.active, .typeahead__container button:active {
  background-image: none;
}

.typeahead__container button:active, .typeahead__container button:focus {
  border-color: #66afe9;
}

.typeahead__container button.disabled, .typeahead__container button[disabled], .typeahead__container input.disabled, .typeahead__container input[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc;
}

.typeahead__container .typeahead__field .typeahead__hint, .typeahead__container .typeahead__field .typeahead__label-container, .typeahead__container .typeahead__field [contenteditable], .typeahead__container .typeahead__field input, .typeahead__container .typeahead__field textarea {
  padding-right: 32px;
}

.typeahead__button, .typeahead__filter {
  z-index: 1;
}

.typeahead__button button, .typeahead__filter button {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.typeahead__button:active, .typeahead__button:active button:active, .typeahead__button:active button:focus, .typeahead__button:focus, .typeahead__button:focus button:active, .typeahead__button:focus button:focus, .typeahead__button:hover, .typeahead__button:hover button:active, .typeahead__button:hover button:focus, .typeahead__filter:active, .typeahead__filter:active button:active, .typeahead__filter:active button:focus, .typeahead__filter:focus, .typeahead__filter:focus button:active, .typeahead__filter:focus button:focus, .typeahead__filter:hover, .typeahead__filter:hover button:active, .typeahead__filter:hover button:focus {
  z-index: 1001;
}

.typeahead__filter + .typeahead__button button {
  margin-left: -2px;
}

.typeahead__container.filter .typeahead__filter {
  z-index: 1001;
}

.typeahead__dropdown, .typeahead__list {
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box;
}

.typeahead__result.detached .typeahead__list {
  position: relative;
  z-index: 1041;
  top: auto;
  left: auto;
}

.typeahead__dropdown {
  right: 0;
  left: auto;
  z-index: 1001;
}

.typeahead__list > li {
  position: relative;
  border-top: 1px solid #ccc;
}

.typeahead__list > li:first-child {
  border-top: none;
}

.typeahead__dropdown .typeahead__dropdown-item[disabled] > a, .typeahead__list .typeahead__item[disabled] > a {
  cursor: not-allowed;
  color: #bababa;
  background-color: #fafafa;
}

.typeahead__dropdown .typeahead__dropdown-item > a, .typeahead__list .typeahead__item > a {
  display: block;
  padding: 0.5rem 0.75rem;
  clear: both;
  color: #333;
  text-decoration: none;
}

.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover, .typeahead__list .typeahead__item:not([disabled]).active > a, .typeahead__list .typeahead__item:not([disabled]) > a:focus, .typeahead__list .typeahead__item:not([disabled]) > a:hover {
  background-color: #f5f5f5;
  color: #3c3c3c;
}

.typeahead__list.empty > li {
  padding: 0.5rem 0.75rem;
  color: #333;
}

.typeahead__list > .typeahead__group {
  border-color: #bfdef6;
  font-weight: 700;
}

.typeahead__list > .typeahead__group:first-child {
  border-top: 1px solid #bfdef6;
}

.typeahead__list > .typeahead__group.active > a, .typeahead__list > .typeahead__group > a, .typeahead__list > .typeahead__group > a:focus, .typeahead__list > .typeahead__group > a:hover {
  cursor: default;
  color: #17639f;
  background: #ecf5fc;
  display: block;
  padding: 0.5rem 0.75rem;
  clear: both;
  text-decoration: none;
}

.typeahead__list > li.typeahead__group + li.typeahead__item {
  border-color: #bfdef6;
}

.typeahead__container.backdrop + .typeahead__backdrop, .typeahead__container.filter .typeahead__dropdown, .typeahead__container.hint .typeahead__hint, .typeahead__container.result .typeahead__list {
  display: block !important;
}

.typeahead__container + .typeahead__backdrop, .typeahead__container .typeahead__dropdown, .typeahead__container .typeahead__hint, .typeahead__container .typeahead__list {
  display: none !important;
}

.typeahead__dropdown li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

.typeahead__cancel-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
  visibility: hidden;
}

.typeahead__label .typeahead__cancel-button {
  visibility: visible;
  right: 4px;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button, .typeahead__label .typeahead__cancel-button {
  visibility: visible;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover, .typeahead__label .typeahead__cancel-button:hover {
  color: #d0021b;
}

.typeahead__search-icon {
  padding: 0 1.25rem;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll 50% transparent;
}

.typeahead__container.loading .typeahead__query:after, .typeahead__container.loading .typeahead__query:before {
  -webkit-transition: all 0s linear, opacity 0.2s ease;
  transition: all 0s linear, opacity 0.2s ease;
  position: absolute;
  z-index: 3;
  content: "";
  top: 50%;
  right: 0.55em;
  margin-top: -0.675rem;
  width: 1.35rem;
  height: 1.35rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 500rem;
  border-style: solid;
  border-width: 0.1em;
}

.typeahead__container.loading .typeahead__query:before {
  border-color: rgba(0, 0, 0, 0.35);
}

.typeahead__container.loading .typeahead__query:after {
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-color: #fff transparent transparent;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

@-webkit-keyframes button-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes button-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.typeahead__label-container {
  list-style: none;
  position: absolute;
  padding-top: 0.375rem;
  padding-left: 6px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.typeahead__label, .typeahead__label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.typeahead__label {
  font-size: 0.875rem;
  position: relative;
  background: #ecf5fc;
  border: 1px solid #c2e0ff;
  padding-left: 4px;
  border-radius: 2px;
  margin-right: 4px;
  margin-bottom: 0.375rem;
}

.typeahead__label > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.typeahead__label .typeahead__cancel-button {
  line-height: normal;
  height: auto;
  position: static;
  padding: calc(0.25rem - 1px) 6px calc(0.25rem + 1px);
  margin-left: 4px;
  font-size: 0.875rem;
  border-left: 1px solid #c2e0ff;
}

.typeahead__label .typeahead__cancel-button:hover {
  background-color: #d5e9f9;
}

body {
  min-width: 320px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-weight: 300;
}

body, html {
  height: 100%;
}

img {
  border-style: none;
}

input, select, textarea {
  color: #000;
  vertical-align: middle;
  font: 100% Montserrat, Arial, Helvetica, sans-serif;
}

button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

fieldset, form {
  margin: 0;
  padding: 0;
  border-style: none;
}

blockquote, q {
  quotes: none;
}

q:after, q:before {
  content: "";
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:active, a:focus, a:hover {
  text-decoration: underline;
}

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

b, strong {
  font-weight: 700;
}

#wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#wrapper > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 374.98px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-md {
  max-width: 1200px;
}

@media (max-width: 991.98px) {
  .container-md {
    max-width: 730px;
  }
}
@media (max-width: 767.98px) {
  .container-md {
    max-width: none;
  }
}
.bg-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bg-img > img {
  display: none !important;
}

.gform_title, .h1, h1 {
  line-height: 1.118;
  margin: 0 0 15px;
}

@media (max-width: 991.98px) {
  .gform_title, .h1, h1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 767.98px) {
  .gform_title, .h1, h1 {
    font-size: 2rem;
  }
}
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
}

.h6, h6 {
  font-weight: 700;
}

.bg-gray {
  background-color: hsla(0deg, 0%, 51%, 0.07);
}

.comment-list, .list-unstyled {
  list-style: none;
  margin: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}

.comment-list > li, .list-unstyled > li {
  width: 100%;
}

.comment-list > li + li, .list-unstyled > li + li {
  padding-top: 15px;
}

.comment-list > li a, .list-unstyled > li a {
  text-decoration: none;
  color: inherit;
}

.comment-list > li a:hover, .list-unstyled > li a:hover {
  text-decoration: underline;
  color: inherit;
}

@media (min-width: 768px) {
  #__ba_panel .imgOnlyDiv {
    float: right;
    zoom: 0.6;
    margin-top: 10px;
  }
}
.lead {
  display: block;
  padding-bottom: 24px;
  font-size: inherit;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .lead {
    padding-bottom: 22px;
  }
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.xoo-wsc-modal .xoo-wsc-footer {
  display: none;
}

.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-footer {
  display: inline-block;
}

.podcast-popup {
  max-width: 600px;
  margin-top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hs-button {
  display: inline-block;
  font-weight: 700;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.75rem 0.9375rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}

button.primary, input.primary {
  color: #fff;
  background-color: #ff286d;
  -webkit-box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff286d), color-stop(50%, #bf0641));
  background-image: linear-gradient(180deg, #ff286d, #bf0641 50%);
  background-repeat: repeat-x;
  background-size: 100% 200%;
  border: 0;
}

button.primary:hover, input.primary:hover {
  color: #fff;
  background-color: #ff0253;
  border-color: #f4004e;
}

button.primary.focus, button.primary:focus, input.primary.focus, input.primary:focus {
  color: #fff;
  background-color: #ff0253;
  border-color: #f4004e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 72, 131, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 72, 131, 0.5);
}

button.primary.disabled, button.primary:disabled, input.primary.disabled, input.primary:disabled {
  color: #fff;
  background-color: #ff286d;
  border-color: #ff286d;
}

.show > button.primary.dropdown-toggle, .show > input.primary.dropdown-toggle, button.primary:not(:disabled):not(.disabled).active, button.primary:not(:disabled):not(.disabled):active, input.primary:not(:disabled):not(.disabled).active, input.primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #f4004e;
  border-color: #e7004a;
}

.show > button.primary.dropdown-toggle:focus, .show > input.primary.dropdown-toggle:focus, button.primary:not(:disabled):not(.disabled).active:focus, button.primary:not(:disabled):not(.disabled):active:focus, input.primary:not(:disabled):not(.disabled).active:focus, input.primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 72, 131, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 72, 131, 0.5);
}

button.primary:hover, input.primary:hover {
  background-position: 0 100%;
}

#wp-submit, .btn, .comment-form input[type=submit], .gform_wrapper .gform_button, .mepr-submit, .search-form .search-submit, .tribe-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  white-space: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-group-sm > #wp-submit, .btn-group-sm > .btn, .btn-group-sm > .mepr-submit, .btn-group-sm > .tribe-button, .btn-sm, .comment-form .btn-group-sm > input[type=submit], .gform_wrapper .btn-group-sm > .gform_button, .search-form .btn-group-sm > .search-submit, .woocommerce-cart .wc-proceed-to-checkout .btn-group-sm > a.checkout-button {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.btn-outline-secondary {
  color: #313131;
  border-color: #dcdcdc;
  color: #1a4fa6 !important;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #313131;
  border-color: #313131;
}

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

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

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

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

#wp-submit, .btn-primary, .mepr-submit, .tribe-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  color: #fff;
  background-color: #324970;
  border-color: #324970;
  -webkit-box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#wp-submit:hover, .btn-primary:hover, .mepr-submit:hover, .tribe-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  color: #fff;
  background-color: #263856;
  border-color: #22324d;
}

#wp-submit:focus, .btn-primary.focus, .btn-primary:focus, .focus#wp-submit, .focus.mepr-submit, .focus.tribe-button, .mepr-submit:focus, .tribe-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.focus.checkout-button {
  color: #fff;
  background-color: #263856;
  border-color: #22324d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 100, 133, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(81, 100, 133, 0.5);
}

#wp-submit:disabled, .btn-primary.disabled, .btn-primary:disabled, .disabled#wp-submit, .disabled.mepr-submit, .disabled.tribe-button, .mepr-submit:disabled, .tribe-button:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button {
  color: #fff;
  background-color: #324970;
  border-color: #324970;
}

#wp-submit:not(:disabled):not(.disabled).active, #wp-submit:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .mepr-submit:not(:disabled):not(.disabled).active, .mepr-submit:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle#wp-submit, .show > .dropdown-toggle.mepr-submit, .show > .dropdown-toggle.tribe-button, .tribe-button:not(:disabled):not(.disabled).active, .tribe-button:not(:disabled):not(.disabled):active, .woocommerce-cart .wc-proceed-to-checkout .show > a.dropdown-toggle.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled).active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #22324d;
  border-color: #1e2c44;
}

#wp-submit:not(:disabled):not(.disabled).active:focus, #wp-submit:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .mepr-submit:not(:disabled):not(.disabled).active:focus, .mepr-submit:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle#wp-submit:focus, .show > .dropdown-toggle.mepr-submit:focus, .show > .dropdown-toggle.tribe-button:focus, .tribe-button:not(:disabled):not(.disabled).active:focus, .tribe-button:not(:disabled):not(.disabled):active:focus, .woocommerce-cart .wc-proceed-to-checkout .show > a.dropdown-toggle.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled).active:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 100, 133, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(81, 100, 133, 0.5);
}

.btn-danger, .gform_wrapper .gform_button {
  color: #fff;
  background-color: #ff286d;
  -webkit-box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff286d), color-stop(50%, #bf0641));
  background-image: linear-gradient(180deg, #ff286d, #bf0641 50%);
  background-repeat: repeat-x;
  background-size: 100% 200%;
  border: 0;
}

.btn-danger:hover, .gform_wrapper .gform_button:hover {
  color: #fff;
  background-color: #ff0253;
  border-color: #f4004e;
}

.btn-danger.focus, .btn-danger:focus, .gform_wrapper .focus.gform_button, .gform_wrapper .gform_button:focus {
  color: #fff;
  background-color: #ff0253;
  border-color: #f4004e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 72, 131, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 72, 131, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled, .gform_wrapper .disabled.gform_button, .gform_wrapper .gform_button:disabled {
  color: #fff;
  background-color: #ff286d;
  border-color: #ff286d;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .gform_wrapper .gform_button:not(:disabled):not(.disabled).active, .gform_wrapper .gform_button:not(:disabled):not(.disabled):active, .gform_wrapper .show > .dropdown-toggle.gform_button, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f4004e;
  border-color: #e7004a;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .gform_wrapper .gform_button:not(:disabled):not(.disabled).active:focus, .gform_wrapper .gform_button:not(:disabled):not(.disabled):active:focus, .gform_wrapper .show > .dropdown-toggle.gform_button:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 72, 131, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 72, 131, 0.5);
}

.btn-danger:hover, .gform_wrapper .gform_button:hover {
  background-position: 0 100%;
}

.btn-info {
  color: #fff;
  background-color: #082960;
  border-color: #082960;
  -webkit-box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
  color: #fff;
  background-color: #051a3d;
  border-color: #041531;
}

.btn-info.focus, .btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(45, 73, 120, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(45, 73, 120, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #082960;
  border-color: #082960;
}

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

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

.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: hsla(0deg, 0%, 59%, 0.29);
  -webkit-box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #1a4fa6;
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #5a8fe5;
}

.btn-light.focus, .btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 93, 95, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(91, 93, 95, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: hsla(0deg, 0%, 59%, 0.29);
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #5a8fe5;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 93, 95, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(91, 93, 95, 0.5);
}

.btn-outline-light {
  border-color: #dcdcdc;
  color: #313131;
}

.btn-outline-light:hover {
  color: #fff;
  background-color: #313131;
  border-color: #313131;
}

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

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #313131;
  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: #fff;
  background-color: #313131;
  border-color: #313131;
}

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

.btn-reset {
  padding: 3px 0;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  border: solid #1a4fa6;
  border-width: 0 0 2px;
  -webkit-box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #1a4fa6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-reset.focus, .btn-reset:focus, .btn-reset:hover {
  color: #212529;
  background-color: #fff;
  border-color: #5a8fe5;
}

.btn-reset.focus, .btn-reset:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 105, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(60, 105, 179, 0.5);
}

.btn-reset.disabled, .btn-reset:disabled {
  color: #fff;
  background-color: transparent;
  border-color: #1a4fa6;
}

.btn-reset:not(:disabled):not(.disabled).active, .btn-reset:not(:disabled):not(.disabled):active, .show > .btn-reset.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #5a8fe5;
}

.btn-reset:not(:disabled):not(.disabled).active:focus, .btn-reset:not(:disabled):not(.disabled):active:focus, .show > .btn-reset.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 105, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(60, 105, 179, 0.5);
}

.btn-reset:focus, .btn-reset:hover {
  color: #5a8fe5 !important;
}

#wp-submit input, .btn input, .comment-form .hs-submit input[type=submit] input, .comment-form input[type=submit] input, .gform_wrapper .gform_button input, .gform_wrapper .hs-submit .gform_button input, .hs-submit #wp-submit input, .hs-submit .btn input, .hs-submit .comment-form input[type=submit] input, .hs-submit .gform_wrapper .gform_button input, .hs-submit .mepr-submit input, .hs-submit .search-form .search-submit input, .hs-submit .tribe-button input, .hs-submit .woocommerce-cart .wc-proceed-to-checkout a.checkout-button input, .mepr-submit input, .search-form .hs-submit .search-submit input, .search-form .search-submit input, .tribe-button input, .woocommerce-cart .wc-proceed-to-checkout .hs-submit a.checkout-button input, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button input {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  background: none;
}

.btn-play {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #fff;
  color: #1a4fa6;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
  .btn-play {
    width: 30px;
    height: 30px;
  }
}
.btn-play:before {
  content: "";
  display: block;
  width: 22px;
  height: 26px;
  margin-left: 4px;
  border-top: 13px solid transparent;
  border-left: 22px solid;
  border-bottom: 13px solid transparent;
}

@media (max-width: 767.98px) {
  .btn-play:before {
    width: 13px;
    height: 14px;
    border-width: 7px 0 7px 13px;
  }
}
.btn-play:hover {
  color: #324970;
}

.btn-secondary, .comment-form input[type=submit], .search-form .search-submit {
  color: #fff;
  background-color: #20295c;
  border-color: #20295c;
  -webkit-box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:hover, .comment-form input:hover[type=submit], .search-form .search-submit:hover {
  color: #fff;
  background-color: #161c40;
  border-color: #131836;
}

.btn-secondary.focus, .btn-secondary:focus, .comment-form input.focus[type=submit], .comment-form input:focus[type=submit], .search-form .focus.search-submit, .search-form .search-submit:focus {
  color: #fff;
  background-color: #161c40;
  border-color: #131836;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 73, 116, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(65, 73, 116, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled, .comment-form input.disabled[type=submit], .comment-form input:disabled[type=submit], .search-form .disabled.search-submit, .search-form .search-submit:disabled {
  color: #fff;
  background-color: #20295c;
  border-color: #20295c;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .comment-form .show > input.dropdown-toggle[type=submit], .comment-form input:not(:disabled):not(.disabled).active[type=submit], .comment-form input:not(:disabled):not(.disabled):active[type=submit], .search-form .search-submit:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled):active, .search-form .show > .dropdown-toggle.search-submit, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #131836;
  border-color: #10142d;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .comment-form .show > input.dropdown-toggle:focus[type=submit], .comment-form input:not(:disabled):not(.disabled).active:focus[type=submit], .comment-form input:not(:disabled):not(.disabled):active:focus[type=submit], .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .search-form .show > .dropdown-toggle.search-submit:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 73, 116, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(65, 73, 116, 0.5);
}

#wp-submit:focus, .btn:focus, .comment-form input:focus[type=submit], .gform_wrapper .gform_button:focus, .link-more, .mepr-submit:focus, .search-form .search-submit:focus, .tribe-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
  text-decoration: none;
}

.link-more {
  color: #1a4fa6;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 10px;
}

.link-more:after {
  content: " ›";
}

.link-more:hover {
  text-decoration: none;
  color: #20295c;
}

@media (max-width: 767.98px) {
  .link-more {
    font-size: 14px;
  }
}
.link-download {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  color: #1a4fa6;
  font-weight: 600;
  padding-right: 29px;
}

.link-download:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  width: 17px;
  height: 17px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMUE0RkE2O30KPC9zdHlsZT4KPHBhdGggaWQ9IlNoYXBlIiBjbGFzcz0ic3QwIiBkPSJNMTUuOSwxOEgyLjFjLTEuMSwwLjEtMi0wLjctMi4xLTEuOHYtMS44YzAtMC41LDAuNC0wLjksMC45LTAuOXMwLjksMC40LDAuOSwwLjl2MS43CgljMC4xLDAsMC4yLDAuMSwwLjMsMC4xaDEzLjljMC4xLDAsMC4yLDAsMC4zLTAuMXYtMS43YzAtMC41LDAuNC0wLjksMC45LTAuOWMwLjUsMCwwLjksMC40LDAuOSwwLjljMCwwLDAsMCwwLDB2MS44CgljLTAuMSwxLTAuOSwxLjgtMS45LDEuOEMxNiwxOCwxNiwxOCwxNS45LDE4eiBNOC43LDE0LjNsLTAuMS0wLjFjLTAuMSwwLTAuMSwwLTAuMS0wLjFMMi4xLDguOGMtMC40LTAuMy0wLjQtMC45LDAtMS4zCgljMC4zLTAuMywwLjgtMC40LDEuMi0wLjFsNC44LDQuMVYwLjlDOC4xLDAuNCw4LjUsMCw5LDBjMC41LDAsMC45LDAuNCwwLjksMC45djEwLjZsNC44LTQuMWMwLjQtMC4zLDAuOS0wLjMsMS4zLDAuMQoJYzAuMywwLjQsMC4zLDAuOS0wLjEsMS4zbDAsMGwtNi4zLDUuNGMwLDAtMC4xLDAuMS0wLjEsMC4xbC0wLjEsMC4xQzkuMSwxNC40LDguOSwxNC40LDguNywxNC4zTDguNywxNC4zeiIvPgo8L3N2Zz4K) no-repeat;
  background-size: 17px 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.link-download:hover {
  color: #1a4fa6;
  text-decoration: none;
}

.link-download:hover:after {
  margin-top: 3px;
}

.comment-list ol {
  list-style: none;
}

.search-form label {
  font-weight: 400;
}

#buy-tickets input, .comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea, .form-control, .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea, .search-form .search-field, .woocommerce-cart .quantity input.qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, input.hs-input, textarea.hs-input {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
}

#buy-tickets input::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form input[type=text]::-moz-placeholder, .comment-form input[type=url]::-moz-placeholder, .comment-form textarea::-moz-placeholder, .form-control::-moz-placeholder, .ginput_container input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox])::-moz-placeholder, .ginput_container textarea::-moz-placeholder, .search-form .search-field::-moz-placeholder, .woocommerce-cart .quantity input.qty::-moz-placeholder, .woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-placeholder, input.hs-input::-moz-placeholder, textarea.hs-input::-moz-placeholder {
  color: #495057;
  opacity: 1;
}

#buy-tickets input::-webkit-input-placeholder, .comment-form input[type=email]::-webkit-input-placeholder, .comment-form input[type=text]::-webkit-input-placeholder, .comment-form input[type=url]::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .ginput_container input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder, .woocommerce-cart .quantity input.qty::-webkit-input-placeholder, .woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder, input.hs-input::-webkit-input-placeholder, textarea.hs-input::-webkit-input-placeholder {
  color: rgba(49, 49, 49, 0.3);
}

#buy-tickets input:-ms-input-placeholder, .comment-form input:-ms-input-placeholder[type=email], .comment-form input:-ms-input-placeholder[type=text], .comment-form input:-ms-input-placeholder[type=url], .comment-form textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder, .ginput_container input:-ms-input-placeholder:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder, .woocommerce-cart .quantity input.qty:-ms-input-placeholder, .woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce form .form-row textarea:-ms-input-placeholder, input.hs-input:-ms-input-placeholder, textarea.hs-input:-ms-input-placeholder {
  color: rgba(49, 49, 49, 0.3);
}

@media (max-width: 991.98px) {
  #buy-tickets input, .comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea, .form-control, .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea, .search-form .search-field, .woocommerce-cart .quantity input.qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, input.hs-input, textarea.hs-input {
    font-size: 0.875rem;
    height: 44px;
  }
}
@media (max-width: 767.98px) {
  #buy-tickets input, .comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea, .form-control, .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container textarea, .search-form .search-field, .woocommerce-cart .quantity input.qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, input.hs-input, textarea.hs-input {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gfield_description, .ginput_container .instruction {
  display: block;
  font-size: 0.875rem;
  line-height: 1.215;
  margin-top: 1.3rem;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .gform_title {
    margin-bottom: 62px;
  }
}
.ginput_container textarea, .woocommerce form .form-row textarea, textarea.hs-input {
  resize: vertical;
  min-height: 80px;
  height: 129px;
  max-height: 400px;
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  .ginput_container textarea, .woocommerce form .form-row textarea, textarea.hs-input {
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .ginput_container textarea, .woocommerce form .form-row textarea, textarea.hs-input {
    height: 150px;
  }
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  display: block;
  width: auto;
  max-width: 100%;
}

.bootstrap-select > select:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.01);
}

.bootstrap-select .btn-light {
  color: #495057;
}

.bootstrap-select #wp-submit, .bootstrap-select .btn, .bootstrap-select .comment-form input[type=submit], .bootstrap-select .gform_wrapper .gform_button, .bootstrap-select .mepr-submit, .bootstrap-select .search-form .search-submit, .bootstrap-select .tribe-button, .bootstrap-select .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form .bootstrap-select input[type=submit], .gform_wrapper .bootstrap-select .gform_button, .search-form .bootstrap-select .search-submit, .woocommerce-cart .wc-proceed-to-checkout .bootstrap-select a.checkout-button {
  min-width: 100%;
  width: auto;
  padding-left: 1.25rem;
  font-weight: 300;
  font-size: 1rem;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
}

@media (max-width: 991.98px) {
  .bootstrap-select #wp-submit, .bootstrap-select .btn, .bootstrap-select .comment-form input[type=submit], .bootstrap-select .gform_wrapper .gform_button, .bootstrap-select .mepr-submit, .bootstrap-select .search-form .search-submit, .bootstrap-select .tribe-button, .bootstrap-select .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form .bootstrap-select input[type=submit], .gform_wrapper .bootstrap-select .gform_button, .search-form .bootstrap-select .search-submit, .woocommerce-cart .wc-proceed-to-checkout .bootstrap-select a.checkout-button {
    font-size: 0.875rem;
    line-height: 1.429;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-select #wp-submit, .bootstrap-select .btn, .bootstrap-select .comment-form input[type=submit], .bootstrap-select .gform_wrapper .gform_button, .bootstrap-select .mepr-submit, .bootstrap-select .search-form .search-submit, .bootstrap-select .tribe-button, .bootstrap-select .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form .bootstrap-select input[type=submit], .gform_wrapper .bootstrap-select .gform_button, .search-form .bootstrap-select .search-submit, .woocommerce-cart .wc-proceed-to-checkout .bootstrap-select a.checkout-button {
    padding-left: 10px;
  }
}
.bootstrap-select .btn.dropdown-toggle:after, .bootstrap-select .comment-form input.dropdown-toggle[type=submit]:after, .bootstrap-select .dropdown-toggle#wp-submit:after, .bootstrap-select .dropdown-toggle.mepr-submit:after, .bootstrap-select .dropdown-toggle.tribe-button:after, .bootstrap-select .gform_wrapper .dropdown-toggle.gform_button:after, .bootstrap-select .search-form .dropdown-toggle.search-submit:after, .bootstrap-select .woocommerce-cart .wc-proceed-to-checkout a.dropdown-toggle.checkout-button:after, .comment-form .bootstrap-select input.dropdown-toggle[type=submit]:after, .gform_wrapper .bootstrap-select .dropdown-toggle.gform_button:after, .search-form .bootstrap-select .dropdown-toggle.search-submit:after, .woocommerce-cart .wc-proceed-to-checkout .bootstrap-select a.dropdown-toggle.checkout-button:after {
  width: 11px;
  height: 11px;
  min-width: 11px;
  margin-top: -5px;
  margin-right: 7px;
  border-color: #313131;
  border-style: solid;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 991.98px) {
  .bootstrap-select .btn.dropdown-toggle:after, .bootstrap-select .comment-form input.dropdown-toggle[type=submit]:after, .bootstrap-select .dropdown-toggle#wp-submit:after, .bootstrap-select .dropdown-toggle.mepr-submit:after, .bootstrap-select .dropdown-toggle.tribe-button:after, .bootstrap-select .gform_wrapper .dropdown-toggle.gform_button:after, .bootstrap-select .search-form .dropdown-toggle.search-submit:after, .bootstrap-select .woocommerce-cart .wc-proceed-to-checkout a.dropdown-toggle.checkout-button:after, .comment-form .bootstrap-select input.dropdown-toggle[type=submit]:after, .gform_wrapper .bootstrap-select .dropdown-toggle.gform_button:after, .search-form .bootstrap-select .dropdown-toggle.search-submit:after, .woocommerce-cart .wc-proceed-to-checkout .bootstrap-select a.dropdown-toggle.checkout-button:after {
    margin-right: 3px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-select .btn.dropdown-toggle:after, .bootstrap-select .comment-form input.dropdown-toggle[type=submit]:after, .bootstrap-select .dropdown-toggle#wp-submit:after, .bootstrap-select .dropdown-toggle.mepr-submit:after, .bootstrap-select .dropdown-toggle.tribe-button:after, .bootstrap-select .gform_wrapper .dropdown-toggle.gform_button:after, .bootstrap-select .search-form .dropdown-toggle.search-submit:after, .bootstrap-select .woocommerce-cart .wc-proceed-to-checkout a.dropdown-toggle.checkout-button:after, .comment-form .bootstrap-select input.dropdown-toggle[type=submit]:after, .gform_wrapper .bootstrap-select .dropdown-toggle.gform_button:after, .search-form .bootstrap-select .dropdown-toggle.search-submit:after, .woocommerce-cart .wc-proceed-to-checkout .bootstrap-select a.dropdown-toggle.checkout-button:after {
    margin-right: -3px;
  }
}
.bootstrap-select.dropup .btn.dropdown-toggle:after, .bootstrap-select.dropup .comment-form input.dropdown-toggle[type=submit]:after, .bootstrap-select.dropup .dropdown-toggle#wp-submit:after, .bootstrap-select.dropup .dropdown-toggle.mepr-submit:after, .bootstrap-select.dropup .dropdown-toggle.tribe-button:after, .bootstrap-select.dropup .gform_wrapper .dropdown-toggle.gform_button:after, .bootstrap-select.dropup .search-form .dropdown-toggle.search-submit:after, .bootstrap-select.dropup .woocommerce-cart .wc-proceed-to-checkout a.dropdown-toggle.checkout-button:after, .comment-form .bootstrap-select.dropup input.dropdown-toggle[type=submit]:after, .gform_wrapper .bootstrap-select.dropup .dropdown-toggle.gform_button:after, .search-form .bootstrap-select.dropup .dropdown-toggle.search-submit:after, .woocommerce-cart .wc-proceed-to-checkout .bootstrap-select.dropup a.dropdown-toggle.checkout-button:after {
  margin-top: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.gfield_checkbox, .gfield_radio, .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gfield_checkbox .hs-form-booleancheckbox, .gfield_checkbox .hs-form-radio, .gfield_radio .hs-form-booleancheckbox, .gfield_radio .hs-form-radio, .inputs-list .hs-form-booleancheckbox, .inputs-list .hs-form-radio {
  margin-top: 10px;
  margin-bottom: 10px;
}

#buy-tickets .gfield_checkbox .hs-form-booleancheckbox input, #buy-tickets .gfield_checkbox .hs-form-radio input, #buy-tickets .gfield_radio .hs-form-booleancheckbox input, #buy-tickets .gfield_radio .hs-form-radio input, #buy-tickets .inputs-list .hs-form-booleancheckbox input, #buy-tickets .inputs-list .hs-form-radio input, .gfield_checkbox .hs-form-booleancheckbox #buy-tickets input, .gfield_checkbox .hs-form-booleancheckbox .hs-input, .gfield_checkbox .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row input.input-text, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row textarea, .gfield_checkbox .hs-form-radio #buy-tickets input, .gfield_checkbox .hs-form-radio .hs-input, .gfield_checkbox .hs-form-radio .woocommerce-cart .quantity input.qty, .gfield_checkbox .hs-form-radio .woocommerce form .form-row input.input-text, .gfield_checkbox .hs-form-radio .woocommerce form .form-row textarea, .gfield_radio .hs-form-booleancheckbox #buy-tickets input, .gfield_radio .hs-form-booleancheckbox .hs-input, .gfield_radio .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row input.input-text, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row textarea, .gfield_radio .hs-form-radio #buy-tickets input, .gfield_radio .hs-form-radio .hs-input, .gfield_radio .hs-form-radio .woocommerce-cart .quantity input.qty, .gfield_radio .hs-form-radio .woocommerce form .form-row input.input-text, .gfield_radio .hs-form-radio .woocommerce form .form-row textarea, .inputs-list .hs-form-booleancheckbox #buy-tickets input, .inputs-list .hs-form-booleancheckbox .hs-input, .inputs-list .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row input.input-text, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row textarea, .inputs-list .hs-form-radio #buy-tickets input, .inputs-list .hs-form-radio .hs-input, .inputs-list .hs-form-radio .woocommerce-cart .quantity input.qty, .inputs-list .hs-form-radio .woocommerce form .form-row input.input-text, .inputs-list .hs-form-radio .woocommerce form .form-row textarea, .woocommerce-cart .quantity .gfield_checkbox .hs-form-booleancheckbox input.qty, .woocommerce-cart .quantity .gfield_checkbox .hs-form-radio input.qty, .woocommerce-cart .quantity .gfield_radio .hs-form-booleancheckbox input.qty, .woocommerce-cart .quantity .gfield_radio .hs-form-radio input.qty, .woocommerce-cart .quantity .inputs-list .hs-form-booleancheckbox input.qty, .woocommerce-cart .quantity .inputs-list .hs-form-radio input.qty, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox input.input-text, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox textarea, .woocommerce form .form-row .gfield_checkbox .hs-form-radio input.input-text, .woocommerce form .form-row .gfield_checkbox .hs-form-radio textarea, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox input.input-text, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox textarea, .woocommerce form .form-row .gfield_radio .hs-form-radio input.input-text, .woocommerce form .form-row .gfield_radio .hs-form-radio textarea, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox input.input-text, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox textarea, .woocommerce form .form-row .inputs-list .hs-form-radio input.input-text, .woocommerce form .form-row .inputs-list .hs-form-radio textarea {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

#buy-tickets .gfield_checkbox .hs-form-booleancheckbox input + span, #buy-tickets .gfield_checkbox .hs-form-radio input + span, #buy-tickets .gfield_radio .hs-form-booleancheckbox input + span, #buy-tickets .gfield_radio .hs-form-radio input + span, #buy-tickets .inputs-list .hs-form-booleancheckbox input + span, #buy-tickets .inputs-list .hs-form-radio input + span, .gfield_checkbox .hs-form-booleancheckbox #buy-tickets input + span, .gfield_checkbox .hs-form-booleancheckbox .hs-input + span, .gfield_checkbox .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row textarea + span, .gfield_checkbox .hs-form-radio #buy-tickets input + span, .gfield_checkbox .hs-form-radio .hs-input + span, .gfield_checkbox .hs-form-radio .woocommerce-cart .quantity input.qty + span, .gfield_checkbox .hs-form-radio .woocommerce form .form-row input.input-text + span, .gfield_checkbox .hs-form-radio .woocommerce form .form-row textarea + span, .gfield_radio .hs-form-booleancheckbox #buy-tickets input + span, .gfield_radio .hs-form-booleancheckbox .hs-input + span, .gfield_radio .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row textarea + span, .gfield_radio .hs-form-radio #buy-tickets input + span, .gfield_radio .hs-form-radio .hs-input + span, .gfield_radio .hs-form-radio .woocommerce-cart .quantity input.qty + span, .gfield_radio .hs-form-radio .woocommerce form .form-row input.input-text + span, .gfield_radio .hs-form-radio .woocommerce form .form-row textarea + span, .inputs-list .hs-form-booleancheckbox #buy-tickets input + span, .inputs-list .hs-form-booleancheckbox .hs-input + span, .inputs-list .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row textarea + span, .inputs-list .hs-form-radio #buy-tickets input + span, .inputs-list .hs-form-radio .hs-input + span, .inputs-list .hs-form-radio .woocommerce-cart .quantity input.qty + span, .inputs-list .hs-form-radio .woocommerce form .form-row input.input-text + span, .inputs-list .hs-form-radio .woocommerce form .form-row textarea + span, .woocommerce-cart .quantity .gfield_checkbox .hs-form-booleancheckbox input.qty + span, .woocommerce-cart .quantity .gfield_checkbox .hs-form-radio input.qty + span, .woocommerce-cart .quantity .gfield_radio .hs-form-booleancheckbox input.qty + span, .woocommerce-cart .quantity .gfield_radio .hs-form-radio input.qty + span, .woocommerce-cart .quantity .inputs-list .hs-form-booleancheckbox input.qty + span, .woocommerce-cart .quantity .inputs-list .hs-form-radio input.qty + span, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox input.input-text + span, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox textarea + span, .woocommerce form .form-row .gfield_checkbox .hs-form-radio input.input-text + span, .woocommerce form .form-row .gfield_checkbox .hs-form-radio textarea + span, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox input.input-text + span, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox textarea + span, .woocommerce form .form-row .gfield_radio .hs-form-radio input.input-text + span, .woocommerce form .form-row .gfield_radio .hs-form-radio textarea + span, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox input.input-text + span, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox textarea + span, .woocommerce form .form-row .inputs-list .hs-form-radio input.input-text + span, .woocommerce form .form-row .inputs-list .hs-form-radio textarea + span {
  position: relative;
  display: block;
  padding-left: 40px;
  margin-left: 0;
}

#buy-tickets .gfield_checkbox .hs-form-booleancheckbox input + span:after, #buy-tickets .gfield_checkbox .hs-form-booleancheckbox input + span:before, #buy-tickets .gfield_checkbox .hs-form-radio input + span:after, #buy-tickets .gfield_checkbox .hs-form-radio input + span:before, #buy-tickets .gfield_radio .hs-form-booleancheckbox input + span:after, #buy-tickets .gfield_radio .hs-form-booleancheckbox input + span:before, #buy-tickets .gfield_radio .hs-form-radio input + span:after, #buy-tickets .gfield_radio .hs-form-radio input + span:before, #buy-tickets .inputs-list .hs-form-booleancheckbox input + span:after, #buy-tickets .inputs-list .hs-form-booleancheckbox input + span:before, #buy-tickets .inputs-list .hs-form-radio input + span:after, #buy-tickets .inputs-list .hs-form-radio input + span:before, .gfield_checkbox .hs-form-booleancheckbox #buy-tickets input + span:after, .gfield_checkbox .hs-form-booleancheckbox #buy-tickets input + span:before, .gfield_checkbox .hs-form-booleancheckbox .hs-input + span:after, .gfield_checkbox .hs-form-booleancheckbox .hs-input + span:before, .gfield_checkbox .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:after, .gfield_checkbox .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:before, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:after, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:before, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:after, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:before, .gfield_checkbox .hs-form-radio #buy-tickets input + span:after, .gfield_checkbox .hs-form-radio #buy-tickets input + span:before, .gfield_checkbox .hs-form-radio .hs-input + span:after, .gfield_checkbox .hs-form-radio .hs-input + span:before, .gfield_checkbox .hs-form-radio .woocommerce-cart .quantity input.qty + span:after, .gfield_checkbox .hs-form-radio .woocommerce-cart .quantity input.qty + span:before, .gfield_checkbox .hs-form-radio .woocommerce form .form-row input.input-text + span:after, .gfield_checkbox .hs-form-radio .woocommerce form .form-row input.input-text + span:before, .gfield_checkbox .hs-form-radio .woocommerce form .form-row textarea + span:after, .gfield_checkbox .hs-form-radio .woocommerce form .form-row textarea + span:before, .gfield_radio .hs-form-booleancheckbox #buy-tickets input + span:after, .gfield_radio .hs-form-booleancheckbox #buy-tickets input + span:before, .gfield_radio .hs-form-booleancheckbox .hs-input + span:after, .gfield_radio .hs-form-booleancheckbox .hs-input + span:before, .gfield_radio .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:after, .gfield_radio .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:before, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:after, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:before, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:after, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:before, .gfield_radio .hs-form-radio #buy-tickets input + span:after, .gfield_radio .hs-form-radio #buy-tickets input + span:before, .gfield_radio .hs-form-radio .hs-input + span:after, .gfield_radio .hs-form-radio .hs-input + span:before, .gfield_radio .hs-form-radio .woocommerce-cart .quantity input.qty + span:after, .gfield_radio .hs-form-radio .woocommerce-cart .quantity input.qty + span:before, .gfield_radio .hs-form-radio .woocommerce form .form-row input.input-text + span:after, .gfield_radio .hs-form-radio .woocommerce form .form-row input.input-text + span:before, .gfield_radio .hs-form-radio .woocommerce form .form-row textarea + span:after, .gfield_radio .hs-form-radio .woocommerce form .form-row textarea + span:before, .inputs-list .hs-form-booleancheckbox #buy-tickets input + span:after, .inputs-list .hs-form-booleancheckbox #buy-tickets input + span:before, .inputs-list .hs-form-booleancheckbox .hs-input + span:after, .inputs-list .hs-form-booleancheckbox .hs-input + span:before, .inputs-list .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:after, .inputs-list .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:before, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:after, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:before, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:after, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:before, .inputs-list .hs-form-radio #buy-tickets input + span:after, .inputs-list .hs-form-radio #buy-tickets input + span:before, .inputs-list .hs-form-radio .hs-input + span:after, .inputs-list .hs-form-radio .hs-input + span:before, .inputs-list .hs-form-radio .woocommerce-cart .quantity input.qty + span:after, .inputs-list .hs-form-radio .woocommerce-cart .quantity input.qty + span:before, .inputs-list .hs-form-radio .woocommerce form .form-row input.input-text + span:after, .inputs-list .hs-form-radio .woocommerce form .form-row input.input-text + span:before, .inputs-list .hs-form-radio .woocommerce form .form-row textarea + span:after, .inputs-list .hs-form-radio .woocommerce form .form-row textarea + span:before, .woocommerce-cart .quantity .gfield_checkbox .hs-form-booleancheckbox input.qty + span:after, .woocommerce-cart .quantity .gfield_checkbox .hs-form-booleancheckbox input.qty + span:before, .woocommerce-cart .quantity .gfield_checkbox .hs-form-radio input.qty + span:after, .woocommerce-cart .quantity .gfield_checkbox .hs-form-radio input.qty + span:before, .woocommerce-cart .quantity .gfield_radio .hs-form-booleancheckbox input.qty + span:after, .woocommerce-cart .quantity .gfield_radio .hs-form-booleancheckbox input.qty + span:before, .woocommerce-cart .quantity .gfield_radio .hs-form-radio input.qty + span:after, .woocommerce-cart .quantity .gfield_radio .hs-form-radio input.qty + span:before, .woocommerce-cart .quantity .inputs-list .hs-form-booleancheckbox input.qty + span:after, .woocommerce-cart .quantity .inputs-list .hs-form-booleancheckbox input.qty + span:before, .woocommerce-cart .quantity .inputs-list .hs-form-radio input.qty + span:after, .woocommerce-cart .quantity .inputs-list .hs-form-radio input.qty + span:before, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox input.input-text + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox input.input-text + span:before, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox textarea + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox textarea + span:before, .woocommerce form .form-row .gfield_checkbox .hs-form-radio input.input-text + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-radio input.input-text + span:before, .woocommerce form .form-row .gfield_checkbox .hs-form-radio textarea + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-radio textarea + span:before, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox input.input-text + span:after, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox input.input-text + span:before, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox textarea + span:after, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox textarea + span:before, .woocommerce form .form-row .gfield_radio .hs-form-radio input.input-text + span:after, .woocommerce form .form-row .gfield_radio .hs-form-radio input.input-text + span:before, .woocommerce form .form-row .gfield_radio .hs-form-radio textarea + span:after, .woocommerce form .form-row .gfield_radio .hs-form-radio textarea + span:before, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox input.input-text + span:after, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox input.input-text + span:before, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox textarea + span:after, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox textarea + span:before, .woocommerce form .form-row .inputs-list .hs-form-radio input.input-text + span:after, .woocommerce form .form-row .inputs-list .hs-form-radio input.input-text + span:before, .woocommerce form .form-row .inputs-list .hs-form-radio textarea + span:after, .woocommerce form .form-row .inputs-list .hs-form-radio textarea + span:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
}

#buy-tickets .gfield_checkbox .hs-form-booleancheckbox input + span:before, #buy-tickets .gfield_checkbox .hs-form-radio input + span:before, #buy-tickets .gfield_radio .hs-form-booleancheckbox input + span:before, #buy-tickets .gfield_radio .hs-form-radio input + span:before, #buy-tickets .inputs-list .hs-form-booleancheckbox input + span:before, #buy-tickets .inputs-list .hs-form-radio input + span:before, .gfield_checkbox .hs-form-booleancheckbox #buy-tickets input + span:before, .gfield_checkbox .hs-form-booleancheckbox .hs-input + span:before, .gfield_checkbox .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:before, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:before, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:before, .gfield_checkbox .hs-form-radio #buy-tickets input + span:before, .gfield_checkbox .hs-form-radio .hs-input + span:before, .gfield_checkbox .hs-form-radio .woocommerce-cart .quantity input.qty + span:before, .gfield_checkbox .hs-form-radio .woocommerce form .form-row input.input-text + span:before, .gfield_checkbox .hs-form-radio .woocommerce form .form-row textarea + span:before, .gfield_radio .hs-form-booleancheckbox #buy-tickets input + span:before, .gfield_radio .hs-form-booleancheckbox .hs-input + span:before, .gfield_radio .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:before, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:before, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:before, .gfield_radio .hs-form-radio #buy-tickets input + span:before, .gfield_radio .hs-form-radio .hs-input + span:before, .gfield_radio .hs-form-radio .woocommerce-cart .quantity input.qty + span:before, .gfield_radio .hs-form-radio .woocommerce form .form-row input.input-text + span:before, .gfield_radio .hs-form-radio .woocommerce form .form-row textarea + span:before, .inputs-list .hs-form-booleancheckbox #buy-tickets input + span:before, .inputs-list .hs-form-booleancheckbox .hs-input + span:before, .inputs-list .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:before, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:before, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:before, .inputs-list .hs-form-radio #buy-tickets input + span:before, .inputs-list .hs-form-radio .hs-input + span:before, .inputs-list .hs-form-radio .woocommerce-cart .quantity input.qty + span:before, .inputs-list .hs-form-radio .woocommerce form .form-row input.input-text + span:before, .inputs-list .hs-form-radio .woocommerce form .form-row textarea + span:before, .woocommerce-cart .quantity .gfield_checkbox .hs-form-booleancheckbox input.qty + span:before, .woocommerce-cart .quantity .gfield_checkbox .hs-form-radio input.qty + span:before, .woocommerce-cart .quantity .gfield_radio .hs-form-booleancheckbox input.qty + span:before, .woocommerce-cart .quantity .gfield_radio .hs-form-radio input.qty + span:before, .woocommerce-cart .quantity .inputs-list .hs-form-booleancheckbox input.qty + span:before, .woocommerce-cart .quantity .inputs-list .hs-form-radio input.qty + span:before, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox input.input-text + span:before, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox textarea + span:before, .woocommerce form .form-row .gfield_checkbox .hs-form-radio input.input-text + span:before, .woocommerce form .form-row .gfield_checkbox .hs-form-radio textarea + span:before, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox input.input-text + span:before, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox textarea + span:before, .woocommerce form .form-row .gfield_radio .hs-form-radio input.input-text + span:before, .woocommerce form .form-row .gfield_radio .hs-form-radio textarea + span:before, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox input.input-text + span:before, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox textarea + span:before, .woocommerce form .form-row .inputs-list .hs-form-radio input.input-text + span:before, .woocommerce form .form-row .inputs-list .hs-form-radio textarea + span:before {
  width: 20px;
  height: 20px;
  border: 1px solid #e4e4e4;
  margin-top: -11px;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
}

#buy-tickets .gfield_checkbox .hs-form-booleancheckbox input + span:after, #buy-tickets .gfield_checkbox .hs-form-radio input + span:after, #buy-tickets .gfield_radio .hs-form-booleancheckbox input + span:after, #buy-tickets .gfield_radio .hs-form-radio input + span:after, #buy-tickets .inputs-list .hs-form-booleancheckbox input + span:after, #buy-tickets .inputs-list .hs-form-radio input + span:after, .gfield_checkbox .hs-form-booleancheckbox #buy-tickets input + span:after, .gfield_checkbox .hs-form-booleancheckbox .hs-input + span:after, .gfield_checkbox .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:after, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:after, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:after, .gfield_checkbox .hs-form-radio #buy-tickets input + span:after, .gfield_checkbox .hs-form-radio .hs-input + span:after, .gfield_checkbox .hs-form-radio .woocommerce-cart .quantity input.qty + span:after, .gfield_checkbox .hs-form-radio .woocommerce form .form-row input.input-text + span:after, .gfield_checkbox .hs-form-radio .woocommerce form .form-row textarea + span:after, .gfield_radio .hs-form-booleancheckbox #buy-tickets input + span:after, .gfield_radio .hs-form-booleancheckbox .hs-input + span:after, .gfield_radio .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:after, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:after, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:after, .gfield_radio .hs-form-radio #buy-tickets input + span:after, .gfield_radio .hs-form-radio .hs-input + span:after, .gfield_radio .hs-form-radio .woocommerce-cart .quantity input.qty + span:after, .gfield_radio .hs-form-radio .woocommerce form .form-row input.input-text + span:after, .gfield_radio .hs-form-radio .woocommerce form .form-row textarea + span:after, .inputs-list .hs-form-booleancheckbox #buy-tickets input + span:after, .inputs-list .hs-form-booleancheckbox .hs-input + span:after, .inputs-list .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:after, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:after, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:after, .inputs-list .hs-form-radio #buy-tickets input + span:after, .inputs-list .hs-form-radio .hs-input + span:after, .inputs-list .hs-form-radio .woocommerce-cart .quantity input.qty + span:after, .inputs-list .hs-form-radio .woocommerce form .form-row input.input-text + span:after, .inputs-list .hs-form-radio .woocommerce form .form-row textarea + span:after, .woocommerce-cart .quantity .gfield_checkbox .hs-form-booleancheckbox input.qty + span:after, .woocommerce-cart .quantity .gfield_checkbox .hs-form-radio input.qty + span:after, .woocommerce-cart .quantity .gfield_radio .hs-form-booleancheckbox input.qty + span:after, .woocommerce-cart .quantity .gfield_radio .hs-form-radio input.qty + span:after, .woocommerce-cart .quantity .inputs-list .hs-form-booleancheckbox input.qty + span:after, .woocommerce-cart .quantity .inputs-list .hs-form-radio input.qty + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox input.input-text + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox textarea + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-radio input.input-text + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-radio textarea + span:after, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox input.input-text + span:after, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox textarea + span:after, .woocommerce form .form-row .gfield_radio .hs-form-radio input.input-text + span:after, .woocommerce form .form-row .gfield_radio .hs-form-radio textarea + span:after, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox input.input-text + span:after, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox textarea + span:after, .woocommerce form .form-row .inputs-list .hs-form-radio input.input-text + span:after, .woocommerce form .form-row .inputs-list .hs-form-radio textarea + span:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

#buy-tickets .gfield_checkbox .hs-form-booleancheckbox input:checked + span:after, #buy-tickets .gfield_checkbox .hs-form-radio input:checked + span:after, #buy-tickets .gfield_radio .hs-form-booleancheckbox input:checked + span:after, #buy-tickets .gfield_radio .hs-form-radio input:checked + span:after, #buy-tickets .inputs-list .hs-form-booleancheckbox input:checked + span:after, #buy-tickets .inputs-list .hs-form-radio input:checked + span:after, .gfield_checkbox .hs-form-booleancheckbox #buy-tickets input:checked + span:after, .gfield_checkbox .hs-form-booleancheckbox .hs-input:checked + span:after, .gfield_checkbox .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty:checked + span:after, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row input.input-text:checked + span:after, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row textarea:checked + span:after, .gfield_checkbox .hs-form-radio #buy-tickets input:checked + span:after, .gfield_checkbox .hs-form-radio .hs-input:checked + span:after, .gfield_checkbox .hs-form-radio .woocommerce-cart .quantity input.qty:checked + span:after, .gfield_checkbox .hs-form-radio .woocommerce form .form-row input.input-text:checked + span:after, .gfield_checkbox .hs-form-radio .woocommerce form .form-row textarea:checked + span:after, .gfield_radio .hs-form-booleancheckbox #buy-tickets input:checked + span:after, .gfield_radio .hs-form-booleancheckbox .hs-input:checked + span:after, .gfield_radio .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty:checked + span:after, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row input.input-text:checked + span:after, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row textarea:checked + span:after, .gfield_radio .hs-form-radio #buy-tickets input:checked + span:after, .gfield_radio .hs-form-radio .hs-input:checked + span:after, .gfield_radio .hs-form-radio .woocommerce-cart .quantity input.qty:checked + span:after, .gfield_radio .hs-form-radio .woocommerce form .form-row input.input-text:checked + span:after, .gfield_radio .hs-form-radio .woocommerce form .form-row textarea:checked + span:after, .inputs-list .hs-form-booleancheckbox #buy-tickets input:checked + span:after, .inputs-list .hs-form-booleancheckbox .hs-input:checked + span:after, .inputs-list .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty:checked + span:after, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row input.input-text:checked + span:after, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row textarea:checked + span:after, .inputs-list .hs-form-radio #buy-tickets input:checked + span:after, .inputs-list .hs-form-radio .hs-input:checked + span:after, .inputs-list .hs-form-radio .woocommerce-cart .quantity input.qty:checked + span:after, .inputs-list .hs-form-radio .woocommerce form .form-row input.input-text:checked + span:after, .inputs-list .hs-form-radio .woocommerce form .form-row textarea:checked + span:after, .woocommerce-cart .quantity .gfield_checkbox .hs-form-booleancheckbox input.qty:checked + span:after, .woocommerce-cart .quantity .gfield_checkbox .hs-form-radio input.qty:checked + span:after, .woocommerce-cart .quantity .gfield_radio .hs-form-booleancheckbox input.qty:checked + span:after, .woocommerce-cart .quantity .gfield_radio .hs-form-radio input.qty:checked + span:after, .woocommerce-cart .quantity .inputs-list .hs-form-booleancheckbox input.qty:checked + span:after, .woocommerce-cart .quantity .inputs-list .hs-form-radio input.qty:checked + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox input.input-text:checked + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox textarea:checked + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-radio input.input-text:checked + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-radio textarea:checked + span:after, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox input.input-text:checked + span:after, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox textarea:checked + span:after, .woocommerce form .form-row .gfield_radio .hs-form-radio input.input-text:checked + span:after, .woocommerce form .form-row .gfield_radio .hs-form-radio textarea:checked + span:after, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox input.input-text:checked + span:after, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox textarea:checked + span:after, .woocommerce form .form-row .inputs-list .hs-form-radio input.input-text:checked + span:after, .woocommerce form .form-row .inputs-list .hs-form-radio textarea:checked + span:after {
  opacity: 1;
}

.gfield_checkbox .hs-form-booleancheckbox label, .gfield_checkbox .hs-form-radio label, .gfield_radio .hs-form-booleancheckbox label, .gfield_radio .hs-form-radio label, .inputs-list .hs-form-booleancheckbox label, .inputs-list .hs-form-radio label {
  position: relative;
  line-height: 1.5;
  margin-bottom: 0;
}

#buy-tickets .gfield_checkbox .hs-form-radio input + span:after, #buy-tickets .gfield_checkbox .hs-form-radio input + span:before, #buy-tickets .gfield_radio .hs-form-radio input + span:after, #buy-tickets .gfield_radio .hs-form-radio input + span:before, #buy-tickets .inputs-list .hs-form-radio input + span:after, #buy-tickets .inputs-list .hs-form-radio input + span:before, .gfield_checkbox .hs-form-radio #buy-tickets input + span:after, .gfield_checkbox .hs-form-radio #buy-tickets input + span:before, .gfield_checkbox .hs-form-radio .hs-input + span:after, .gfield_checkbox .hs-form-radio .hs-input + span:before, .gfield_checkbox .hs-form-radio .woocommerce-cart .quantity input.qty + span:after, .gfield_checkbox .hs-form-radio .woocommerce-cart .quantity input.qty + span:before, .gfield_checkbox .hs-form-radio .woocommerce form .form-row input.input-text + span:after, .gfield_checkbox .hs-form-radio .woocommerce form .form-row input.input-text + span:before, .gfield_checkbox .hs-form-radio .woocommerce form .form-row textarea + span:after, .gfield_checkbox .hs-form-radio .woocommerce form .form-row textarea + span:before, .gfield_radio .hs-form-radio #buy-tickets input + span:after, .gfield_radio .hs-form-radio #buy-tickets input + span:before, .gfield_radio .hs-form-radio .hs-input + span:after, .gfield_radio .hs-form-radio .hs-input + span:before, .gfield_radio .hs-form-radio .woocommerce-cart .quantity input.qty + span:after, .gfield_radio .hs-form-radio .woocommerce-cart .quantity input.qty + span:before, .gfield_radio .hs-form-radio .woocommerce form .form-row input.input-text + span:after, .gfield_radio .hs-form-radio .woocommerce form .form-row input.input-text + span:before, .gfield_radio .hs-form-radio .woocommerce form .form-row textarea + span:after, .gfield_radio .hs-form-radio .woocommerce form .form-row textarea + span:before, .inputs-list .hs-form-radio #buy-tickets input + span:after, .inputs-list .hs-form-radio #buy-tickets input + span:before, .inputs-list .hs-form-radio .hs-input + span:after, .inputs-list .hs-form-radio .hs-input + span:before, .inputs-list .hs-form-radio .woocommerce-cart .quantity input.qty + span:after, .inputs-list .hs-form-radio .woocommerce-cart .quantity input.qty + span:before, .inputs-list .hs-form-radio .woocommerce form .form-row input.input-text + span:after, .inputs-list .hs-form-radio .woocommerce form .form-row input.input-text + span:before, .inputs-list .hs-form-radio .woocommerce form .form-row textarea + span:after, .inputs-list .hs-form-radio .woocommerce form .form-row textarea + span:before, .woocommerce-cart .quantity .gfield_checkbox .hs-form-radio input.qty + span:after, .woocommerce-cart .quantity .gfield_checkbox .hs-form-radio input.qty + span:before, .woocommerce-cart .quantity .gfield_radio .hs-form-radio input.qty + span:after, .woocommerce-cart .quantity .gfield_radio .hs-form-radio input.qty + span:before, .woocommerce-cart .quantity .inputs-list .hs-form-radio input.qty + span:after, .woocommerce-cart .quantity .inputs-list .hs-form-radio input.qty + span:before, .woocommerce form .form-row .gfield_checkbox .hs-form-radio input.input-text + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-radio input.input-text + span:before, .woocommerce form .form-row .gfield_checkbox .hs-form-radio textarea + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-radio textarea + span:before, .woocommerce form .form-row .gfield_radio .hs-form-radio input.input-text + span:after, .woocommerce form .form-row .gfield_radio .hs-form-radio input.input-text + span:before, .woocommerce form .form-row .gfield_radio .hs-form-radio textarea + span:after, .woocommerce form .form-row .gfield_radio .hs-form-radio textarea + span:before, .woocommerce form .form-row .inputs-list .hs-form-radio input.input-text + span:after, .woocommerce form .form-row .inputs-list .hs-form-radio input.input-text + span:before, .woocommerce form .form-row .inputs-list .hs-form-radio textarea + span:after, .woocommerce form .form-row .inputs-list .hs-form-radio textarea + span:before {
  border-radius: 50%;
}

#buy-tickets .gfield_checkbox .hs-form-radio input + span:after, #buy-tickets .gfield_radio .hs-form-radio input + span:after, #buy-tickets .inputs-list .hs-form-radio input + span:after, .gfield_checkbox .hs-form-radio #buy-tickets input + span:after, .gfield_checkbox .hs-form-radio .hs-input + span:after, .gfield_checkbox .hs-form-radio .woocommerce-cart .quantity input.qty + span:after, .gfield_checkbox .hs-form-radio .woocommerce form .form-row input.input-text + span:after, .gfield_checkbox .hs-form-radio .woocommerce form .form-row textarea + span:after, .gfield_radio .hs-form-radio #buy-tickets input + span:after, .gfield_radio .hs-form-radio .hs-input + span:after, .gfield_radio .hs-form-radio .woocommerce-cart .quantity input.qty + span:after, .gfield_radio .hs-form-radio .woocommerce form .form-row input.input-text + span:after, .gfield_radio .hs-form-radio .woocommerce form .form-row textarea + span:after, .inputs-list .hs-form-radio #buy-tickets input + span:after, .inputs-list .hs-form-radio .hs-input + span:after, .inputs-list .hs-form-radio .woocommerce-cart .quantity input.qty + span:after, .inputs-list .hs-form-radio .woocommerce form .form-row input.input-text + span:after, .inputs-list .hs-form-radio .woocommerce form .form-row textarea + span:after, .woocommerce-cart .quantity .gfield_checkbox .hs-form-radio input.qty + span:after, .woocommerce-cart .quantity .gfield_radio .hs-form-radio input.qty + span:after, .woocommerce-cart .quantity .inputs-list .hs-form-radio input.qty + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-radio input.input-text + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-radio textarea + span:after, .woocommerce form .form-row .gfield_radio .hs-form-radio input.input-text + span:after, .woocommerce form .form-row .gfield_radio .hs-form-radio textarea + span:after, .woocommerce form .form-row .inputs-list .hs-form-radio input.input-text + span:after, .woocommerce form .form-row .inputs-list .hs-form-radio textarea + span:after {
  width: 10px;
  height: 10px;
  margin-top: -6px;
  margin-left: 5px;
  background: #1a4fa6;
}

#buy-tickets .gfield_checkbox .hs-form-booleancheckbox input + span:after, #buy-tickets .gfield_radio .hs-form-booleancheckbox input + span:after, #buy-tickets .inputs-list .hs-form-booleancheckbox input + span:after, .gfield_checkbox .hs-form-booleancheckbox #buy-tickets input + span:after, .gfield_checkbox .hs-form-booleancheckbox .hs-input + span:after, .gfield_checkbox .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:after, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:after, .gfield_checkbox .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:after, .gfield_radio .hs-form-booleancheckbox #buy-tickets input + span:after, .gfield_radio .hs-form-booleancheckbox .hs-input + span:after, .gfield_radio .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:after, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:after, .gfield_radio .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:after, .inputs-list .hs-form-booleancheckbox #buy-tickets input + span:after, .inputs-list .hs-form-booleancheckbox .hs-input + span:after, .inputs-list .hs-form-booleancheckbox .woocommerce-cart .quantity input.qty + span:after, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row input.input-text + span:after, .inputs-list .hs-form-booleancheckbox .woocommerce form .form-row textarea + span:after, .woocommerce-cart .quantity .gfield_checkbox .hs-form-booleancheckbox input.qty + span:after, .woocommerce-cart .quantity .gfield_radio .hs-form-booleancheckbox input.qty + span:after, .woocommerce-cart .quantity .inputs-list .hs-form-booleancheckbox input.qty + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox input.input-text + span:after, .woocommerce form .form-row .gfield_checkbox .hs-form-booleancheckbox textarea + span:after, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox input.input-text + span:after, .woocommerce form .form-row .gfield_radio .hs-form-booleancheckbox textarea + span:after, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox input.input-text + span:after, .woocommerce form .form-row .inputs-list .hs-form-booleancheckbox textarea + span:after {
  width: 19px;
  height: 9px;
  border: 2px solid #1a4fa6;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -11px;
  margin-left: 6px;
}

.gform_wrapper fieldset.form-columns-2, .hbspt-form fieldset.form-columns-2 {
  margin-left: -15px;
  margin-right: -15px;
  max-width: none;
}

.gform_wrapper fieldset.form-columns-2 .hs-form-field, .hbspt-form fieldset.form-columns-2 .hs-form-field {
  padding-left: 15px;
  padding-right: 15px;
}

.gform_wrapper fieldset.form-columns-2 div.input, .hbspt-form fieldset.form-columns-2 div.input {
  margin-right: 0;
}

.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_wrapper {
  margin-bottom: 20px;
}

.gform_wrapper .gfield {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .gform_wrapper .gfield {
    margin-bottom: 19px;
  }
}
@media (max-width: 767.98px) {
  .gform_wrapper .gfield {
    margin-bottom: 21px;
  }
}
@media (min-width: 1440px) {
  .gform_wrapper .gfield {
    margin-bottom: 75px;
  }
}
.gform_wrapper .gfield label {
  display: block;
  color: #1a4fa6;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.091;
  margin-bottom: 9px;
}

@media (max-width: 991.98px) {
  .gform_wrapper .gfield label {
    font-size: 1.125rem;
    line-height: 1.334;
  }
}
@media (max-width: 767.98px) {
  .gform_wrapper .gfield label {
    margin-bottom: 9px;
  }
}
.gform_wrapper .gfield .ginput_container .gfield_checkbox > li, .gform_wrapper .gfield .ginput_container .gfield_radio > li {
  position: relative;
}

.gform_wrapper .gfield .ginput_container .gfield_checkbox input[type=checkbox], .gform_wrapper .gfield .ginput_container .gfield_checkbox input[type=radio], .gform_wrapper .gfield .ginput_container .gfield_radio input[type=checkbox], .gform_wrapper .gfield .ginput_container .gfield_radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.gform_wrapper .gfield .ginput_container .gfield_checkbox input[type=checkbox]:checked + label:after, .gform_wrapper .gfield .ginput_container .gfield_checkbox input[type=radio]:checked + label:after, .gform_wrapper .gfield .ginput_container .gfield_radio input[type=checkbox]:checked + label:after, .gform_wrapper .gfield .ginput_container .gfield_radio input[type=radio]:checked + label:after {
  opacity: 1;
}

.gform_wrapper .gfield .ginput_container .gfield_checkbox label, .gform_wrapper .gfield .ginput_container .gfield_radio label {
  position: relative;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.gform_wrapper .gfield .ginput_container .gfield_checkbox label:after, .gform_wrapper .gfield .ginput_container .gfield_checkbox label:before, .gform_wrapper .gfield .ginput_container .gfield_radio label:after, .gform_wrapper .gfield .ginput_container .gfield_radio label:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
}

.gform_wrapper .gfield .ginput_container .gfield_checkbox label:before, .gform_wrapper .gfield .ginput_container .gfield_radio label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #e4e4e4;
  margin-top: -11px;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
}

.gform_wrapper .gfield .ginput_container .gfield_checkbox label:after, .gform_wrapper .gfield .ginput_container .gfield_radio label:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.gform_wrapper .gfield .ginput_container .gfield_checkbox label:after {
  width: 19px;
  height: 9px;
  border: 2px solid #1a4fa6;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -11px;
  margin-left: 6px;
}

.gform_wrapper .gfield .ginput_container .gfield_radio label:after, .gform_wrapper .gfield .ginput_container .gfield_radio label:before {
  border-radius: 50%;
}

.gform_wrapper .gfield .ginput_container .gfield_radio label:after {
  width: 10px;
  height: 10px;
  margin-top: -6px;
  margin-left: 5px;
  background: #1a4fa6;
}

.gform_wrapper .gfield .ginput_container.ginput_complex label {
  margin-top: 1.3rem;
  margin-bottom: 1rem;
  font-weight: inherit;
  font-size: inherit;
}

.gform_wrapper .gfield .ginput_container.ginput_complex input + label {
  margin-bottom: 1.5em;
}

.gform_wrapper .gfield .clear-multi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.gform_wrapper .gfield .clear-multi > .ginput_container_time {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 130px;
  flex: 0 1 130px;
  max-width: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.gform_wrapper .gfield .clear-multi > .ginput_container_time > i {
  display: none;
}

.gform_wrapper .gfield .clear-multi > .ginput_container_time > label {
  display: block;
  margin-top: 1.3rem;
  margin-bottom: 1rem;
  font-weight: inherit;
  font-size: 0.875rem;
  color: inherit;
}

.gform_wrapper .ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.gform_wrapper .ginput_complex > * {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .gform_wrapper .ginput_complex.ginput_container_name > * {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
.gform_wrapper .ginput_complex > .ginput_full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.gform_wrapper .ginput_complex > .gf_clear {
  display: none;
}

.gform_wrapper table.gfield_list, .gform_wrapper table.gfield_list_container {
  width: 100%;
}

@media (max-width: 767.98px) {
  .gform_wrapper table.gfield_list, .gform_wrapper table.gfield_list_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .gform_wrapper table.gfield_list_container colgroup, .gform_wrapper table.gfield_list colgroup {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
@media (max-width: 767.98px) {
  .gform_wrapper table.gfield_list_container thead, .gform_wrapper table.gfield_list thead {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    max-width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gform_wrapper table.gfield_list_container thead tr, .gform_wrapper table.gfield_list thead tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .gform_wrapper table.gfield_list_container tbody, .gform_wrapper table.gfield_list tbody {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 67%;
    flex: 0 1 67%;
    max-width: 67%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gform_wrapper table.gfield_list_container tbody tr, .gform_wrapper table.gfield_list tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.gform_wrapper table.gfield_list_container td, .gform_wrapper table.gfield_list_container th, .gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list th {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767.98px) {
  .gform_wrapper table.gfield_list_container td, .gform_wrapper table.gfield_list_container th, .gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 44px;
    flex: 1 1 44px;
    margin-bottom: 10px;
  }
}
.gform_wrapper table.gfield_list_container td:first-child, .gform_wrapper table.gfield_list_container th:first-child, .gform_wrapper table.gfield_list td:first-child, .gform_wrapper table.gfield_list th:first-child {
  padding-left: 0;
}

.gform_wrapper table.gfield_list_container td:last-child, .gform_wrapper table.gfield_list_container th:last-child, .gform_wrapper table.gfield_list td:last-child, .gform_wrapper table.gfield_list th:last-child {
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .gform_wrapper .gform_button {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gform_button {
    min-width: 190px;
  }
}
#buy-tickets .file-input input.file-caption, .comment-form .file-input input.file-caption[type=email], .comment-form .file-input input.file-caption[type=text], .comment-form .file-input input.file-caption[type=url], .comment-form .file-input textarea.file-caption, .file-input #buy-tickets input.file-caption, .file-input .comment-form input.file-caption[type=email], .file-input .comment-form input.file-caption[type=text], .file-input .comment-form input.file-caption[type=url], .file-input .comment-form textarea.file-caption, .file-input .file-caption.form-control, .file-input .ginput_container input.file-caption:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .file-input .ginput_container textarea.file-caption, .file-input .search-form .file-caption.search-field, .file-input .woocommerce-cart .quantity input.file-caption.qty, .file-input .woocommerce form .form-row input.file-caption.input-text, .file-input .woocommerce form .form-row textarea.file-caption, .file-input input.file-caption.hs-input, .file-input textarea.file-caption.hs-input, .ginput_container .file-input input.file-caption:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .file-input textarea.file-caption, .search-form .file-input .file-caption.search-field, .woocommerce-cart .quantity .file-input input.file-caption.qty, .woocommerce form .form-row .file-input input.file-caption.input-text, .woocommerce form .form-row .file-input textarea.file-caption {
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.file-input .file-caption .file-caption-icon {
  display: none;
}

@media (max-width: 767.98px) {
  .file-input .input-group-append {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .comment-form .file-input input[type=submit], .file-input #wp-submit, .file-input .btn, .file-input .comment-form input[type=submit], .file-input .gform_wrapper .gform_button, .file-input .mepr-submit, .file-input .search-form .search-submit, .file-input .tribe-button, .file-input .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .gform_wrapper .file-input .gform_button, .search-form .file-input .search-submit, .woocommerce-cart .wc-proceed-to-checkout .file-input a.checkout-button {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.invisible-label {
  position: absolute;
  z-index: 5;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  font-size: 0;
  line-height: 0;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft, .alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 375px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .secondary-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.secondary-nav .container, .secondary-nav .container-fluid, .secondary-nav .container-lg, .secondary-nav .container-md, .secondary-nav .container-sm, .secondary-nav .container-xl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 991.98px) {
  .secondary-nav .container, .secondary-nav .container-fluid, .secondary-nav .container-lg, .secondary-nav .container-md, .secondary-nav .container-sm, .secondary-nav .container-xl {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.secondary-nav .container-fluid:before, .secondary-nav .container-lg:before, .secondary-nav .container-md:before, .secondary-nav .container-sm:before, .secondary-nav .container-xl:before, .secondary-nav .container:before {
  content: "";
  display: block;
  width: 0;
  max-width: 1px;
  height: 60px;
}

@media (max-width: 1199.98px) {
  .secondary-nav .container-fluid:before, .secondary-nav .container-lg:before, .secondary-nav .container-md:before, .secondary-nav .container-sm:before, .secondary-nav .container-xl:before, .secondary-nav .container:before {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .secondary-nav .container-fluid:before, .secondary-nav .container-lg:before, .secondary-nav .container-md:before, .secondary-nav .container-sm:before, .secondary-nav .container-xl:before, .secondary-nav .container:before {
    height: 44px;
  }
}
@media (min-width: 768px) {
  .secondary-nav .container-fluid, .secondary-nav .container-lg, .secondary-nav .container-md, .secondary-nav .container-sm, .secondary-nav .container-xl {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media (min-width: 1440px) {
  .secondary-nav .container-fluid, .secondary-nav .container-lg, .secondary-nav .container-md, .secondary-nav .container-sm, .secondary-nav .container-xl {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.secondary-nav .navbar-brand {
  margin-right: auto;
}

@media (max-width: 1439.98px) {
  .secondary-nav .navbar-brand {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .secondary-nav .navbar-brand {
    display: none;
  }
}
.secondary-nav .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.125rem;
}

@media (max-width: 1439.98px) {
  .secondary-nav .navbar-nav {
    font-size: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .secondary-nav .navbar-nav {
    margin-left: -17px;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .secondary-nav .navbar-nav {
    margin-left: -10px;
    font-size: 0.875rem;
    line-height: 1.429;
  }
}
.secondary-nav .navbar-nav > li {
  padding-left: 18px;
  padding-right: 18px;
}

@media (max-width: 1199.98px) {
  .secondary-nav .navbar-nav > li {
    padding-left: 10px;
    padding-right: 12px;
  }
}
@media (max-width: 767.98px) {
  .secondary-nav .navbar-nav > li {
    padding-left: 0;
    padding-right: 0;
  }
}
.secondary-nav .navbar-nav > li > a {
  position: relative;
}

@media (max-width: 767.98px) {
  .secondary-nav .navbar-nav > li > a {
    padding: 12px 10px;
  }
}
.secondary-nav .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
}

@media (max-width: 767.98px) {
  .secondary-nav .navbar-nav > li > a:before {
    bottom: 0;
    border-bottom-width: 3px;
  }
}
.secondary-nav .navbar-nav > li > a:hover:before {
  width: 100%;
}

.secondary-nav .navbar-nav > li.active > a {
  font-weight: 700;
}

.secondary-nav .navbar-nav > li.active > a:before {
  width: 100%;
}

@media (min-width: 992px) {
  .comment-form .secondary-nav .navbar-nav + input[type=submit], .gform_wrapper .secondary-nav .navbar-nav + .gform_button, .search-form .secondary-nav .navbar-nav + .search-submit, .secondary-nav .comment-form .navbar-nav + input[type=submit], .secondary-nav .gform_wrapper .navbar-nav + .gform_button, .secondary-nav .navbar-nav + #wp-submit, .secondary-nav .navbar-nav + .btn, .secondary-nav .navbar-nav + .mepr-submit, .secondary-nav .navbar-nav + .tribe-button, .secondary-nav .search-form .navbar-nav + .search-submit, .secondary-nav .woocommerce-cart .wc-proceed-to-checkout .navbar-nav + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .secondary-nav .navbar-nav + a.checkout-button {
    margin-left: 20px;
  }
}
.comment-form .secondary-nav input[type=submit], .gform_wrapper .secondary-nav .gform_button, .search-form .secondary-nav .search-submit, .secondary-nav #wp-submit, .secondary-nav .btn, .secondary-nav .comment-form input[type=submit], .secondary-nav .gform_wrapper .gform_button, .secondary-nav .mepr-submit, .secondary-nav .search-form .search-submit, .secondary-nav .tribe-button, .secondary-nav .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .secondary-nav a.checkout-button {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .comment-form .secondary-nav input[type=submit], .gform_wrapper .secondary-nav .gform_button, .search-form .secondary-nav .search-submit, .secondary-nav #wp-submit, .secondary-nav .btn, .secondary-nav .comment-form input[type=submit], .secondary-nav .gform_wrapper .gform_button, .secondary-nav .mepr-submit, .secondary-nav .search-form .search-submit, .secondary-nav .tribe-button, .secondary-nav .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .secondary-nav a.checkout-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.tags-list {
  list-style: none;
  margin: 0 -7px 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 991.98px) {
  .tags-list {
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
@media (max-width: 767.98px) {
  .tags-list {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
  }
}
.tags-list > li {
  margin: 6px 7px 8px;
}

@media (max-width: 767.98px) {
  .tags-list > li {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 6px;
  }
}
.tags-list > li > a {
  display: block;
  padding: 14px 18px;
  border: 1px solid #dcdcdc;
}

@media (max-width: 991.98px) {
  .tags-list > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .tags-list > li > a {
    padding: 8px 19px;
  }
}
.tags-list > li > a:focus, .tags-list > li > a:hover {
  text-decoration: none;
  color: #082960;
}

.hero {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.375rem;
  line-height: 1.5;
  -webkit-box-shadow: inset 0 -1px 0 0 #979797;
  box-shadow: inset 0 -1px 0 0 #979797;
}

@media (max-width: 767.98px) {
  .hero {
    font-size: 0.875rem;
    line-height: 1.572;
  }
}
.hero:before {
  content: "";
  display: block;
  width: 0;
  max-width: 1px;
  padding-bottom: 55.556%;
}

.hero > .bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 0 1px;
}

@media (max-width: 1199.98px) {
  .hero > .bg-img {
    margin-right: -25%;
  }
}
@media (max-width: 991.98px) {
  .hero > .bg-img {
    bottom: auto;
    margin-top: -3%;
    margin-left: -23.93%;
    margin-right: -68.25%;
    padding-bottom: 95.58%;
    background-position: 50% 0;
  }
}
@media (max-width: 767.98px) {
  .hero > .bg-img {
    margin-top: 0;
    margin-left: 0;
    margin-right: -48%;
    padding-bottom: 58.58%;
  }
}
@media (max-width: 374.98px) {
  .hero > .bg-img {
    padding-bottom: 70%;
  }
}
.hero > .bg-img:before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(35%, #fff), color-stop(55%, hsla(0deg, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #fff 35%, hsla(0deg, 0%, 100%, 0) 55%);
  background-repeat: repeat-x;
  content: "";
}

@media (max-width: 991.98px) {
  .hero > .bg-img:before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(18%, #fff), color-stop(50%, hsla(0deg, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #fff 18%, hsla(0deg, 0%, 100%, 0) 50%);
    background-repeat: repeat-x;
  }
}
@media (min-width: 768px) {
  .hero .container-fluid, .hero .container-lg, .hero .container-md, .hero .container-sm, .hero .container-xl {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media (min-width: 1440px) {
  .hero .container-fluid, .hero .container-lg, .hero .container-md, .hero .container-sm, .hero .container-xl {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.hero > .container, .hero > .container-fluid, .hero > .container-lg, .hero > .container-md, .hero > .container-sm, .hero > .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .hero > .container, .hero > .container-fluid, .hero > .container-lg, .hero > .container-md, .hero > .container-sm, .hero > .container-xl {
    padding-top: 88px;
    padding-bottom: 38px;
  }
}
.hero > .container-fluid > *, .hero > .container-lg > *, .hero > .container-md > *, .hero > .container-sm > *, .hero > .container-xl > *, .hero > .container > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 991.98px) {
  .hero .descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 17.25%;
  }
}
@media (max-width: 767.98px) {
  .hero .descr {
    padding-top: 8.25%;
    margin-bottom: 9px;
  }
}
@media (min-width: 1600px) {
  .hero .descr {
    padding-top: 8%;
    width: 1320px;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .hero .descr:before {
    content: "";
    display: block;
    padding-bottom: 86.7%;
    min-width: 0;
    max-width: 1px;
  }
}
@media (max-width: 767.98px) {
  .hero .descr:before {
    padding-bottom: 62.5%;
  }
}
@media (max-width: 374.98px) {
  .hero .descr:before {
    padding-bottom: 72%;
  }
}
.hero .descr p {
  letter-spacing: -0.003em;
}

.hero .gform_title, .hero h1, .hero h2 {
  font-size: 4.25rem;
  line-height: 1.118;
  margin-bottom: 15px;
  margin-right: -45px;
}

@media (max-width: 1439.98px) {
  .hero .gform_title, .hero h1, .hero h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 991.98px) {
  .hero .gform_title, .hero h1, .hero h2 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767.98px) {
  .hero .gform_title, .hero h1, .hero h2 {
    font-size: 1.625rem;
    line-height: 1.154;
    margin-right: -15px;
  }
}
@media (max-width: 374.98px) {
  .hero .gform_title, .hero h1, .hero h2 {
    font-size: 1.25rem;
  }
}
.hero .adv-search {
  margin-top: 70px;
}

@media (max-width: 991.98px) {
  .hero .adv-search .extra-ttl {
    margin-top: -33px;
  }
}
@media (max-width: 767.98px) {
  .hero .adv-search .extra-ttl {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hero .adv-search .well {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
  }
}
.hero .btn-goto {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -42px;
  margin-left: auto;
  margin-right: auto;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #979797;
  color: #1a4fa6;
}

@media (max-width: 991.98px) {
  .hero .btn-goto {
    display: none;
  }
}
.hero .btn-goto:before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  bottom: 56%;
  margin: auto;
  width: 18px;
  height: 18px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero .btn-goto:hover {
  color: #082960;
}

.hero.type2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .hero.type2 {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.hero.type2 .hero-holder {
  width: 100%;
  padding-bottom: 43px;
}

@media (max-width: 991.98px) {
  .hero.type2 .hero-holder {
    padding-bottom: 12px;
  }
}
.hero.type2 .extra-part {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .hero.type2 .extra-part {
    padding-top: 28px;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .extra-part {
    padding-top: 0;
    font-size: inherit;
  }
}
.hero.type2 .extra-part h2, .hero.type2 .extra-part h3 {
  font-size: 2.125rem;
  line-height: 1.236;
  margin-right: 0;
  margin-bottom: 15px;
  padding-top: 26px;
}

@media (max-width: 991.98px) {
  .hero.type2 .extra-part h2, .hero.type2 .extra-part h3 {
    font-size: 1.75rem;
    padding-top: 0;
  }
}
.hero.type2 .extra-part p {
  margin-bottom: 12px;
  max-width: 450px;
}

@media (max-width: 991.98px) {
  .hero.type2 .extra-part p {
    margin-bottom: 17px;
    max-width: none;
  }
}
.hero.type2 .extra-part .btn-hold {
  margin-top: 23px;
}

@media (max-width: 991.98px) {
  .hero.type2 .extra-part .btn-hold {
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .extra-part .btn-hold {
    margin-top: 39px;
  }
}
.comment-form .hero.type2 .extra-part input[type=submit], .gform_wrapper .hero.type2 .extra-part .gform_button, .hero.type2 .extra-part #wp-submit, .hero.type2 .extra-part .btn, .hero.type2 .extra-part .comment-form input[type=submit], .hero.type2 .extra-part .gform_wrapper .gform_button, .hero.type2 .extra-part .mepr-submit, .hero.type2 .extra-part .search-form .search-submit, .hero.type2 .extra-part .tribe-button, .hero.type2 .extra-part .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .hero.type2 .extra-part .search-submit, .woocommerce-cart .wc-proceed-to-checkout .hero.type2 .extra-part a.checkout-button {
  min-width: 197px;
}

@media (max-width: 767.98px) {
  .comment-form .hero.type2 .extra-part input[type=submit], .gform_wrapper .hero.type2 .extra-part .gform_button, .hero.type2 .extra-part #wp-submit, .hero.type2 .extra-part .btn, .hero.type2 .extra-part .comment-form input[type=submit], .hero.type2 .extra-part .gform_wrapper .gform_button, .hero.type2 .extra-part .mepr-submit, .hero.type2 .extra-part .search-form .search-submit, .hero.type2 .extra-part .tribe-button, .hero.type2 .extra-part .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .hero.type2 .extra-part .search-submit, .woocommerce-cart .wc-proceed-to-checkout .hero.type2 .extra-part a.checkout-button {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .hero.type2 .hero-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .hero-wrap {
    display: block;
    font-size: 0.875rem;
    line-height: 1.572;
  }
}
@media (min-width: 992px) {
  .hero.type2 .hero-wrap {
    padding-top: 85px;
  }
}
@media (max-width: 991.98px) {
  .hero.type2 .hero-wrap:before {
    content: "";
    display: block;
    width: 0;
    max-width: 1px;
    padding-bottom: 54.42%;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .hero-wrap:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hero.type2 .hero-wrap .container, .hero.type2 .hero-wrap .container-fluid, .hero.type2 .hero-wrap .container-lg, .hero.type2 .hero-wrap .container-md, .hero.type2 .hero-wrap .container-sm, .hero.type2 .hero-wrap .container-xl {
    padding-top: 7%;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .hero-wrap .container, .hero.type2 .hero-wrap .container-fluid, .hero.type2 .hero-wrap .container-lg, .hero.type2 .hero-wrap .container-md, .hero.type2 .hero-wrap .container-sm, .hero.type2 .hero-wrap .container-xl {
    padding-top: 21px;
  }
}
.hero.type2 .hero-wrap > .bg-img {
  position: absolute;
  z-index: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 0 1px;
}

@media (max-width: 991.98px) {
  .hero.type2 .hero-wrap > .bg-img {
    border-bottom: 1px solid #979797;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .hero-wrap > .bg-img {
    position: relative;
    display: block;
    padding-bottom: 40%;
    background-position: 50% 0;
  }
}
.hero.type2 .hero-wrap > .bg-img:after, .hero.type2 .hero-wrap > .bg-img:before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(100deg, #fff 23%, hsla(0deg, 0%, 100%, 0.75) 45%, hsla(0deg, 0%, 100%, 0) 60%);
  content: "";
}

@media (max-width: 767.98px) {
  .hero.type2 .hero-wrap > .bg-img:after, .hero.type2 .hero-wrap > .bg-img:before {
    display: none;
  }
}
.hero.type2 .hero-wrap > .bg-img:after {
  background: linear-gradient(46deg, #fff 23%, hsla(0deg, 0%, 100%, 0.75) 45%, hsla(0deg, 0%, 100%, 0) 60%);
}

@media (max-width: 991.98px) {
  .hero.type2 .hero-wrap > .bg-img:after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .hero-wrap > .bg-img.with-dark-shadow:before {
    display: block;
    background: rgba(0, 0, 0, 0.4);
  }
}
.hero.type2 .hero-wrap > .bg-img .btn-play {
  position: absolute;
  z-index: 20;
}

@media (max-width: 991.98px) {
  .hero.type2 .hero-wrap > .bg-img .btn-play {
    top: 0;
    left: 42%;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .hero-wrap > .bg-img .btn-play {
    left: 0;
  }
}
@media (min-width: 992px) {
  .hero.type2 .hero-wrap > .bg-img .btn-play {
    top: 25%;
    left: 75%;
    margin-top: -25px;
    margin-left: -25px;
  }
}
@media (min-width: 1440px) {
  .hero.type2 .hero-wrap > .bg-img .btn-play {
    top: 50%;
    margin-top: -13.3%;
    margin-left: -98px;
  }
}
.hero.type2 .hero-wrap .gform_title, .hero.type2 .hero-wrap h1, .hero.type2 .hero-wrap h2 {
  margin-bottom: 21px;
  max-height: 2.236em;
}

@media (max-width: 991.98px) {
  .hero.type2 .hero-wrap .gform_title, .hero.type2 .hero-wrap h1, .hero.type2 .hero-wrap h2 {
    font-size: 3.25rem;
    line-height: 1.193;
    margin-bottom: 11px;
    max-height: 2.386em;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .hero-wrap .gform_title, .hero.type2 .hero-wrap h1, .hero.type2 .hero-wrap h2 {
    font-size: 2rem;
    line-height: 1.1875;
    margin-bottom: 23px;
    max-height: 2.375em;
  }
}
.hero.type2 .hero-wrap p {
  margin-bottom: 29px;
}

@media (max-width: 767.98px) {
  .hero.type2 .hero-wrap p {
    margin-bottom: 22px;
  }
}
.hero.type2 .hero-wrap p + p {
  margin-top: -21px;
}

@media (max-width: 991.98px) {
  .hero.type2 .hero-wrap p + p {
    margin-top: -27px;
  }
}
.hero.type2 .hero-wrap .lead {
  padding-bottom: 0;
  font-weight: inherit;
}

@media (max-width: 767.98px) {
  .hero.type2 .hero-wrap .lead {
    margin-top: -6px;
    margin-bottom: 39px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .hero.type2 .hero-wrap .lead strong {
    font-weight: inherit;
  }
}
@media (min-width: 768px) {
  .hero.type2 .hero-wrap .lead {
    font-size: inherit;
  }
}
.hero.type2 .hero-wrap .btn-wrap {
  margin-top: -8px;
}

@media (max-width: 767.98px) {
  .hero.type2 .hero-wrap .btn-wrap {
    margin-top: 26px;
    margin-bottom: 21px;
  }
}
.comment-form .hero.type2 .hero-wrap .btn-wrap input[type=submit], .gform_wrapper .hero.type2 .hero-wrap .btn-wrap .gform_button, .hero.type2 .hero-wrap .btn-wrap #wp-submit, .hero.type2 .hero-wrap .btn-wrap .btn, .hero.type2 .hero-wrap .btn-wrap .comment-form input[type=submit], .hero.type2 .hero-wrap .btn-wrap .gform_wrapper .gform_button, .hero.type2 .hero-wrap .btn-wrap .mepr-submit, .hero.type2 .hero-wrap .btn-wrap .search-form .search-submit, .hero.type2 .hero-wrap .btn-wrap .tribe-button, .hero.type2 .hero-wrap .btn-wrap .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .hero.type2 .hero-wrap .btn-wrap .search-submit, .woocommerce-cart .wc-proceed-to-checkout .hero.type2 .hero-wrap .btn-wrap a.checkout-button {
  min-width: 222px;
}

@media (max-width: 767.98px) {
  .comment-form .hero.type2 .hero-wrap .btn-wrap input[type=submit], .gform_wrapper .hero.type2 .hero-wrap .btn-wrap .gform_button, .hero.type2 .hero-wrap .btn-wrap #wp-submit, .hero.type2 .hero-wrap .btn-wrap .btn, .hero.type2 .hero-wrap .btn-wrap .comment-form input[type=submit], .hero.type2 .hero-wrap .btn-wrap .gform_wrapper .gform_button, .hero.type2 .hero-wrap .btn-wrap .mepr-submit, .hero.type2 .hero-wrap .btn-wrap .search-form .search-submit, .hero.type2 .hero-wrap .btn-wrap .tribe-button, .hero.type2 .hero-wrap .btn-wrap .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .hero.type2 .hero-wrap .btn-wrap .search-submit, .woocommerce-cart .wc-proceed-to-checkout .hero.type2 .hero-wrap .btn-wrap a.checkout-button {
    display: block;
    width: 100%;
  }
}
.hero.type2 .well {
  background: #fff;
  padding: 23px 37px 22px;
  -webkit-box-shadow: 0 20px 20px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 20px 20px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .hero.type2 .well {
    border: 1px solid hsla(0deg, 0%, 59%, 0.29);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
    margin-left: -28px;
    padding: 32px 25px 16px;
    font-size: 0.875rem;
    line-height: 1.715;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .well {
    margin-left: 0;
    margin-right: 0;
    padding-top: 23px;
    padding-left: 18px;
    padding-right: 18px;
    line-height: 1.572;
  }
}
.hero.type2 .well h2, .hero.type2 .well h3 {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  .hero.type2 .well h2, .hero.type2 .well h3 {
    font-size: 1.5rem;
    margin-bottom: 9px;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .well p {
    margin-bottom: 3px;
  }
}
@media (max-width: 991.98px) {
  .hero.type2 .well .tags-list {
    margin-right: -14px;
  }
}
@media (min-width: 992px) {
  .hero.type2 .well .get-in-touch {
    margin-top: 28px;
    margin-bottom: 17px;
  }
}
@media (min-width: 1200px) {
  .hero.type2 .well .get-in-touch {
    margin-right: -25px;
  }
}
@media (max-width: 991.98px) {
  .hero.type2 .well.well-2 {
    margin: 28px -150px -11px;
    padding: 0 150px;
    border-width: 1px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .well.well-2 {
    margin-top: -1px;
  }
}
.hero.type2 .cell {
  width: 400px;
  max-width: 100%;
  padding-top: 29px;
}

@media (max-width: 991.98px) {
  .hero.type2 .cell {
    padding-top: 27px;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .cell {
    width: auto;
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 42px;
    padding: 0 20px 34px;
    border-bottom: 1px solid #dcdcdc;
  }
}
.hero.type2 .cell h2, .hero.type2 .cell h3 {
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .hero.type2 .cell h2, .hero.type2 .cell h3 {
    margin-bottom: 19px;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .cell h2, .hero.type2 .cell h3 {
    font-size: 1.5rem;
    margin-bottom: 9px;
  }
}
.hero.type2 .cell .simple-search {
  margin-top: 16px;
  margin-bottom: 23px;
}

.hero.type2 .cell .btn-wrap {
  margin-top: -29px;
}

@media (max-width: 991.98px) {
  .hero.type2 .cell .btns {
    margin-top: 21px;
    width: 272px;
    max-width: 100%;
  }
  .comment-form .hero.type2 .cell .btns input[type=submit], .gform_wrapper .hero.type2 .cell .btns .gform_button, .hero.type2 .cell .btns #wp-submit, .hero.type2 .cell .btns .btn, .hero.type2 .cell .btns .comment-form input[type=submit], .hero.type2 .cell .btns .gform_wrapper .gform_button, .hero.type2 .cell .btns .mepr-submit, .hero.type2 .cell .btns .search-form .search-submit, .hero.type2 .cell .btns .tribe-button, .hero.type2 .cell .btns .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .hero.type2 .cell .btns .search-submit, .woocommerce-cart .wc-proceed-to-checkout .hero.type2 .cell .btns a.checkout-button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .cell .btns {
    margin-top: 35px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .hero.type2 .cell .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 22px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .comment-form .hero.type2 .cell .btns input[type=submit], .gform_wrapper .hero.type2 .cell .btns .gform_button, .hero.type2 .cell .btns #wp-submit, .hero.type2 .cell .btns .btn, .hero.type2 .cell .btns .comment-form input[type=submit], .hero.type2 .cell .btns .gform_wrapper .gform_button, .hero.type2 .cell .btns .mepr-submit, .hero.type2 .cell .btns .search-form .search-submit, .hero.type2 .cell .btns .tribe-button, .hero.type2 .cell .btns .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .hero.type2 .cell .btns .search-submit, .woocommerce-cart .wc-proceed-to-checkout .hero.type2 .cell .btns a.checkout-button {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    min-width: 212px;
  }
}
.hero.type2 .cell .partner-inf {
  margin-top: 55px;
  font-size: 0.875rem;
  line-height: 1.572;
}

@media (max-width: 991.98px) {
  .hero.type2 .cell .partner-inf {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .hero.type2 .cell .partner-inf {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.hero.type2 .cell .partner-inf figure {
  margin-bottom: 39px;
}

@media (max-width: 991.98px) {
  .hero.type2 .cell .partner-inf figure {
    width: 152px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .cell .partner-inf figure {
    width: 29.5%;
  }
}
.hero.type2 .cell .partner-inf figure img {
  vertical-align: top;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .hero.type2 .cell .partner-inf .hold {
    padding-top: 6px;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .cell .partner-inf .hold {
    padding-left: 10px;
  }
}
.hero.type2 .cell .partner-inf p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .hero.type2 .cell.cell-wider {
    margin-bottom: 0;
    padding-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .hero.type2 .cell.cell-wider {
    width: 445px;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .cell.cell-wider2 {
    padding-bottom: 7px;
  }
}
@media (min-width: 768px) {
  .hero.type2 .cell.cell-wider2 {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .hero.type2 .cell.cell-block {
    width: 100%;
    padding-top: 2px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .cell.cell-block {
    padding-right: 0;
    padding-bottom: 28px;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.hero.type2 .contact-inf {
  padding-top: 0;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .hero.type2 .contact-inf {
    padding-top: 20px;
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .contact-inf {
    padding: 30px 0 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 56px;
    border-bottom: 0;
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero.type2 .contact-inf h2, .hero.type2 .contact-inf h3 {
    font-size: 2.125rem;
    margin-bottom: 11px;
  }
}
@media (max-width: 767.98px) {
  .hero.type2 .contact-inf h2, .hero.type2 .contact-inf h3 {
    margin-bottom: 21px;
  }
}
.hero.type2 .contact-inf .group {
  margin-bottom: 24px;
}

.hero.type2 .contact-inf .group p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero.type2 .contact-inf .group p {
    margin-bottom: 8px;
  }
}
.hero.type2 .contact-inf .str {
  display: block;
}

.hero.type2 .contact-inf a:not(.btn):not(.tribe-button):not(.mepr-submit):not(#wp-submit) {
  color: inherit;
}

.adv-search {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .adv-search {
    margin-bottom: 14px;
  }
}
.adv-search .extra-ttl {
  font-size: 2.125rem;
  margin-bottom: 22px;
}

@media (max-width: 991.98px) {
  .adv-search .extra-ttl {
    margin-bottom: 16px;
  }
}
.adv-search .well {
  padding: 19px 25px 14px;
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 20px 20px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 20px 20px rgba(0, 0, 0, 0.04);
}

.adv-search .field {
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .adv-search .field {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .adv-search .field {
    margin-bottom: 17px;
  }
}
.adv-search .field label {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.091;
  margin-bottom: 16px;
  color: #1a4fa6;
}

@media (max-width: 1439.98px) {
  .adv-search .field label {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .adv-search .field label {
    margin-bottom: 6px;
  }
}
@media (max-width: 767.98px) {
  .adv-search .field label span:before {
    content: attr(data-prefix) " ";
  }
}
@media (max-width: 767.98px) {
  .adv-search .field label span:first-letter {
    text-transform: lowercase;
  }
}
.adv-search .form-columns-4 {
  margin-left: -10px;
  margin-right: -10px;
}

.adv-search .form-columns-4:after {
  display: block;
  clear: both;
  content: "";
}

.adv-search .form-columns-4 > * {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .adv-search .form-columns-4 > * {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .adv-search .form-columns-4 > * {
    width: 25%;
  }
}
.adv-search .input-group > .input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.adv-search .hs-submit #wp-submit, .adv-search .hs-submit .btn, .adv-search .hs-submit .comment-form input[type=submit], .adv-search .hs-submit .gform_wrapper .gform_button, .adv-search .hs-submit .mepr-submit, .adv-search .hs-submit .search-form .search-submit, .adv-search .hs-submit .tribe-button, .adv-search .hs-submit .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form .adv-search .hs-submit input[type=submit], .gform_wrapper .adv-search .hs-submit .gform_button, .search-form .adv-search .hs-submit .search-submit, .woocommerce-cart .wc-proceed-to-checkout .adv-search .hs-submit a.checkout-button {
  min-width: 50px;
  padding: 11px 10px;
}

@media (max-width: 991.98px) {
  .adv-search .hs-submit #wp-submit, .adv-search .hs-submit .btn, .adv-search .hs-submit .comment-form input[type=submit], .adv-search .hs-submit .gform_wrapper .gform_button, .adv-search .hs-submit .mepr-submit, .adv-search .hs-submit .search-form .search-submit, .adv-search .hs-submit .tribe-button, .adv-search .hs-submit .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form .adv-search .hs-submit input[type=submit], .gform_wrapper .adv-search .hs-submit .gform_button, .search-form .adv-search .hs-submit .search-submit, .woocommerce-cart .wc-proceed-to-checkout .adv-search .hs-submit a.checkout-button {
    min-width: 44px;
  }
}
.adv-search .hs-submit #wp-submit:before, .adv-search .hs-submit .btn:before, .adv-search .hs-submit .comment-form input[type=submit]:before, .adv-search .hs-submit .gform_wrapper .gform_button:before, .adv-search .hs-submit .mepr-submit:before, .adv-search .hs-submit .search-form .search-submit:before, .adv-search .hs-submit .tribe-button:before, .adv-search .hs-submit .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before, .comment-form .adv-search .hs-submit input[type=submit]:before, .gform_wrapper .adv-search .hs-submit .gform_button:before, .search-form .adv-search .hs-submit .search-submit:before, .woocommerce-cart .wc-proceed-to-checkout .adv-search .hs-submit a.checkout-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  content: "\f002";
  font-weight: 900;
  font-size: 1.5rem;
  font-family: Font Awesome\ 5 Free;
}

@media (max-width: 991.98px) {
  .adv-search .hs-submit #wp-submit:before, .adv-search .hs-submit .btn:before, .adv-search .hs-submit .comment-form input[type=submit]:before, .adv-search .hs-submit .gform_wrapper .gform_button:before, .adv-search .hs-submit .mepr-submit:before, .adv-search .hs-submit .search-form .search-submit:before, .adv-search .hs-submit .tribe-button:before, .adv-search .hs-submit .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before, .comment-form .adv-search .hs-submit input[type=submit]:before, .gform_wrapper .adv-search .hs-submit .gform_button:before, .search-form .adv-search .hs-submit .search-submit:before, .woocommerce-cart .wc-proceed-to-checkout .adv-search .hs-submit a.checkout-button:before {
    font-size: 1.125rem;
  }
}
.simple-search {
  position: relative;
}

.simple-search > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.simple-search > * > .field {
  width: 1%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
}

.simple-search > * > .field > label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 768px) {
  #buy-tickets .simple-search > * input, .comment-form .simple-search > * input[type=email], .comment-form .simple-search > * input[type=text], .comment-form .simple-search > * input[type=url], .comment-form .simple-search > * textarea, .ginput_container .simple-search > * input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .simple-search > * textarea, .search-form .simple-search > * .search-field, .simple-search > * #buy-tickets input, .simple-search > * .comment-form input[type=email], .simple-search > * .comment-form input[type=text], .simple-search > * .comment-form input[type=url], .simple-search > * .comment-form textarea, .simple-search > * .form-control, .simple-search > * .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .simple-search > * .ginput_container textarea, .simple-search > * .search-form .search-field, .simple-search > * .woocommerce-cart .quantity input.qty, .simple-search > * .woocommerce form .form-row input.input-text, .simple-search > * .woocommerce form .form-row textarea, .simple-search > * input.hs-input, .simple-search > * textarea.hs-input, .woocommerce-cart .quantity .simple-search > * input.qty, .woocommerce form .form-row .simple-search > * input.input-text, .woocommerce form .form-row .simple-search > * textarea {
    height: 50px;
  }
}
.simple-search > * > .hs-submit {
  min-width: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .simple-search > * > .hs-submit {
    min-width: 44px;
  }
}
.simple-search > * > .hs-submit > .hs-field-desc {
  display: none;
}

.simple-search > * > .hs-submit .actions {
  color: #fff;
  background-color: #ff286d;
  -webkit-box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff286d), color-stop(50%, #bf0641));
  background-image: linear-gradient(180deg, #ff286d, #bf0641 50%);
  background-repeat: repeat-x;
  background-size: 100% 200%;
  border: 0;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.simple-search > * > .hs-submit .actions:hover {
  color: #fff;
  background-color: #ff0253;
  border-color: #f4004e;
}

.simple-search > * > .hs-submit .actions.focus, .simple-search > * > .hs-submit .actions:focus {
  color: #fff;
  background-color: #ff0253;
  border-color: #f4004e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 72, 131, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 72, 131, 0.5);
}

.simple-search > * > .hs-submit .actions.disabled, .simple-search > * > .hs-submit .actions:disabled {
  color: #fff;
  background-color: #ff286d;
  border-color: #ff286d;
}

.show > .simple-search > * > .hs-submit .actions.dropdown-toggle, .simple-search > * > .hs-submit .actions:not(:disabled):not(.disabled).active, .simple-search > * > .hs-submit .actions:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #f4004e;
  border-color: #e7004a;
}

.show > .simple-search > * > .hs-submit .actions.dropdown-toggle:focus, .simple-search > * > .hs-submit .actions:not(:disabled):not(.disabled).active:focus, .simple-search > * > .hs-submit .actions:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 72, 131, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 72, 131, 0.5);
}

.simple-search > * > .hs-submit .actions:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  content: "\f002";
  display: inline-block;
  vertical-align: top;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
  font-family: Font Awesome\ 5 Free;
}

.simple-search > * > .hs-submit .actions input {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  background: none;
}

.simple-search > * > .hs-submit .actions:hover {
  background-position: 0 100%;
}

.simple-search .typeahead__result {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.get-in-touch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

@media (max-width: 991.98px) {
  .get-in-touch {
    padding-left: 16px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (max-width: 767.98px) {
  .get-in-touch {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.get-in-touch a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
  padding: 5px 16px 5px 57px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .get-in-touch a {
    padding-left: 48px;
    margin: 10px;
  }
}
@media (min-width: 992px) {
  .get-in-touch a {
    border: 1px solid #dcdcdc;
    border-radius: 25px;
  }
}
.get-in-touch a:before {
  content: "";
  display: block;
  width: 0;
  max-width: 1px;
  height: 38px;
}

@media (max-width: 767.98px) {
  .get-in-touch a:before {
    height: 30px;
  }
}
.get-in-touch a span[class*=fa-] {
  position: absolute;
  top: -1px;
  left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1a4fa6;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  -webkit-box-shadow: 0 20px 20px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 20px 20px rgba(0, 0, 0, 0.04);
}

@media (max-width: 767.98px) {
  .get-in-touch a span[class*=fa-] {
    width: 40px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.small-hero {
  position: relative;
}

.small-hero > .bg-img {
  position: absolute;
  z-index: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

@media (max-width: 767.98px) {
  .small-hero > .bg-img {
    position: relative;
    padding-bottom: 40%;
  }
}
.small-hero > .bg-img:after, .small-hero > .bg-img:before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(100deg, #fff 23%, hsla(0deg, 0%, 100%, 0.75) 45%, hsla(0deg, 0%, 100%, 0) 60%);
  content: "";
}

@media (max-width: 767.98px) {
  .small-hero > .bg-img:after, .small-hero > .bg-img:before {
    display: none;
  }
}
.small-hero > .bg-img:after {
  background: linear-gradient(46deg, #fff 23%, hsla(0deg, 0%, 100%, 0.75) 45%, hsla(0deg, 0%, 100%, 0) 60%);
}

@media (max-width: 991.98px) {
  .small-hero > .bg-img:after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .small-hero > .bg-img.with-dark-shadow:before {
    display: block;
    background: rgba(0, 0, 0, 0.4);
  }
}
.small-hero > .bg-img .btn-play {
  position: absolute;
  z-index: 20;
}

@media (max-width: 991.98px) {
  .small-hero > .bg-img .btn-play {
    top: 0;
    left: 42%;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .small-hero > .bg-img .btn-play {
    left: 0;
  }
}
@media (min-width: 992px) {
  .small-hero > .bg-img .btn-play {
    top: 50%;
    left: 75%;
    margin-top: -34px;
    margin-left: -25px;
  }
}
@media (min-width: 1440px) {
  .small-hero > .bg-img .btn-play {
    top: 50%;
    margin-left: -104px;
  }
}
.small-hero .hero-wrap {
  width: 100%;
  font-size: 1.375rem;
  line-height: 1.5;
}

@media (max-width: 1439.98px) {
  .small-hero .hero-wrap {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .small-hero .hero-wrap {
    font-size: 0.875rem;
    line-height: 1.572;
  }
}
@media (min-width: 768px) {
  .small-hero .hero-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.small-hero .hero-wrap:before {
  padding-bottom: 34.723%;
}

@media (max-width: 1199.98px) {
  .small-hero .hero-wrap:before {
    padding-bottom: 54.428%;
  }
}
@media (min-width: 768px) {
  .small-hero .hero-wrap:before {
    content: "";
    display: block;
    width: 0;
    max-width: 1px;
  }
}
@media (max-width: 767.98px) {
  .small-hero .hero-wrap .container, .small-hero .hero-wrap .container-fluid, .small-hero .hero-wrap .container-lg, .small-hero .hero-wrap .container-md, .small-hero .hero-wrap .container-sm, .small-hero .hero-wrap .container-xl {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .small-hero .hero-wrap .container, .small-hero .hero-wrap .container-fluid, .small-hero .hero-wrap .container-lg, .small-hero .hero-wrap .container-md, .small-hero .hero-wrap .container-sm, .small-hero .hero-wrap .container-xl {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.small-hero .hero-wrap .hold {
  min-height: 6em;
  padding-bottom: 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media (max-width: 1439.98px) {
  .small-hero .hero-wrap .hold {
    min-height: 4.5em;
  }
}
@media (max-width: 767.98px) {
  .small-hero .hero-wrap .hold {
    min-height: 7.86em;
    margin-bottom: 16px;
  }
}
.small-hero .hero-wrap .gform_title, .small-hero .hero-wrap h1, .small-hero .hero-wrap h2 {
  font-size: 4.25rem;
  margin-right: -45px;
  margin-bottom: 23px;
}

@media (max-width: 1439.98px) {
  .small-hero .hero-wrap .gform_title, .small-hero .hero-wrap h1, .small-hero .hero-wrap h2 {
    font-size: 3.25rem;
    line-height: 1.193;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .small-hero .hero-wrap .gform_title, .small-hero .hero-wrap h1, .small-hero .hero-wrap h2 {
    font-size: 2rem;
    line-height: 1.1875;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.small-hero .hero-wrap .h2 {
  font-size: 2.125rem;
  line-height: 1.236;
}

@media (max-width: 1439.98px) {
  .small-hero .hero-wrap .h2 {
    font-size: 2rem;
    line-height: 1.3125;
  }
}
@media (max-width: 767.98px) {
  .small-hero .hero-wrap .h2 {
    font-size: 1.5rem;
  }
}
.small-hero .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 1439.98px) {
  .small-hero .btns {
    margin-left: -8px;
    margin-right: -70px;
  }
}
@media (max-width: 767.98px) {
  .small-hero .btns {
    display: block;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.small-hero .btns > * {
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 1439.98px) {
  .small-hero .btns > * {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (max-width: 767.98px) {
  .small-hero .btns > * {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .small-hero .btns > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .small-hero .btns .link-more {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .small-hero .btns .link-more {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767.98px) {
  .comment-form .small-hero input[type=submit], .gform_wrapper .small-hero .gform_button, .search-form .small-hero .search-submit, .small-hero #wp-submit, .small-hero .btn, .small-hero .comment-form input[type=submit], .small-hero .gform_wrapper .gform_button, .small-hero .mepr-submit, .small-hero .search-form .search-submit, .small-hero .tribe-button, .small-hero .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .small-hero a.checkout-button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .comment-form .small-hero input[type=submit], .gform_wrapper .small-hero .gform_button, .search-form .small-hero .search-submit, .small-hero #wp-submit, .small-hero .btn, .small-hero .comment-form input[type=submit], .small-hero .gform_wrapper .gform_button, .small-hero .mepr-submit, .small-hero .search-form .search-submit, .small-hero .tribe-button, .small-hero .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .small-hero a.checkout-button {
    min-width: 148px;
  }
}
@media (min-width: 768px) {
  .small-hero .btn-wide {
    min-width: 220px;
  }
}
@media (min-width: 768px) {
  .small-hero .btn-wide2 {
    min-width: 278px;
  }
}
.small-hero .badge {
  font-weight: 300;
  font-size: 1.125rem;
  padding: 0.556em 1em;
  margin-bottom: 22px;
}

@media (max-width: 991.98px) {
  .small-hero .badge {
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .small-hero .badge {
    font-size: 0.75rem;
    padding: 0.5em 0.75em;
    margin-bottom: 10px;
  }
}
.small-hero .meta {
  margin-bottom: 26px;
  font-size: 1.125rem;
  line-height: 1.556;
  color: #1a4fa6;
}

@media (max-width: 991.98px) {
  .small-hero .meta {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 8px;
  }
}
.small-hero .meta p {
  margin-bottom: 0;
}

.small-hero .meta p a {
  color: inherit;
}

.small-hero .meta time {
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .small-hero.type2 > .bg-img:before {
    background: linear-gradient(102deg, #fff 32%, hsla(0deg, 0%, 100%, 0.75) 75%, hsla(0deg, 0%, 100%, 0));
  }
}
@media (max-width: 991.98px) {
  .small-hero.type2 > .bg-img:after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .small-hero.type2 .hero-wrap:before {
    padding-bottom: 59.51%;
  }
}
@media (max-width: 767.98px) {
  .small-hero.with-offset > .bg-img {
    position: absolute;
    top: auto;
    bottom: 100%;
    margin-bottom: 46px;
  }
}
.small-hero.type3 {
  background: #fff;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .small-hero.type3 {
    border-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .small-hero.type3 > .bg-img {
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .small-hero.type3 .hero-wrap {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1200px) {
  .small-hero.type3 .hero-wrap:before {
    padding-bottom: 35.5%;
  }
}
@media (max-width: 767.98px) {
  .small-hero.type3 .hero-wrap .container, .small-hero.type3 .hero-wrap .container-fluid, .small-hero.type3 .hero-wrap .container-lg, .small-hero.type3 .hero-wrap .container-md, .small-hero.type3 .hero-wrap .container-sm, .small-hero.type3 .hero-wrap .container-xl {
    padding-top: 20px;
  }
}
.small-hero.type3 .hero-wrap .h2 {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .small-hero.type3 .hero-wrap .h2 {
    font-size: 1.0625rem;
    line-height: 1.177;
    margin-bottom: 13px;
  }
}
@media (min-width: 1200px) {
  .small-hero.type3 .hero-wrap .h2 {
    margin-bottom: 15px;
  }
}
.small-hero.type3 .hero-wrap .btns {
  text-align: inherit;
}

.small-hero .event-cell {
  margin-top: 36px;
  margin-bottom: 35px;
}

@media (max-width: 991.98px) {
  .small-hero .event-cell {
    margin-top: 25px;
    margin-bottom: 22px;
  }
}
.small-hero .hero-blog-meta {
  font-size: 17px;
  line-height: 1.2;
  padding-bottom: 31px;
}

.small-hero .hero-blog-meta p {
  margin: 0 0 19px;
}

.small-hero .hero-blog-meta .gform_title, .small-hero .hero-blog-meta h1, .small-hero .hero-blog-meta h2 {
  margin: 0;
  padding-bottom: 65px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
}

.small-hero .hero-blog-meta .hero-by {
  display: block;
  color: #1a4fa6;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
  padding-bottom: 39px;
  margin-top: -30px;
}

.small-hero .hero-blog-meta .hero-by:last-child {
  padding-bottom: 0;
}

.small-hero .hero-blog-meta .hero-btn-row {
  margin-bottom: -72px;
}

.comment-form .small-hero .hero-blog-meta .hero-btn-row input[type=submit], .gform_wrapper .small-hero .hero-blog-meta .hero-btn-row .gform_button, .search-form .small-hero .hero-blog-meta .hero-btn-row .search-submit, .small-hero .hero-blog-meta .hero-btn-row #wp-submit, .small-hero .hero-blog-meta .hero-btn-row .btn, .small-hero .hero-blog-meta .hero-btn-row .comment-form input[type=submit], .small-hero .hero-blog-meta .hero-btn-row .gform_wrapper .gform_button, .small-hero .hero-blog-meta .hero-btn-row .mepr-submit, .small-hero .hero-blog-meta .hero-btn-row .search-form .search-submit, .small-hero .hero-blog-meta .hero-btn-row .tribe-button, .small-hero .hero-blog-meta .hero-btn-row .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .small-hero .hero-blog-meta .hero-btn-row a.checkout-button {
  min-width: 190px;
}

@media (max-width: 991.98px) {
  .small-hero .hero-blog-meta {
    font-size: 16px;
    padding-bottom: 25px;
  }
  .small-hero .hero-blog-meta p {
    margin-bottom: 15px;
  }
  .small-hero .hero-blog-meta .gform_title, .small-hero .hero-blog-meta h1, .small-hero .hero-blog-meta h2 {
    padding-bottom: 40px;
    font-size: 28px;
  }
  .small-hero .hero-blog-meta .hero-btn-row {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .small-hero .hero-blog-meta {
    font-size: 14px;
  }
  .small-hero .hero-blog-meta p {
    margin-bottom: 10px;
  }
  .small-hero .hero-blog-meta .gform_title, .small-hero .hero-blog-meta h1, .small-hero .hero-blog-meta h2 {
    padding-bottom: 20px;
    font-size: 24px;
  }
  .small-hero .hero-blog-meta .hero-by {
    font-size: 18px;
    padding-bottom: 20px;
    margin-top: 0;
  }
  .small-hero .hero-blog-meta .hero-by:last-child {
    padding-bottom: 0;
  }
  .small-hero .hero-blog-meta .hero-btn-row {
    margin-bottom: -20px;
  }
  .comment-form .small-hero .hero-blog-meta .hero-btn-row input[type=submit], .gform_wrapper .small-hero .hero-blog-meta .hero-btn-row .gform_button, .search-form .small-hero .hero-blog-meta .hero-btn-row .search-submit, .small-hero .hero-blog-meta .hero-btn-row #wp-submit, .small-hero .hero-blog-meta .hero-btn-row .btn, .small-hero .hero-blog-meta .hero-btn-row .comment-form input[type=submit], .small-hero .hero-blog-meta .hero-btn-row .gform_wrapper .gform_button, .small-hero .hero-blog-meta .hero-btn-row .mepr-submit, .small-hero .hero-blog-meta .hero-btn-row .search-form .search-submit, .small-hero .hero-blog-meta .hero-btn-row .tribe-button, .small-hero .hero-blog-meta .hero-btn-row .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .small-hero .hero-blog-meta .hero-btn-row a.checkout-button {
    min-width: 0;
    display: block;
  }
}
.event-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1a4fa6;
  font-size: 1.375rem;
  line-height: 1.5;
}

@media (max-width: 1439.98px) {
  .event-cell {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .event-cell {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.event-cell > .date-time {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66px;
  flex: 0 1 66px;
  max-width: 66px;
  min-width: 66px;
  margin-right: 17px;
  display: block;
  padding: 2px 10px 5px;
  border: 4px solid;
  border-radius: 2px;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .event-cell > .date-time {
    min-width: 44px;
    max-width: 44px;
    -ms-flex-preferred-size: 44px;
    flex-basis: 44px;
    border-width: 3px;
    margin-right: 21px;
    padding: 0 4px 2px;
    font-size: 0.6875rem;
  }
}
.event-cell > .date-time b, .event-cell > .date-time strong {
  display: block;
  font-size: 1.875em;
  font-weight: inherit;
  margin-bottom: -4px;
}

@media (max-width: 767.98px) {
  .event-cell > .date-time b, .event-cell > .date-time strong {
    margin-bottom: -1px;
  }
}
.event-cell > .date-time span {
  display: block;
  text-transform: uppercase;
}

.event-cell > .event-hold {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.event-cell > .event-hold .name {
  display: block;
}

.event-cell > .event-hold p {
  margin-bottom: 0;
}

.hero-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-slider .slick-track:after, .hero-slider .slick-track:before {
  display: none;
}

.hero-slider .slick-track .slick-slide {
  height: auto;
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  padding-top: 0;
}

@media (max-width: 991.98px) {
  .hero-slider .slick-dots {
    bottom: 15px;
  }
}
.hero-slider .small-hero .container, .hero-slider .small-hero .container-fluid, .hero-slider .small-hero .container-lg, .hero-slider .small-hero .container-md, .hero-slider .small-hero .container-sm, .hero-slider .small-hero .container-xl {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media (max-width: 991.98px) {
  .hero-slider .small-hero .container, .hero-slider .small-hero .container-fluid, .hero-slider .small-hero .container-lg, .hero-slider .small-hero .container-md, .hero-slider .small-hero .container-sm, .hero-slider .small-hero .container-xl {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .hero-slider .small-hero .container, .hero-slider .small-hero .container-fluid, .hero-slider .small-hero .container-lg, .hero-slider .small-hero .container-md, .hero-slider .small-hero .container-sm, .hero-slider .small-hero .container-xl {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .hero-slider .small-hero .hero-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.hero-slider .small-hero.type3 {
  margin-bottom: 0;
}

.breadcrumb-wrap {
  background: #fff;
}

@media (max-width: 767.98px) {
  .breadcrumb-wrap {
    height: 46px;
  }
}
.breadcrumb-wrap .btn-back {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: inherit;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

@media (max-width: 991.98px) {
  .breadcrumb-wrap .btn-back {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-wrap .btn-back {
    font-size: 0.875rem;
    line-height: 1.429;
    letter-spacing: -0.0072em;
  }
}
.breadcrumb-wrap .btn-back:before {
  content: "<";
  margin-right: 4px;
}

.breadcrumb-wrap .btn-back span {
  text-decoration: underline;
}

.breadcrumb-wrap .btn-back:focus, .breadcrumb-wrap .btn-back:hover {
  text-decoration: none;
  color: #1a4fa6;
}

.breadcrumb-wrap .btn-back:focus span, .breadcrumb-wrap .btn-back:hover span {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .breadcrumb {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb {
    font-size: 0.875rem;
    line-height: 1.429;
    letter-spacing: -0.0072em;
  }
}
.breadcrumb a {
  color: inherit;
  text-decoration: underline;
}

.breadcrumb a:focus, .breadcrumb a:hover {
  text-decoration: none;
  color: #1a4fa6;
}

.preview-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 991.98px) {
  .preview-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .preview-block {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 0.875rem;
    line-height: 1.572;
  }
}
.preview-block.bg-gray {
  background-color: hsla(0deg, 0%, 51%, 0.07);
}

.preview-block .media-obj {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .preview-block .media-obj {
    margin: 0 -20px 42px;
  }
}
.preview-block p {
  margin-bottom: 1.5em;
}

@media (max-width: 767.98px) {
  .preview-block p {
    margin-bottom: 1.572em;
  }
}
.preview-block p + .link-more {
  margin-top: -5px;
}

@media (max-width: 991.98px) {
  .preview-block p + .link-more {
    margin-top: 7px;
  }
}
@media (max-width: 767.98px) {
  .preview-block p + .link-more {
    margin-top: 2px;
  }
}
.comment-form .preview-block p + input[type=submit], .gform_wrapper .preview-block p + .gform_button, .preview-block .comment-form p + input[type=submit], .preview-block .gform_wrapper p + .gform_button, .preview-block .search-form p + .search-submit, .preview-block .woocommerce-cart .wc-proceed-to-checkout p + a.checkout-button, .preview-block p + #wp-submit, .preview-block p + .btn, .preview-block p + .mepr-submit, .preview-block p + .tribe-button, .search-form .preview-block p + .search-submit, .woocommerce-cart .wc-proceed-to-checkout .preview-block p + a.checkout-button {
  margin-top: 9px;
}

@media (max-width: 991.98px) {
  .comment-form .preview-block p + input[type=submit], .gform_wrapper .preview-block p + .gform_button, .preview-block .comment-form p + input[type=submit], .preview-block .gform_wrapper p + .gform_button, .preview-block .search-form p + .search-submit, .preview-block .woocommerce-cart .wc-proceed-to-checkout p + a.checkout-button, .preview-block p + #wp-submit, .preview-block p + .btn, .preview-block p + .mepr-submit, .preview-block p + .tribe-button, .search-form .preview-block p + .search-submit, .woocommerce-cart .wc-proceed-to-checkout .preview-block p + a.checkout-button {
    margin-top: 13px;
  }
}
@media (max-width: 767.98px) {
  .comment-form .preview-block p + input[type=submit], .gform_wrapper .preview-block p + .gform_button, .preview-block .comment-form p + input[type=submit], .preview-block .gform_wrapper p + .gform_button, .preview-block .search-form p + .search-submit, .preview-block .woocommerce-cart .wc-proceed-to-checkout p + a.checkout-button, .preview-block p + #wp-submit, .preview-block p + .btn, .preview-block p + .mepr-submit, .preview-block p + .tribe-button, .search-form .preview-block p + .search-submit, .woocommerce-cart .wc-proceed-to-checkout .preview-block p + a.checkout-button {
    margin-top: 35px;
  }
}
.preview-block .h2, .preview-block h2 {
  margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  .preview-block .h2, .preview-block h2 {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .preview-block .h2, .preview-block h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 17px;
  }
}
.preview-block .field {
  width: 445px;
  max-width: 100%;
  margin-top: 36px;
}

@media (max-width: 767.98px) {
  .preview-block .field {
    margin-top: 43px;
    margin-bottom: 18px;
  }
}
.comment-form .preview-block input[type=submit], .gform_wrapper .preview-block .gform_button, .preview-block #wp-submit, .preview-block .btn, .preview-block .comment-form input[type=submit], .preview-block .gform_wrapper .gform_button, .preview-block .mepr-submit, .preview-block .search-form .search-submit, .preview-block .tribe-button, .preview-block .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .preview-block .search-submit, .woocommerce-cart .wc-proceed-to-checkout .preview-block a.checkout-button {
  min-width: 220px;
}

@media (max-width: 991.98px) {
  .comment-form .preview-block input[type=submit], .gform_wrapper .preview-block .gform_button, .preview-block #wp-submit, .preview-block .btn, .preview-block .comment-form input[type=submit], .preview-block .gform_wrapper .gform_button, .preview-block .mepr-submit, .preview-block .search-form .search-submit, .preview-block .tribe-button, .preview-block .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .preview-block .search-submit, .woocommerce-cart .wc-proceed-to-checkout .preview-block a.checkout-button {
    min-width: 213px;
  }
}
@media (max-width: 767.98px) {
  .comment-form .preview-block input[type=submit], .gform_wrapper .preview-block .gform_button, .preview-block #wp-submit, .preview-block .btn, .preview-block .comment-form input[type=submit], .preview-block .gform_wrapper .gform_button, .preview-block .mepr-submit, .preview-block .search-form .search-submit, .preview-block .tribe-button, .preview-block .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .preview-block .search-submit, .woocommerce-cart .wc-proceed-to-checkout .preview-block a.checkout-button {
    display: block;
    width: 100%;
    margin-bottom: 18px;
  }
}
.preview-block .btn-wide {
  min-width: 255px;
}

.comment-form .preview-block .bootstrap-select input[type=submit], .gform_wrapper .preview-block .bootstrap-select .gform_button, .preview-block .bootstrap-select #wp-submit, .preview-block .bootstrap-select .btn, .preview-block .bootstrap-select .comment-form input[type=submit], .preview-block .bootstrap-select .gform_wrapper .gform_button, .preview-block .bootstrap-select .mepr-submit, .preview-block .bootstrap-select .search-form .search-submit, .preview-block .bootstrap-select .tribe-button, .preview-block .bootstrap-select .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .preview-block .bootstrap-select .search-submit, .woocommerce-cart .wc-proceed-to-checkout .preview-block .bootstrap-select a.checkout-button {
  min-width: 100%;
}

.preview-block .hold {
  margin-top: 21px;
}

@media (max-width: 991.98px) {
  .preview-block .hold {
    margin-top: 28px;
  }
}
.media-obj {
  -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.16);
}

.media-obj a {
  position: relative;
  display: block;
}

.media-obj img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.media-obj .btn-play {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 991.98px) {
  .media-obj .btn-play {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767.98px) {
  .media-obj .btn-play {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 991.98px) {
  .media-obj .btn-play:before {
    width: 15px;
    height: 16px;
    border-width: 8px 0 8px 15px;
  }
}
.service-block {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .service-block {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .service-block {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.service-block h3 {
  font-size: 1.625rem;
  margin-bottom: 23px;
}

@media (max-width: 991.98px) {
  .service-block h3 {
    font-size: 1rem;
    line-height: 1.3125;
  }
}
@media (max-width: 991.98px) {
  .responsive-accordion {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 991.98px) {
  .responsive-accordion > h2, .responsive-accordion > h3 {
    position: relative;
    margin-bottom: 0;
    padding: 1rem 55px 1rem 30px;
    -webkit-box-shadow: inset 1px 0 0 0 hsla(0deg, 0%, 59%, 0.29), inset -1px 0 0 0 hsla(0deg, 0%, 59%, 0.29), inset 0 1px 0 0 hsla(0deg, 0%, 59%, 0.29), 0 1px 0 0 hsla(0deg, 0%, 59%, 0.29);
    box-shadow: inset 1px 0 0 0 hsla(0deg, 0%, 59%, 0.29), inset -1px 0 0 0 hsla(0deg, 0%, 59%, 0.29), inset 0 1px 0 0 hsla(0deg, 0%, 59%, 0.29), 0 1px 0 0 hsla(0deg, 0%, 59%, 0.29);
  }
}
@media (max-width: 767.98px) {
  .responsive-accordion > h2, .responsive-accordion > h3 {
    padding-left: 19px;
    padding-right: 38px;
  }
}
@media (max-width: 991.98px) {
  .responsive-accordion > h2:after, .responsive-accordion > h3:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 34px;
    margin-top: -10px;
    width: 11px;
    height: 11px;
    border: solid #313131;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 767.98px) {
  .responsive-accordion > h2:after, .responsive-accordion > h3:after {
    right: 14px;
  }
}
@media (max-width: 991.98px) {
  .responsive-accordion > h2.active, .responsive-accordion > h3.active {
    font-weight: 700;
  }
  .responsive-accordion > h2.active:after, .responsive-accordion > h3.active:after {
    margin-top: -2px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .responsive-accordion > h2.active + .entity, .responsive-accordion > h3.active + .entity {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .responsive-accordion .entity {
    overflow: hidden;
    display: none;
  }
}
@media (min-width: 992px) {
  .responsive-accordion .entity {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .responsive-accordion .entity-hold {
    padding: 15px 30px 10px;
    -webkit-box-shadow: inset 1px 0 0 0 hsla(0deg, 0%, 59%, 0.29), inset -1px 0 0 0 hsla(0deg, 0%, 59%, 0.29);
    box-shadow: inset 1px 0 0 0 hsla(0deg, 0%, 59%, 0.29), inset -1px 0 0 0 hsla(0deg, 0%, 59%, 0.29);
  }
}
@media (max-width: 767.98px) {
  .responsive-accordion .entity-hold {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .responsive-accordion .entity-hold > :last-child {
    margin-bottom: 0;
  }
}
.bullet-list {
  list-style: none;
  margin: 0 -4px 29px 0;
  padding: 0;
  font-size: 1.375rem;
  line-height: 1.819;
}

@media (max-width: 991.98px) {
  .bullet-list {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  .bullet-list li {
    margin-bottom: 5px;
  }
}
.bullet-list li a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 21px;
  color: inherit;
}

.bullet-list li a:before {
  content: "";
  position: absolute;
  top: 0.91em;
  left: -2px;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border: solid #1a4fa6;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bullet-list li a:hover {
  color: #1a4fa6;
  text-decoration: underline;
}

.hbspt-form .field {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .hbspt-form .field {
    margin-bottom: 19px;
  }
}
@media (max-width: 767.98px) {
  .hbspt-form .field {
    margin-bottom: 21px;
  }
}
.hbspt-form .field:not(.hs-fieldtype-booleancheckbox):not(.hs-fieldtype-radio) label:not(.hs-error-msg) {
  display: block;
  color: #1a4fa6;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.091;
  margin-bottom: 4px;
}

@media (max-width: 991.98px) {
  .hbspt-form .field:not(.hs-fieldtype-booleancheckbox):not(.hs-fieldtype-radio) label:not(.hs-error-msg) {
    font-size: 1.125rem;
    line-height: 1.334;
  }
}
@media (max-width: 767.98px) {
  .hbspt-form .field:not(.hs-fieldtype-booleancheckbox):not(.hs-fieldtype-radio) label:not(.hs-error-msg) {
    margin-bottom: 9px;
  }
}
.hbspt-form .field .hs-error-msgs {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: inherit;
  font-size: 0.875rem;
  border: 0;
  padding: 0;
  text-align: inherit;
}

.hbspt-form .hs-error-msgs {
  list-style: none;
  margin: 15px 0 24px;
  padding: 16px 20px;
  border: 2px solid;
  color: #bf0641;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}

@media (max-width: 991.98px) {
  .hbspt-form .hs-error-msgs {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .hbspt-form .hs-error-msgs {
    margin-top: 48px;
  }
}
.hbspt-form .hs-error-msgs .hs-error-msg {
  display: block;
  margin-bottom: 0;
}

.hbspt-form .hs-error-msgs label {
  margin-bottom: 0;
}

.hbspt-form .hs-submit {
  margin-top: 4px;
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .hbspt-form .hs-submit {
    margin-top: 3px;
    margin-bottom: 21px;
  }
}
@media (max-width: 767.98px) {
  .hbspt-form .hs-submit {
    margin-top: 9px;
  }
}
.hbspt-form .legal-consent-container .hs-error-msgs label {
  color: #bf0641;
}

.contact-form {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .contact-form .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 992px) {
  .contact-form .row > [class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .contact-form .group-01 {
    margin-right: -15px;
  }
}
.contact-form .group-02 {
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px 30px 6px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-form .group-02 {
    padding-bottom: 10px;
    margin-top: 35px;
    margin-bottom: 13px;
  }
}
@media (max-width: 767.98px) {
  .contact-form .group-02 {
    margin-top: 19px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .contact-form .group-02 {
    margin-left: -15px;
    margin-right: 0;
  }
}
.contact-form .hs-form-required {
  display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-form .hs-title {
    width: 50%;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .contact-form .hs-title:not(.hs-fieldtype-booleancheckbox):not(.hs-fieldtype-radio) label {
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .contact-form .hs-submit {
    width: 215px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .contact-form .hs-submit {
    margin-left: auto;
    width: 255px;
  }
}
.contact-form .hs-submit .hs-button {
  display: block;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
}

.contact-section {
  padding-top: 90px;
  padding-bottom: 80px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .contact-section {
    padding-top: 51px;
    padding-bottom: 37px;
  }
}
@media (max-width: 767.98px) {
  .contact-section {
    padding-top: 49px;
  }
}
.contact-section h2 {
  text-align: center;
  margin-bottom: 28px;
}

@media (max-width: 991.98px) {
  .contact-section h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .contact-section h2 {
    font-size: 1.5rem;
    margin-bottom: 19px;
  }
}
@media (max-width: 991.98px) {
  .contact-section .contact-form .group-02 {
    padding-top: 35px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .contact-section .contact-form .group-02 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
  }
}
.intro-header .container, .intro-header .container-fluid, .intro-header .container-lg, .intro-header .container-md, .intro-header .container-sm, .intro-header .container-xl {
  padding-top: 89px;
}

@media (max-width: 991.98px) {
  .intro-header .container, .intro-header .container-fluid, .intro-header .container-lg, .intro-header .container-md, .intro-header .container-sm, .intro-header .container-xl {
    padding-top: 56px;
  }
}
@media (max-width: 767.98px) {
  .intro-header .container, .intro-header .container-fluid, .intro-header .container-lg, .intro-header .container-md, .intro-header .container-sm, .intro-header .container-xl {
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .intro-descr {
    font-size: 0.875rem;
    line-height: 1.572;
  }
}
.intro-descr .container, .intro-descr .container-fluid, .intro-descr .container-lg, .intro-descr .container-md, .intro-descr .container-sm, .intro-descr .container-xl {
  padding-top: 99px;
  padding-bottom: 104px;
}

@media (max-width: 991.98px) {
  .intro-descr .container, .intro-descr .container-fluid, .intro-descr .container-lg, .intro-descr .container-md, .intro-descr .container-sm, .intro-descr .container-xl {
    padding-top: 63px;
    padding-bottom: 34px;
  }
}
@media (max-width: 767.98px) {
  .intro-descr .container, .intro-descr .container-fluid, .intro-descr .container-lg, .intro-descr .container-md, .intro-descr .container-sm, .intro-descr .container-xl {
    padding-top: 30px;
    padding-bottom: 12px;
  }
}
.intro-descr .h2, .intro-descr h2 {
  margin-bottom: 22px;
}

@media (max-width: 991.98px) {
  .intro-descr .h2, .intro-descr h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .intro-descr .h2, .intro-descr h2 {
    font-size: 1.5rem;
    margin-bottom: 11px;
  }
}
.intro-descr .h3, .intro-descr h3 {
  font-size: 1.625rem;
  line-height: 1.616;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .intro-descr .h3, .intro-descr h3 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 23px;
  }
}
@media (max-width: 767.98px) {
  .intro-descr .h3, .intro-descr h3 {
    font-size: 1.5rem;
    margin-bottom: 19px;
  }
}
.intro-descr p {
  margin-bottom: 1.5em;
}

@media (max-width: 767.98px) {
  .intro-descr p {
    letter-spacing: -0.0072em;
    margin-bottom: 1.572em;
  }
}
@media (max-width: 991.98px) {
  .intro-descr .bullet-list {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .intro-descr .bullet-list {
    font-size: 1rem;
    margin-bottom: 52px;
  }
}
@media (min-width: 992px) {
  .intro-descr .bullet-list {
    margin-bottom: 57px;
  }
}
@media (max-width: 991.98px) {
  .intro-descr .bullet-list li {
    margin-bottom: 7px;
  }
}
@media (max-width: 767.98px) {
  .intro-descr .bullet-list li {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .intro-descr .bullet-list li a:before {
    top: 0.7em;
  }
}
@media (max-width: 991.98px) {
  .intro-descr .offset-block {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .intro-descr .offset-block {
    margin-top: 26px;
  }
}
@media (max-width: 767.98px) {
  .intro-download {
    font-size: 0.875rem;
    line-height: 1.572;
  }
}
.intro-download .container, .intro-download .container-fluid, .intro-download .container-lg, .intro-download .container-md, .intro-download .container-sm, .intro-download .container-xl {
  padding-top: 97px;
  padding-bottom: 57px;
}

@media (max-width: 991.98px) {
  .intro-download .container, .intro-download .container-fluid, .intro-download .container-lg, .intro-download .container-md, .intro-download .container-sm, .intro-download .container-xl {
    padding-top: 52px;
    padding-bottom: 29px;
  }
}
@media (max-width: 767.98px) {
  .intro-download .container, .intro-download .container-fluid, .intro-download .container-lg, .intro-download .container-md, .intro-download .container-sm, .intro-download .container-xl {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.intro-download .h2, .intro-download h2 {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .intro-download .h2, .intro-download h2 {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .intro-download .h2, .intro-download h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 11px;
  }
}
@media (max-width: 991.98px) {
  .intro-download .h3, .intro-download h3 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 6px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .intro-download .h3, .intro-download h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 9px;
  }
}
.intro-download p {
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .intro-download p {
    margin-bottom: 1.572em;
  }
}
@media (max-width: 767.98px) {
  .intro-download .download-descr {
    margin-top: 21px;
  }
}
@media (min-width: 992px) {
  .intro-download .download-descr {
    width: 290px;
    max-width: 100%;
  }
}
.download-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 15px 20px 15px 63px;
  margin-top: 10px;
  margin-bottom: 43px;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #313131;
  background: #fff;
  border: 1px solid hsla(0deg, 0%, 59%, 0.29);
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .download-item {
    padding-left: 72px;
    margin-bottom: 35px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .download-item {
    margin-bottom: 36px;
  }
}
.download-item > .icon, .download-item > figure {
  position: absolute;
  top: 18px;
  left: 19px;
  width: 24px;
  height: 33px;
  margin: 0;
  color: #1a4fa6;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .download-item > .icon, .download-item > figure {
    left: 28px;
  }
}
.download-item > .icon img, .download-item > figure img {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.download-item > .icon [class*=fa-], .download-item > figure [class*=fa-] {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

.download-item:before {
  content: "";
  display: block;
  width: 0;
  max-width: 1px;
  height: 42px;
}

.download-item .file-name {
  display: block;
  margin-bottom: 1px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375;
  color: #1a4fa6;
}

.download-item .hold {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .download-item .hold {
    max-width: 175px;
  }
}
.download-item:hover {
  text-decoration: none;
  background-color: #1a4fa6;
  color: #fff;
}

.download-item:hover .file-name, .download-item:hover > .icon {
  color: inherit;
}

@media (max-width: 991.98px) {
  .intro-stats {
    font-size: 0.875rem;
    line-height: 1.7143;
  }
}
@media (max-width: 767.98px) {
  .intro-stats {
    line-height: 1.572;
  }
}
.intro-stats .container, .intro-stats .container-fluid, .intro-stats .container-lg, .intro-stats .container-md, .intro-stats .container-sm, .intro-stats .container-xl {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .intro-stats .container, .intro-stats .container-fluid, .intro-stats .container-lg, .intro-stats .container-md, .intro-stats .container-sm, .intro-stats .container-xl {
    padding-top: 35px;
    padding-bottom: 29px;
  }
}
@media (max-width: 767.98px) {
  .intro-stats .container, .intro-stats .container-fluid, .intro-stats .container-lg, .intro-stats .container-md, .intro-stats .container-sm, .intro-stats .container-xl {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
.intro-stats .gform_title, .intro-stats .h1, .intro-stats h1 {
  margin-bottom: 31px;
}

@media (max-width: 991.98px) {
  .intro-stats .gform_title, .intro-stats .h1, .intro-stats h1 {
    line-height: 1.193;
    margin-bottom: 9px;
  }
}
@media (max-width: 767.98px) {
  .intro-stats .gform_title, .intro-stats .h1, .intro-stats h1 {
    line-height: 1.1875;
    margin-bottom: 25px;
  }
}
.intro-stats p {
  margin-bottom: 1.5em;
}

.stats-item {
  display: block;
  margin-bottom: 2em;
  padding: 34px 20px;
  background: #1a4fa6;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.06);
}

@media (max-width: 991.98px) {
  .stats-item {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 767.98px) {
  .stats-item {
    font-size: 0.875rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.stats-item .value {
  display: block;
  margin-bottom: 11px;
  font-weight: inherit;
  font-size: 2.75rem;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .stats-item .value {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
}
.stats-item .unit {
  display: block;
}

.subscribe-form .input-group .input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.subscribe-form .hs-button {
  padding-top: 5px;
  padding-bottom: 5px;
}

.subscribe-form .hs-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-form .field > label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.subscribe-form .actions, .subscribe-form > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-form > form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe-form > form > .form-columns-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.subscribe-form > form > .hs_error_rollup {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  color: #bf0641;
  padding-top: 5px;
  padding-bottom: 5px;
}

.subscribe-popup.show { /*display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important*/ }

.footer-social, .subscribe-popup.show {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social {
  list-style: none;
  margin: 0 -23px;
  padding: 11px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-social > li {
  padding: 0 23px;
}

.footer-social > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.footer-social > li > a .fab {
  font-size: 23px;
  margin: 0 7px 0 0;
}

.footer-social > li > a > span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 991.98px) {
  .footer-social {
    margin-left: -35px;
    margin-right: -35px;
    padding: 27px 0 0;
  }
  .footer-social > li {
    padding-left: 35px;
    padding-right: 35px;
  }
  .footer-social > li > a {
    font-size: 12px;
  }
  .footer-social > li > a .fab {
    margin-right: 8px;
  }
}
@media (max-width: 767.98px) {
  .footer-social {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
  }
  .footer-social > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-social > li > a .fab {
    margin-right: 0;
  }
}
.footer-nav {
  position: relative;
  max-width: 530px;
}

.footer-nav > ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-nav > ul > li {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  max-width: 22.8%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.8%;
  flex: 0 0 22.8%;
  padding: 0 10px 22px;
}

.footer-nav > ul > li:nth-child(2), .footer-nav > ul > li:nth-child(3n+2) {
  max-width: 44.3%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.3%;
  flex: 0 0 44.3%;
}

@media (max-width: 991.98px) {
  .footer-nav {
    max-width: none;
  }
  .footer-nav > ul > li {
    font-size: 13px;
    max-width: 29.7%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.7%;
    flex: 0 0 29.7%;
    padding-bottom: 20px;
  }
  .footer-nav > ul > li:nth-child(2), .footer-nav > ul > li:nth-child(3n+2) {
    max-width: 49.3%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.3%;
    flex: 0 0 49.3%;
  }
  .footer-nav > ul > li:nth-child(3), .footer-nav > ul > li:nth-child(3n+3) {
    max-width: 21%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
  }
}
.heading {
  text-align: center;
  padding-bottom: 50px;
  max-width: 940px;
  margin: 0 auto;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.heading .gform_title, .heading h1, .heading h2 {
  font-size: 34px;
  line-height: 1.235;
  font-weight: 300;
  margin-bottom: 23px;
  color: #1a4fa6;
}

.heading .gform_title strong, .heading h1 strong, .heading h2 strong {
  font-weight: 700;
}

.heading p {
  margin: 0 0 21px;
}

.heading p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .heading {
    padding-bottom: 30px;
    max-width: 630px;
  }
  .heading .gform_title, .heading h1, .heading h2 {
    font-size: 34px;
    line-height: 1.235;
    margin-bottom: 12px;
  }
  .heading p {
    margin-bottom: 23px;
  }
  .heading p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .heading {
    padding-bottom: 28px;
    font-size: 14px;
    line-height: 1.571;
  }
  .heading .gform_title, .heading h1, .heading h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 13px;
  }
  .heading p {
    margin-bottom: 26px;
  }
  .heading p:last-child {
    margin-bottom: 0;
  }
}
.social {
  list-style: none;
  margin: 0 -29px;
  padding: 11px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social > li {
  padding: 0 29px;
}

.social > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}

.social > li > a .fab, .social > li > a .fas {
  font-size: 23px;
  margin: 0 10px 0 0;
  color: #1a4fa6;
}

.social > li > a .fab + span, .social > li > a .fas + span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.social > li > a:hover {
  text-decoration: none;
  color: #1a4fa6;
}

@media (max-width: 767.98px) {
  .social {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
  .social > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .social > li > a {
    font-size: 14px;
  }
  .social > li > a .fab {
    font-size: 22px;
    margin-right: 9px;
  }
}
@media (max-width: 374.98px) {
  .social {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
  }
  .social > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .social > li > a {
    font-size: 13px;
  }
  .social > li > a .fab {
    font-size: 18px;
    margin-right: 5px;
  }
}
.social-item {
  background-color: #fff;
  position: relative;
  top: 0;
  min-height: 363px;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.0623), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.0623), inset 0 0 0 1px #e1e1e1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.social-item h3 {
  color: #1a4fa6;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.091;
  font-weight: 300;
}

.social-item p {
  margin: 0;
}

.social-item .social-item-training {
  padding: 27px 30px 20px;
}

.social-item .social-item-training h3 {
  margin-bottom: 30px;
}

.social-item .social-item-training .social-item-training-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-item .social-item-training .social-item-training-buttons > li {
  padding-bottom: 19px;
}

.social-item .social-item-training .social-item-training-buttons > li > a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  color: #20295c;
  border: 1px solid #dcdcdc;
}

.social-item .social-item-training .social-item-training-buttons > li > a:hover {
  background-color: #dcdcdc;
  color: #20295c;
  text-decoration: none;
}

.social-item .social-item-post {
  margin: 0;
}

.social-item .social-item-post .social-item-post-video {
  position: relative;
  overflow: hidden;
}

.social-item .social-item-post .social-item-post-video img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.social-item .social-item-post .social-item-post-image {
  position: relative;
  overflow: hidden;
}

.social-item .social-item-post .social-item-post-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.social-item .social-item-post .btn-social {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 10px 0 0 11px;
}

.social-item .social-item-post .social-item-post-desc {
  color: #313131;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  padding: 27px 23px 0 29px;
}

.social-item .social-item-event {
  padding: 30px 29px 20px;
  color: #313131;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 50px;
}

.social-item .social-item-event .date-item, .social-item .social-item-event .event-date-block {
  margin: 0 0 12px;
}

.social-item .social-item-event .date-item {
  display: inline-block;
  vertical-align: top;
  border: 4px solid #1a4fa6;
  border-radius: 2px;
  padding: 2px 10px 5px;
  min-width: 66px;
  text-align: center;
  color: #1a4fa6;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.social-item .social-item-event .date-item .date {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: -4px;
}

.social-item .social-item-event .date-item span {
  display: block;
}

.social-item .social-item-event h3 {
  margin-bottom: 7px;
  line-height: 1.273;
}

@media (max-width: 1199.98px) {
  .social-item {
    min-height: 315px;
  }
  .social-item h3 {
    margin-bottom: 7px;
    font-size: 21px;
    line-height: 1.143;
    position: relative;
    overflow: hidden;
    max-height: 72px;
  }
  .social-item .social-item-training {
    padding: 23px 27px 20px;
  }
  .social-item .social-item-training h3 {
    margin-bottom: 22px;
  }
  .social-item .social-item-training .social-item-training-buttons > li {
    padding-bottom: 16px;
  }
  .social-item .social-item-training .social-item-training-buttons > li > a {
    padding: 10px;
  }
  .social-item .social-item-post .btn-social {
    margin: 9px 0 0 9px;
  }
  .social-item .social-item-post .social-item-post-desc {
    font-size: 16px;
    line-height: 1.5;
    padding: 17px 24px 0;
  }
  .social-item .social-item-post .social-item-post-desc p {
    position: relative;
    overflow: hidden;
    max-height: 48px;
  }
  .social-item .social-item-event {
    padding: 21px 20px 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 40px;
  }
  .social-item .social-item-event h3 {
    line-height: 1.143;
  }
}
@media (max-width: 767.98px) {
  .social-item {
    min-height: 0;
    margin-bottom: 20px;
  }
  .social-item h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.25;
    max-height: 60px;
  }
  .social-item p {
    margin-bottom: 21px;
  }
  .social-item .social-item-training {
    padding: 18px 19px 11px;
  }
  .social-item .social-item-training h3 {
    margin-bottom: 7px;
  }
  .social-item .social-item-training .social-item-training-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -6px;
    margin-right: -6px;
    padding: 0 0 10px;
  }
  .social-item .social-item-training .social-item-training-buttons > li {
    padding: 6px;
  }
  .social-item .social-item-training .social-item-training-buttons > li > a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.357;
    font-weight: 700;
    padding: 6px 8px;
  }
  .social-item .social-item-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 18px 19px 17px;
  }
  .social-item .social-item-post .social-item-post-image, .social-item .social-item-post .social-item-post-video {
    max-width: 41%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    margin: 1px 18px 0 0;
  }
  .social-item .social-item-post .btn-social {
    margin: 6px 0 0 5px;
  }
  .social-item .social-item-post .social-item-post-desc {
    font-size: 14px;
    line-height: 1.286;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .social-item .social-item-post .social-item-post-desc p {
    overflow: visible;
    max-height: none;
    margin-bottom: 21px;
  }
  .social-item .social-item-event {
    padding: 15px;
    font-size: 14px;
    line-height: 1.286;
    margin-bottom: 0;
  }
  .social-item .social-item-event .date-item {
    border-width: 2px;
    padding: 2px 10px 5px;
    min-width: 40px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .social-item .social-item-event .date-item .date {
    font-size: 26px;
    margin-bottom: -2px;
  }
  .social-item .social-item-event h3 {
    margin-bottom: 7px;
    line-height: 1.273;
  }
}
.social-item-link-box {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 29px 20px;
}

.social-item-link-box a {
  color: #1a4fa6;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 10px;
}

.social-item-link-box a:after {
  content: "›";
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}

.social-item-link-box a:hover {
  text-decoration: none;
  color: #20295c;
}

@media (max-width: 1199.98px) {
  .social-item-link-box {
    padding: 0 23px 20px;
  }
}
@media (max-width: 767.98px) {
  .social-item-link-box {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
  }
  .social-item-link-box a {
    font-size: 14px;
    padding-right: 10px;
  }
}
.btn-social {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 4px;
}

.btn-social-linkedin {
  background-color: #0287bd;
}

.btn-social-linkedin:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0275a4;
}

.btn-social .fab {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 33px;
  line-height: 1em;
  margin-top: -0.5em;
}

@media (max-width: 1199.98px) {
  .btn-social {
    width: 42px;
    height: 42px;
  }
  .btn-social .fab {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .btn-social {
    width: 24px;
    height: 24px;
    border-radius: 2px;
  }
  .btn-social .fab {
    font-size: 16px;
  }
}
.social-item-twitter {
  padding: 33px 29px 15px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
}

.social-item-twitter p {
  margin: 0;
}

.social-item-twitter p a {
  color: inherit;
  text-decoration: none;
}

.social-item-twitter p a:hover {
  color: #1a4fa6;
  text-decoration: none;
}

.social-item-twitter-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  font-size: 16px;
}

.social-item-twitter-heading .twitter-logo-ico {
  position: relative;
  overflow: hidden;
  width: 43px;
  margin: -3px 13px 0 0;
  border: 1px solid #d3d3d3;
  border-radius: 100%;
}

.social-item-twitter-heading .twitter-logo-ico img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 100%;
}

.social-item-twitter-heading .block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.social-item-twitter-heading .block h4 {
  color: #1a4fa6;
  margin-bottom: -5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.social-item-twitter-body {
  padding-bottom: 15px;
}

.social-item-twitter .social-item-twitter-tools {
  list-style: none;
  margin: 0 -12px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-item-twitter .social-item-twitter-tools > li {
  padding: 0 12px;
}

.social-item-twitter .social-item-twitter-tools > li > a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  height: 12px;
}

.social-item-twitter .social-item-twitter-tools > li > a img {
  display: block;
  height: 100%;
  max-height: 100%;
  width: auto;
}

.social-item-twitter .social-item-twitter-tools > li > a:hover {
  opacity: 0.75;
}

@media (max-width: 1199.98px) {
  .social-item-twitter {
    padding: 27px 25px 12px;
    font-size: 16px;
    line-height: 1.5;
  }
  .social-item-twitter-heading {
    padding-bottom: 21px;
    font-size: 15px;
  }
  .social-item-twitter-heading .twitter-logo-ico {
    width: 35px;
  }
  .social-item-twitter-heading .block h4 {
    margin-bottom: -4px;
    font-size: 18px;
    line-height: 1.2;
  }
  .social-item-twitter-body {
    padding-bottom: 0;
    margin-bottom: 21px;
    position: relative;
    overflow: hidden;
    max-height: 170px;
  }
  .social-item-twitter .social-item-twitter-tools {
    margin-left: -10px;
    margin-right: -10px;
  }
  .social-item-twitter .social-item-twitter-tools > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .social-item-twitter .social-item-twitter-tools > li > a {
    height: 10px;
  }
}
@media (max-width: 767.98px) {
  .social-item-twitter {
    padding: 18px 19px 17px;
    font-size: 14px;
    line-height: 1.286;
  }
  .social-item-twitter-heading {
    padding-bottom: 15px;
    font-size: 14px;
  }
  .social-item-twitter-heading .twitter-logo-ico {
    width: 30px;
  }
  .social-item-twitter-heading .block h4 {
    margin-bottom: -1px;
    font-size: 16px;
  }
  .social-item-twitter-body {
    margin-bottom: 15px;
    max-height: none;
    overflow: visible;
  }
}
.slick-dots {
  list-style: none;
  margin: 0 -10px;
  padding: 60px 0 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots > li {
  padding: 0 10px;
}

.slick-dots button {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  background-color: #cecece;
}

.slick-dots button:hover {
  background-color: #1a4fa6;
}

.slick-dots button:focus {
  outline: none !important;
}

.slick-dots .slick-active button {
  background-color: #1a4fa6;
  width: 20px;
}

@media (max-width: 991.98px) {
  .slick-dots {
    margin-left: -8px;
    margin-right: -8px;
    padding: 29px 0 0;
  }
  .slick-dots > li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .slick-dots button {
    width: 8px;
    height: 8px;
    border-radius: 5px;
  }
  .slick-dots .slick-active button {
    width: 17px;
  }
}
@media (max-width: 767.98px) {
  .slick-dots {
    padding: 9px 0 0;
  }
}
.icon-card {
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  padding: 29px 15px 25px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 276px;
  width: 100%;
}

.icon-card > * {
  width: 100%;
}

.icon-card:hover {
  -webkit-box-shadow: 0 17px 18px rgba(0, 0, 0, 0.06);
  box-shadow: 0 17px 18px rgba(0, 0, 0, 0.06);
}

.icon-card .ico {
  position: relative;
  overflow: hidden;
  height: 68px;
  margin-bottom: 15px;
}

.icon-card .ico img {
  display: block;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.icon-card .block {
  position: relative;
}

.icon-card h3 {
  margin-bottom: 9px;
  line-height: 1.091;
}

.icon-card p {
  margin: 0;
}

.icon-card .link-row {
  margin-top: auto;
  padding-top: 8px;
}

@media (max-width: 1199.98px) {
  .icon-card {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .icon-card {
    padding: 18px 18px 17px;
    min-height: 188px;
  }
  .icon-card .ico {
    height: 42px;
    margin-bottom: 9px;
  }
  .icon-card h3 {
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 1.2;
  }
  .icon-card .link-row {
    padding-top: 0;
    min-height: 38px;
  }
  .icon-card .link-row .link-more {
    line-height: 1.188;
  }
}
@media (max-width: 767.98px) {
  .icon-card {
    margin-bottom: 19px;
    padding: 16px 20px 12px 83px;
    display: block;
    min-height: 86px;
    position: relative;
  }
  .icon-card .ico {
    width: 47px;
    height: 47px;
    margin: 19px 0 0 19px;
  }
  .icon-card .ico, .icon-card .ico img {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
  }
  .icon-card .ico img {
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .icon-card h3 {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 4px;
  }
  .icon-card .link-row {
    margin-top: 0;
    padding-top: 8px;
    min-height: 0;
  }
}
.contacts-card {
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  padding: 42px 50px 36px;
}

.contacts-card:hover {
  -webkit-box-shadow: 0 17px 18px rgba(0, 0, 0, 0.06);
  box-shadow: 0 17px 18px rgba(0, 0, 0, 0.06);
}

.contacts-card p {
  margin: 0 0 24px;
}

.contacts-card p:last-child {
  margin-bottom: 0;
}

.contacts-card ul {
  list-style: none;
  margin: 0;
  padding: 0 0 24px;
}

.contacts-card p strong, .contacts-card ul strong {
  font-weight: 600;
}

.contacts-card p a, .contacts-card ul a {
  color: inherit;
  text-decoration: none;
}

.contacts-card p a:hover, .contacts-card ul a:hover {
  text-decoration: none;
  color: #1a4fa6;
}

.contacts-card .link-row {
  padding-top: 8px;
}

.contacts-card h4 {
  color: inherit;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}

.contacts-card h4 strong {
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .contacts-card {
    padding: 55px 32px 48px;
  }
  .contacts-card .link-row {
    padding-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .contacts-card {
    background: none;
    padding: 0;
  }
  .contacts-card, .contacts-card:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .contacts-card .link-row {
    padding-top: 0;
    padding-bottom: 26px;
  }
  .contacts-card .link-row .link-more {
    font-size: inherit;
  }
}
.filter-nav {
  padding-bottom: 30px;
}

.filter-nav > ul {
  list-style: none;
  margin: 0 -33px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-nav > ul > li {
  padding: 0 33px;
  font-size: 22px;
  line-height: 1.2;
}

.filter-nav > ul > li.active {
  font-weight: 700;
}

.filter-nav > ul > li > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #1a4fa6;
}

.filter-nav > ul > li > a:hover {
  text-decoration: none;
  color: #082960;
}

@media (max-width: 991.98px) {
  .filter-nav {
    padding-bottom: 38px;
  }
  .filter-nav > ul {
    margin-left: -28px;
    margin-right: -28px;
  }
  .filter-nav > ul > li {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .filter-nav {
    padding-bottom: 0;
    margin-bottom: 24px;
    position: relative;
  }
  .filter-nav .filter-nav-opener {
    display: block;
    color: inherit;
    position: relative;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    padding: 13px 35px 12px 10px;
  }
  .filter-nav .filter-nav-opener:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border: solid #313131;
    border-width: 0 2px 2px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: -2px 11px 0 0;
  }
  .filter-nav .filter-nav-opener:focus, .filter-nav .filter-nav-opener:hover {
    text-decoration: none;
    color: #1a4fa6;
  }
  .filter-nav > ul {
    display: none;
    margin: -1px 0 0;
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  }
  .filter-nav > ul > li {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
  }
  .filter-nav > ul > li.active {
    font-weight: 700;
  }
  .filter-nav > ul > li > a {
    display: block;
    padding: 12px 10px;
  }
  .filter-nav > ul > li > a:hover {
    background-color: #1a4fa6;
    color: #fff;
  }
  .filter-nav.opened .filter-nav-opener:before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    margin-top: 2px;
  }
  .filter-nav.opened > ul {
    display: block;
  }
}
.bottom-btn-section {
  text-align: center;
  padding-top: 20px;
}

.bottom-btn-section #wp-submit, .bottom-btn-section .btn, .bottom-btn-section .comment-form input[type=submit], .bottom-btn-section .gform_wrapper .gform_button, .bottom-btn-section .mepr-submit, .bottom-btn-section .search-form .search-submit, .bottom-btn-section .tribe-button, .bottom-btn-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form .bottom-btn-section input[type=submit], .gform_wrapper .bottom-btn-section .gform_button, .search-form .bottom-btn-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .bottom-btn-section a.checkout-button {
  min-width: 230px;
}

@media (max-width: 991.98px) {
  .bottom-btn-section {
    padding-top: 35px;
  }
}
@media (max-width: 767.98px) {
  .bottom-btn-section {
    padding-top: 5px;
  }
}
.category-form {
  position: relative;
  width: 300px;
}

@media (max-width: 991.98px) {
  .category-form {
    width: 273px;
  }
}
@media (max-width: 767.98px) {
  .category-form {
    width: auto;
  }
}
.career-card {
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  padding: 31px 29px 22px;
  min-height: 330px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e1e1e1;
}

.career-card:hover {
  -webkit-box-shadow: 0 17px 18px rgba(0, 0, 0, 0.06);
  box-shadow: 0 17px 18px rgba(0, 0, 0, 0.06);
}

.career-card .card-body {
  padding: 0 0 20px;
}

.career-card h3 {
  line-height: 1.091;
  min-height: 48px;
  margin-bottom: 40px;
}

.career-card p {
  margin: 0 0 10px;
}

.career-card p:last-child {
  margin-bottom: 0;
}

.career-card .card-footer {
  background: none;
  border: 0;
  margin-top: auto;
  padding: 0;
}

.career-card .card-footer > .row {
  margin-left: -7px;
  margin-right: -7px;
}

.career-card .card-footer > .row > [class^=col] {
  padding-left: 7px;
  padding-right: 7px;
}

.career-card .card-footer .contacts-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 30px;
}

.career-card .card-footer .contacts-group h4 {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 5px;
}

.career-card .card-footer #wp-submit, .career-card .card-footer .btn, .career-card .card-footer .comment-form input[type=submit], .career-card .card-footer .gform_wrapper .gform_button, .career-card .card-footer .mepr-submit, .career-card .card-footer .search-form .search-submit, .career-card .card-footer .tribe-button, .career-card .card-footer .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form .career-card .card-footer input[type=submit], .gform_wrapper .career-card .card-footer .gform_button, .search-form .career-card .card-footer .search-submit, .woocommerce-cart .wc-proceed-to-checkout .career-card .card-footer a.checkout-button {
  white-space: nowrap;
  display: block;
}

@media (max-width: 991.98px) {
  .career-card {
    margin-bottom: 25px;
    padding: 30px 27px 20px;
    min-height: 316px;
  }
  .career-card h3 {
    margin-bottom: 36px;
  }
  .career-card p {
    margin-bottom: 8px;
  }
  .career-card p:last-child {
    margin-bottom: 0;
  }
  .career-card .card-footer > .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .career-card .card-footer > .row > [class^=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767.98px) {
  .career-card {
    margin-bottom: 30px;
    padding: 30px 28px 20px;
    min-height: 258px;
  }
  .career-card .card-body {
    padding-bottom: 15px;
  }
  .career-card h3 {
    margin-bottom: 30px;
  }
  .career-card p {
    margin-bottom: 8px;
  }
  .career-card p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .career-card {
    padding: 20px 15px;
  }
}
.person-card {
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 992px) {
  .person-card {
    position: relative;
    top: 0;
  }
}
.person-card:hover {
  -webkit-box-shadow: 0 17px 18px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 17px 18px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
}

@media (min-width: 992px) {
  .person-card:hover {
    top: -30px;
  }
}
.person-card > * {
  width: 100%;
}

.person-card .person-card-photo {
  position: relative;
  overflow: hidden;
}

.person-card .person-card-photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.person-card .person-card-descr {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 29px 30px 2px;
}

@media (min-width: 992px) {
  .person-card .person-card-descr {
    position: relative;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.person-card .person-card-descr .person-card-body {
  padding-bottom: 11px;
}

.person-card .person-card-descr .person-card-body:last-child {
  padding-bottom: 0;
}

.person-card .person-card-descr .person-card-body h3 {
  line-height: 1.091;
  margin-bottom: 8px;
}

.person-card .person-card-descr .person-card-body p {
  margin: 0;
}

.person-card .person-card-descr .person-card-footer {
  margin-top: auto;
  padding-bottom: 23px;
}

@media (max-width: 1199.98px) {
  .person-card .person-card-descr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .person-card {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.333;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 21px 19px 16px;
  }
  .person-card > * {
    width: auto;
  }
  .person-card .person-card-photo {
    max-width: 41%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    margin: -1px 18px 0 0;
  }
  .person-card .person-card-descr {
    padding: 0;
  }
  .person-card .person-card-descr .person-card-body {
    padding-bottom: 10px;
  }
  .person-card .person-card-descr .person-card-body:last-child {
    padding-bottom: 0;
  }
  .person-card .person-card-descr .person-card-body h3 {
    font-size: 17px;
    line-height: 1.176;
    margin-bottom: 9px;
  }
  .person-card .person-card-descr .person-card-footer {
    margin-top: auto;
    padding-top: 17px;
    padding-bottom: 0;
  }
  .person-card .person-card-descr .person-card-footer .link-more {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .person-card {
    margin-bottom: 25px;
    padding: 21px 19px 16px;
  }
  .person-card .person-card-photo {
    max-width: 41%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    margin: -1px 18px 0 0;
  }
  .person-card .person-card-descr .person-card-body {
    padding-bottom: 5px;
  }
  .person-card .person-card-descr .person-card-body:last-child {
    padding-bottom: 0;
  }
  .person-card .person-card-descr .person-card-body h3 {
    margin-bottom: 9px;
  }
  .person-card .person-card-descr .person-card-footer {
    padding-top: 2px;
  }
}
@media (max-width: 374.98px) {
  .person-card {
    padding-left: 15px;
    padding-right: 15px;
  }
  .person-card .person-card-photo {
    margin-right: 15px;
    max-width: 35%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
}
.contacts-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-group h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 19px 0 0;
  color: inherit;
}

.contacts-group .social {
  margin-left: -7px;
  margin-right: -7px;
  padding: 0;
}

.contacts-group .social > li {
  padding-left: 7px;
  padding-right: 7px;
}

.contacts-group .social > li > a .fab, .contacts-group .social > li > a .fas {
  font-size: 21px;
}

@media (max-width: 991.98px) {
  .contacts-group h4 {
    margin: 0 19px 0 0;
  }
  .contacts-group .social > li > a .fab, .contacts-group .social > li > a .fas {
    font-size: 21px;
  }
}
.btns-group {
  list-style: none;
  margin: 0 -7px 0 -8px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btns-group > li {
  padding: 7px 7px 8px 8px;
}

.person-item {
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 345px;
  width: 100%;
}

.person-item > * {
  width: 100%;
}

.person-item .person-item-photo {
  position: relative;
  overflow: hidden;
}

.person-item .person-item-photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.person-item .person-item-descr {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 26px 29px;
}

.person-item .person-item-descr .person-item-body {
  position: relative;
}

.person-item .person-item-descr .person-item-body h3 {
  line-height: 1.091;
  margin-bottom: 9px;
}

.person-item .person-item-descr .person-item-body p {
  margin: 0;
}

.person-item .person-item-descr .person-card-footer {
  margin-top: auto;
  padding-bottom: 20px;
}

.person-item .person-item-overlay {
  position: absolute;
  z-index: 15;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 31px 24px 35px;
  background-color: #1a4fa6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  color: #fff;
}

.person-item .person-item-overlay p {
  margin: 0;
}

.person-item .person-item-overlay .link-row {
  padding-top: 10px;
  margin-top: auto;
}

.person-item .person-item-overlay .link-row .link-more {
  color: inherit;
}

.person-item .person-item-overlay .link-row .link-more:hover {
  color: inherit;
  opacity: 0.75;
}

.person-item.opened .person-item-overlay, .person-item:hover .person-item-overlay {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 1199.98px) {
  .person-item .person-item-descr, .person-item .person-item-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.people-nav {
  position: relative;
}

.people-nav > ul {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.people-nav > ul > li {
  padding: 0 20px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
}

.people-nav > ul > li.active {
  font-weight: 700;
}

.people-nav > ul > li > a {
  text-decoration: none;
  color: #1a4fa6;
}

.people-nav > ul > li > a:hover {
  text-decoration: none;
  color: #082960;
}

@media (max-width: 991.98px) {
  .people-nav > ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .people-nav > ul {
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .people-nav > ul > li {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }
}
@media (max-width: 374.98px) {
  .people-nav > ul > li {
    font-size: 15px;
  }
}
.filtering-nav {
  padding-bottom: 52px;
}

.filtering-nav > ul {
  list-style: none;
  margin: 0 -26px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filtering-nav > ul > li {
  padding: 0 26px;
  font-size: 22px;
  line-height: 1.2;
}

.filtering-nav > ul > li.active {
  font-weight: 700;
}

.filtering-nav > ul > li > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #1a4fa6;
}

.filtering-nav > ul > li > a:hover {
  text-decoration: none;
  color: #082960;
}

.filtering-nav.alphabetical-filtering-nav > ul {
  margin-left: -3px;
  margin-right: -3px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filtering-nav.alphabetical-filtering-nav > ul > li {
  padding-left: 3px;
  padding-right: 3px;
}

@media (max-width: 1199.98px) {
  .filtering-nav > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .filtering-nav > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }
  .filtering-nav.alphabetical-filtering-nav > ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .filtering-nav.alphabetical-filtering-nav > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .filtering-nav {
    padding-bottom: 0;
    margin-bottom: 40px;
    position: relative;
    max-width: 445px;
  }
  .filtering-nav .filtering-nav-opener {
    display: block;
    color: inherit;
    position: relative;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    padding: 15px 50px 14px 23px;
  }
  .filtering-nav .filtering-nav-opener:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border: solid #313131;
    border-width: 0 2px 2px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: -3px 20px 0 0;
  }
  .filtering-nav .filtering-nav-opener:focus, .filtering-nav .filtering-nav-opener:hover {
    text-decoration: none;
    color: #1a4fa6;
  }
  .filtering-nav > ul {
    display: none;
    margin: -1px 0 0;
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  }
  .filtering-nav > ul > li {
    padding: 0;
    font-size: 16px;
  }
  .filtering-nav > ul > li > a {
    display: block;
    padding: 15px 23px;
  }
  .filtering-nav > ul > li > a:hover {
    background-color: #1a4fa6;
    color: #fff;
  }
  .filtering-nav.alphabetical-filtering-nav > ul {
    margin-left: 0;
    margin-right: 0;
  }
  .filtering-nav.alphabetical-filtering-nav > ul > li {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .filtering-nav.alphabetical-filtering-nav > ul > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .filtering-nav.opened .filtering-nav-opener:before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    margin-top: 2px;
  }
  .filtering-nav.opened > ul {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .filtering-nav {
    margin-bottom: 29px;
    max-width: none;
  }
  .filtering-nav .filtering-nav-opener {
    padding-left: 20px;
  }
  .filtering-nav > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.company-card {
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 360px;
  padding: 52px 29px 20px;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

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

.company-card:hover {
  -webkit-box-shadow: 0 17px 18px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 17px 18px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
}

.company-card > * {
  width: 100%;
}

.company-card .company-card-logo {
  position: relative;
  overflow: hidden;
  height: 94px;
  margin-bottom: 29px;
}

.company-card .company-card-logo img {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.company-card .company-card-descr {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.company-card .company-card-descr h3 {
  margin-bottom: 9px;
  line-height: 1.091;
}

.company-card .company-card-descr h3:last-child {
  margin-bottom: 0;
}

.company-card .company-card-descr blockquote {
  margin: 0;
}

.company-card .company-card-descr blockquote q {
  display: block;
  quotes: none;
}

.company-card .company-card-descr blockquote q:before {
  content: "“";
}

.company-card .company-card-descr blockquote q:after {
  content: "”";
}

@media (max-width: 1199.98px) {
  .company-card {
    padding: 30px 20px;
    min-height: 0;
  }
}
@media (max-width: 991.98px) {
  .company-card {
    min-height: 324px;
    padding: 32px 20px 20px;
  }
  .company-card .company-card-logo {
    max-width: 155px;
    height: 78px;
    margin: 0 auto 21px;
  }
  .company-card .company-card-descr h3 {
    margin-bottom: 19px;
  }
  .company-card .company-card-descr h3:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .company-card {
    min-height: 0;
    padding: 22px 15px 23px;
    font-size: 14px;
    line-height: 1.429;
    margin-bottom: 25px;
  }
  .company-card .company-card-logo {
    max-width: 118px;
    height: 61px;
    margin-bottom: 18px;
  }
  .company-card .company-card-descr h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.333;
  }
  .company-card .company-card-descr h3:last-child {
    margin-bottom: 0;
  }
}
.icon-item {
  margin-bottom: 31px;
}

.icon-item .icon-box {
  background-color: #fff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 78%;
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.icon-item .icon-box .icon {
  width: 71px;
  height: 71px;
  overflow: hidden;
}

.icon-item .icon-box .icon, .icon-item .icon-box .icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.icon-item .icon-box .icon img {
  z-index: 10;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-item .icon-box .icon img:nth-child(2) {
  opacity: 0;
  z-index: 15;
}

.icon-item h3 {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.333;
}

.icon-item:hover .icon-box {
  background-color: #1a4fa6;
}

.icon-item:hover .icon-box .icon img:first-child {
  opacity: 0;
}

.icon-item:hover .icon-box .icon img:nth-child(2) {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .icon-item {
    margin-bottom: 35px;
  }
  .icon-item .icon-box {
    margin-bottom: 10px;
  }
  .icon-item .icon-box .icon {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 767.98px) {
  .icon-item {
    margin-bottom: 19px;
    padding: 18px 13px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .icon-item .icon-box {
    background: none;
    margin-bottom: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 50%;
  }
  .icon-item .icon-box .icon {
    width: 54px;
    height: 54px;
  }
  .icon-item h3 {
    font-size: 16px;
    line-height: 1.063;
    text-align: left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .icon-item:hover {
    background-color: #1a4fa6;
  }
  .icon-item:hover .icon-box {
    background: none;
  }
  .icon-item:hover h3 {
    color: #fff;
  }
}
.career-info-box {
  background-color: #f6f6f6;
  padding: 46px 30px 68px;
}

.career-info-box h3 {
  margin-bottom: 17px;
}

.career-info-box .career-features {
  padding-bottom: 47px;
}

.career-info-box .btns {
  list-style: none;
  margin: 0;
  padding: 0 0 16px;
}

.career-info-box .btns .contacts-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 30px;
}

.career-info-box .btns .contacts-group h4 {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 5px;
}

.career-info-box .btns > li {
  padding-bottom: 21px;
}

.career-info-box .career-card {
  min-height: 0;
  padding: 41px 30px 54px;
  margin: 0;
}

.career-info-box .career-card h3 {
  margin-bottom: 24px;
}

@media (max-width: 1199.98px) {
  .career-info-box {
    padding: 30px 20px;
  }
}
@media (max-width: 991.98px) {
  .career-info-box {
    padding: 27px 30px 35px;
    margin-bottom: 60px;
  }
  .career-info-box h3 {
    margin-bottom: 15px;
  }
  .career-info-box .career-features {
    padding-bottom: 9px;
  }
  .career-info-box .career-features p {
    margin-bottom: 14px;
  }
  .career-info-box .btns {
    padding: 0;
    max-width: 275px;
  }
  .career-info-box .btns > li {
    padding-bottom: 17px;
  }
  .career-info-box .btns > li:last-child {
    padding-bottom: 0;
  }
  .career-info-box .career-card {
    padding: 45px 30px 60px;
    margin: -5px 0 0;
  }
  .career-info-box .career-card h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .career-info-box {
    padding: 26px 29px 27px;
    margin-bottom: 51px;
  }
  .career-info-box h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .career-info-box .career-features {
    padding-bottom: 12px;
    font-size: 16px;
  }
  .career-info-box .career-features p {
    margin-bottom: 8px;
  }
  .career-info-box .btns {
    max-width: none;
  }
  .career-info-box .btns > li {
    padding-bottom: 9px;
  }
  .career-info-box .btns > li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 374.98px) {
  .career-info-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.person-profile-widget {
  background-color: #f6f6f6;
}

.person-profile-widget .photo {
  position: relative;
  overflow: hidden;
}

.person-profile-widget .photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.person-profile-widget .widget-body {
  padding: 31px 35px 0;
}

.person-profile-widget .social {
  padding-top: 0;
  padding-bottom: 29px;
  margin-left: -27px;
  margin-right: -27px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.person-profile-widget .social > li {
  padding-left: 27px;
  padding-right: 27px;
}

.person-profile-widget .person-contacts-list {
  list-style: none;
  margin: 0;
  padding: 0 0 6px;
}

.person-profile-widget .person-contacts-list > li {
  padding-bottom: 16px;
}

.person-profile-widget .person-contacts-list h4 {
  display: inline;
  margin: 0 1px 0 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  color: inherit;
}

.person-profile-widget .person-contacts-list p {
  margin: 0;
  display: inline;
}

.person-profile-widget .person-contacts-list p a {
  color: inherit;
  text-decoration: none;
}

.person-profile-widget .person-contacts-list p a:hover {
  color: #1a4fa6;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .person-profile-widget {
    margin-bottom: 52px;
  }
  .person-profile-widget .widget-body {
    padding: 28px 36px 42px;
  }
  .person-profile-widget .social {
    padding-bottom: 27px;
    margin-left: -24px;
    margin-right: -24px;
  }
  .person-profile-widget .social > li {
    padding-left: 24px;
    padding-right: 24px;
  }
  .person-profile-widget .person-contacts-list, .person-profile-widget .person-contacts-list > li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .person-profile-widget {
    margin-bottom: 42px;
  }
  .person-profile-widget .widget-body {
    padding: 30px 35px 14px;
  }
  .person-profile-widget .social {
    padding-bottom: 27px;
  }
  .person-profile-widget .social > li > a {
    font-size: 16px;
  }
  .person-profile-widget .person-contacts-list {
    padding-bottom: 2px;
  }
  .person-profile-widget .person-contacts-list > li {
    padding-bottom: 16px;
    font-size: 16px;
  }
}
@media (max-width: 374.98px) {
  .person-profile-widget .widget-body {
    padding: 30px 15px 15px;
  }
}
.awards-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.awards-list > li {
  margin: 0 15px 30px;
  width: 65px;
  position: relative;
  overflow: hidden;
}

.awards-list > li img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

@media (max-width: 991.98px) {
  .awards-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .awards-list > li {
    margin: 15px;
    width: 70px;
  }
}
@media (max-width: 767.98px) {
  .awards-list {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .awards-list > li {
    width: 62px;
  }
}
.event-card {
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 363px;
  width: 100%;
}

.event-card .event-card-image {
  position: relative;
  overflow: hidden;
}

.event-card .event-card-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.event-card .event-card-holder {
  padding: 30px 30px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.event-card .event-card-holder > * {
  width: 100%;
}

.event-card .event-date-block {
  padding-bottom: 12px;
}

.event-card .event-card-descr {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-card .event-card-descr .event-card-body {
  padding-bottom: 11px;
}

.event-card .event-card-descr .event-card-body h3 {
  font-size: 21px;
  line-height: 1.333;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.event-card .event-card-descr .event-card-body p {
  margin: 0;
}

.event-card .event-card-descr .event-card-footer {
  margin-top: auto;
}

.event-card:hover {
  background-color: #1a4fa6;
  color: #fff !important;
}

.event-card:hover .date-box {
  color: #fff;
  border-color: #fff;
}

.event-card:hover .date-range-item > li + li:before {
  background-color: #fff;
}

.event-card:hover .event-card-descr .event-card-body h3, .event-card:hover .event-card-descr .event-card-footer .link-more {
  color: inherit;
}

@media (max-width: 991.98px) {
  .event-card {
    min-height: 0;
  }
  .event-card .event-card-holder {
    padding: 21px 28px 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .event-card .event-card-holder > * {
    width: auto;
  }
  .event-card .event-date-block {
    padding-bottom: 0;
    padding-right: 10px;
    max-width: 33.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.5%;
    flex: 0 0 33.5%;
  }
  .event-card .event-card-descr {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-card .event-card-descr .event-card-body {
    padding-bottom: 3px;
  }
  .event-card .event-card-descr .event-card-body h3 {
    font-size: 18px;
    line-height: 1.222;
  }
}
@media (max-width: 767.98px) {
  .event-card {
    margin-bottom: 19px;
  }
  .event-card .event-card-holder {
    padding: 17px 20px 12px;
  }
  .event-card .event-date-block {
    max-width: 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    margin-top: 2px;
  }
  .event-card .event-card-descr .event-card-body {
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 1.222;
  }
  .event-card .event-card-descr .event-card-body h3 {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 1px;
  }
}
.date-box {
  display: inline-block;
  vertical-align: top;
  border: 4px solid #1a4fa6;
  border-radius: 2px;
  padding: 2px 10px 5px;
  min-width: 66px;
  text-align: center;
  color: #1a4fa6;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.date-box .date {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: -4px;
}

.date-box span {
  display: block;
}

@media (max-width: 991.98px) {
  .date-box {
    min-width: 63px;
    max-width: 63px;
  }
}
@media (max-width: 767.98px) {
  .date-box {
    border-width: 3px;
    border-radius: 2px;
    padding: 1px 3px 2px;
    min-width: 44px;
    max-width: 44px;
    font-size: 11px;
  }
  .date-box .date {
    font-size: 20px;
    margin-bottom: -2px;
  }
}
.date-range-item {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-range-item > li {
  position: relative;
}

.date-range-item > li + li {
  padding-left: 20px;
}

.date-range-item > li + li:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #1a4fa6;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991.98px) {
  .date-range-item {
    display: block;
    max-width: 63px;
  }
  .date-range-item > li + li {
    padding-top: 20px;
    padding-left: 0;
  }
  .date-range-item > li + li:before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 20px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media (max-width: 767.98px) {
  .date-range-item {
    max-width: 44px;
  }
  .date-range-item > li + li {
    padding-top: 6px;
  }
  .date-range-item > li + li:before {
    width: 3px;
    height: 6px;
  }
}
.quote-card {
  background-color: #1a4fa6;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  padding: 25px 10px 21px 19px;
  min-height: 363px;
}

.quote-card, .quote-card blockquote {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.quote-card blockquote {
  margin: 0;
}

.quote-card blockquote q {
  width: 100%;
  padding: 0 9px 20px;
  quotes: none;
  font-size: 21px;
  line-height: 1.333;
  font-style: italic;
  font-weight: 300;
}

.quote-card blockquote q:before {
  content: "“";
}

.quote-card blockquote q:after {
  content: "”";
}

.quote-card blockquote cite {
  width: 100%;
  margin-top: auto;
  font-size: 14px;
  line-height: 1.286;
  font-style: normal;
  font-weight: 300;
}

.quote-card blockquote cite strong {
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .quote-card {
    padding: 21px 31px 24px;
    min-height: 0;
  }
  .quote-card blockquote q {
    padding: 0 0 14px;
    font-size: 18px;
    line-height: 1.222;
  }
}
@media (max-width: 767.98px) {
  .quote-card {
    margin-bottom: 19px;
    padding: 18px 20px 16px;
  }
  .quote-card blockquote q {
    padding-bottom: 13px;
    line-height: 1.333;
  }
}
.buttons-card {
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 16px 23px;
  min-height: 363px;
}

.buttons-card:hover {
  -webkit-box-shadow: 0 17px 18px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 17px 18px rgba(0, 0, 0, 0.06), inset 0 0 0 1px #e1e1e1;
}

.buttons-card > * {
  width: 100%;
}

.buttons-card .buttons-card-body {
  padding: 0 14px 15px;
}

.buttons-card h3 {
  margin-bottom: 30px;
  line-height: 1.091;
}

.buttons-card .buttons-card-btns {
  list-style: none;
  margin: 0;
  padding: 0;
}

.buttons-card .buttons-card-btns > li {
  padding-bottom: 19px;
}

.buttons-card .buttons-card-btns > li:last-child {
  padding-bottom: 0;
}

.buttons-card .buttons-card-btns > li > a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  color: #20295c;
  border: 1px solid #dcdcdc;
}

.buttons-card .buttons-card-btns > li > a:hover {
  background-color: #dcdcdc;
  color: #20295c;
  text-decoration: none;
}

.buttons-card .buttons-card-footer {
  margin-top: auto;
}

.accordion {
  position: relative;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  border: 1px solid #e1e1e1;
  background-color: #fff;
}

.accordion .card {
  background: none;
  border: 0;
  border-radius: 0;
  display: block;
  padding: 0;
  position: relative;
}

.accordion .card .card-header {
  background: none;
  border: solid #e1e1e1;
  border-width: 0 0 1px;
  margin: 0;
  padding: 0;
}

.accordion .card .card-header:first-child {
  border-radius: 0;
}

.accordion .card .card-header h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}

.accordion .card .card-header h3 a {
  display: block;
  padding: 21px 100px 21px 49px;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.accordion .card .card-header h3 a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 18px;
  height: 18px;
  border: solid #1a4fa6;
  border-width: 0 3px 3px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 5px 32px 0 0;
}

.accordion .card .card-header h3 a:hover {
  text-decoration: none;
  color: #20295c;
}

.accordion .card .card-header h3 a.collapsed {
  font-weight: 300;
}

.accordion .card .card-header h3 a.collapsed:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
}

.accordion .card .card-body {
  padding: 26px 52px 17px;
  border-bottom: 1px solid #e1e1e1;
}

.accordion .card .card-body p {
  margin-bottom: 23px;
}

.accordion .card .card-body ul:not(.chart-notes):not(.chart-min-max-labels) {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

@media (max-width: 991.98px) {
  .accordion .card .card-body ul:not(.chart-notes):not(.chart-min-max-labels) {
    padding-left: 24px;
  }
}
.accordion .card .card-body ul:not(.chart-notes):not(.chart-min-max-labels):last-child {
  padding-bottom: 0;
}

.accordion .card .card-body ul:not(.chart-notes):not(.chart-min-max-labels) > li {
  position: relative;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .accordion .card .card-body ul:not(.chart-notes):not(.chart-min-max-labels) > li {
    padding-left: 28px;
  }
}
.accordion .card .card-body ul:not(.chart-notes):not(.chart-min-max-labels) > li:before {
  content: "-";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .accordion .card .card-body ul:not(.chart-notes):not(.chart-min-max-labels) > li:before {
    margin-left: 15px;
  }
}
.accordion .card .card-body ol {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  counter-reset: section;
}

.accordion .card .card-body ol:last-child {
  padding-bottom: 0;
}

.accordion .card .card-body ol > li {
  position: relative;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .accordion .card .card-body ol > li {
    padding-left: 28px;
  }
}
.accordion .card .card-body ol > li:before {
  content: counter(section, decimal) ". ";
  counter-increment: section;
}

@media (min-width: 992px) {
  .accordion .card .card-body ol > li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.accordion .card .card-body .link-row {
  margin-top: 21px;
}

.accordion .card:first-of-type {
  border: 0;
}

.accordion .card:last-of-type .card-header {
  margin-bottom: -1px;
}

.accordion .card:last-of-type .card-body {
  border-bottom-width: 0;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border: 0;
}

@media (max-width: 991.98px) {
  .accordion .card .card-header h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .accordion .card .card-header h3 a {
    padding: 22px 80px 22px 29px;
  }
  .accordion .card .card-header h3 a:before {
    width: 15px;
    height: 15px;
    border-width: 0 2px 2px 0;
    margin: 4px 33px 0 0;
  }
  .accordion .card .card-header h3 a.collapsed:before {
    margin-top: -2px;
  }
  .accordion .card .card-body {
    padding-left: 29px;
    padding-right: 29px;
  }
}
@media (max-width: 767.98px) {
  .accordion .card .card-header h3 {
    font-size: 16px;
    line-height: 1.25;
  }
  .accordion .card .card-header h3 a {
    padding: 19px 50px 16px 18px;
  }
  .accordion .card .card-header h3 a:before {
    width: 12px;
    height: 12px;
    margin: 4px 16px 0 0;
    border-color: #313131;
  }
  .accordion .card .card-header h3 a.collapsed:before {
    margin-top: -2px;
  }
  .accordion .card .card-body {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 1.572;
  }
  .accordion .card .card-body p {
    margin-bottom: 15px;
  }
  .accordion .card .card-body p:last-child {
    margin-bottom: 0;
  }
  .accordion .card .card-body ul:not(.chart-notes):not(.chart-min-max-labels) {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .accordion .card .card-body ul:not(.chart-notes):not(.chart-min-max-labels):last-child {
    margin-bottom: 0;
  }
  .accordion .card .card-body ul:not(.chart-notes):not(.chart-min-max-labels) > li {
    padding-left: 0;
  }
  .accordion .card .card-body ul:not(.chart-notes):not(.chart-min-max-labels) > li:before {
    margin-left: 0;
    position: static;
    display: inline-block;
    vertical-align: top;
    min-width: 37px;
    text-align: right;
    padding-right: 5px;
  }
  .accordion .card .card-body ol {
    margin-bottom: 15px;
  }
  .accordion .card .card-body ol:last-child {
    margin-bottom: 0;
  }
  .accordion .card .card-body ol > li {
    margin-bottom: 21px;
  }
  .accordion .card .card-body .link-row {
    margin-top: 5px;
  }
}
@media (max-width: 374.98px) {
  .accordion .card .card-header h3 a {
    padding-left: 15px;
  }
  .accordion .card .card-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pie-chart-block {
  padding: 31px 0 75px;
  margin: 0 -32px;
}

.pie-chart-block .pie-chart {
  margin-left: -10px;
}

.pie-chart-block .chart-notes {
  list-style: none;
  margin: 0;
  padding: 14px 0 0 4px;
}

.pie-chart-block .chart-notes > li {
  position: relative;
  margin-bottom: 26px;
  padding-left: 72px;
  font-weight: 500;
}

.pie-chart-block .chart-notes > li:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 60px;
  height: 20px;
  margin-top: 2px;
}

.pie-chart-block .chart-notes > li:last-child {
  margin-bottom: 0;
}

.pie-chart-block .chart-notes > li.label-orange:before {
  background-color: #ea7600;
}

.pie-chart-block .chart-notes > li.label-red:before {
  background-color: #bf0641;
}

.pie-chart-block .chart-notes > li.label-blue:before {
  background-color: #1a4fa6;
}

.pie-chart-block .chart-notes > li.label-green:before {
  background-color: #00ab8e;
}

@media (max-width: 991.98px) {
  .pie-chart-block {
    padding: 7px 40px 62px;
  }
  .pie-chart-block .pie-chart {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 49px;
  }
  .pie-chart-block .chart-notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -30px 0 0;
    padding: 0;
  }
  .pie-chart-block .chart-notes > li {
    margin-bottom: 9px;
    padding-left: 63px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.714;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .pie-chart-block .chart-notes > li:before {
    width: 41px;
    height: 14px;
    margin-top: 5px;
  }
  .pie-chart-block .chart-notes > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .pie-chart-block {
    padding: 2px 30px 30px;
  }
  .pie-chart-block .pie-chart {
    margin-bottom: 9px;
  }
  .pie-chart-block .chart-notes {
    margin: 0;
    padding: 0 0 0 11px;
    display: block;
  }
  .pie-chart-block .chart-notes > li {
    margin-bottom: 19px;
    padding-left: 38px;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.286;
    max-width: none;
  }
  .pie-chart-block .chart-notes > li:before {
    width: 28px;
    height: 9px;
    margin-top: 5px;
  }
  .pie-chart-block .chart-notes > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 374.98px) {
  .pie-chart-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pie-chart-block .chart-notes {
    padding-left: 0;
  }
}
.pie-chart {
  position: relative;
  overflow: hidden;
  height: 458px;
}

@media (max-width: 991.98px) {
  .pie-chart {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .pie-chart {
    height: 240px;
  }
}
.semi-circle-chart-block {
  padding: 0 52px 59px;
  margin: 0 -30px;
}

@media (max-width: 1199.98px) {
  .semi-circle-chart-block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .semi-circle-chart-block > .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .semi-circle-chart-block > .row > [class^=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767.98px) {
  .semi-circle-chart-block {
    padding: 0 20px 20px;
  }
}
.semi-circle-chart {
  position: relative;
}

.semi-circle-chart .highcharts-title {
  color: #313131 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
  fill: #313131 !important;
}

@media (max-width: 991.98px) {
  .semi-circle-chart .highcharts-title {
    font-size: 13px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
  }
}
.semi-circle-chart-box {
  position: relative;
  overflow: hidden;
  max-width: 276px;
  margin: 0 auto;
}

.semi-circle-chart-box .semi-circle-chart-val {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  padding: 0 60px;
  margin-top: 12px;
}

.semi-circle-chart-box .chart-min-max-labels {
  list-style: none;
  margin: 25% 9px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  right: 0;
}

.semi-circle-chart-box .chart-min-max-labels li {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  width: 34px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .semi-circle-chart-box {
    max-width: none;
    margin: 0;
  }
  .semi-circle-chart-box .semi-circle-chart-val {
    font-size: 30px;
  }
  .semi-circle-chart-box .chart-min-max-labels {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.info-tabs, .info-tabs .nav {
  position: relative;
}

.info-tabs .nav {
  list-style: none;
  margin: 0 -28px;
  padding: 0 0 38px;
}

.info-tabs .nav.nav-tabs {
  border-bottom: 0;
}

.info-tabs .nav > li {
  padding: 0 28px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
}

.info-tabs .nav > li > a {
  color: #1a4fa6;
  text-decoration: none;
}

.info-tabs .nav > li > a.active, .info-tabs .nav > li > a:hover {
  text-decoration: none;
}

.info-tabs .nav > li > a:hover {
  color: #20295c;
}

.info-tabs .nav > li > a.active {
  font-weight: 700;
}

.info-tabs .tab-content {
  position: relative;
}

.info-tabs .tab-content > .tab-pane {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}

.info-tabs .tab-content > .tab-pane.active {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  pointer-events: all;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .info-tabs .nav {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 25px;
  }
  .info-tabs .nav > li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 374.98px) {
  .info-tabs .nav > li {
    font-size: 12px;
  }
}
.column-chart-block {
  padding: 25px 32px 46px;
}

.column-chart-block:last-child {
  padding-bottom: 23px;
}

@media (max-width: 1199.98px) {
  .column-chart-block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .column-chart-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .column-chart-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.chart-note {
  font-weight: 500;
  padding: 32px 9px 0;
}

.chart-note p {
  margin: 0;
}

@media (max-width: 1199.98px) {
  .chart-note {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .chart-note {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .chart-note {
    font-size: 14px;
    padding-top: 10px;
  }
}
.column-chart {
  position: relative;
}

.column-chart .highcharts-title {
  color: #1a4fa6 !important;
  fill: #1a4fa6 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 300 !important;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}

.column-chart .highcharts-axis-labels text {
  color: #313131 !important;
  fill: #313131 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}

.column-chart .highcharts-legend .chart-legend-label {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 20px;
  margin: 0 12px 0 0;
}

.column-chart .highcharts-legend .chart-legend-name {
  display: inline-block;
  vertical-align: top;
  color: #313131;
  fill: #313131;
  font-size: 16px;
  font-weight: 500;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

@media (max-width: 991.98px) {
  .column-chart .highcharts-title {
    font-size: 18px !important;
  }
  .column-chart .highcharts-axis-labels text {
    font-size: 12px !important;
  }
  .column-chart .highcharts-legend .chart-legend-label {
    width: 30px;
    height: 15px;
    margin-right: 10px;
  }
  .column-chart .highcharts-legend .chart-legend-name {
    font-size: 12px;
  }
}
.downloads-box {
  background-color: #f6f6f6;
  padding: 23px 30px 0;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
}

.downloads-box h3 {
  margin-bottom: 3px;
  font-size: 24px;
}

@media (max-width: 991.98px) {
  .downloads-box {
    padding: 28px 33px 34px;
  }
  .downloads-box h3 {
    margin-bottom: 3px;
  }
}
@media (max-width: 767.98px) {
  .downloads-box {
    padding: 36px 20px 42px;
  }
  .downloads-box h3 {
    margin-bottom: 3px;
  }
}
.searchwp-live-search-results {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 50px;
  max-height: 250px;
  overflow-x: scroll;
  margin: 0;
}

.searchwp-live-search-results .searchwp-live-search-result p {
  padding: 0;
  font-size: medium;
}

.content-section-404 .gform_title, .content-section-404 h1 {
  padding: 35px 0 15px;
}

.info-search-form {
  margin-bottom: 84px;
  padding: 27px 29px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #dcdcdc;
}

.info-search-form .info-search-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -10px;
  margin-right: -10px;
}

.info-search-form .info-search-form-row > .info-search-form-cell {
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.comment-form .info-search-form p, .info-search-form .comment-form p, .info-search-form .form-group, .info-search-form .search-form label, .search-form .info-search-form label {
  margin-bottom: 32px;
}

.comment-form .info-search-form p > label, .info-search-form .comment-form p > label, .info-search-form .form-group > label, .info-search-form .search-form label > label, .search-form .info-search-form label > label {
  display: block;
  margin: 0 0 11px;
  color: #1a4fa6;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.info-search-form .bootstrap-select .dropdown-menu li a, .info-search-form .bootstrap-select .searchwp-live-search-results li a, .info-search-form .bootstrap-select > .dropdown-toggle {
  white-space: normal;
}

.info-search-form .info-search-form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 36px;
  padding-left: 14px;
}

.gform_wrapper .info-search-form .info-search-form-btns .gform_button, .info-search-form .info-search-form-btns .btn-danger, .info-search-form .info-search-form-btns .gform_wrapper .gform_button {
  padding: 13px 28px;
}

@media (max-width: 1439.98px) {
  .info-search-form .info-search-form-btns {
    padding-left: 0;
  }
  .gform_wrapper .info-search-form .info-search-form-btns .gform_button, .info-search-form .info-search-form-btns .btn-danger, .info-search-form .info-search-form-btns .gform_wrapper .gform_button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .info-search-form .info-search-form-row > .info-search-form-cell {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 991.98px) {
  .info-search-form {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .info-search-form {
    margin-bottom: 20px;
    padding: 20px;
  }
  .info-search-form .info-search-form-row > .info-search-form-cell {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .comment-form .info-search-form p, .info-search-form .comment-form p, .info-search-form .form-group, .info-search-form .search-form label, .search-form .info-search-form label {
    margin-bottom: 15px;
  }
  .comment-form .info-search-form p > label, .info-search-form .comment-form p > label, .info-search-form .form-group > label, .info-search-form .search-form label > label, .search-form .info-search-form label > label {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .info-search-form .info-search-form-btns {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
.info-items-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-items-list > li {
  margin-bottom: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 19px 20px 11px;
  width: 100%;
}

.info-items-list > li .cell {
  padding-left: 10px;
  padding-right: 10px;
}

.info-items-list > li .cell:first-child {
  max-width: 139px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 139px;
  flex: 0 0 139px;
}

.info-items-list > li .cell:nth-child(2) {
  max-width: 17.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17.5%;
  flex: 0 0 17.5%;
}

.info-items-list > li .cell:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.info-items-list > li .cell:nth-child(3) p .text-primary {
  margin-right: 9px;
}

.info-items-list > li .cell:nth-child(4) {
  text-align: right;
  max-width: 180px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}

.info-items-list > li .cell p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .info-items-list > li {
    padding: 20px;
    display: block;
  }
  .info-items-list > li .cell {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .info-items-list > li .cell:first-child, .info-items-list > li .cell:nth-child(2), .info-items-list > li .cell:nth-child(3), .info-items-list > li .cell:nth-child(4) {
    text-align: center;
    max-width: none;
  }
  .info-items-list > li .cell:last-child {
    padding-bottom: 0;
  }
}
.search-area {
  background-color: #f6f6f6;
  padding-top: 91px;
  padding-bottom: 78px;
}

.search-area .container-md {
  max-width: 1350px;
}

.search-area .heading-section {
  max-width: none;
  padding-bottom: 59px;
}

.search-area h3 {
  font-size: 34px;
  margin-bottom: 18px;
}

@media (max-width: 991.98px) {
  .search-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .search-area .heading-section {
    padding-bottom: 30px;
  }
  .search-area h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .search-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .search-area .heading-section {
    padding-bottom: 5px;
  }
  .search-area h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.blog-article-section .container {
  padding-top: 118px;
  padding-bottom: 123px;
}

.blog-article-section .contacts-group {
  display: block;
  padding-top: 13px;
}

.blog-article-section .contacts-group h4 {
  margin: 0 0 15px;
}

.blog-article-section .contacts-group .social {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  .blog-article-section .contacts-group .social > li > a {
    font-size: 13px;
  }
  .blog-article-section .contacts-group .social > li > a .fab, .blog-article-section .contacts-group .social > li > a .fas {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .blog-article-section .container {
    padding-top: 50px;
    padding-bottom: 7px;
  }
  .blog-article-section .contacts-group {
    padding-top: 5px;
    padding-bottom: 25px;
    text-align: center;
  }
  .blog-article-section .contacts-group .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  .blog-article-section .contacts-group .social > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .blog-article-section .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blog-article-section .contacts-group h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .blog-article-section .contacts-group .social {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.info-card {
  position: relative;
  width: 100%;
}

.info-card-body {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.0623), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.0623), inset 0 0 0 1px #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-card .info-card-image {
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .info-card .info-card-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.info-card .info-card-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.info-card .info-card-image .btn-play {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.info-card .info-card-desc {
  padding: 23px 21px 63px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
  box-shadow: inset 0 0 0 1px #e1e1e1;
}

@media (min-width: 992px) {
  .info-card .info-card-desc {
    min-height: 142px;
  }
}
.info-card .info-card-desc h3 {
  color: #1a4fa6;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1.091;
  font-weight: 300;
}

.info-card .info-card-desc h3.heading-wrap {
  position: relative;
  overflow: hidden;
  max-height: 50px;
}

.info-card .info-card-desc small {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #1a4fa6;
  padding-top: 5px;
}

.info-card .info-card-desc .info-card-collapse {
  position: relative;
  overflow: hidden;
}

.info-card .info-card-desc p {
  margin: 0;
}

.info-card .info-card-desc .link-row {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 22px;
}

.info-card:hover .info-card-body {
  top: -30px;
  -webkit-box-shadow: 0 27px 40px rgba(0, 0, 0, 0.0623), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 27px 40px rgba(0, 0, 0, 0.0623), inset 0 0 0 1px #e1e1e1;
}

.info-card:hover .info-card-desc {
  margin-top: -20px;
}

.info-card.type2 .info-card-body {
  min-height: 0;
}

@media (max-width: 991.98px) {
  .info-card .info-card-image {
    display: none;
  }
  .info-card .info-card-desc {
    padding: 24px 21px 59px;
    font-size: 16px;
    line-height: 1.5;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .info-card .info-card-desc h3 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.318;
  }
  .info-card .info-card-desc .link-row {
    padding: 0 21px 22px;
  }
  .info-card:hover .info-card-body {
    top: auto;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.0623), inset 0 0 0 1px #e1e1e1;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.0623), inset 0 0 0 1px #e1e1e1;
  }
  .info-card:hover .info-card-desc {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .info-card-body {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .info-card {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.0623), inset 0 0 0 1px #e1e1e1;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.0623), inset 0 0 0 1px #e1e1e1;
    margin-bottom: -1px;
  }
  .info-card .info-card-mobile-opener {
    cursor: pointer;
    position: relative;
    padding: 18px 40px 16px 20px;
  }
  .info-card .info-card-mobile-opener h3 {
    margin: 0;
    color: #1a4fa6;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
  }
  .info-card .info-card-mobile-opener .opener-arrow {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    font-size: 0;
    line-height: 0;
  }
  .info-card .info-card-mobile-opener .opener-arrow:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border: solid #313131;
    border-width: 0 2px 2px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -2px;
  }
  .info-card-body {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 14px 20px 13px;
    border-top: 1px solid #e1e1e1;
    -webkit-transition: none;
    transition: none;
  }
  .info-card .info-card-image {
    display: block;
    max-width: 37%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    margin: 7px 21px 0 0;
  }
  .info-card .info-card-desc {
    padding: 0;
    font-size: 14px;
    line-height: 1.571;
  }
  .info-card .info-card-desc .info-card-collapse {
    max-height: 110px;
  }
  .info-card .info-card-desc small {
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .info-card .info-card-desc .link-row {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 8px 0 0;
  }
  .info-card:hover .info-card-body {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .info-card.opened .info-card-mobile-opener h3 {
    font-weight: 700;
  }
  .info-card.opened .info-card-mobile-opener .opener-arrow:before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
    margin-top: 2px;
  }
  .info-card.type2 .info-card-body {
    display: block;
    padding: 0;
  }
  .info-card.type2 .info-card-image {
    margin: 0;
    max-width: none;
  }
  .info-card.type2 .info-card-desc {
    padding: 20px;
  }
}
.blog-posts-list > li .info-card.type2 .info-card-body {
  min-height: 0;
}

.blog-posts-list > li .info-card.type2 .info-card-desc {
  padding-bottom: 87px;
}

@media (max-width: 991.98px) {
  .blog-posts-list > li .info-card .info-card-body {
    min-height: 300px;
  }
  .blog-posts-list > li .info-card .info-card-desc {
    padding: 17px 17px 66px;
  }
  .blog-posts-list > li .info-card .info-card-desc h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.2;
  }
  .blog-posts-list > li .info-card .info-card-desc h3.heading-wrap {
    max-height: 72px;
  }
  .blog-posts-list > li .info-card .info-card-desc .link-row {
    padding: 0 17px 30px;
  }
  .blog-posts-list > li .info-card.type2 .info-card-desc {
    padding-bottom: 55px;
  }
}
@media (max-width: 767.98px) {
  .blog-posts-list > li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .blog-posts-list > li .info-card {
    margin-bottom: 20px;
  }
  .blog-posts-list > li .info-card .info-card-image {
    max-width: 42%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    margin: -4px 15px 0 0;
  }
  .blog-posts-list > li .info-card .info-card-body {
    min-height: 0;
    padding: 23px 19px 24px;
  }
  .blog-posts-list > li .info-card .info-card-desc {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-posts-list > li .info-card .info-card-desc > * {
    width: 100%;
  }
  .blog-posts-list > li .info-card .info-card-desc .info-card-desc-holder {
    margin-bottom: -2px;
  }
  .blog-posts-list > li .info-card .info-card-desc h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.176;
  }
  .blog-posts-list > li .info-card .info-card-desc h3.heading-wrap {
    max-height: 60px;
  }
  .blog-posts-list > li .info-card .info-card-desc .link-row {
    padding: 0;
    margin-top: auto;
  }
  .blog-posts-list > li .info-card.type2 .info-card-body {
    display: block;
    padding: 0;
  }
  .blog-posts-list > li .info-card.type2 .info-card-image {
    margin: 0;
    max-width: none;
  }
  .blog-posts-list > li .info-card.type2 .info-card-desc {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .related-section .container {
    padding-top: 52px;
    padding-bottom: 30px;
  }
  .related-section h2 {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .related-section .blog-posts-list > li .info-card .info-card-body {
    min-height: 0;
    display: block;
    padding: 0;
  }
  .related-section .blog-posts-list > li .info-card .info-card-image {
    max-width: none;
    margin: 0;
  }
  .related-section .blog-posts-list > li .info-card .info-card-desc {
    padding: 20px;
  }
  .related-section .blog-posts-list > li .info-card .info-card-desc .link-row {
    padding-bottom: 0;
  }
}
.sign-up-card {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  background-color: #1a4fa6;
  padding: 36px 45px 37px;
  text-align: center;
}

.sign-up-card h2, .sign-up-card h3 {
  margin: 0 0 17px;
  padding-left: 20px;
  padding-right: 20px;
  color: inherit;
  font-size: 24px;
  line-height: 1.25;
  font-weight: inherit;
}

.sign-up-card .btn-row {
  padding-top: 42px;
}

.comment-form .sign-up-card .btn-row input[type=submit], .gform_wrapper .sign-up-card .btn-row .gform_button, .search-form .sign-up-card .btn-row .search-submit, .sign-up-card .btn-row #wp-submit, .sign-up-card .btn-row .btn, .sign-up-card .btn-row .comment-form input[type=submit], .sign-up-card .btn-row .gform_wrapper .gform_button, .sign-up-card .btn-row .mepr-submit, .sign-up-card .btn-row .search-form .search-submit, .sign-up-card .btn-row .tribe-button, .sign-up-card .btn-row .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .sign-up-card .btn-row a.checkout-button {
  min-width: 169px;
}

@media (max-width: 1199.98px) {
  .sign-up-card {
    padding: 30px 20px;
  }
  .sign-up-card h3 {
    padding-left: 0;
    padding-right: 0;
  }
  .sign-up-card .btn-row {
    padding-top: 20px;
  }
}
.post-card {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  padding: 20px 17px 18px;
  font-weight: 300;
}

.post-card h4 {
  color: #1a4fa6;
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: inherit;
}

.post-card h4 a {
  text-decoration: none;
  color: inherit;
}

.post-card h4 a:hover {
  text-decoration: none;
  color: #313131;
}

.post-card small {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: inherit;
}

.post-card .date {
  color: #313131;
  font-size: 15px;
  line-height: 1.2;
  display: block;
}

.post-cards-group {
  padding-bottom: 19px;
}

.post-cards-group h3 {
  color: #1a4fa6;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px;
}

@media (max-width: 767.98px) {
  .post-cards-group h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.archive-section {
  background-color: #f6f6f6;
}

.archive-section .container {
  padding-top: 138px;
  padding-bottom: 71px;
}

.archive-section .blog-posts-list > li {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.archive-section .blog-posts-list .info-card .info-card-body {
  min-height: 474px;
}

.archive-section .blog-posts-list .info-card .info-card-desc .link-row {
  padding-bottom: 31px;
}

.archive-section .bottom-btn-section {
  padding-top: 16px;
}

@media (max-width: 991.98px) {
  .archive-section .container {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .archive-section .blog-posts-list .info-card .info-card-body {
    min-height: 440px;
  }
  .archive-section .blog-posts-list .info-card .info-card-desc .link-row {
    padding-bottom: 30px;
  }
  .archive-section .sign-up-card {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .archive-section .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .archive-section .blog-posts-list > li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .archive-section .blog-posts-list .info-card .info-card-body {
    min-height: 0;
    display: block;
    padding: 0;
  }
  .archive-section .blog-posts-list .info-card .info-card-image {
    max-width: none;
    margin: 0;
  }
  .archive-section .blog-posts-list .info-card .info-card-desc {
    padding: 20px;
  }
  .archive-section .blog-posts-list .info-card .info-card-desc .link-row {
    padding-bottom: 0;
  }
}
.article-scroll-progress-bar {
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 90;
  overflow: hidden;
  height: 9px;
}

.article-scroll-progress-bar > span {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff286d), to(#bf0641));
  background-image: linear-gradient(180deg, #ff286d, #bf0641);
  background-repeat: repeat-x;
  font-size: 0;
  line-height: 0;
}

.admin-bar .article-scroll-progress-bar {
  margin-top: 32px;
}

@media (max-width: 991.98px) {
  .admin-bar .article-scroll-progress-bar {
    margin-top: 0;
  }
}
.posts-carousel .slick-dots {
  padding-top: 8px;
}

@media (max-width: 767.98px) {
  .posts-carousel .slick-dots {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .posts-carousel .info-card .info-card-body {
    display: block;
    padding: 0;
  }
  .posts-carousel .info-card .info-card-image {
    max-width: none;
    margin: 0;
  }
  .posts-carousel .info-card .info-card-desc {
    padding: 20px;
  }
  .posts-carousel .info-card .info-card-desc .link-row {
    padding: 0;
  }
}
.posts-tabs {
  position: relative;
  padding-bottom: 38px;
}

.posts-tabs .nav {
  list-style: none;
  margin: 0 -33px;
  padding: 0 0 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.posts-tabs .nav.nav-tabs {
  border-bottom: 0;
}

.posts-tabs .nav > li {
  padding-left: 33px;
  padding-right: 33px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
}

.posts-tabs .nav > li > a {
  color: #1a4fa6;
  text-decoration: none;
  text-transform: capitalize;
}

.posts-tabs .nav > li > a.active, .posts-tabs .nav > li > a:hover {
  text-decoration: none;
}

.posts-tabs .nav > li > a:hover {
  color: #313131;
}

.posts-tabs .nav > li > a.active {
  font-weight: 700;
}

.posts-tabs .nav > li > a.active:hover {
  color: #1a4fa6;
}

.posts-tabs .tab-content {
  position: relative;
}

@media (max-width: 991.98px) {
  .posts-tabs .nav {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .posts-tabs {
    padding-bottom: 20px;
  }
  .posts-tabs .nav {
    margin-left: -10px;
    margin-right: -10px;
  }
  .posts-tabs .nav > li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}
.btns-list {
  list-style: none;
  margin: 0 -14px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btns-list > li {
  padding: 14px;
}

.btns-list > li #wp-submit, .btns-list > li .btn, .btns-list > li .comment-form input[type=submit], .btns-list > li .gform_wrapper .gform_button, .btns-list > li .mepr-submit, .btns-list > li .search-form .search-submit, .btns-list > li .tribe-button, .btns-list > li .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form .btns-list > li input[type=submit], .gform_wrapper .btns-list > li .gform_button, .search-form .btns-list > li .search-submit, .woocommerce-cart .wc-proceed-to-checkout .btns-list > li a.checkout-button {
  min-width: 200px;
}

@media (max-width: 767.98px) {
  .btns-list {
    display: block;
    margin: 0;
  }
  .btns-list > li {
    padding: 0 0 15px;
  }
  .btns-list > li #wp-submit, .btns-list > li .btn, .btns-list > li .comment-form input[type=submit], .btns-list > li .gform_wrapper .gform_button, .btns-list > li .mepr-submit, .btns-list > li .search-form .search-submit, .btns-list > li .tribe-button, .btns-list > li .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form .btns-list > li input[type=submit], .gform_wrapper .btns-list > li .gform_button, .search-form .btns-list > li .search-submit, .woocommerce-cart .wc-proceed-to-checkout .btns-list > li a.checkout-button {
    min-width: 0;
    display: block;
  }
}
.posts-tabs-section {
  background-color: #fff;
}

.posts-tabs-section .container {
  padding-top: 142px;
  padding-bottom: 122px;
}

@media (max-width: 991.98px) {
  .posts-tabs-section .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .posts-tabs-section .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.team-section .container {
  padding-bottom: 127px;
}

.team-section .heading {
  padding-bottom: 33px;
}

@media (max-width: 767.98px) {
  .team-section .container {
    padding-top: 52px;
    padding-bottom: 0;
  }
  .team-section .heading {
    padding-bottom: 25px;
  }
  .team-section .heading h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.person-box {
  margin: 0 0 30px;
}

.person-box .photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 29px;
}

.person-box .photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.person-box figcaption {
  color: #1a4fa6;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}

.person-box figcaption h4 {
  margin: 0 0 11px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}

.person-box figcaption p {
  margin: 0;
}

@media (max-width: 991.98px) {
  .person-box .photo {
    margin-bottom: 15px;
  }
  .person-box figcaption h4 {
    margin-bottom: 5px;
  }
}
.scroll-carousel {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.scroll-carousel .swiper-container {
  margin-left: -15px;
  margin-right: -15px;
  overflow: visible;
}

.scroll-carousel .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.scroll-carousel .swiper-scrollbar {
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
  height: 9px;
  margin-top: 48px;
}

.scroll-carousel .swiper-scrollbar .swiper-scrollbar-drag {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  background-color: #1a4fa6;
}

.scroll-carousel .info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scroll-carousel .info-card .info-card-desc {
  min-height: 231px;
  padding: 37px 39px 84px;
}

.scroll-carousel .info-card .info-card-desc h3 {
  margin-bottom: 14px;
}

.scroll-carousel .info-card .info-card-desc .link-row {
  padding: 0 39px 32px;
}

@media (max-width: 991.98px) {
  .scroll-carousel .info-card .info-card-desc {
    padding: 17px 17px 70px;
  }
  .scroll-carousel .info-card .info-card-desc h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .scroll-carousel .swiper-scrollbar {
    margin-top: 30px;
  }
  .scroll-carousel .info-card .info-card-body {
    display: block;
    padding: 0;
  }
  .scroll-carousel .info-card .info-card-image {
    margin: 0;
    max-width: none;
  }
  .scroll-carousel .info-card .info-card-desc {
    padding: 20px 20px 70px;
    min-height: 0;
    position: static;
  }
  .scroll-carousel .info-card .info-card-desc h3 {
    font-size: 22px;
  }
  .scroll-carousel .info-card .info-card-desc .link-row {
    padding: 0 20px 20px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.carousel-section {
  background-color: #fff;
}

.carousel-section .container {
  padding-top: 32px;
  padding-bottom: 58px;
}

.carousel-section h2 {
  text-align: center;
  margin: 0 0 46px;
}

@media (max-width: 767.98px) {
  .carousel-section .container {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .carousel-section h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.author-card {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-card .photo {
  position: relative;
  overflow: hidden;
  max-width: 136px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 136px;
  flex: 0 0 136px;
  margin-right: 24px;
}

.author-card .photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.author-card figcaption {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 6px;
}

.author-card figcaption small {
  display: block;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}

.author-card figcaption h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .author-card .photo {
    max-width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 15px;
  }
  .author-card figcaption {
    padding-bottom: 0;
  }
  .author-card figcaption small {
    padding-bottom: 5px;
    font-size: 14px;
  }
  .author-card figcaption h3 {
    font-size: 18px;
  }
}
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
}

.mm-wrapper_opened #header {
  border-bottom-color: rgab(#fff, 0.5);
  background-color: #1a4fa6;
  color: #fff;
}

#header > #extra-mobile-menu {
  display: none;
}

#header > .container, #header > .container-fluid, #header > .container-lg, #header > .container-md, #header > .container-sm, #header > .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#header > .container-fluid:before, #header > .container-lg:before, #header > .container-md:before, #header > .container-sm:before, #header > .container-xl:before, #header > .container:before {
  content: "";
  display: block;
  width: 0;
  max-width: 1px;
  height: 89px;
}

@media (max-width: 1199.98px) {
  #header > .container-fluid:before, #header > .container-lg:before, #header > .container-md:before, #header > .container-sm:before, #header > .container-xl:before, #header > .container:before {
    height: 64px;
  }
}
@media (max-width: 767.98px) {
  #header > .container-fluid:before, #header > .container-lg:before, #header > .container-md:before, #header > .container-sm:before, #header > .container-xl:before, #header > .container:before {
    height: 39px;
  }
}
#header > .container-fluid > *, #header > .container-lg > *, #header > .container-md > *, #header > .container-sm > *, #header > .container-xl > *, #header > .container > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media (min-width: 768px) {
  #header > .container-fluid, #header > .container-lg, #header > .container-md, #header > .container-sm, #header > .container-xl {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media (min-width: 1440px) {
  #header > .container-fluid, #header > .container-lg, #header > .container-md, #header > .container-sm, #header > .container-xl {
    padding-left: 60px;
    padding-right: 60px;
  }
}
#header .navbar-brand {
  position: relative;
  width: 50px;
  height: 32px;
  margin-right: auto;
}

#header .navbar-brand:after, #header .navbar-brand:before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#header .navbar-brand:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iOThweCIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgOTggNjAiIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGRlc2M+Q3JlYXRlZCB3aXRoIEx1bmFjeTwvZGVzYz4KICA8ZGVmcz4KICAgIDxwYXRoIGQ9Ik0yLjYzNjM0ZS0xNSAwTDI0LjE4NDEgMEwyNC4xODQxIDMxLjY4MDhMMi42MzYzNGUtMTUgMzEuNjgwOEwyLjYzNjM0ZS0xNSAwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4yNzk1NTg3IDAuMTc4NDUwOCkiIGlkPSJwYXRoXzEiIC8+CiAgICA8Y2xpcFBhdGggaWQ9Im1hc2tfMSI+CiAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGhfMSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGlkPSJjZWRyL2xhcmdlLWRlc2t0b3AvYXRvbS9sb2dvX2NlZHIiPgogICAgPGcgaWQ9Ikdyb3VwLTE2LUNvcHktMyI+CiAgICAgIDxnIGlkPSJHcm91cC0xNi1Db3B5Ij4KICAgICAgICA8ZyBpZD0iR3JvdXAtNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjUuMjMwMTQgMCkiPgogICAgICAgICAgPHBhdGggZD0iTTQ0LjEwNzYgMTguNzQ1QzQ1LjI0NTcgMTcuMzczNCA0Ni4yMDc0IDE1Ljc5NjcgNDYuMjA3NCAxNC4zMjI1QzQ2LjIwNzQgMTIuODQ4MyA0NS4yNDQyIDExLjI3MDIgNDQuMTA3NiA5Ljg5ODU0QzM5LjA5ODcgMy44NTYyOSAzMS41NTEzIDAgMjMuMTA0NSAwQzE0LjY1NDYgMCA3LjEwODcyIDMuODUzMzEgMi4wOTk4NyA5Ljg5ODU0QzAuOTY2MjA1IDExLjI2ODcgMCAxMi44NDgzIDAgMTQuMzIyNUMwIDE1Ljc5ODEgMC45NjQ3MjMgMTcuMzc0OCAyLjA5OTg3IDE4Ljc0NUM2LjQ3NzQzIDI0LjAyNjQgMTIuNzkwNCAyNy42MDc3IDE5Ljk1MzkgMjguNDM1NUwxOS45NTM5IDI2Ljk5NEMxNC4yODQxIDI1LjU4MjMgMTAuMDgxNCAyMC40NDUgMTAuMDgxNCAxNC4zMjFDMTAuMDgxNCA3LjEwOTI0IDE1LjkxMjcgMS4yNjMxNCAyMy4xMDQ1IDEuMjYzMTRDMzAuMjk2MiAxLjI2MzE0IDM2LjEyNiA3LjEwOTI0IDM2LjEyNiAxNC4zMjFDMzYuMTI2IDIwLjQ0NSAzMS45MjMzIDI1LjU4MjMgMjYuMjU1IDI2Ljk5NEwyNi4yNTUgMjguNDM1NUMzMy40MTQxIDI3LjYwNzcgMzkuNzMxNSAyNC4wMjM0IDQ0LjEwNzYgMTguNzQ1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjI4MjUxOTggMC4zMDA0MTM0KSIgaWQ9IkZpbGwtMSIgZmlsbD0iIzFBNEZBNiIgc3Ryb2tlPSJub25lIiAvPgogICAgICAgICAgPHBhdGggZD0iTTE0LjI4MjYgNy4xNjEyNUMxNC4yODI2IDMuMjA2ODggMTEuMDg2MiAwIDcuMTQxMzIgMEMzLjE5Nzk2IDAgMCAzLjIwNjg4IDAgNy4xNjEyNUMwIDExLjExNTYgMy4xOTc5NiAxNC4zMjEgNy4xNDEzMiAxNC4zMjFDMTEuMDg2MiAxNC4zMjEgMTQuMjgyNiAxMS4xMTU2IDE0LjI4MjYgNy4xNjEyNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYuMjQ1NjUgNy40NjIyNTcpIiBpZD0iRmlsbC0zIiBmaWxsPSIjMkJCRUZBIiBzdHJva2U9Im5vbmUiIC8+CiAgICAgICAgICA8cGF0aCBkPSJNOS4xODYzNiAxMy4yNjg5TDYuMzAyNTYgMTMuMjY4OUw2LjMwMjU2IDQuNjMzNDlMOC43NzQzOSA0LjYzMzQ5QzEyLjkzNTYgNC42MzM0OSAxNC45MTM5IDUuOTE0NDYgMTQuOTEzOSA4LjkzMTEzQzE0LjkxMzkgMTEuNjU2NSAxMi44OTQxIDEzLjI2ODkgOS4xODYzNiAxMy4yNjg5TDkuMTg2MzYgMTMuMjY4OVpNMTguNjkyOCAyMC4yMTkxQzE3Ljg1MTEgMTguMDcwMyAxNy4wMzkgMTYuMzI4NyAxNC43MjU3IDE1LjQ1OTNDMTguODIxNyAxNC41ODU1IDIxLjIxMzUgMTEuODA1MSAyMS4yMTM1IDcuOTA4NzNDMjEuMjEzNSAyLjY2NDQ4IDE3LjQ0NjUgMCAxMC4wODE0IDBMMCAwTDAgNC42NDY4NkMyLjM3NDAyIDcuMjg3NTYgMy45OTA3OCAxMC42MTc4IDMuOTkwNzggMTQuOTU0MUMzLjk5MDc4IDE5LjIzNjggMi4zODU4NyAyMi44Nzc3IDAgMjUuNTEyNEwwIDMwLjMyNzJMNi4zMDEwOCAzMC4zMjcyTDYuMzAxMDggMTguMTEzNEw3Ljc1NjMyIDE4LjExMzRDMTAuNjMyNyAxOC4xMTM0IDExLjk4NTcgMTguODE5MyAxMi45ODc1IDIxLjU3MjlMMTYuMTczNiAzMC4zMjcyTDIyLjY4MzYgMzAuMzI3MkwxOC42OTI4IDIwLjIxOTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OS4yMTk2MiAyOC43MzQ2OSkiIGlkPSJGaWxsLTUiIGZpbGw9IiMxQTRGQTYiIHN0cm9rZT0ibm9uZSIgLz4KICAgICAgICA8L2c+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDI3LjgzNTA1KSI+CiAgICAgICAgICA8cGF0aCBkPSJNMi42MzYzNGUtMTUgMEwyNC4xODQxIDBMMjQuMTg0MSAzMS42ODA4TDIuNjM2MzRlLTE1IDMxLjY4MDhMMi42MzYzNGUtMTUgMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMjc5NTU4NyAwLjE3ODQ1MDgpIiBpZD0iQ2xpcC05IiBmaWxsPSJub25lIiBzdHJva2U9Im5vbmUiIC8+CiAgICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjbWFza18xKSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNC4xODk4IDYuNzU3ODdDMjEuOTYzNiA1LjkyNDg3IDE5LjYzOCA1LjAwNTQ1IDE3LjEwNzUgNS4wMDU0NUMxMC40MzA0IDUuMDA1NDUgNi41MjEyNSA5LjY4NjA0IDYuNTIxMjUgMTYuMDUwNUM2LjUyMTI1IDIxLjgzMjMgMTAuNDMwNCAyNi42NzM5IDE3LjM2ODcgMjYuNjczOUMxOS42MzggMjYuNjczOSAyMS44NzYgMjUuNjIzMyAyNC4xODk4IDI0LjkyMTRMMjQuMTg5OCAzMC4yMDExQzIxLjUyNzIgMzAuOTAyOSAxOS41NTA0IDMxLjY4MDggMTYuODQ0OCAzMS42ODA4QzYuMTEwMTUgMzEuNjgwOCAwIDI1LjM4NDkgMCAxNi4wNTA1QzAgNi42NzI5MyA2LjMyODMxIDAgMTYuNTM5MSAwQzE5LjU5NDkgMCAyMS45MjA1IDAuOTA3NTA3IDI0LjE4OTggMS40NzgyNEwyNC4xODk4IDYuNzU3ODdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjI3MzkxOSAwLjE3ODQ1MDgpIiBpZD0iRmlsbC04IiBmaWxsPSIjMUE0RkE2IiBzdHJva2U9Im5vbmUiIC8+CiAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgICAgIDxnIGlkPSJHcm91cC0xNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAuMTUzMSAyOC40NTM2MSkiPgogICAgICAgICAgPHBhdGggZD0iTTIxLjQ5OTYgMzAuNDEyN0wyMS40OTk2IDBMMTUuMTc2MyAwLjAwMjk4MDMyTDE1LjE3NjMgNC42NDYzMkwwIDQuNjQ2MzJMMCAxMi4wMzlMMTIuMDE0NiAxMi4wMzlMMTIuMDE0NiAxNy41Mjg3TDAgMTcuNTI4N0wwIDI1LjM0NDZMMTUuMTc2MyAyNS4zNDQ2TDE1LjE3NjMgMzAuNDExMkwyMS40OTk2IDMwLjQxMjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjA1NzEyNjc4IDAuMTkyOTEzOCkiIGlkPSJGaWxsLTExIiBmaWxsPSIjMUE0RkE2IiBzdHJva2U9Im5vbmUiIC8+CiAgICAgICAgICA8cGF0aCBkPSJNMCAyMC42OTgzTDMuMTYxNjYgMjAuNjk4M0M5LjcxNDAxIDIwLjY5ODMgMTQuMTIxOSAxNi44OTI0IDE0LjEyMTkgMTAuMzQ5MkMxNC4xMjE5IDMuNzE5NDQgMTAuMDExNCAwIDMuMTYxNjYgMEwwIDBMMCAyMC42OTgzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjcuODgwMDggNC44NDAxMjUpIiBpZD0iRmlsbC0xMyIgZmlsbD0iIzFBNEZBNiIgc3Ryb2tlPSJub25lIiAvPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+);
}

.mm-wrapper_opened #header .navbar-brand:before {
  opacity: 0;
}

#header .navbar-brand:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9Ii0yNDkgMzYyLjcgMTEyLjcgNjkuMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMjQ5IDM2Mi43IDExMi43IDY5LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDpub25lO30KCS5zdDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30KPC9zdHlsZT4KPGcgaWQ9Ikdyb3VwXzE2X0NvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjMyNSAtMC4zNSkiPgoJPGcgaWQ9Ikdyb3VwXzciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI5LjM0OSkiPgoJCTxwYXRoIGlkPSJGaWxsXzEiIGNsYXNzPSJzdDAiIGQ9Ik0tMTk3LjQsMzg0LjljMS4zLTEuNiwyLjQtMy40LDIuNC01LjJzLTEuMS0zLjYtMi40LTUuMmMtMTEuMS0xMy41LTMxLTE1LjQtNDQuNS00LjQKCQkJYy0xLjYsMS4zLTMuMSwyLjgtNC40LDQuNGMtMS4zLDEuNi0yLjQsMy40LTIuNCw1LjJzMS4xLDMuNiwyLjQsNS4yYzUuMiw2LjMsMTIuNiwxMC40LDIwLjgsMTEuM3YtMS43Yy04LjEtMi0xMy4xLTEwLjItMTEtMTguNAoJCQljMi04LjEsMTAuMi0xMy4xLDE4LjQtMTFjOC4xLDIsMTMuMSwxMC4yLDExLDE4LjRjLTEuNCw1LjQtNS42LDkuNy0xMSwxMXYxLjdDLTIxMCwzOTUuMy0yMDIuNiwzOTEuMi0xOTcuNCwzODQuOSIvPgoJCTxwYXRoIGlkPSJGaWxsXzMiIGNsYXNzPSJzdDAxIiBkPSJNLTIxMy41LDM3OS44YzAtNC42LTMuOC04LjMtOC40LTguM2MtNC42LDAtOC4zLDMuOC04LjMsOC40YzAsNC42LDMuNyw4LjMsOC4zLDguMwoJCQlDLTIxNy4yLDM4OC4xLTIxMy41LDM4NC40LTIxMy41LDM3OS44IiBmaWxsPSIjMkJCRUZBIiAvPgoJCTxwYXRoIGlkPSJGaWxsXzUiIGNsYXNzPSJzdDAiIGQ9Ik0tMTg0LjQsNDMxLjZoLTcuM1Y0MjZjMy0zLjQsNC43LTcuOCw0LjYtMTIuM2MwLjEtNC41LTEuNi04LjgtNC42LTEydi01LjRoMTEuNwoJCQljOC42LDAsMTMsMy4xLDEzLDkuMmMwLjEsMi4xLTAuNyw0LjEtMiw1LjdjLTEuNSwxLjYtMy40LDIuNy01LjYsMy4xYzIuNywxLDMuNiwzLDQuNiw1LjZsNC42LDExLjhoLTcuNmwtMy43LTEwLjIKCQkJYy0xLjEtMy4xLTIuNi00LTYuMS00aC0xLjdWNDMxLjZMLTE4NC40LDQzMS42eiBNLTE4NC40LDQwMS42djEwLjFoMy40YzEuOCwwLjEsMy41LTAuNCw0LjktMS4zYzEuMS0wLjksMS44LTIuMywxLjctMy43CgkJCWMwLjEtMS41LTAuNS0yLjktMS44LTMuOGMtMS4yLTAuOC0yLjktMS4yLTUuNC0xLjJMLTE4NC40LDQwMS42eiIvPgoJPC9nPgoJPGcgaWQ9Ikdyb3VwXzEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMyLjQ3NCkiPgoJCTxwYXRoIGlkPSJDbGlwXzktMiIgY2xhc3M9InN0MSIgZD0iTS0yNDguNywzNjIuOWgyOC4xdjM3aC0yOC4xVjM2Mi45eiIvPgoJCTxnPgoJCQk8ZGVmcz4KCQkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeD0iLTI0OC43IiB5PSIzNjIuOSIgd2lkdGg9IjI4LjEiIGhlaWdodD0iMzciLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzJfIj4KCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+CgkJCTwvY2xpcFBhdGg+CgkJCTxnIGlkPSJHcm91cF8xMC0yIiBjbGFzcz0ic3QyIj4KCQkJCTxwYXRoIGlkPSJGaWxsXzgiIGNsYXNzPSJzdDAiIGQ9Ik0tMjIwLjUsMzcwLjhjLTIuNi0xLTUuMy0yLTguMi0yYy03LjgsMC0xMi4zLDUuNS0xMi4zLDEyLjljMCw2LjcsNC41LDEyLjQsMTIuNiwxMi40CgkJCQkJYzIuNiwwLDUuMi0xLjIsNy45LTJ2Ni4yYy0zLjEsMC44LTUuNCwxLjctOC41LDEuN2MtMTIuNSwwLTE5LjYtNy4zLTE5LjYtMTguMmMwLTEwLjksNy40LTE4LjcsMTkuMi0xOC43CgkJCQkJYzMuNiwwLDYuMywxLjEsOC45LDEuN1YzNzAuOHoiLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KCTxnIGlkPSJHcm91cF8xNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzUuMDc2IDMzLjE5NikiPgoJCTxwYXRoIGlkPSJGaWxsXzExIiBjbGFzcz0ic3QwIiBkPSJNLTIyMy45LDM5OC40di0zNS41aC03LjR2NS40aC0xNy43djguNmgxNHY2LjRoLTE0djkuMWgxNy43djUuOUwtMjIzLjksMzk4LjR6Ii8+CgkJPHBhdGggaWQ9IkZpbGxfMTMiIGNsYXNzPSJzdDAiIGQ9Ik0tMjE2LjYsMzkyLjVoMy43YzcuNiwwLDEyLjgtNC40LDEyLjgtMTIuMWMwLTcuNy00LjgtMTIuMS0xMi44LTEyLjFoLTMuN1YzOTIuNXoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
  opacity: 0;
}

.mm-wrapper_opened #header .navbar-brand:after {
  opacity: 1;
}

@media (min-width: 768px) {
  #header .navbar-brand {
    width: 76px;
    height: 46px;
  }
}
@media (min-width: 1200px) {
  #header .navbar-brand {
    margin-right: 10px;
  }
}
@media (min-width: 1440px) {
  #header .navbar-brand {
    width: 98px;
    height: 60px;
    margin-right: 35px;
  }
}
#header .navbar-brand.colored:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iOTZweCIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgOTYgNjAiIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGRlc2M+Q3JlYXRlZCB3aXRoIEx1bmFjeTwvZGVzYz4KICA8ZGVmcz4KICAgIDxwYXRoIGQ9Ik0yLjYwMzAzZS0xNSAwTDIzLjg3ODYgMEwyMy44Nzg2IDMxLjY4MDhMMi42MDMwM2UtMTUgMzEuNjgwOEwyLjYwMzAzZS0xNSAwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4yNzYwMjY4IDAuMTc4NDUwOCkiIGlkPSJwYXRoXzEiIC8+CiAgICA8Y2xpcFBhdGggaWQ9Im1hc2tfMSI+CiAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGhfMSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGlkPSJHcm91cC0xNiI+CiAgICA8ZyBpZD0iR3JvdXAtNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQuOTExMzkgMCkiPgogICAgICA8cGF0aCBkPSJNNDMuNTUwMyAxOC43NDVDNDQuNjc0IDE3LjM3MzQgNDUuNjIzNyAxNS43OTY3IDQ1LjYyMzcgMTQuMzIyNUM0NS42MjM3IDEyLjg0ODMgNDQuNjcyNiAxMS4yNzAyIDQzLjU1MDMgOS44OTg1NEMzOC42MDQ3IDMuODU2MjkgMzEuMTUyNyAwIDIyLjgxMjYgMEMxNC40Njk1IDAgNy4wMTg5MSAzLjg1MzMxIDIuMDczMzQgOS44OTg1NEMwLjk1Mzk5OCAxMS4yNjg3IDAgMTIuODQ4MyAwIDE0LjMyMjVDMCAxNS43OTgxIDAuOTUyNTM1IDE3LjM3NDggMi4wNzMzNCAxOC43NDVDNi4zOTU1OSAyNC4wMjY0IDEyLjYyODggMjcuNjA3NyAxOS43MDE4IDI4LjQzNTVMMTkuNzAxOCAyNi45OTRDMTQuMTAzNyAyNS41ODIzIDkuOTU0MDcgMjAuNDQ1IDkuOTU0MDcgMTQuMzIxQzkuOTU0MDcgNy4xMDkyNCAxNS43MTE3IDEuMjYzMTQgMjIuODEyNiAxLjI2MzE0QzI5LjkxMzQgMS4yNjMxNCAzNS42Njk2IDcuMTA5MjQgMzUuNjY5NiAxNC4zMjFDMzUuNjY5NiAyMC40NDUgMzEuNTIgMjUuNTgyMyAyNS45MjMzIDI2Ljk5NEwyNS45MjMzIDI4LjQzNTVDMzIuOTkyIDI3LjYwNzcgMzkuMjI5NSAyNC4wMjM0IDQzLjU1MDMgMTguNzQ1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjI3ODk1MDUgMC4zMDA0MTM0KSIgaWQ9IkZpbGwtMSIgZmlsbD0iIzFBNEZBNiIgc3Ryb2tlPSJub25lIiAvPgogICAgICA8cGF0aCBkPSJNMTQuMTAyMiA3LjE2MTI1QzE0LjEwMjIgMy4yMDY4OCAxMC45NDYxIDAgNy4wNTExIDBDMy4xNTc1NiAwIDAgMy4yMDY4OCAwIDcuMTYxMjVDMCAxMS4xMTU2IDMuMTU3NTYgMTQuMzIxIDcuMDUxMSAxNC4zMjFDMTAuOTQ2MSAxNC4zMjEgMTQuMTAyMiAxMS4xMTU2IDE0LjEwMjIgNy4xNjEyNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYuMDQwNDEgNy40NjIyNTcpIiBpZD0iRmlsbC0zIiBmaWxsPSIjMkJCRUZBIiBzdHJva2U9Im5vbmUiIC8+CiAgICAgIDxwYXRoIGQ9Ik0xNC41Mzk3IDE1LjQ1OTNDMTYuODIzNyAxNi4zMjg3IDE3LjYyNTYgMTguMDcwMyAxOC40NTY3IDIwLjIxOTFMMjIuMzk3IDMwLjMyNzJMMTUuOTY5MiAzMC4zMjcyTDEyLjgyMzQgMjEuNTcyOUMxMS44MzQzIDE4LjgxOTMgMTAuNDk4NCAxOC4xMTM0IDcuNjU4MzMgMTguMTEzNEw2LjIyMTQ3IDE4LjExMzRMNi4yMjE0NyAzMC4zMjcyTDAgMzAuMzI3MkwwIDI1LjUxMjRDMi4zNTU3MyAyMi44Nzc3IDMuOTQwMzcgMTkuMjM2OCAzLjk0MDM3IDE0Ljk1NDFDMy45NDAzNyAxMC42MTc4IDIuMzQ0MDMgNy4yODc1NiAwIDQuNjQ2ODZMMCAwTDkuOTU0MDcgMEMxNy4yMjYxIDAgMjAuOTQ1NSAyLjY2NDQ4IDIwLjk0NTUgNy45MDg3M0MyMC45NDU1IDExLjgwNTEgMTguNTgzOSAxNC41ODU1IDE0LjUzOTcgMTUuNDU5M1pNNi4yMjI5NCAxMy4yNjg5TDkuMDcwMyAxMy4yNjg5QzEyLjczMTIgMTMuMjY4OSAxNC43MjU1IDExLjY1NjUgMTQuNzI1NSA4LjkzMTEzQzE0LjcyNTUgNS45MTQ0NiAxMi43NzIyIDQuNjMzNDkgOC42NjM1NCA0LjYzMzQ5TDYuMjIyOTQgNC42MzM0OUw2LjIyMjk0IDEzLjI2ODlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OC41OTc4IDI4LjczNDY5KSIgaWQ9IkZpbGwtNSIgZmlsbD0iIzAwQUI4RSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9Im5vbmUiIC8+CiAgICA8L2c+CiAgICA8ZyBpZD0iR3JvdXAtMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMjcuODM1MDUpIj4KICAgICAgPHBhdGggZD0iTTIuNjAzMDNlLTE1IDBMMjMuODc4NiAwTDIzLjg3ODYgMzEuNjgwOEwyLjYwMzAzZS0xNSAzMS42ODA4TDIuNjAzMDNlLTE1IDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjI3NjAyNjggMC4xNzg0NTA4KSIgaWQ9IkNsaXAtOSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJub25lIiAvPgogICAgICA8ZyBjbGlwLXBhdGg9InVybCgjbWFza18xKSI+CiAgICAgICAgPHBhdGggZD0iTTIzLjg4NDIgNi43NTc4N0MyMS42ODYxIDUuOTI0ODcgMTkuMzg5OSA1LjAwNTQ1IDE2Ljg5MTQgNS4wMDU0NUMxMC4yOTg3IDUuMDA1NDUgNi40Mzg4NiA5LjY4NjA0IDYuNDM4ODYgMTYuMDUwNUM2LjQzODg2IDIxLjgzMjMgMTAuMjk4NyAyNi42NzM5IDE3LjE0OTMgMjYuNjczOUMxOS4zODk5IDI2LjY3MzkgMjEuNTk5NiAyNS42MjMzIDIzLjg4NDIgMjQuOTIxNEwyMy44ODQyIDMwLjIwMTFDMjEuMjU1MyAzMC45MDI5IDE5LjMwMzQgMzEuNjgwOCAxNi42MzIgMzEuNjgwOEM2LjAzMjk1IDMxLjY4MDggMCAyNS4zODQ5IDAgMTYuMDUwNUMwIDYuNjcyOTMgNi4yNDgzNiAwIDE2LjMzMDEgMEMxOS4zNDc0IDAgMjEuNjQzNiAwLjkwNzUwNyAyMy44ODQyIDEuNDc4MjRMMjMuODg0MiA2Ljc1Nzg3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4yNzA0NTg0IDAuMTc4NDUwOCkiIGlkPSJGaWxsLTgiIGZpbGw9IiNDMTY3ODQiIHN0cm9rZT0ibm9uZSIgLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgaWQ9Ikdyb3VwLTE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOS43NzIxNSAyOC40NTM2MSkiPgogICAgICA8cGF0aCBkPSJNMjEuMjI4IDMwLjQxMjdMMjEuMjI4IDBMMTQuOTg0NiAwLjAwMjk4MDMyTDE0Ljk4NDYgNC42NDYzMkwwIDQuNjQ2MzJMMCAxMi4wMzlMMTEuODYyOCAxMi4wMzlMMTEuODYyOCAxNy41Mjg3TDAgMTcuNTI4N0wwIDI1LjM0NDZMMTQuOTg0NiAyNS4zNDQ2TDE0Ljk4NDYgMzAuNDExMkwyMS4yMjggMzAuNDEyN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDU2NDA1MDYgMC4xOTI5MTM4KSIgaWQ9IkZpbGwtMTEiIGZpbGw9IiMxQTRGQTYiIHN0cm9rZT0ibm9uZSIgLz4KICAgICAgPHBhdGggZD0iTTAgMjAuNjk4M0wzLjEyMTcyIDIwLjY5ODNDOS41OTEyOSAyMC42OTgzIDEzLjk0MzUgMTYuODkyNCAxMy45NDM1IDEwLjM0OTJDMTMuOTQzNSAzLjcxOTQ0IDkuODg0OTYgMCAzLjEyMTcyIDBMMCAwTDAgMjAuNjk4M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3LjUyNzg1IDQuODQwMTI1KSIgaWQ9IkZpbGwtMTMiIGZpbGw9IiNFQTc2MDAiIHN0cm9rZT0ibm9uZSIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==);
  width: 49px;
}

@media (min-width: 768px) {
  #header .navbar-brand.colored:before {
    width: 74px;
  }
}
@media (min-width: 1440px) {
  #header .navbar-brand.colored:before {
    width: 96px;
  }
}
#header .navbar-toggler {
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 0;
  margin-left: 24px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1a4fa6;
}

@media (min-width: 768px) {
  #header .navbar-toggler {
    margin-right: -14px;
  }
}
@media (min-width: 1200px) {
  #header .navbar-toggler {
    display: none;
  }
}
.mm-wrapper_opened #header .navbar-toggler {
  color: inherit;
}

#header .navbar-toggler .icon-bar {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  border-bottom: 2px solid;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: top, opacity, -webkit-transform;
  transition-property: top, opacity, -webkit-transform;
  transition-property: top, opacity, transform;
  transition-property: top, opacity, transform, -webkit-transform;
}

#header .navbar-toggler .icon-bar:first-child {
  margin-top: auto;
}

.mm-wrapper_opened #header .navbar-toggler .icon-bar:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opened #header .navbar-toggler .icon-bar:nth-child(2) {
  opacity: 0;
}

#header .navbar-toggler .icon-bar:last-child {
  margin-bottom: auto;
}

.mm-wrapper_opened #header .navbar-toggler .icon-bar:last-child {
  top: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header .extra-menu {
  display: none;
}

@media (min-width: 768px) {
  #header .extra-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -10px;
  }
}
@media (min-width: 1440px) {
  #header .extra-menu {
    margin-left: 20px;
  }
}
#header .extra-menu > * {
  margin-left: 10px;
  margin-right: 10px;
}

.mm-wrapper_opened #header .extra-menu [class*=btn-outline-] {
  background-color: #fff;
}

@media (max-width: 1199.98px) {
  #header .extra-menu li #wp-submit, #header .extra-menu li .btn, #header .extra-menu li .comment-form input[type=submit], #header .extra-menu li .gform_wrapper .gform_button, #header .extra-menu li .mepr-submit, #header .extra-menu li .search-form .search-submit, #header .extra-menu li .tribe-button, #header .extra-menu li .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form #header .extra-menu li input[type=submit], .gform_wrapper #header .extra-menu li .gform_button, .search-form #header .extra-menu li .search-submit, .woocommerce-cart .wc-proceed-to-checkout #header .extra-menu li a.checkout-button {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
}
@media (min-width: 768px) {
  #header .extra-menu li #wp-submit, #header .extra-menu li .btn, #header .extra-menu li .comment-form input[type=submit], #header .extra-menu li .gform_wrapper .gform_button, #header .extra-menu li .mepr-submit, #header .extra-menu li .search-form .search-submit, #header .extra-menu li .tribe-button, #header .extra-menu li .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form #header .extra-menu li input[type=submit], .gform_wrapper #header .extra-menu li .gform_button, .search-form #header .extra-menu li .search-submit, .woocommerce-cart .wc-proceed-to-checkout #header .extra-menu li a.checkout-button {
    min-width: 100px;
  }
}
@media (min-width: 1200px) {
  #header .extra-menu li #wp-submit, #header .extra-menu li .btn, #header .extra-menu li .comment-form input[type=submit], #header .extra-menu li .gform_wrapper .gform_button, #header .extra-menu li .mepr-submit, #header .extra-menu li .search-form .search-submit, #header .extra-menu li .tribe-button, #header .extra-menu li .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form #header .extra-menu li input[type=submit], .gform_wrapper #header .extra-menu li .gform_button, .search-form #header .extra-menu li .search-submit, .woocommerce-cart .wc-proceed-to-checkout #header .extra-menu li a.checkout-button {
    min-width: 120px;
  }
}
@media (max-width: 767.98px) {
  #header.watrs .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    float: left;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #header.watrs > .container-fluid, #header.watrs > .container-lg, #header.watrs > .container-md, #header.watrs > .container-sm, #header.watrs > .container-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}
#header.watrs #main-nav {
  display: block;
}

@media (max-width: 767.98px) {
  #header.watrs #main-nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 767.98px) {
  #header.watrs #main-nav .base-nav {
    display: block;
  }
  #header.watrs #main-nav .base-nav > li {
    width: 100%;
    float: left;
  }
  #header.watrs #main-nav .base-nav > li > a {
    display: block;
  }
}
#header.watrs #main-nav .base-nav > li > a {
  color: #1a4fa6;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  #header.watrs form {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    float: left;
    width: 90%;
    margin-bottom: 10px;
  }
}
#header #main-nav {
  display: none;
}

@media (min-width: 1200px) {
  #header #main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
#header #main-nav .base-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.223;
}

@media (min-width: 1440px) {
  #header #main-nav .base-nav {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  #header #main-nav .base-nav li:hover > ul {
    display: block;
  }
}
#header #main-nav .base-nav ul {
  list-style: none;
  margin: 0;
  padding: 25px 0;
  background: #082960;
  color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  font-size: 1rem;
  line-height: 1.375;
  min-width: 236px;
}

#header #main-nav .base-nav ul a {
  display: block;
  color: inherit;
  padding: 9px 28px 8px;
}

#header #main-nav .base-nav ul a:hover {
  text-decoration: none;
  font-weight: 700;
}

#header #main-nav .base-nav ul li.active > a {
  font-weight: 700;
}

#header #main-nav .base-nav > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-bottom: -10px;
}

#header #main-nav .base-nav > li > #__ba_launchpad {
  position: unset !important;
}

#header #main-nav .base-nav > li > #__ba_launchpad, #header #main-nav .base-nav > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #313131;
  padding: 15px 10px;
}

#header #main-nav .base-nav > li > #__ba_launchpad:after, #header #main-nav .base-nav > li > a:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  border-bottom: 10px solid;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#header #main-nav .base-nav > li > #__ba_launchpad:hover, #header #main-nav .base-nav > li > a:hover {
  text-decoration: none;
  color: #1a4fa6;
}

#header #main-nav .base-nav > li > #__ba_launchpad:hover:after, #header #main-nav .base-nav > li > a:hover:after {
  opacity: 1;
}

#header #main-nav .base-nav > li.active > a {
  font-weight: 700;
  color: #1a4fa6;
}

#header #main-nav .base-nav > li.active > a:after {
  opacity: 1;
}

#header #main-nav .base-nav > li > ul {
  top: 100%;
  left: 0;
  margin-left: -18px;
}

@media (min-width: 992px) {
  #header #main-nav .base-nav > li > ul {
    display: none;
  }
}
#header.muted-state #main-nav .base-nav > li:not(.active) {
  pointer-events: none;
}

#header.muted-state #main-nav .base-nav > li:not(.active) > a {
  opacity: 0.4;
}

#header.muted-state .extra-menu {
  pointer-events: none;
}

#header.muted-state .extra-menu #wp-submit, #header.muted-state .extra-menu .btn, #header.muted-state .extra-menu .comment-form input[type=submit], #header.muted-state .extra-menu .gform_wrapper .gform_button, #header.muted-state .extra-menu .mepr-submit, #header.muted-state .extra-menu .search-form .search-submit, #header.muted-state .extra-menu .tribe-button, #header.muted-state .extra-menu .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form #header.muted-state .extra-menu input[type=submit], .gform_wrapper #header.muted-state .extra-menu .gform_button, .search-form #header.muted-state .extra-menu .search-submit, .woocommerce-cart .wc-proceed-to-checkout #header.muted-state .extra-menu a.checkout-button {
  opacity: 0.4;
}

#mobile-menu {
  top: 84px;
}

@media (max-width: 767.98px) {
  #mobile-menu {
    top: 59px;
  }
}
#mobile-menu .mm-panel:after, #mobile-menu .mm-panel:not(#mm-0):before, #mobile-menu:not(.mm-menu) {
  display: none;
}

#mobile-menu.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 142px;
}

#mobile-menu .mm-listitem__text {
  padding-top: 21px;
  padding-bottom: 21px;
}

#mobile-menu .mm-listitem__text br {
  display: none;
}

#mobile-menu .mm-btn_next:after {
  width: 6px;
  height: 6px;
  right: 22px;
}

#mobile-menu .mm-listitem__btn {
  padding-right: 50px;
}

#mobile-menu .mm-panel_has-navbar {
  padding-top: 0;
}

#mobile-menu .mm-navbar {
  position: relative;
  border-top: 1px solid hsla(0deg, 0%, 100%, 0.5);
  border-bottom-color: hsla(0deg, 0%, 100%, 0.5);
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-left: -20px;
  margin-right: -20px;
  height: auto;
}

#mobile-menu .mm-navbar .mm-btn_prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  padding-top: 13px;
  padding-left: 35px;
  padding-bottom: 13px;
  min-height: 48px;
}

#mobile-menu .mm-navbar .mm-btn_prev:after {
  content: "Back";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.625rem;
  border: 0;
  width: 6px;
  height: 6px;
}

#mobile-menu .mm-navbar .mm-navbar__title {
  padding-top: 4px;
  padding-left: 20px;
  padding-bottom: 23px;
  min-height: 1.25em;
  font-size: 1.5rem;
  line-height: 1.25;
  white-space: normal;
}

#mobile-menu .mm-navbar .mm-navbar__title + .mm-btn {
  display: none;
}

#mobile-menu .mm-listview {
  padding-top: 20px;
}

#mobile-menu #mm-0 {
  font-size: 1.375rem;
}

#mobile-menu #mm-0 > .mm-navbar {
  display: none;
}

#mobile-menu #mm-0 .mm-btn_next:after {
  width: 9px;
  height: 9px;
  right: 31px;
}

#mobile-menu #mm-0 .mm-listview {
  border-top: 1px solid hsla(0deg, 0%, 100%, 0.5);
  padding-top: 0;
}

#mobile-menu #mm-0 .mm-listitem__text {
  line-height: 1.46;
}

#mobile-menu .mm-navbars_bottom {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

#mobile-menu .mm-navbars_bottom .mm-navbar {
  border-top: 1px solid hsla(0deg, 0%, 100%, 0.5);
  padding: 19px 20px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

#mobile-menu .mm-navbars_bottom .mm-navbar > span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 18px 20px 20px;
}

#mobile-menu .mm-navbars_bottom .mm-navbar .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

#mobile-menu .mm-navbars_bottom .mm-navbar .btns > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}

#mobile-menu.hide-bottom .mm-navbars_bottom {
  height: 0;
  max-height: 0;
}

#mobile-menu.hide-bottom .mm-panels {
  bottom: 0;
}

#mobile-menu .search-form {
  padding-top: 0;
  padding-bottom: 0;
}

#mobile-menu .search-form > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#buy-tickets #mobile-menu .search-form input, #mobile-menu .search-form #buy-tickets input, #mobile-menu .search-form .comment-form input[type=email], #mobile-menu .search-form .comment-form input[type=text], #mobile-menu .search-form .comment-form input[type=url], #mobile-menu .search-form .comment-form textarea, #mobile-menu .search-form .form-control, #mobile-menu .search-form .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), #mobile-menu .search-form .ginput_container textarea, #mobile-menu .search-form .search-field, #mobile-menu .search-form .woocommerce-cart .quantity input.qty, #mobile-menu .search-form .woocommerce form .form-row input.input-text, #mobile-menu .search-form .woocommerce form .form-row textarea, #mobile-menu .search-form input.hs-input, #mobile-menu .search-form textarea.hs-input, .comment-form #mobile-menu .search-form input[type=email], .comment-form #mobile-menu .search-form input[type=text], .comment-form #mobile-menu .search-form input[type=url], .comment-form #mobile-menu .search-form textarea, .ginput_container #mobile-menu .search-form input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container #mobile-menu .search-form textarea, .woocommerce-cart .quantity #mobile-menu .search-form input.qty, .woocommerce form .form-row #mobile-menu .search-form input.input-text, .woocommerce form .form-row #mobile-menu .search-form textarea {
  height: 44px;
  font-size: 0.875rem;
  padding-left: 10px;
}

#mobile-menu .search-form #wp-submit, #mobile-menu .search-form .btn, #mobile-menu .search-form .comment-form input[type=submit], #mobile-menu .search-form .gform_wrapper .gform_button, #mobile-menu .search-form .mepr-submit, #mobile-menu .search-form .search-submit, #mobile-menu .search-form .tribe-button, #mobile-menu .search-form .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form #mobile-menu .search-form input[type=submit], .gform_wrapper #mobile-menu .search-form .gform_button, .woocommerce-cart .wc-proceed-to-checkout #mobile-menu .search-form a.checkout-button {
  padding: 10px;
  min-width: 44px;
}

#mobile-menu .search-form #wp-submit [class*=fa-], #mobile-menu .search-form #wp-submit i, #mobile-menu .search-form .btn [class*=fa-], #mobile-menu .search-form .btn i, #mobile-menu .search-form .comment-form input[type=submit] [class*=fa-], #mobile-menu .search-form .comment-form input[type=submit] i, #mobile-menu .search-form .gform_wrapper .gform_button [class*=fa-], #mobile-menu .search-form .gform_wrapper .gform_button i, #mobile-menu .search-form .mepr-submit [class*=fa-], #mobile-menu .search-form .mepr-submit i, #mobile-menu .search-form .search-submit [class*=fa-], #mobile-menu .search-form .search-submit i, #mobile-menu .search-form .tribe-button [class*=fa-], #mobile-menu .search-form .tribe-button i, #mobile-menu .search-form .woocommerce-cart .wc-proceed-to-checkout a.checkout-button [class*=fa-], #mobile-menu .search-form .woocommerce-cart .wc-proceed-to-checkout a.checkout-button i, .comment-form #mobile-menu .search-form input[type=submit] [class*=fa-], .comment-form #mobile-menu .search-form input[type=submit] i, .gform_wrapper #mobile-menu .search-form .gform_button [class*=fa-], .gform_wrapper #mobile-menu .search-form .gform_button i, .woocommerce-cart .wc-proceed-to-checkout #mobile-menu .search-form a.checkout-button [class*=fa-], .woocommerce-cart .wc-proceed-to-checkout #mobile-menu .search-form a.checkout-button i {
  font-size: 1.125rem;
}

#footer {
  background-color: #082960;
  color: #fff;
  font-size: 14px;
  line-height: 1.714;
  font-weight: 400;
}

#footer a, #footer a:hover {
  text-decoration: none;
  color: inherit;
}

#footer a:hover {
  opacity: 0.75;
}

#footer .container {
  max-width: 1200px;
}

#footer .top {
  padding-top: 60px;
  padding-bottom: 23px;
}

#footer .footer-top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 46px;
}

#footer .footer-logo {
  width: 113px;
  height: 69px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9Ii0yNDkgMzYyLjcgMTEyLjcgNjkuMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMjQ5IDM2Mi43IDExMi43IDY5LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDpub25lO30KCS5zdDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30KPC9zdHlsZT4KPGcgaWQ9Ikdyb3VwXzE2X0NvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjMyNSAtMC4zNSkiPgoJPGcgaWQ9Ikdyb3VwXzciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI5LjM0OSkiPgoJCTxwYXRoIGlkPSJGaWxsXzEiIGNsYXNzPSJzdDAiIGQ9Ik0tMTk3LjQsMzg0LjljMS4zLTEuNiwyLjQtMy40LDIuNC01LjJzLTEuMS0zLjYtMi40LTUuMmMtMTEuMS0xMy41LTMxLTE1LjQtNDQuNS00LjQKCQkJYy0xLjYsMS4zLTMuMSwyLjgtNC40LDQuNGMtMS4zLDEuNi0yLjQsMy40LTIuNCw1LjJzMS4xLDMuNiwyLjQsNS4yYzUuMiw2LjMsMTIuNiwxMC40LDIwLjgsMTEuM3YtMS43Yy04LjEtMi0xMy4xLTEwLjItMTEtMTguNAoJCQljMi04LjEsMTAuMi0xMy4xLDE4LjQtMTFjOC4xLDIsMTMuMSwxMC4yLDExLDE4LjRjLTEuNCw1LjQtNS42LDkuNy0xMSwxMXYxLjdDLTIxMCwzOTUuMy0yMDIuNiwzOTEuMi0xOTcuNCwzODQuOSIvPgoJCTxwYXRoIGlkPSJGaWxsXzMiIGNsYXNzPSJzdDAiIGQ9Ik0tMjEzLjUsMzc5LjhjMC00LjYtMy44LTguMy04LjQtOC4zYy00LjYsMC04LjMsMy44LTguMyw4LjRjMCw0LjYsMy43LDguMyw4LjMsOC4zCgkJCUMtMjE3LjIsMzg4LjEtMjEzLjUsMzg0LjQtMjEzLjUsMzc5LjgiLz4KCQk8cGF0aCBpZD0iRmlsbF81IiBjbGFzcz0ic3QwIiBkPSJNLTE4NC40LDQzMS42aC03LjNWNDI2YzMtMy40LDQuNy03LjgsNC42LTEyLjNjMC4xLTQuNS0xLjYtOC44LTQuNi0xMnYtNS40aDExLjcKCQkJYzguNiwwLDEzLDMuMSwxMyw5LjJjMC4xLDIuMS0wLjcsNC4xLTIsNS43Yy0xLjUsMS42LTMuNCwyLjctNS42LDMuMWMyLjcsMSwzLjYsMyw0LjYsNS42bDQuNiwxMS44aC03LjZsLTMuNy0xMC4yCgkJCWMtMS4xLTMuMS0yLjYtNC02LjEtNGgtMS43VjQzMS42TC0xODQuNCw0MzEuNnogTS0xODQuNCw0MDEuNnYxMC4xaDMuNGMxLjgsMC4xLDMuNS0wLjQsNC45LTEuM2MxLjEtMC45LDEuOC0yLjMsMS43LTMuNwoJCQljMC4xLTEuNS0wLjUtMi45LTEuOC0zLjhjLTEuMi0wLjgtMi45LTEuMi01LjQtMS4yTC0xODQuNCw0MDEuNnoiLz4KCTwvZz4KCTxnIGlkPSJHcm91cF8xMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzMi40NzQpIj4KCQk8cGF0aCBpZD0iQ2xpcF85LTIiIGNsYXNzPSJzdDEiIGQ9Ik0tMjQ4LjcsMzYyLjloMjguMXYzN2gtMjguMVYzNjIuOXoiLz4KCQk8Zz4KCQkJPGRlZnM+CgkJCQk8cmVjdCBpZD0iU1ZHSURfMV8iIHg9Ii0yNDguNyIgeT0iMzYyLjkiIHdpZHRoPSIyOC4xIiBoZWlnaHQ9IjM3Ii8+CgkJCTwvZGVmcz4KCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPgoJCQk8L2NsaXBQYXRoPgoJCQk8ZyBpZD0iR3JvdXBfMTAtMiIgY2xhc3M9InN0MiI+CgkJCQk8cGF0aCBpZD0iRmlsbF84IiBjbGFzcz0ic3QwIiBkPSJNLTIyMC41LDM3MC44Yy0yLjYtMS01LjMtMi04LjItMmMtNy44LDAtMTIuMyw1LjUtMTIuMywxMi45YzAsNi43LDQuNSwxMi40LDEyLjYsMTIuNAoJCQkJCWMyLjYsMCw1LjItMS4yLDcuOS0ydjYuMmMtMy4xLDAuOC01LjQsMS43LTguNSwxLjdjLTEyLjUsMC0xOS42LTcuMy0xOS42LTE4LjJjMC0xMC45LDcuNC0xOC43LDE5LjItMTguNwoJCQkJCWMzLjYsMCw2LjMsMS4xLDguOSwxLjdWMzcwLjh6Ii8+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cgk8ZyBpZD0iR3JvdXBfMTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM1LjA3NiAzMy4xOTYpIj4KCQk8cGF0aCBpZD0iRmlsbF8xMSIgY2xhc3M9InN0MCIgZD0iTS0yMjMuOSwzOTguNHYtMzUuNWgtNy40djUuNGgtMTcuN3Y4LjZoMTR2Ni40aC0xNHY5LjFoMTcuN3Y1LjlMLTIyMy45LDM5OC40eiIvPgoJCTxwYXRoIGlkPSJGaWxsXzEzIiBjbGFzcz0ic3QwIiBkPSJNLTIxNi42LDM5Mi41aDMuN2M3LjYsMCwxMi44LTQuNCwxMi44LTEyLjFjMC03LjctNC44LTEyLjEtMTIuOC0xMi4xaC0zLjdWMzkyLjV6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat;
  background-size: 113px 69px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  margin: -16px 65px 0 0;
}

#footer .footer-logo a {
  display: block;
  height: 100%;
}

#footer .footer-contacts-box {
  max-width: 190px;
  margin-left: auto;
}

#footer .footer-contacts-box h4, #footer .footer-contacts-box h5 {
  color: #fff;
}

#footer address {
  margin: 0 0 21px;
}

#footer address span {
  display: block;
}

#footer .footer-phones {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .bottom {
  border-top: 1px solid hsla(0deg, 0%, 85%, 0.3);
  padding-top: 30px;
  padding-bottom: 83px;
}

#footer .bottom a {
  color: inherit;
  text-decoration: none;
}

#footer .bottom a:hover {
  text-decoration: underline;
  color: inherit;
  opacity: 1;
}

#footer .bottom p {
  margin: 0;
}

#footer .bottom p a {
  color: inherit;
  text-decoration: underline;
}

#footer .bottom p a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 1;
}

@media (max-width: 991.98px) {
  #footer {
    font-size: 13px;
    line-height: 1.846;
  }
  #footer .container {
    max-width: 730px;
  }
  #footer .top {
    padding-top: 60px;
    padding-bottom: 38px;
  }
  #footer .footer-top-block {
    padding-bottom: 50px;
  }
  #footer .footer-logo {
    width: 76px;
    height: 47px;
    background-size: 76px 47px;
    margin: -3px 46px 0 0;
  }
  #footer .footer-contacts-box {
    max-width: none;
    margin-left: 0;
    line-height: 1.692;
  }
  #footer address {
    margin: 0 0 21px;
  }
  #footer .bottom {
    padding-top: 22px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767.98px) {
  #footer {
    font-size: 12px;
    line-height: 2;
  }
  #footer .container {
    max-width: none;
  }
  #footer .top {
    padding-top: 23px;
    padding-bottom: 27px;
  }
  #footer .footer-top-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 32px;
  }
  #footer .footer-logo {
    width: 58px;
    height: 36px;
    background-size: 58px 36px;
    margin: -10px 15px 0 10px;
  }
  #footer .footer-contacts-box {
    font-size: 14px;
    line-height: 1.714;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -10px;
  }
  #footer address {
    padding: 0 10px;
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin: 0;
  }
  #footer .footer-phones {
    padding: 0 10px;
    max-width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    text-align: right;
  }
  #footer .bottom {
    padding-top: 20px;
    padding-bottom: 29px;
    text-align: center;
  }
  #footer .bottom p {
    margin-bottom: 8px;
  }
}
.found-posts-container {
  padding: 30px;
  background-color: #eee;
  text-align: center;
  font-size: 40px;
  color: #1a4fa6;
  font-weight: 500;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .found-posts-container {
    font-size: 26px;
  }
}
.found-posts-container p {
  margin-bottom: 0;
}

.search-post {
  margin-bottom: 40px;
}

.search-post p {
  max-height: 22px;
  overflow: hidden;
}

body#tinymce {
  margin: 12px !important;
}

.keep-updated {
  background-color: #f6f6f6;
}

.keep-updated .container {
  padding-top: 120px;
  padding-bottom: 136px;
}

@media (max-width: 1199.98px) {
  .keep-updated .container {
    padding-top: 83px;
    padding-bottom: 96px;
  }
}
@media (max-width: 767.98px) {
  .keep-updated .container {
    padding-top: 53px;
    padding-bottom: 51px;
  }
}
.social-carousel {
  position: relative;
  padding: 95px 15px 0;
}

.social-carousel .slick-list {
  overflow: visible;
}

.social-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.social-carousel .slick-slide {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  height: auto;
}

.social-carousel .slick-slide:focus {
  outline: none;
}

.social-carousel .slick-slide .slide-holder, .social-carousel .slick-slide .social-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.social-carousel .slick-slide:hover .social-item {
  top: -30px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), inset 0 0 0 1px #e1e1e1;
}

@media (max-width: 1199.98px) {
  .social-carousel {
    padding-top: 29px;
    max-width: 512px;
    margin: 0 auto;
  }
  .social-carousel .slick-slide:hover .social-item {
    top: -13px;
  }
}
@media (max-width: 767.98px) {
  .social-carousel {
    margin: 0 -15px;
    padding: 0;
  }
  .social-carousel .slick-list {
    overflow: hidden;
  }
  .social-carousel .slick-track {
    display: block;
  }
  .social-carousel .slick-slide {
    margin: 0 15px;
    display: block;
    float: left;
  }
  .social-carousel .slick-slide:hover .social-item {
    top: auto;
  }
}
.testimonials-section {
  background-color: #1a4fa6;
  color: #fff;
}

.testimonials-section .container {
  padding-top: 92px;
  padding-bottom: 51px;
}

.testimonials-section .container-md {
  max-width: 1130px;
}

@media (max-width: 991.98px) {
  .testimonials-section .container {
    padding-top: 53px;
    padding-bottom: 28px;
    max-width: 730px;
  }
}
@media (max-width: 767.98px) {
  .testimonials-section .container {
    padding-top: 34px;
    padding-bottom: 16px;
    max-width: none;
  }
}
.testimonials-carousel {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.testimonials-carousel .slick-slide:focus {
  outline: none;
}

.testimonials-carousel .slick-dots {
  padding-top: 39px;
}

.testimonials-carousel .slick-dots button {
  background-color: hsla(0deg, 0%, 100%, 0.3);
}

.testimonials-carousel .slick-dots .slick-active button, .testimonials-carousel .slick-dots button:hover {
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .testimonials-carousel .slick-dots {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 29px;
  }
  .testimonials-carousel .slick-dots > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonials-carousel .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 6px;
  }
  .testimonials-carousel .slick-dots .slick-active button {
    width: 20px;
  }
}
@media (max-width: 767.98px) {
  .testimonials-carousel .slick-dots {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 19px;
  }
  .testimonials-carousel .slick-dots > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .testimonials-carousel .slick-dots button {
    width: 5px;
    height: 5px;
    border-radius: 4px;
  }
  .testimonials-carousel .slick-dots .slick-active button {
    width: 10px;
  }
}
.testimonial {
  margin: 0;
  text-align: center;
  color: inherit;
}

.testimonial q {
  display: block;
  padding-bottom: 36px;
  font-size: 34px;
  line-height: 1.235;
  font-weight: 300;
  font-style: italic;
  quotes: none;
}

.testimonial q:after, .testimonial q:before {
  content: '"';
}

.testimonial cite {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  font-style: normal;
}

.testimonial cite strong {
  font-weight: 700;
}

.testimonial cite .name-row {
  display: block;
  padding-bottom: 21px;
}

.testimonial cite .logo-row {
  display: block;
  position: relative;
  overflow: hidden;
  height: 39px;
}

.testimonial cite .logo-row img {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 991.98px) {
  .testimonial q {
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 1.25;
  }
  .testimonial cite .name-row {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .testimonial q {
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 1.5;
  }
  .testimonial cite {
    font-size: 14px;
  }
  .testimonial cite .name-row {
    padding-bottom: 19px;
  }
  .testimonial cite .logo-row {
    height: 29px;
  }
}
.intro-section {
  background-color: #fff;
}

.intro-section.bg-gray {
  background-color: hsla(0deg, 0%, 51%, 0.07);
}

.intro-section .container {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1142px;
}

.intro-section .heading {
  padding-bottom: 50px;
}

.intro-section .heading .gform_title, .intro-section .heading h1, .intro-section .heading h2 {
  max-width: 700px;
  margin: 0 auto 47px;
}

.intro-section .heading + .cards-carousel {
  margin-top: -40px;
}

@media (max-width: 991.98px) {
  .intro-section .container {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 730px;
  }
  .intro-section .heading {
    padding-bottom: 41px;
  }
  .intro-section .heading .gform_title, .intro-section .heading h1, .intro-section .heading h2 {
    margin-bottom: 21px;
  }
  .intro-section .heading + .cards-carousel {
    margin-top: -20px;
  }
}
@media (max-width: 767.98px) {
  .intro-section .container {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: none;
  }
  .intro-section .heading {
    padding-bottom: 37px;
  }
  .intro-section .heading .gform_title, .intro-section .heading h1, .intro-section .heading h2 {
    margin-bottom: 19px;
    line-height: 1.25;
  }
  .intro-section .heading + .cards-carousel {
    margin-top: 0;
  }
}
.cards-group {
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cards-group, .cards-group > .cards-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards-group > .cards-group-item {
  padding: 15px;
}

.cards-group > .cards-group-item .info-card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cards-group.cards-carousel, .cards-group.image-cards-carousel {
  display: block;
}

@media (max-width: 1199.98px) {
  .cards-group {
    margin-left: -5px;
    margin-right: -5px;
  }
  .cards-group > .cards-group-item {
    padding: 5px;
  }
}
@media (max-width: 991.98px) {
  .cards-group {
    margin: 0 auto;
    max-width: 608px;
  }
  .cards-group > .cards-group-item {
    padding: 15px;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .cards-group > .cards-group-item:hover .info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .cards-group {
    margin: 0;
    max-width: none;
    display: block;
  }
  .cards-group > .cards-group-item {
    padding: 0;
    max-width: none;
    display: block;
  }
  .cards-group > .cards-group-item .info-card, .cards-group > .cards-group-item:hover .info-card {
    display: block;
  }
}
.cards-carousel {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.cards-carousel .slick-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cards-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cards-carousel .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  height: auto;
}

.cards-carousel .slick-slide:focus {
  outline: none;
}

.cards-carousel .slick-slide .cards-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards-carousel .slick-slide .cards-group-item .info-card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards-carousel .slick-slide .cards-group-item:hover .info-card {
  display: block;
}

.cards-carousel .slick-slide .slide-frame, .cards-carousel .slick-slide .slide-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards-carousel .slide {
  padding: 0 15px;
}

.cards-carousel .slick-dots {
  padding-top: 20px;
}

@media (max-width: 1199.98px) {
  .cards-carousel .slide {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991.98px) {
  .cards-carousel .slick-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cards-carousel .slick-slide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cards-carousel .slick-slide > div {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cards-carousel .slick-slide > div .slide-frame {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 15px;
  }
  .cards-carousel .slick-slide .cards-group-item:hover .info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.recent-insights-section {
  background-color: #f6f6f6;
}

.recent-insights-section .container {
  padding-top: 100px;
  padding-bottom: 161px;
}

.recent-insights-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 81px 15px 0;
}

.recent-insights-items .recent-insights-item {
  padding: 0 15px;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.recent-insights-items .recent-insights-item, .recent-insights-items .recent-insights-item .recent-insights-item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recent-insights-items .recent-insights-item .recent-insights-item-holder:hover .social-item {
  top: -30px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), inset 0 0 0 1px #e1e1e1;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), inset 0 0 0 1px #e1e1e1;
}

@media (max-width: 1199.98px) {
  .recent-insights-items {
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .recent-insights-items .recent-insights-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.image-cards-section {
  background-color: #f6f6f6;
}

.image-cards-section .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 991.98px) {
  .image-cards-section .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .image-cards-section .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.image-cards-carousel {
  position: relative;
  padding: 0 30px;
  font-size: 0;
  line-height: 0;
}

.image-cards-carousel .slick-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-cards-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.image-cards-carousel .slick-track:after, .image-cards-carousel .slick-track:before {
  display: none;
}

.image-cards-carousel .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  height: auto;
  width: 100%;
}

.image-cards-carousel .slick-slide:focus {
  outline: none;
}

.image-cards-carousel .slick-slide .cards-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.image-cards-carousel .slick-slide .cards-group-item .info-card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.image-cards-carousel .slick-slide .cards-group-item:hover .info-card {
  display: block;
}

.image-cards-carousel .slide {
  padding: 0 15px;
}

.image-cards-carousel .slick-dots {
  padding-top: 42px;
}

@media (max-width: 991.98px) {
  .image-cards-carousel.cards-group {
    max-width: none;
    margin: 0 -14px;
    padding: 0;
  }
  .image-cards-carousel .slick-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .image-cards-carousel .slick-slide .cards-group-item:hover .info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .image-cards-carousel .info-card .info-card-desc {
    padding: 15px 17px 50px;
  }
  .image-cards-carousel .info-card .info-card-desc h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .image-cards-carousel .info-card .info-card-desc h3.heading-wrap {
    max-height: 48px;
  }
  .image-cards-carousel .info-card .info-card-desc .link-row {
    padding: 0 17px 16px;
  }
  .image-cards-carousel .slick-dots {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 6px;
  }
  .image-cards-carousel .slick-dots > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .image-cards-carousel .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 6px;
  }
  .image-cards-carousel .slick-dots .slick-active button {
    width: 20px;
  }
}
@media (max-width: 767.98px) {
  .image-cards-carousel .info-card .info-card-desc {
    padding: 0;
  }
  .image-cards-carousel .info-card .info-card-desc .info-card-collapse {
    max-height: none;
    overflow: visible;
  }
  .image-cards-carousel .info-card .info-card-desc .link-row {
    padding: 8px 0 0;
  }
}
.icon-cards-section {
  background-color: #fff;
}

.icon-cards-section.bg-gray {
  background-color: hsla(0deg, 0%, 51%, 0.07);
}

.icon-cards-section .container {
  padding-top: 82px;
  padding-bottom: 50px;
}

.icon-cards-section .icon-card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 991.98px) {
  .icon-cards-section .container {
    padding-top: 50px;
    padding-bottom: 43px;
  }
}
@media (max-width: 767.98px) {
  .icon-cards-section .container {
    padding-top: 30px;
    padding-bottom: 41px;
  }
}
.contacts-info-section {
  background-color: #f6f6f6;
}

.contacts-info-section .container {
  padding-top: 102px;
  padding-bottom: 72px;
}

.contacts-info-section .contacts-card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 991.98px) {
  .contacts-info-section .container {
    padding-top: 61px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .contacts-info-section {
    background-color: #fff;
  }
  .contacts-info-section .container {
    padding-top: 40px;
    padding-bottom: 44px;
  }
}
.posts-section {
  background-color: #fff;
}

.posts-section .container {
  padding-top: 168px;
  padding-bottom: 159px;
}

@media (max-width: 991.98px) {
  .posts-section .container {
    padding-top: 72px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .posts-section .container {
    padding-top: 15px;
    padding-bottom: 39px;
  }
}
.posts-carousel {
  position: relative;
  margin: 0 -15px;
  font-size: 0;
  line-height: 0;
}

.posts-carousel:not(.slick-initialized) {
  opacity: 0;
  max-height: 443px;
}

.posts-carousel .slick-list {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.posts-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.posts-carousel .slick-track:after, .posts-carousel .slick-track:before {
  display: none;
}

.posts-carousel .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  height: auto;
}

.posts-carousel .slick-slide:focus {
  outline: none;
}

.posts-carousel .slick-slide .post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.posts-carousel .slide {
  padding: 0 15px;
}

.posts-carousel .slide:not(.post-slide-item) {
  display: none;
}

.posts-carousel .info-card .info-card-desc {
  padding: 27px 20px 58px 30px;
}

.posts-carousel .info-card .info-card-desc h3 {
  line-height: 1.091;
}

.posts-carousel .info-card .info-card-desc .link-row {
  padding: 0 30px 20px;
}

@media (max-width: 1199.98px) {
  .posts-carousel .info-card .info-card-desc, .posts-carousel .info-card .info-card-desc .link-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .posts-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .posts-carousel:not(.slick-initialized) {
    opacity: 1;
    max-height: none;
  }
  .posts-carousel .slide {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  .posts-carousel .info-card {
    margin-bottom: 26px;
  }
  .posts-carousel .info-card .info-card-desc {
    padding: 21px 10px 41px 20px;
  }
  .posts-carousel .info-card .info-card-desc .link-row {
    padding: 0 20px 12px;
  }
}
@media (max-width: 767.98px) {
  .posts-carousel {
    display: block;
  }
  .posts-carousel .slide {
    max-width: none;
  }
  .posts-carousel .info-card {
    margin-bottom: 24px;
  }
  .posts-carousel .info-card .info-card-body {
    padding: 17px 20px 15px;
  }
  .posts-carousel .info-card .info-card-image {
    max-width: 41%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    margin: 2px 20px 0 0;
  }
  .posts-carousel .info-card .info-card-desc {
    padding: 0;
  }
  .posts-carousel .info-card .info-card-desc h3 {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .posts-carousel .info-card .info-card-desc .link-row {
    padding: 10px 0 0;
  }
}
@media (max-width: 374.98px) {
  .posts-carousel .info-card .info-card-image {
    max-width: 35%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    margin-right: 15px;
  }
}
.blog-landing {
  background-color: #f6f6f6;
}

.blog-landing .container {
  padding-top: 82px;
  padding-bottom: 100px;
}

.blog-landing .blog-heading {
  padding-bottom: 50px;
}

.blog-landing .blog-heading .gform_title, .blog-landing .blog-heading h1 {
  margin-bottom: 20px;
}

.blog-landing .blog-heading p {
  margin: 0;
}

.blog-landing .blog-heading .category-form {
  margin-bottom: 6px;
}

@media (max-width: 991.98px) {
  .blog-landing .container {
    padding-top: 51px;
    padding-bottom: 53px;
  }
  .blog-landing .blog-heading {
    padding-bottom: 60px;
  }
  .blog-landing .blog-heading .gform_title, .blog-landing .blog-heading h1 {
    margin-bottom: 33px;
    font-size: 52px;
  }
  .blog-landing .blog-heading p {
    margin-bottom: 29px;
  }
  .blog-landing .blog-heading .category-form {
    margin-bottom: 0;
  }
  .blog-landing .bottom-btn-section {
    padding-top: 0;
  }
  .blog-landing .bottom-btn-section #wp-submit, .blog-landing .bottom-btn-section .btn, .blog-landing .bottom-btn-section .comment-form input[type=submit], .blog-landing .bottom-btn-section .gform_wrapper .gform_button, .blog-landing .bottom-btn-section .mepr-submit, .blog-landing .bottom-btn-section .search-form .search-submit, .blog-landing .bottom-btn-section .tribe-button, .blog-landing .bottom-btn-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form .blog-landing .bottom-btn-section input[type=submit], .gform_wrapper .blog-landing .bottom-btn-section .gform_button, .search-form .blog-landing .bottom-btn-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .blog-landing .bottom-btn-section a.checkout-button {
    min-width: 160px;
  }
}
@media (max-width: 767.98px) {
  .blog-landing .container {
    padding-top: 30px;
    padding-bottom: 72px;
  }
  .blog-landing .blog-heading {
    padding-bottom: 41px;
    font-size: 14px;
    line-height: 1.571;
  }
  .blog-landing .blog-heading .gform_title, .blog-landing .blog-heading h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .blog-landing .blog-heading p {
    margin-bottom: 27px;
  }
  .blog-landing .bottom-btn-section {
    padding-top: 20px;
  }
  .blog-landing .bottom-btn-section #wp-submit, .blog-landing .bottom-btn-section .btn, .blog-landing .bottom-btn-section .comment-form input[type=submit], .blog-landing .bottom-btn-section .gform_wrapper .gform_button, .blog-landing .bottom-btn-section .mepr-submit, .blog-landing .bottom-btn-section .search-form .search-submit, .blog-landing .bottom-btn-section .tribe-button, .blog-landing .bottom-btn-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form .blog-landing .bottom-btn-section input[type=submit], .gform_wrapper .blog-landing .bottom-btn-section .gform_button, .search-form .blog-landing .bottom-btn-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .blog-landing .bottom-btn-section a.checkout-button {
    min-width: 140px;
  }
}
.blog-landing.search-results {
  background-color: #fff;
}

.blog-landing.search-results .hs_search .input-group {
  max-width: 340px;
}

.blog-posts-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-posts-list, .blog-posts-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-posts-list > li {
  padding: 0 15px;
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.blog-posts-list > li .info-card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.blog-posts-list > li .info-card .info-card-body {
  min-height: 545px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.blog-posts-list > li .info-card .info-card-desc {
  padding: 37px 39px 60px;
}

.blog-posts-list > li .info-card .info-card-desc h3 {
  margin-bottom: 12px;
}

.blog-posts-list > li .info-card .info-card-desc .link-row {
  padding: 0 39px 25px;
}

.blog-posts-list > li .info-card:hover .info-card-body {
  top: auto;
}

.blog-posts-list > li .info-card:hover .info-card-desc {
  margin-top: 0;
}

@media (max-width: 1199.98px) {
  .blog-posts-list > li .info-card .info-card-desc, .blog-posts-list > li .info-card .info-card-desc .link-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .blog-posts-list > li .info-card .info-card-body {
    min-height: 300px;
  }
  .blog-posts-list > li .info-card .info-card-desc {
    padding: 17px 17px 66px;
  }
  .blog-posts-list > li .info-card .info-card-desc h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.2;
  }
  .blog-posts-list > li .info-card .info-card-desc h3.heading-wrap {
    max-height: 72px;
  }
  .blog-posts-list > li .info-card .info-card-desc .link-row {
    padding: 0 17px 30px;
  }
}
@media (max-width: 767.98px) {
  .blog-posts-list > li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .blog-posts-list > li .info-card {
    margin-bottom: 20px;
  }
  .blog-posts-list > li .info-card .info-card-image {
    max-width: 42%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    margin: -4px 15px 0 0;
  }
  .blog-posts-list > li .info-card .info-card-body {
    min-height: 0;
    padding: 23px 19px 24px;
  }
  .blog-posts-list > li .info-card .info-card-desc {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-posts-list > li .info-card .info-card-desc > * {
    width: 100%;
  }
  .blog-posts-list > li .info-card .info-card-desc .info-card-desc-holder {
    margin-bottom: -2px;
  }
  .blog-posts-list > li .info-card .info-card-desc h3 {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.176;
  }
  .blog-posts-list > li .info-card .info-card-desc h3.heading-wrap {
    max-height: 60px;
  }
  .blog-posts-list > li .info-card .info-card-desc .link-row {
    padding: 0;
    margin-top: auto;
  }
}
.related-section {
  background-color: #f6f6f6;
}

.related-section .container {
  padding-top: 75px;
  padding-bottom: 70px;
}

.related-section h2 {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .related-section .container {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .related-section h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .related-section .container {
    padding-top: 52px;
    padding-bottom: 30px;
  }
  .related-section h2 {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.careers-section, .careers-section .person-detail {
  background-color: #f6f6f6;
}

.careers-section .person-detail .container {
  padding-top: 0;
}

.careers-section .container {
  padding-bottom: 70px;
}

.careers-section .career-card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 991.98px) {
  .careers-section .container {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .careers-section .container {
    padding-bottom: 10px;
  }
}
.team-section {
  background-color: #fff;
}

.team-section .container {
  padding-top: 160px;
  padding-bottom: 171px;
}

.team-section .heading {
  padding-bottom: 57px;
}

@media (max-width: 991.98px) {
  .team-section .container {
    padding-top: 63px;
    padding-bottom: 40px;
  }
  .team-section .heading {
    padding-bottom: 44px;
  }
  .team-section .heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .team-section .container {
    padding-top: 52px;
    padding-bottom: 32px;
  }
  .team-section .heading {
    padding-bottom: 25px;
  }
  .team-section .heading h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.team-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-list, .team-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-list > li {
  padding: 0 15px;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

@media (max-width: 991.98px) {
  .team-list > li {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .team-list > li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.person-detail {
  background-color: #fff;
}

.person-detail .person {
  margin-bottom: 5rem;
}

.person-detail .container {
  padding-top: 159px;
  padding-bottom: 181px;
}

.person-detail .photo {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.16);
}

.person-detail .photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.person-detail h2 {
  margin-bottom: 19px;
}

.person-detail h3 {
  margin-bottom: 4px;
}

.person-detail p {
  margin-bottom: 18px;
}

.person-detail .bottom {
  padding-top: 14px;
}

.person-detail .bottom .contacts-group {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991.98px) {
  .person-detail .container {
    padding-top: 57px;
    padding-bottom: 68px;
  }
  .person-detail .photo {
    margin-top: -37px;
  }
  .person-detail h2 {
    margin-bottom: 15px;
    line-height: 1.235;
  }
  .person-detail .bottom {
    padding-top: 11px;
  }
  .person-detail .bottom .contacts-group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 27px;
  }
}
@media (max-width: 767.98px) {
  .person-detail {
    font-size: 14px;
    line-height: 1.571;
  }
  .person-detail .container {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .person-detail .photo {
    margin: 0 -20px 55px;
  }
  .person-detail h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .person-detail h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .person-detail .bottom {
    padding-top: 10px;
  }
  .person-detail .bottom .contacts-group {
    padding-bottom: 20px;
  }
}
@media (max-width: 374.98px) {
  .person-detail .photo {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.people-area {
  background-color: #f6f6f6;
}

.people-area .container {
  padding-top: 16px;
  padding-bottom: 143px;
}

.people-area .people-heading {
  padding-bottom: 53px;
}

.people-area .people-heading .btns-group {
  margin-top: -7px;
}

.comment-form .people-area .people-heading input[type=submit], .gform_wrapper .people-area .people-heading .gform_button, .people-area .people-heading #wp-submit, .people-area .people-heading .btn, .people-area .people-heading .comment-form input[type=submit], .people-area .people-heading .gform_wrapper .gform_button, .people-area .people-heading .mepr-submit, .people-area .people-heading .search-form .search-submit, .people-area .people-heading .tribe-button, .people-area .people-heading .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .people-area .people-heading .search-submit, .woocommerce-cart .wc-proceed-to-checkout .people-area .people-heading a.checkout-button {
  padding-left: 17px;
  padding-right: 17px;
}

.comment-form .people-area .people-heading input.btn-danger[type=submit], .gform_wrapper .people-area .people-heading #wp-submit.gform_button, .gform_wrapper .people-area .people-heading .gform_button, .people-area .people-heading .btn-danger#wp-submit, .people-area .people-heading .btn-danger.mepr-submit, .people-area .people-heading .btn-danger.tribe-button, .people-area .people-heading .btn.btn-danger, .people-area .people-heading .comment-form input.btn-danger[type=submit], .people-area .people-heading .gform_wrapper #wp-submit.gform_button, .people-area .people-heading .gform_wrapper .gform_button, .people-area .people-heading .search-form .btn-danger.search-submit, .people-area .people-heading .woocommerce-cart .wc-proceed-to-checkout a.btn-danger.checkout-button, .search-form .people-area .people-heading .btn-danger.search-submit, .woocommerce-cart .wc-proceed-to-checkout .people-area .people-heading a.btn-danger.checkout-button {
  padding-left: 30px;
  padding-right: 30px;
}

.people-area .people-heading .hs-search {
  width: 350px;
}

.people-area .people-heading .hs-search.normal {
  width: 100%;
}

.people-area .people-heading .hs-search .input-group .input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#buy-tickets .people-area .people-heading .hs-search .input-group .input input, .people-area .people-heading .hs-search .input-group .input #buy-tickets input, .people-area .people-heading .hs-search .input-group .input .hs-input, .people-area .people-heading .hs-search .input-group .input .woocommerce-cart .quantity input.qty, .people-area .people-heading .hs-search .input-group .input .woocommerce form .form-row input.input-text, .people-area .people-heading .hs-search .input-group .input .woocommerce form .form-row textarea, .woocommerce-cart .quantity .people-area .people-heading .hs-search .input-group .input input.qty, .woocommerce form .form-row .people-area .people-heading .hs-search .input-group .input input.input-text, .woocommerce form .form-row .people-area .people-heading .hs-search .input-group .input textarea {
  height: 45px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.people-area .people-heading .hs-search .input-group .hs-submit {
  max-width: 45px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
}

.comment-form .people-area .people-heading .hs-search .input-group .hs-submit input[type=submit], .gform_wrapper .people-area .people-heading .hs-search .input-group .hs-submit .gform_button, .people-area .people-heading .hs-search .input-group .hs-submit #wp-submit, .people-area .people-heading .hs-search .input-group .hs-submit .btn, .people-area .people-heading .hs-search .input-group .hs-submit .comment-form input[type=submit], .people-area .people-heading .hs-search .input-group .hs-submit .gform_wrapper .gform_button, .people-area .people-heading .hs-search .input-group .hs-submit .mepr-submit, .people-area .people-heading .hs-search .input-group .hs-submit .search-form .search-submit, .people-area .people-heading .hs-search .input-group .hs-submit .tribe-button, .people-area .people-heading .hs-search .input-group .hs-submit .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .people-area .people-heading .hs-search .input-group .hs-submit .search-submit, .woocommerce-cart .wc-proceed-to-checkout .people-area .people-heading .hs-search .input-group .hs-submit a.checkout-button {
  min-width: 45px;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comment-form .people-area .people-heading .hs-search .input-group .hs-submit input[type=submit]:before, .gform_wrapper .people-area .people-heading .hs-search .input-group .hs-submit .gform_button:before, .people-area .people-heading .hs-search .input-group .hs-submit #wp-submit:before, .people-area .people-heading .hs-search .input-group .hs-submit .btn:before, .people-area .people-heading .hs-search .input-group .hs-submit .comment-form input[type=submit]:before, .people-area .people-heading .hs-search .input-group .hs-submit .gform_wrapper .gform_button:before, .people-area .people-heading .hs-search .input-group .hs-submit .mepr-submit:before, .people-area .people-heading .hs-search .input-group .hs-submit .search-form .search-submit:before, .people-area .people-heading .hs-search .input-group .hs-submit .tribe-button:before, .people-area .people-heading .hs-search .input-group .hs-submit .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before, .search-form .people-area .people-heading .hs-search .input-group .hs-submit .search-submit:before, .woocommerce-cart .wc-proceed-to-checkout .people-area .people-heading .hs-search .input-group .hs-submit a.checkout-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  content: "\f002";
  font-weight: 900;
  font-size: 1.5rem;
  font-family: Font Awesome\ 5 Free;
}

@media (max-width: 991.98px) {
  .comment-form .people-area .people-heading .hs-search .input-group .hs-submit input[type=submit]:before, .gform_wrapper .people-area .people-heading .hs-search .input-group .hs-submit .gform_button:before, .people-area .people-heading .hs-search .input-group .hs-submit #wp-submit:before, .people-area .people-heading .hs-search .input-group .hs-submit .btn:before, .people-area .people-heading .hs-search .input-group .hs-submit .comment-form input[type=submit]:before, .people-area .people-heading .hs-search .input-group .hs-submit .gform_wrapper .gform_button:before, .people-area .people-heading .hs-search .input-group .hs-submit .mepr-submit:before, .people-area .people-heading .hs-search .input-group .hs-submit .search-form .search-submit:before, .people-area .people-heading .hs-search .input-group .hs-submit .tribe-button:before, .people-area .people-heading .hs-search .input-group .hs-submit .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before, .search-form .people-area .people-heading .hs-search .input-group .hs-submit .search-submit:before, .woocommerce-cart .wc-proceed-to-checkout .people-area .people-heading .hs-search .input-group .hs-submit a.checkout-button:before {
    font-size: 1.125rem;
  }
}
.people-area .people-heading .category-form {
  width: 347px;
}

@media (max-width: 991.98px) {
  .people-area .container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .people-area .people-heading .category-form, .people-area .people-heading .hs-search {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .people-area .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .people-area .people-heading {
    padding-bottom: 30px;
  }
  .people-area .people-heading .btns-group {
    margin-top: 0;
    padding-bottom: 10px;
  }
  .comment-form .people-area .people-heading input.btn-danger[type=submit], .comment-form .people-area .people-heading input[type=submit], .gform_wrapper .people-area .people-heading #wp-submit.gform_button, .gform_wrapper .people-area .people-heading .gform_button, .people-area .people-heading #wp-submit, .people-area .people-heading .btn, .people-area .people-heading .btn-danger#wp-submit, .people-area .people-heading .btn-danger.mepr-submit, .people-area .people-heading .btn-danger.tribe-button, .people-area .people-heading .btn.btn-danger, .people-area .people-heading .comment-form input.btn-danger[type=submit], .people-area .people-heading .comment-form input[type=submit], .people-area .people-heading .gform_wrapper #wp-submit.gform_button, .people-area .people-heading .gform_wrapper .gform_button, .people-area .people-heading .mepr-submit, .people-area .people-heading .search-form .btn-danger.search-submit, .people-area .people-heading .search-form .search-submit, .people-area .people-heading .tribe-button, .people-area .people-heading .woocommerce-cart .wc-proceed-to-checkout a.btn-danger.checkout-button, .people-area .people-heading .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .people-area .people-heading .btn-danger.search-submit, .search-form .people-area .people-heading .search-submit, .woocommerce-cart .wc-proceed-to-checkout .people-area .people-heading a.btn-danger.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .people-area .people-heading a.checkout-button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .people-area .people-heading .hs-search {
    margin: 0;
  }
  .people-area .people-heading .category-form {
    margin-bottom: 20px;
  }
}
.people-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.people-list, .people-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.people-list > li {
  padding: 0 15px;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.people-list > li.female-item {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

@media (max-width: 991.98px) {
  .people-list > li {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (max-width: 767.98px) {
  .people-list > li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.people-section {
  background-color: #fff;
}

.people-section .container {
  padding-top: 120px;
  padding-bottom: 60px;
}

.people-section .contacts-group {
  display: block;
  padding-top: 3px;
  padding-bottom: 76px;
}

.people-section .contacts-group h4 {
  margin: 0 0 16px;
}

.people-section .contacts-group .social {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  .people-section .contacts-group .social > li > a {
    font-size: 13px;
  }
  .people-section .contacts-group .social > li > a .fab, .people-section .contacts-group .social > li > a .fas {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .people-section .container {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .people-section .contacts-group {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .people-section .contacts-group .social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .people-section .container {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .people-section .contacts-group h4 {
    margin-bottom: 10px;
  }
  .people-section .contacts-group .social {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.foundation-impact {
  background-color: #f6f6f6;
}

.foundation-impact .container {
  padding-top: 89px;
  padding-bottom: 91px;
}

@media (max-width: 991.98px) {
  .foundation-impact .container {
    padding-top: 56px;
    padding-bottom: 84px;
  }
}
@media (max-width: 767.98px) {
  .foundation-impact .container {
    padding-top: 40px;
    padding-bottom: 21px;
  }
}
.heading-section {
  padding-bottom: 59px;
  max-width: 750px;
}

.heading-section .gform_title, .heading-section .h1, .heading-section h1 {
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .heading-section {
    padding-bottom: 35px;
    max-width: none;
  }
  .heading-section .gform_title, .heading-section .h1, .heading-section h1 {
    margin-bottom: 17px;
    font-size: 52px;
  }
}
@media (max-width: 767.98px) {
  .heading-section {
    padding-bottom: 1px;
    max-width: none;
    font-size: 14px;
    line-height: 1.571;
  }
  .heading-section .gform_title, .heading-section .h1, .heading-section h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.heading-section.type2 {
  max-width: 100%;
}

@media (min-width: 992px) {
  .heading-section.type3 .gform_title, .heading-section.type3 .h1, .heading-section.type3 h1 {
    margin-bottom: 29px;
  }
}
.heading-section.type3 p {
  margin-bottom: 1.5em;
}

.company-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-list, .company-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-list > li {
  padding: 0 15px;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

@media (max-width: 1199.98px) {
  .company-list {
    margin-left: -14px;
    margin-right: -14px;
  }
  .company-list > li {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 767.98px) {
  .company-list {
    margin-left: -4px;
    margin-right: -4px;
  }
  .company-list > li {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 374.98px) {
  .company-list > li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.companies-section {
  background-color: #f6f6f6;
}

.companies-section .container {
  padding-top: 40px;
  padding-bottom: 130px;
}

.companies-section .company-card {
  min-height: 255px;
}

.companies-section .company-card .company-card-logo {
  height: 99px;
}

@media (max-width: 991.98px) {
  .companies-section .container {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .companies-section .company-card {
    min-height: 0;
  }
  .companies-section .company-card .company-card-logo {
    height: 78px;
  }
  .companies-section .company-card .company-card-descr h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .companies-section .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .companies-section .company-card {
    min-height: 0;
  }
  .companies-section .company-card .company-card-logo {
    height: 61px;
  }
  .companies-section .company-card .company-card-descr h3 {
    font-size: 16px;
  }
}
.no-footer-double-header .logos-section .container, .template-no-footer .logos-section .container {
  overflow: hidden;
}

.logos-section {
  background-color: #f6f6f6;
}

.logos-section .container {
  padding-top: 56px;
  padding-bottom: 62px;
}

.logos-section h2 {
  text-align: center;
  margin-bottom: 46px;
}

.logos-section p {
  text-align: center;
}

.logos-section .bottom-btn-section {
  padding-top: 66px;
}

.comment-form .logos-section .bottom-btn-section input[type=submit], .gform_wrapper .logos-section .bottom-btn-section .gform_button, .logos-section .bottom-btn-section #wp-submit, .logos-section .bottom-btn-section .btn, .logos-section .bottom-btn-section .comment-form input[type=submit], .logos-section .bottom-btn-section .gform_wrapper .gform_button, .logos-section .bottom-btn-section .mepr-submit, .logos-section .bottom-btn-section .search-form .search-submit, .logos-section .bottom-btn-section .tribe-button, .logos-section .bottom-btn-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .logos-section .bottom-btn-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .logos-section .bottom-btn-section a.checkout-button {
  min-width: 220px;
}

@media (max-width: 991.98px) {
  .logos-section .container {
    padding-top: 34px;
    padding-bottom: 29px;
  }
  .logos-section h2 {
    margin-bottom: 42px;
    font-size: 24px;
  }
  .logos-section .bottom-btn-section {
    padding-top: 29px;
  }
  .comment-form .logos-section .bottom-btn-section input[type=submit], .gform_wrapper .logos-section .bottom-btn-section .gform_button, .logos-section .bottom-btn-section #wp-submit, .logos-section .bottom-btn-section .btn, .logos-section .bottom-btn-section .comment-form input[type=submit], .logos-section .bottom-btn-section .gform_wrapper .gform_button, .logos-section .bottom-btn-section .mepr-submit, .logos-section .bottom-btn-section .search-form .search-submit, .logos-section .bottom-btn-section .tribe-button, .logos-section .bottom-btn-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .logos-section .bottom-btn-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .logos-section .bottom-btn-section a.checkout-button {
    min-width: 190px;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767.98px) {
  .logos-section .container {
    padding-top: 36px;
    padding-bottom: 22px;
  }
  .logos-section h2 {
    margin-bottom: 42px;
  }
  .logos-section .bottom-btn-section {
    padding-top: 36px;
  }
  .comment-form .logos-section .bottom-btn-section input[type=submit], .gform_wrapper .logos-section .bottom-btn-section .gform_button, .logos-section .bottom-btn-section #wp-submit, .logos-section .bottom-btn-section .btn, .logos-section .bottom-btn-section .comment-form input[type=submit], .logos-section .bottom-btn-section .gform_wrapper .gform_button, .logos-section .bottom-btn-section .mepr-submit, .logos-section .bottom-btn-section .search-form .search-submit, .logos-section .bottom-btn-section .tribe-button, .logos-section .bottom-btn-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .logos-section .bottom-btn-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .logos-section .bottom-btn-section a.checkout-button {
    min-width: 0;
    padding: 14px 15px;
  }
}
.logos-carousel {
  position: relative;
}

.logos-carousel .slick-list {
  overflow: visible;
}

.logos-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-carousel .slick-track:after, .logos-carousel .slick-track:before {
  display: none;
}

.logos-carousel .slick-slide {
  padding: 0 45px;
  float: none;
  height: auto;
}

.logos-carousel .slick-slide:focus {
  outline: none;
}

.logos-carousel .slick-slide img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 100px;
}

@media (max-width: 991.98px) {
  .logos-carousel .slick-slide {
    padding-left: 34px;
    padding-right: 34px;
  }
  .logos-carousel .slick-slide img {
    max-width: 112px;
    max-height: 75px;
  }
}
.industries-info {
  background-color: #f6f6f6;
}

.industries-info .container {
  padding-top: 158px;
  padding-bottom: 124px;
}

.industries-info h2 {
  text-align: center;
  margin-bottom: 38px;
}

@media (max-width: 991.98px) {
  .industries-info .container {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .industries-info h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .industries-info .container {
    padding-top: 41px;
    padding-bottom: 38px;
  }
  .industries-info h2 {
    margin-bottom: 29px;
    font-size: 24px;
  }
}
.icon-items-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-items-list > li {
  padding: 0 15px;
  max-width: 16.66%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
}

.icon-items-list > li > a, .icon-items-list > li > a:hover {
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .icon-items-list > li {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 991.98px) {
  .icon-items-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .icon-items-list > li {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 767.98px) {
  .icon-items-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .icon-items-list > li {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .icon-items-list > li, .icon-items-list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .icon-items-list > li > a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.steps-info {
  background-color: #fff;
}

.steps-info .bg-img {
  position: absolute;
  z-index: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 0 1px;
  height: 42vw;
}

.steps-info .container {
  padding-top: 162px;
  padding-bottom: 20px;
}

.steps-info-banner .container {
  padding-top: 30vw;
}

@media (max-width: 991.98px) {
  .steps-info-banner .container {
    margin-top: 20vw;
  }
}
.steps-info .heading {
  max-width: none;
  padding-bottom: 51px;
  margin: 0;
}

.steps-info .heading h2 {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .steps-info .container {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .steps-info .heading {
    padding-bottom: 46px;
  }
}
@media (max-width: 767.98px) {
  .steps-info {
    font-size: 14px;
    line-height: 1.571;
  }
  .steps-info .container {
    padding-top: 34px;
    padding-bottom: 0;
  }
  .steps-info .heading {
    padding-bottom: 24px;
  }
  .steps-info .heading h2 {
    font-size: 24px;
    line-height: 1.25;
  }
}
.steps-section {
  padding: 0 0 64px;
}

.steps-section .col-lg-4 {
  padding-bottom: 20px;
}

.steps-section h3 {
  margin-bottom: 6px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.steps-section p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .steps-section {
    padding-bottom: 60px;
    max-width: 454px;
    margin: 0 auto;
  }
  .steps-section > .row > div[class^=col-] {
    padding-bottom: 30px;
  }
  .steps-section > .row > div[class^=col-]:last-child {
    padding-bottom: 0;
  }
  .steps-section h3 {
    margin-bottom: 7px;
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .steps-section {
    padding-bottom: 37px;
    max-width: none;
    margin: 0;
  }
  .steps-section > .row > div[class^=col-] {
    padding-bottom: 28px;
  }
  .steps-section > .row > div[class^=col-]:last-child {
    padding-bottom: 0;
  }
  .steps-section h3 {
    margin-bottom: 9px;
    font-size: 18px;
  }
}
.highlight-block {
  background-color: #f6f6f6;
  padding: 32px 40px 21px;
  margin: 0 -39px;
}

.highlight-block h2 {
  margin-bottom: 33px;
}

.highlight-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.highlight-block ul li {
  position: relative;
  padding: 0 0 16px 20px;
}

.highlight-block ul li:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #1a4fa6;
  margin-top: 6px;
}

@media (min-width: 992px) {
  .highlight-block ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .highlight-block ul > * {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
@media (max-width: 991.98px) {
  .highlight-block {
    padding: 36px 41px 22px;
    margin: 0;
  }
  .highlight-block h2 {
    margin-bottom: 19px;
    font-size: 30px;
  }
  .highlight-block ul li {
    padding-left: 28px;
  }
  .highlight-block ul li:before {
    margin-top: 6px;
  }
}
@media (max-width: 767.98px) {
  .highlight-block {
    padding: 36px 20px 25px;
    margin: 0 -20px;
  }
  .highlight-block h2 {
    margin-bottom: 16px;
    font-size: 23px;
  }
  .highlight-block ul li {
    padding: 0 0 11px 16px;
  }
  .highlight-block ul li:before {
    width: 6px;
    height: 6px;
    margin-top: 8px;
  }
}
@media (max-width: 374.98px) {
  .highlight-block {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.cta-section {
  background-color: #fff;
  text-align: center;
}

.cta-section .container {
  padding-top: 40px;
  padding-bottom: 161px;
}

.cta-section h3 {
  color: inherit;
  margin-bottom: 27px;
}

.comment-form .cta-section input[type=submit], .cta-section #wp-submit, .cta-section .btn, .cta-section .comment-form input[type=submit], .cta-section .gform_wrapper .gform_button, .cta-section .mepr-submit, .cta-section .search-form .search-submit, .cta-section .tribe-button, .cta-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .gform_wrapper .cta-section .gform_button, .search-form .cta-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .cta-section a.checkout-button {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 991.98px) {
  .cta-section .container {
    padding-top: 30px;
    padding-bottom: 61px;
  }
  .cta-section h3 {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767.98px) {
  .cta-section .container {
    padding-top: 38px;
    padding-bottom: 40px;
  }
  .cta-section h3 {
    margin-bottom: 20px;
  }
}
.cta-section.cta-boxes .cta-section, .cta-section.cta-boxes .inform-section {
  background: #fff;
  padding: 10% 15%;
}

.cta-section.cta-boxes .cta-section li, .cta-section.cta-boxes .inform-section li {
  list-style: none;
}

@media (max-width: 767.98px) {
  .cta-section.cta-boxes .cta-section, .cta-section.cta-boxes .inform-section {
    margin-bottom: 10%;
  }
}
.cta-section.cta-boxes .cta-section > * {
  color: #313131;
  padding: 10% 15%;
}

.cta-section.cta-boxes .inform-section > * {
  color: #1a4fa6;
  padding: 10% 15%;
}

.career-detail-section {
  background-color: #fff;
}

.career-detail-section .container {
  padding-top: 50px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .career-detail-section .container {
    padding-top: 20px;
    padding-bottom: 29px;
  }
}
@media (max-width: 767.98px) {
  .career-detail-section {
    font-size: 14px;
    line-height: 1.571;
  }
}
.career-detail {
  padding-left: 4px;
}

.career-detail a:not(.link-more) {
  color: inherit;
}

.career-detail a:nots(.link-more):hover {
  text-decoration: none;
  color: #1a4fa6;
}

.career-detail h2 {
  margin-bottom: 21px;
}

.career-detail p {
  margin-bottom: 24px;
}

.career-detail p a {
  text-decoration: underline;
}

.career-detail p a:hover {
  text-decoration: none;
}

.career-detail p strong {
  font-weight: 700;
}

.career-detail p strong a {
  text-decoration: none;
}

.career-detail p + h2 {
  padding-top: 16px;
}

.career-detail ul { /*list-style:none;*/
  margin: 0;
  padding: 0;
}

.career-detail ul li {
  position: relative;
  padding-bottom: 24px; /*text-indent:9px*/
}

.Xcareer-detail ul li:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #313131;
  border-radius: 100%;
  margin: 11px 0 0;
}

.career-detail .link-row {
  padding-top: 6px;
}

@media (max-width: 1199.98px) {
  .career-detail {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .career-detail p + h2 {
    padding-top: 26px;
  }
}
@media (max-width: 767.98px) {
  .career-detail {
    padding-left: 6px;
    padding-right: 6px;
  }
  .career-detail h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  .career-detail p {
    margin-bottom: 26px;
  }
  .career-detail p + h2 {
    padding-top: 5px;
  }
  .career-detail ul li {
    padding-bottom: 22px;
  }
  .career-detail ul li:before {
    margin-top: 9px;
  }
}
@media (max-width: 374.98px) {
  .career-detail {
    padding-left: 0;
    padding-right: 0;
  }
}
.membership-section {
  background-color: #fff;
}

.membership-section .container {
  padding-top: 30px;
  padding-bottom: 20px;
}

.membership-section .career-info-box {
  padding-bottom: 48px;
}

.membership-section .career-info-box .career-features {
  min-height: 128px;
}

.membership-section .career-info-box .icon-card {
  padding: 30px 30px 18px;
  margin-bottom: 0;
}

.membership-section .career-info-box .icon-card .ico {
  height: 64px;
  margin-bottom: 18px;
}

.membership-section .career-info-box .icon-card h3 {
  margin-bottom: 9px;
}

.membership-section .career-info-box .icon-card .link-row {
  padding-top: 19px;
}

.membership-section .career-detail {
  padding-top: 17px;
}

@media (max-width: 991.98px) {
  .membership-section .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .membership-section .career-info-box {
    padding-bottom: 35px;
  }
  .membership-section .career-info-box .icon-card {
    padding: 20px 30px;
  }
  .membership-section .career-detail {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .membership-section {
    font-size: 14px;
    line-height: 1.571;
  }
  .membership-section .career-info-box {
    padding-bottom: 27px;
  }
  .membership-section .career-info-box .career-features {
    min-height: 0;
  }
}
.blog-article-section {
  background-color: #fff;
}

.blog-article-section .container {
  padding-top: 70px;
  padding-bottom: 122px;
}

@media (max-width: 991.98px) {
  .blog-article-section .container {
    padding-top: 50px;
    padding-bottom: 7px;
  }
}
@media (max-width: 767.98px) {
  .blog-article-section .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.blog-article .gform_title, .blog-article h1 {
  font-size: 58px;
  line-height: 1.207;
  font-weight: 300;
  margin-bottom: 33px;
}

.blog-article h2 {
  margin-bottom: 21px;
}

.blog-article p {
  margin-bottom: 24px;
}

.blog-article p strong {
  font-weight: 700;
}

.blog-article p b {
  font-weight: 500;
}

.blog-article p + h2 {
  padding-top: 61px;
}

.blog-article p a {
  text-decoration: none;
  color: inherit;
}

.blog-article p a:hover {
  text-decoration: none;
  color: #1a4fa6;
}

.blog-article .article-title-section {
  padding-bottom: 34px;
}

.blog-article .article-title-section p {
  margin-bottom: 0;
}

.blog-article .article-title-section p strong {
  font-weight: 500;
}

.blog-article .lead {
  padding-bottom: 40px;
}

.blog-article .image {
  margin: 0 0 46px;
  position: relative;
  overflow: hidden;
}

.blog-article .image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.blog-article blockquote {
  margin: 0 0 22px;
  padding-left: 91px;
  position: relative;
}

.blog-article blockquote:before {
  content: "“";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  font-size: 200px;
  line-height: 1.2;
  font-weight: 300;
  margin-top: -38px;
}

.blog-article blockquote q {
  display: block;
  font-style: italic;
  quotes: none;
}

.blog-article blockquote q:after, .blog-article blockquote q:before {
  content: "";
}

.blog-article blockquote q span {
  display: block;
  padding-bottom: 24px;
}

@media (max-width: 991.98px) {
  .blog-article .gform_title, .blog-article h1 {
    margin-bottom: 30px;
    max-width: none;
    font-size: 40px;
    line-height: 1.404;
  }
  .blog-article h2 {
    margin-bottom: 21px;
  }
  .blog-article p + h2 {
    padding-top: 6px;
  }
  .blog-article .article-title-section {
    padding-bottom: 28px;
  }
  .blog-article .lead {
    padding-bottom: 32px;
  }
  .blog-article .image {
    margin-bottom: 29px;
  }
  .blog-article blockquote {
    margin-bottom: 6px;
    padding-left: 95px;
  }
  .blog-article blockquote:before {
    margin-top: -37px;
    margin-left: 4px;
  }
}
@media (max-width: 767.98px) {
  .blog-article {
    font-size: 14px;
    line-height: 1.571;
  }
  .blog-article .gform_title, .blog-article h1 {
    margin-bottom: 21px;
    font-size: 32px;
    line-height: 1.188;
  }
  .blog-article h2 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.25;
  }
  .blog-article p {
    margin-bottom: 22px;
  }
  .blog-article p + h2 {
    padding-top: 4px;
  }
  .blog-article .article-title-section {
    padding-bottom: 21px;
    font-size: 16px;
    line-height: 1.5;
  }
  .blog-article .article-title-section p {
    margin-bottom: 0;
  }
  .blog-article .lead {
    padding-bottom: 21px;
    font-size: 16px;
    line-height: 1.5;
  }
  .blog-article .image {
    margin-bottom: 24px;
  }
  .blog-article blockquote {
    margin-bottom: 1px;
    padding-left: 53px;
  }
  .blog-article blockquote:before {
    font-size: 120px;
    margin-top: -23px;
    margin-left: 2px;
  }
  .blog-article blockquote q {
    line-height: 1.714;
  }
}
@media (max-width: 374.98px) {
  .blog-article .article-title-section .contacts-group h4 {
    font-size: 13px;
    margin-right: 10px;
  }
  .blog-article .article-title-section .contacts-group .social > li > a {
    font-size: 12px;
  }
  .blog-article .article-title-section .contacts-group .social > li > a .fab, .blog-article .article-title-section .contacts-group .social > li > a .fas {
    font-size: 15px;
  }
}
.people-profile-section {
  background-color: #fff;
}

.people-profile-section .container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.people-profile-section p {
  margin-bottom: 24px;
}

.people-profile-section .people-profile-heading {
  padding-bottom: 100px;
  color: #1a4fa6;
  font-size: 34px;
  line-height: 1.235;
}

.people-profile-section .people-profile-heading .gform_title, .people-profile-section .people-profile-heading h1 {
  margin-bottom: 21px;
}

.people-profile-section .people-profile-heading p {
  margin: 0;
}

@media (max-width: 991.98px) {
  .people-profile-section .container {
    padding-top: 50px;
    padding-bottom: 36px;
  }
  .people-profile-section .people-profile-heading {
    padding-bottom: 28px;
    font-size: 30px;
  }
  .people-profile-section .people-profile-heading .gform_title, .people-profile-section .people-profile-heading h1 {
    margin-bottom: 14px;
    font-size: 52px;
  }
}
@media (max-width: 767.98px) {
  .people-profile-section {
    font-size: 14px;
    line-height: 1.571;
  }
  .people-profile-section .container {
    padding-top: 30px;
    padding-bottom: 28px;
  }
  .people-profile-section p {
    margin-bottom: 22px;
  }
  .people-profile-section .people-profile-heading {
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 1.25;
  }
  .people-profile-section .people-profile-heading .gform_title, .people-profile-section .people-profile-heading h1 {
    margin-bottom: 11px;
    font-size: 32px;
    line-height: 1.188;
  }
  .people-profile-section .people-profile-heading p {
    margin: 0;
  }
}
.person-contact-detail {
  background-color: #f6f6f6;
}

.person-contact-detail .container {
  padding-top: 89px;
  padding-bottom: 89px;
}

.person-contact-detail .photo {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.16);
}

.person-contact-detail .photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.person-contact-detail h2 {
  margin-bottom: 22px;
}

.person-contact-detail p:last-child {
  margin-bottom: 0;
}

.person-contact-detail p a {
  text-decoration: none;
  color: inherit;
}

.person-contact-detail p a:hover {
  text-decoration: none;
  color: #1a4fa6;
}

.person-contact-detail ul {
  list-style: none;
  margin: 0;
  padding: 0 0 24px;
}

@media (max-width: 991.98px) {
  .person-contact-detail .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .person-contact-detail h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .person-contact-detail {
    font-size: 14px;
    line-height: 1.571;
  }
  .person-contact-detail .container {
    padding-top: 0;
    padding-bottom: 56px;
  }
  .person-contact-detail .photo {
    margin: 0 -20px 57px;
  }
  .person-contact-detail h2 {
    margin-bottom: 19px;
    font-size: 22px;
    line-height: 1.091;
  }
  .person-contact-detail ul {
    padding-bottom: 22px;
  }
}
@media (max-width: 374.98px) {
  .person-contact-detail .photo {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.book-section {
  background-color: #1a4fa6;
  color: #fff;
}

.book-section .container {
  padding-top: 98px;
  padding-bottom: 100px;
}

.book-section h2 {
  margin-bottom: 31px;
  color: inherit;
}

.book-section .simple-search > * > .hs-submit .actions {
  color: #fff;
  background-color: #20295c;
  border-color: #20295c;
  -webkit-box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: none;
}

.book-section .simple-search > * > .hs-submit .actions:hover {
  color: #fff;
  background-color: #161c40;
  border-color: #131836;
}

.book-section .simple-search > * > .hs-submit .actions.focus, .book-section .simple-search > * > .hs-submit .actions:focus {
  color: #fff;
  background-color: #161c40;
  border-color: #131836;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 73, 116, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(65, 73, 116, 0.5);
}

.book-section .simple-search > * > .hs-submit .actions.disabled, .book-section .simple-search > * > .hs-submit .actions:disabled {
  color: #fff;
  background-color: #20295c;
  border-color: #20295c;
}

.book-section .simple-search > * > .hs-submit .actions:not(:disabled):not(.disabled).active, .book-section .simple-search > * > .hs-submit .actions:not(:disabled):not(.disabled):active, .show > .book-section .simple-search > * > .hs-submit .actions.dropdown-toggle {
  color: #fff;
  background-color: #131836;
  border-color: #10142d;
}

.book-section .simple-search > * > .hs-submit .actions:not(:disabled):not(.disabled).active:focus, .book-section .simple-search > * > .hs-submit .actions:not(:disabled):not(.disabled):active:focus, .show > .book-section .simple-search > * > .hs-submit .actions.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 73, 116, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(65, 73, 116, 0.5);
}

@media (max-width: 991.98px) {
  .book-section .container {
    padding-top: 54px;
    padding-bottom: 41px;
    max-width: 662px;
  }
  .book-section h2 {
    margin-bottom: 26px;
  }
  .book-section .simple-search {
    margin-bottom: 18px;
  }
}
@media (max-width: 767.98px) {
  .book-section .container {
    padding-top: 58px;
    padding-bottom: 51px;
  }
  .book-section h2 {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 1.188;
  }
  .book-section .simple-search {
    margin-bottom: 26px;
  }
  #buy-tickets .book-section .simple-search > * input, .book-section .simple-search > * #buy-tickets input, .book-section .simple-search > * .comment-form input[type=email], .book-section .simple-search > * .comment-form input[type=text], .book-section .simple-search > * .comment-form input[type=url], .book-section .simple-search > * .comment-form textarea, .book-section .simple-search > * .form-control, .book-section .simple-search > * .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .book-section .simple-search > * .ginput_container textarea, .book-section .simple-search > * .search-form .search-field, .book-section .simple-search > * .woocommerce-cart .quantity input.qty, .book-section .simple-search > * .woocommerce form .form-row input.input-text, .book-section .simple-search > * .woocommerce form .form-row textarea, .book-section .simple-search > * input.hs-input, .book-section .simple-search > * textarea.hs-input, .comment-form .book-section .simple-search > * input[type=email], .comment-form .book-section .simple-search > * input[type=text], .comment-form .book-section .simple-search > * input[type=url], .comment-form .book-section .simple-search > * textarea, .ginput_container .book-section .simple-search > * input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]), .ginput_container .book-section .simple-search > * textarea, .search-form .book-section .simple-search > * .search-field, .woocommerce-cart .quantity .book-section .simple-search > * input.qty, .woocommerce form .form-row .book-section .simple-search > * input.input-text, .woocommerce form .form-row .book-section .simple-search > * textarea {
    height: 50px;
  }
  .book-section .simple-search > * > .hs-submit {
    min-width: 50px;
  }
  .book-section #wp-submit, .book-section .btn, .book-section .comment-form input[type=submit], .book-section .gform_wrapper .gform_button, .book-section .mepr-submit, .book-section .search-form .search-submit, .book-section .tribe-button, .book-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .comment-form .book-section input[type=submit], .gform_wrapper .book-section .gform_button, .search-form .book-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .book-section a.checkout-button {
    margin-bottom: 9px;
  }
}
.inform-section {
  background-color: #1a4fa6;
  color: #fff;
  text-align: center;
}

.inform-section .container {
  padding-top: 101px;
  padding-bottom: 100px;
}

.inform-section h2 {
  margin-bottom: 14px;
  color: inherit;
}

.inform-section p {
  margin-bottom: 25px;
}

.comment-form .inform-section input[type=submit], .gform_wrapper .inform-section .gform_button, .inform-section #wp-submit, .inform-section .btn, .inform-section .comment-form input[type=submit], .inform-section .gform_wrapper .gform_button, .inform-section .mepr-submit, .inform-section .search-form .search-submit, .inform-section .tribe-button, .inform-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .inform-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .inform-section a.checkout-button {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 151px;
}

@media (max-width: 991.98px) {
  .inform-section .container {
    padding-top: 52px;
    padding-bottom: 62px;
  }
  .comment-form .inform-section input[type=submit], .gform_wrapper .inform-section .gform_button, .inform-section #wp-submit, .inform-section .btn, .inform-section .comment-form input[type=submit], .inform-section .gform_wrapper .gform_button, .inform-section .mepr-submit, .inform-section .search-form .search-submit, .inform-section .tribe-button, .inform-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .inform-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .inform-section a.checkout-button {
    min-width: 129px;
  }
}
@media (max-width: 767.98px) {
  .inform-section {
    font-size: 14px;
    line-height: 1.714;
  }
  .inform-section .container {
    padding-top: 56px;
    padding-bottom: 45px;
  }
  .inform-section h2 {
    margin-bottom: 17px;
    font-size: 24px;
  }
  .comment-form .inform-section input[type=submit], .gform_wrapper .inform-section .gform_button, .inform-section #wp-submit, .inform-section .btn, .inform-section .comment-form input[type=submit], .inform-section .gform_wrapper .gform_button, .inform-section .mepr-submit, .inform-section .search-form .search-submit, .inform-section .tribe-button, .inform-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .search-form .inform-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .inform-section a.checkout-button {
    min-width: 170px;
  }
}
.inform-section.cta-boxes .cta-section, .inform-section.cta-boxes .inform-section {
  background: #fff;
  padding: 10% 15%;
}

.inform-section.cta-boxes .cta-section ul, .inform-section.cta-boxes .inform-section ul {
  margin: 0;
  padding: 0;
}

.inform-section.cta-boxes .cta-section li, .inform-section.cta-boxes .inform-section li {
  list-style: none;
}

@media (max-width: 767.98px) {
  .inform-section.cta-boxes .cta-section, .inform-section.cta-boxes .inform-section {
    margin-bottom: 10%;
  }
}
.inform-section.cta-boxes .inform-section > * {
  color: #1a4fa6;
  word-break: break-word;
}

.inform-section.cta-boxes .cta-section > * {
  color: #313131;
  word-break: break-word;
}

.events-area {
  background-color: #f6f6f6;
}

.events-area .container {
  padding-top: 83px;
  padding-bottom: 180px;
}

.events-area .events-heading {
  padding-bottom: 40px;
}

.events-area .events-heading .gform_title, .events-area .events-heading h1 {
  margin-bottom: 20px;
}

.events-area .events-heading h2 {
  margin-bottom: 22px;
}

.events-area .events-heading .category-form {
  margin-top: -5px;
}

.events-area .bottom-btn-section {
  padding-top: 8px;
}

.comment-form .events-area .bottom-btn-section input[type=submit], .events-area .bottom-btn-section #wp-submit, .events-area .bottom-btn-section .btn, .events-area .bottom-btn-section .comment-form input[type=submit], .events-area .bottom-btn-section .gform_wrapper .gform_button, .events-area .bottom-btn-section .mepr-submit, .events-area .bottom-btn-section .search-form .search-submit, .events-area .bottom-btn-section .tribe-button, .events-area .bottom-btn-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .gform_wrapper .events-area .bottom-btn-section .gform_button, .search-form .events-area .bottom-btn-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .events-area .bottom-btn-section a.checkout-button {
  min-width: 200px;
}

.events-area.events-area-calendar .container {
  padding-top: 160px;
  padding-bottom: 91px;
}

.events-area.events-area-calendar .events-heading {
  padding-bottom: 19px;
}

@media (max-width: 1199.98px) {
  .events-area .events-heading .category-form {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .events-area .container {
    padding-top: 60px;
    padding-bottom: 67px;
  }
  .events-area .events-heading {
    padding-bottom: 58px;
  }
  .events-area .events-heading .gform_title, .events-area .events-heading h1 {
    margin-bottom: 26px;
    font-size: 34px;
  }
  .events-area .events-heading h2, .events-area .events-heading p {
    margin-bottom: 25px;
  }
  .events-area .events-heading .category-form {
    margin-top: 0;
    width: 273px;
  }
  .events-area .bottom-btn-section {
    padding-top: 27px;
  }
  .comment-form .events-area .bottom-btn-section input[type=submit], .events-area .bottom-btn-section #wp-submit, .events-area .bottom-btn-section .btn, .events-area .bottom-btn-section .comment-form input[type=submit], .events-area .bottom-btn-section .gform_wrapper .gform_button, .events-area .bottom-btn-section .mepr-submit, .events-area .bottom-btn-section .search-form .search-submit, .events-area .bottom-btn-section .tribe-button, .events-area .bottom-btn-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .gform_wrapper .events-area .bottom-btn-section .gform_button, .search-form .events-area .bottom-btn-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .events-area .bottom-btn-section a.checkout-button {
    min-width: 185px;
  }
  .events-area.events-area-calendar .container {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .events-area.events-area-calendar .events-heading {
    padding-bottom: 27px;
  }
}
@media (max-width: 767.98px) {
  .events-area .container {
    padding-top: 30px;
    padding-bottom: 34px;
  }
  .events-area .events-heading {
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 1.571;
  }
  .events-area .events-heading .gform_title, .events-area .events-heading h1 {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .events-area .events-heading h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .events-area .events-heading .category-form {
    width: auto;
  }
  .events-area .bottom-btn-section {
    padding-top: 10px;
  }
  .comment-form .events-area .bottom-btn-section input[type=submit], .events-area .bottom-btn-section #wp-submit, .events-area .bottom-btn-section .btn, .events-area .bottom-btn-section .comment-form input[type=submit], .events-area .bottom-btn-section .gform_wrapper .gform_button, .events-area .bottom-btn-section .mepr-submit, .events-area .bottom-btn-section .search-form .search-submit, .events-area .bottom-btn-section .tribe-button, .events-area .bottom-btn-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .gform_wrapper .events-area .bottom-btn-section .gform_button, .search-form .events-area .bottom-btn-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .events-area .bottom-btn-section a.checkout-button {
    min-width: 200px;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .events-area.events-area-calendar .container {
    padding-top: 51px;
    padding-bottom: 50px;
  }
  .events-area.events-area-calendar .events-heading {
    padding-bottom: 0;
    text-align: center;
  }
}
.events-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.events-list, .events-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events-list > li {
  padding: 0 15px;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

@media (max-width: 1199.98px) {
  .events-list > li {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (max-width: 991.98px) {
  .events-list > li {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .events-list > li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.events-carousel {
  position: relative;
  margin: 0 -15px;
  font-size: 0;
  line-height: 0;
}

.events-carousel .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
}

.events-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.events-carousel .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events-carousel .slick-slide > div {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events-carousel .slick-slide > div .slide-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.events-carousel .slick-slide > div .slide-frame {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.events-carousel .slick-slide:focus {
  outline: none;
}

.events-carousel .slide {
  padding: 0 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.events-carousel .event-card {
  min-height: 302px;
}

.events-carousel .slick-dots {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  .events-carousel .event-card {
    min-height: 161px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .events-carousel .slick-dots {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -8px;
  }
  .events-carousel .slick-dots > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .events-carousel .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 6px;
  }
  .events-carousel .slick-dots .slick-active button {
    width: 20px;
  }
}
@media (max-width: 767.98px) {
  .events-carousel .slick-list {
    padding-top: 16px;
    padding-bottom: 11px;
  }
  .events-carousel .event-card {
    min-height: 135px;
  }
}
.accordion-section {
  background-color: #fff;
}

.accordion-section .container {
  padding-top: 90px;
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .accordion-section .container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .accordion-section .container {
    padding-bottom: 62px;
  }
}
.faqs-area {
  background-color: #fff;
}

.faqs-area .container {
  padding-top: 163px;
  padding-bottom: 161px;
}

.faqs-area h2 {
  text-align: center;
  margin-bottom: 40px;
}

.faqs-area .bottom-btn-section {
  padding-top: 40px;
}

.comment-form .faqs-area .bottom-btn-section input[type=submit], .faqs-area .bottom-btn-section #wp-submit, .faqs-area .bottom-btn-section .btn, .faqs-area .bottom-btn-section .comment-form input[type=submit], .faqs-area .bottom-btn-section .gform_wrapper .gform_button, .faqs-area .bottom-btn-section .mepr-submit, .faqs-area .bottom-btn-section .search-form .search-submit, .faqs-area .bottom-btn-section .tribe-button, .faqs-area .bottom-btn-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .gform_wrapper .faqs-area .bottom-btn-section .gform_button, .search-form .faqs-area .bottom-btn-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .faqs-area .bottom-btn-section a.checkout-button {
  min-width: 200px;
}

@media (max-width: 991.98px) {
  .faqs-area .container {
    padding-top: 61px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .faqs-area .container {
    padding-top: 41px;
    padding-bottom: 60px;
  }
  .faqs-area h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .faqs-area .bottom-btn-section {
    padding-top: 38px;
  }
  .comment-form .faqs-area .bottom-btn-section input[type=submit], .faqs-area .bottom-btn-section #wp-submit, .faqs-area .bottom-btn-section .btn, .faqs-area .bottom-btn-section .comment-form input[type=submit], .faqs-area .bottom-btn-section .gform_wrapper .gform_button, .faqs-area .bottom-btn-section .mepr-submit, .faqs-area .bottom-btn-section .search-form .search-submit, .faqs-area .bottom-btn-section .tribe-button, .faqs-area .bottom-btn-section .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .gform_wrapper .faqs-area .bottom-btn-section .gform_button, .search-form .faqs-area .bottom-btn-section .search-submit, .woocommerce-cart .wc-proceed-to-checkout .faqs-area .bottom-btn-section a.checkout-button {
    min-width: 192px;
  }
}
.info-section {
  background-color: #fff;
}

.info-section .container {
  padding-top: 152px;
  padding-bottom: 158px;
}

.info-section .heading {
  max-width: 870px;
  padding-bottom: 74px;
}

.info-section .heading h2 {
  margin-bottom: 25px;
}

.info-section .accordion .card .card-header h3 a {
  padding-left: 29px;
}

.info-section .accordion .card .card-body {
  padding-left: 29px;
  padding-right: 29px;
}

@media (max-width: 991.98px) {
  .info-section .container {
    padding-top: 69px;
    padding-bottom: 60px;
  }
  .info-section .heading {
    padding-bottom: 49px;
  }
  .info-section .heading h2 {
    margin-bottom: 17px;
  }
  .info-section .accordion {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .info-section .container {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .info-section .heading {
    padding-bottom: 35px;
  }
  .info-section .heading h2 {
    margin-bottom: 16px;
  }
  .info-section .accordion {
    margin-bottom: 40px;
  }
  .info-section .accordion .card .card-header h3 a {
    padding-left: 18px;
  }
  .info-section .accordion .card .card-body {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.downloads-carousel {
  position: relative;
  margin: 0 -15px;
  font-size: 0;
  line-height: 0;
}

.downloads-carousel .slick-list {
  padding-top: 10px;
  padding-bottom: 20px;
}

.downloads-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.downloads-carousel .slick-slide > div {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.downloads-carousel .slick-slide > div .slide-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.downloads-carousel .slick-slide > div .slide-frame {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.downloads-carousel .slick-slide:focus {
  outline: none;
}

.downloads-carousel .slide {
  padding: 0 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.downloads-carousel .download-item {
  margin-top: 0;
  margin-bottom: 19px;
}

.downloads-carousel .slick-dots {
  padding-top: 20px;
}

@media (max-width: 991.98px) {
  .downloads-carousel .slick-list {
    padding-bottom: 7px;
  }
  .downloads-carousel .download-item {
    margin-top: 0;
    margin-bottom: 19px;
  }
  .downloads-carousel .slick-dots {
    padding: 0 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .downloads-carousel .slick-list {
    padding-bottom: 7px;
  }
  .downloads-carousel .download-item {
    margin-bottom: 19px;
  }
  .downloads-carousel .slick-dots {
    padding-top: 4px;
  }
}
.tribe-events-page-title {
  text-align: left;
}

#tribe-events-content, #tribe-events-content.tribe-events-list {
  margin-bottom: 0;
}

#tribe-events-content ul.tribe-events-sub-nav {
  padding: 0;
}

.single-tribe_events .tribe-events-event-meta {
  background-color: #f6f6f6;
  border: 0;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
  padding: 23px 30px 0;
  margin-bottom: 90px;
  margin-top: 0;
}

.single-tribe_events .tribe-events-event-meta h2 {
  margin-bottom: 3px;
  font-size: 24px;
}

@media (max-width: 991.98px) {
  .single-tribe_events .tribe-events-event-meta {
    padding: 28px 33px 34px;
  }
  .single-tribe_events .tribe-events-event-meta h2 {
    margin-bottom: 3px;
  }
}
@media (max-width: 767.98px) {
  .single-tribe_events .tribe-events-event-meta {
    padding: 36px 20px 42px;
  }
  .single-tribe_events .tribe-events-event-meta h2 {
    margin-bottom: 3px;
  }
}
.single-tribe_events .blog-article-section .container {
  padding-bottom: 0;
}

.single-tribe_events #tribe-events-header {
  margin: 0;
}

.tribe-events-event-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.tribe-events-event-meta .venue-address {
  margin: 30px 20px;
}

.tribe-events-gcal {
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 1439.98px) {
  .tribe-events-gcal {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (max-width: 767.98px) {
  .tribe-events-gcal {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .tribe-events-gcal {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#buy-tickets input {
  border-radius: 0;
  width: auto;
}

.woocommerce-cart .quantity input.qty {
  width: auto;
}

.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
  padding: 0;
}

.woocommerce form #customer_details, .woocommerce form.checkout {
  margin-bottom: 20px;
}

.woocommerce form #additional_is_agreed_field label, .woocommerce form #additional_is_cedr_member_or_exchange_participant_field label {
  margin-bottom: 0;
}

.woocommerce form #additional_is_agreed_field input, .woocommerce form #additional_is_cedr_member_or_exchange_participant_field input {
  margin: 9px 10px 0 0;
  float: left;
}

.woocommerce form .form-row {
  display: block;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
  display: none;
}

#place_order {
  color: #fff;
  background-color: #324970;
  border-color: #324970;
  border-radius: 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #f7f6f7;
}

.modal-dialog {
  width: 100%;
}

@media (min-width: 375px) {
  .modal-dialog {
    max-width: 1200px;
    margin: 1.75rem auto;
  }
}
.modal-content {
  max-height: 500px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-content {
    max-height: none;
    overflow: visible;
  }
}
.table .table-responsive.header-blue th {
  background: #f6f6f6;
  color: #1a4fa6;
}

.table .table-responsive table {
  border: 1px solid #e1e1e1;
}

.table .table-responsive tr > th:first-child {
  background: #f6f6f6;
  color: #1a4fa6;
}

.table .table-responsive td, .table .table-responsive th {
  border: 1px solid #e1e1e1;
  color: #313131;
}

.table .table-responsive tr > td:first-child {
  color: #1a4fa6;
}

.mp_wrapper {
  padding: 30px 0;
}

.mycedr figure {
  margin: 1rem 0;
}

.mycedr figure img {
  width: 100%;
}

.login .content, .single-memberpressproduct .content {
  margin: 3rem 0 1rem;
}

h4.blog-section-heading {
  padding-top: 30px;
}

.fl-builder-content .fl-node-6176b6e863431 a.fl-button * {
  color: #24519e !important;
}

.fl-builder-content .fl-node-6176b6e863431 a:hover.fl-button * {
  color: #ffffff !important;
}

.fl-builder-content .fl-node-6177f431c4aba a.fl-button * {
  color: #24519e !important;
}

.mage_input_group {
  text-align: center;
  margin-left: 0px !important;
}

.mep-events-wrapper .mage_input_group {
  max-width: 100px;
  border: 1px solid #ddd;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #f7f7f7;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-list-alt:before {
  content: "\f022";
  display: none !important;
}

h2.mep_list_title {
  color: #313131 !important;
}

.woocommerce.columns-4 {
  display: none;
}

/* Responsive - mobile */
/*@media (min-width: 375px){
  .container, .container-sm {
    max-width: 100%;
  }

}*/
@media only screen and (max-width: 991px) {
  .mep-default-title h2, .section-heading h2 {
    font-size: 60px !important;
    margin: 0 0 15px 0;
    color: #1a4fa6;
    font-weight: 400;
  }
  .mep-events-wrapper div.xtra-item-left {
    font-size: 18px !important;
  }
  div.mep-default-feature-content p {
    font-size: 20px !important;
    line-height: 60px !important;
  }
  html {
    -webkit-text-size-adjust: auto !important;
  }
  .mep-default-content, .franklin_divided_left {
    width: 100% !important;
  }
  .mep-default-theme.mep_flex.default_theme {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mep-default-sidebar, .franklin_divided_sidebar {
    width: 100%;
  }
}
span.uabb-button-text.uabb-creative-button-text {
  line-height: 20px;
}

.uabb-infobox-button {
  background: linear-gradient(45deg, #be1542, #e5007e);
}

@media screen and (max-width: 767px) and (min-width: 300px) {
  .container, .container-sm {
    max-width: 100% !important;
  }
  .container, .container-md, .container-sm {
    max-width: 100% !important;
  }
  .mep-events-wrapper, .mep_related_product_area {
    display: block;
    max-width: 100% !important;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    letter-spacing: inherit;
  }
}
.content {
  padding: 0px 0px !important;
}

span.tkt-pric {
  margin-left: 60px !important;
}

bdi {
  margin-left: 60px !important;
}

div#footer {
  display: none;
}

input#eventpxtp_1 {
  width: 25%;
  text-align: center;
}

.tkt-pric, .tkt-qty {
  margin-top: 11px;
  margin-left: 0px !important;
  text-align: center;
}

a.facebook {
  display: none !important;
}

.mep-default-feature-cart-sec button.single_add_to_cart_button.button.alt.btn-mep-event-cart, .mep-event-theme-1 .btn-mep-event-cart, .mep-template-2-hamza .btn-mep-event-cart, .mep-tem3-mid-sec .btn-mep-event-cart, .button.button-default.woocommerce.button.alt.button.alt.btn-mep-event-cart {
  background: linear-gradient(45deg, #be1542, #e5007e) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}

button.collapsible:hover {
  background-color: #be1542 !important;
}

button.collapsible {
  background: linear-gradient(45deg, #be1542, #e5007e);
}

.mep-default-sidrbar-events-schedule ul li i {
  display: -webkit-inline-flex;
  display: none;
}

@media screen and (max-width: 767px) and (min-width: 300px) {
  p.woocommerce-result-count {
    display: none;
  }
  ul.products.columns-4 {
    display: none;
  }
  table.shop_table.woocommerce-checkout-review-order-table {
    font-size: 12px;
  }
  .woocommerce form .form-row {
    display: block;
    width: 100%;
  }
  .woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  bdi {
    margin-left: 0px !important;
  }
  .tkt-pric, .tkt-qty {
    margin-top: 11px;
    margin-left: 0px !important;
    text-align: center;
  }
  span.tkt-pric {
    margin-left: 0px !important;
    text-align: left !important;
  }
  .mep-default-content, .franklin_divided_left {
    width: 100%;
  }
  button.collapsible {
    height: 40px;
  }
  .fl-builder-content .fl-node-6167150cba9be .uabb-infobox-title {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }
  .fl-builder-content .fl-node-616064ab2d881 .uabb-infobox-title {
    text-align: left;
    margin-top: 16px;
    margin-bottom: 0px;
    padding-left: 15px;
  }
  .fl-builder-content .fl-node-616064ab2d88c {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
    display: none;
  }
  .fl-builder-content .fl-node-616701b4d0716 .uabb-infobox-title {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }
  .fl-builder-content .fl-node-616064ab2d888 .uabb-infobox-title {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 15px;
  }
  .fl-builder-content .fl-node-6166fd79bac93 .uabb-infobox-title {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 15px;
  }
  .fl-node-616703045fc2c .uabb-spacer-gap-preview.uabb-spacer-gap {
    height: 0;
    clear: both;
    width: 100%;
    display: none;
  }
  .content {
    padding: 0 !important;
  }
}
.mep_event_list_item .mep-list-header:before, .mep_event_grid_item .mep-list-header:before {
  display: none !important;
}

.fa-map-marker-alt:before {
  content: "\f3c5";
  color: #18529E !important;
}

.fa.fa-calendar:before {
  content: "\f073";
  color: #18529E !important;
}

.mep-default-content div.mep-default-feature-date-location > div, .mep_spring_date > div, .bristol_divided > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none !important;
}

.mep-default-sidrbar-meta i, .df-ico i, ul.mep-social-share a {
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
}

.mep-default-theme i, ul.mep-social-share a, .mep-list-footer ul li i {
  border-radius: 5%;
}

.mep-day {
  font-weight: bold;
  background: #18529E;
}

.mep-month {
  background: #18529E;
  text-transform: uppercase;
}

.fa.fa-calendar:before {
  content: "\f073";
  color: #18529E;
}

.fa-map-marker-alt:before {
  content: "\f3c5";
  color: #18529E;
}

span.mep_minimal_list_date, span.mep_minimal_list_location {
  color: #505050;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 12px;
}

.content {
  padding: 0px;
}

.mep-events-wrapper table {
  width: 100%;
  table-layout: fixed;
  margin: 0 0 15px 0;
}

form#mage_event_submit {
  padding-top: 30px;
  margin-top: -23px !important;
}

button.collapsible {
  height: 40px;
}

button.collapsible-event-details {
  height: 40px;
}

h4.mep-cart-table-title {
  margin: 10px 0;
  font-size: 22px;
  font-weight: 600;
  display: none;
}

.mep-default-title h2, .section-heading h2 {
  font-size: 25px;
  margin: 0 0 15px 0;
  color: #3a3a3a;
  font-weight: bold;
  color: #1a4fa6;
  font-weight: 400;
}

.mep-default-feature-cart-sec {
  margin-top: 50px;
}

/* Demo CSS end */
table.calctable {
  font-size: 18px;
  font-weight: 500;
}

table.calctable .header td {
  background: #252f5c;
  border-radius: 5px;
  padding: 30px;
  color: #fff;
  text-align: center;
  border-spacing: 11px;
}

.grey td {
  background: #efefee;
}

table.calctable input {
  width: 100% !important;
  text-align: center;
  margin: 0px auto;
  border: unset;
  height: 60px;
}

table.calctable input.ninety {
  width: 90% !important;
}

table.calctable td {
  border: unset;
  padding: 10px;
}

.submit input {
  background: #252f5c !important;
  border-radius: 5px !important;
  color: #fff !important;
}

.calcrow td {
  background: #b7bac9;
}

.cedr-calculator input {
  text-align: center !important;
}

/****My CSS Ends****/
/*temporary entry until the deploy will work*/
.adv-search {
  margin-bottom: 0;
}

#__ba_panel .imgOnlyDiv {
  float: right;
  /*zoom: 0.6;*/
  zoom: 1;
  margin-top: 10px;
}

/*end of temporary entry until the deploy will work*/
.mediator-steps .col-md-3, .mediator-steps .col-md-6 {
  padding-bottom: 20px;
}

.xoo-wsc-modal .xoo-wsc-footer {
  display: none;
}

.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-footer {
  display: inline-block;
}

#mepr_loginform {
  width: 80%;
  margin-left: 20px;
}

#mepr_account_form {
  width: 50% !important;
  margin-left: 330px !important;
}

#mepr-account-welcome-message {
  width: 50% !important;
  margin-left: 330px !important;
}

#mepr-account-nav {
  margin-left: 600px !important;
}

.single-mep_events .intro-header {
  display: none;
}

.fl-builder-content .fl-node-6189892d116a6 a.fl-button .fl-button-text {
  color: #24519e !important;
}

.fl-builder-content .fl-node-6189892d116a6 a.fl-button:hover .fl-button-text {
  color: #ffffff !important;
}

.single-mep_events .intro-header {
  display: none;
}

.modal.subscribe-popup .modal-dialog {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .modal.subscribe-popup .modal-dialog {
    max-width: 70vw;
  }
}
@media (min-width: 992px) {
  .modal.subscribe-popup .modal-dialog {
    max-width: 60vw;
  }
}
@media (min-width: 1400px) {
  .modal.subscribe-popup .modal-dialog {
    max-width: 800px;
  }
}
.modal.subscribe-popup .modal-dialog .modal-content {
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.modal.subscribe-popup .modal-dialog .modal-content .modal-header {
  border: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .modal.subscribe-popup .modal-dialog .modal-content .modal-header {
    --padd-modal-header: 30px;
    padding: var(--padd-modal-header) var(--padd-modal-header) 0 var(--padd-modal-header);
  }
}
@media (min-width: 1400px) {
  .modal.subscribe-popup .modal-dialog .modal-content .modal-header {
    --padd-modal-header: 40px;
  }
}
.modal.subscribe-popup .modal-dialog .modal-content .modal-header button.close {
  font-weight: 500;
  text-shadow: none;
  z-index: 1;
}
.modal.subscribe-popup .modal-dialog .modal-content .modal-header button.close span {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  display: block;
  background-color: #D0D0D0;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  line-height: 1;
}
.modal.subscribe-popup .modal-dialog .modal-content .modal-body {
  padding-top: 0;
  margin-top: -16px;
}
@media (min-width: 768px) {
  .modal.subscribe-popup .modal-dialog .modal-content .modal-body {
    --padd-modal-body: 30px;
    padding-left: var(--padd-modal-body);
    padding-right: var(--padd-modal-body);
  }
}
@media (min-width: 1400px) {
  .modal.subscribe-popup .modal-dialog .modal-content .modal-body {
    --padd-modal-body: 40px;
  }
}
.modal.subscribe-popup .modal-dialog .modal-content .hbspt-form form > *:first-child {
  padding-right: 40px;
}

.hbspt-form {
  --white: #FFF;
  --black: #000;
  --lightgrey: #D0D0D0;
  --darkblue: #1A4FA6;
  --brightblue: #41B6E6;
  --lightblue: #A6C7FF;
  --red: #BF0641;
}
.hbspt-form *, .hbspt-form ::before, .hbspt-form ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hbspt-form h5 {
  color: var(--black);
  font-weight: 400;
  font-size: 20px;
}
.hbspt-form .field .input .bootstrap-select > .dropdown-toggle, .hbspt-form .field .input > input.hs-input,
.hbspt-form .field .input select,
.hbspt-form .field .input textarea.hs-input {
  border: 1px solid var(--lightgrey);
  border-width: 0 0 1px 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: unset;
}
.hbspt-form .submitted-message, .hbspt-form .legal-consent-container, .hbspt-form .hs-richtext.hs-main-font-element, .hbspt-form .hs-field-desc * {
  color: var(--black);
  font-weight: 400;
}
.hbspt-form .submitted-message a, .hbspt-form .legal-consent-container a, .hbspt-form .hs-richtext.hs-main-font-element a, .hbspt-form .hs-field-desc * a {
  color: var(--darkblue);
  text-decoration: underline;
  font-weight: 600;
}
.hbspt-form .submitted-message a:hover, .hbspt-form .legal-consent-container a:hover, .hbspt-form .hs-richtext.hs-main-font-element a:hover, .hbspt-form .hs-field-desc * a:hover {
  text-decoration: none;
}
.hbspt-form .hs-error-msgs, .hbspt-form .field .hs-error-msgs {
  font-weight: 400;
  color: var(--red);
  margin-top: 5px;
  font-size: 0.875rem;
}
.hbspt-form .hs-error-msgs label, .hbspt-form .field .hs-error-msgs label {
  color: var(--red);
}
.hbspt-form .hs-field-desc strong {
  font-weight: 600;
}
.hbspt-form .legal-consent-container {
  font-size: 13px;
}
.hbspt-form .field {
  margin-bottom: 24px;
}
.hbspt-form .field > label > span {
  color: var(--darkblue);
  font-size: 14px;
  font-weight: 700;
}
.hbspt-form .field > label .hs-form-required {
  color: var(--red);
}
.hbspt-form .field .input > input.hs-input,
.hbspt-form .field .input select,
.hbspt-form .field .input textarea.hs-input {
  width: 100%;
  height: 40px;
}
.hbspt-form .field .input > input.hs-input:focus,
.hbspt-form .field .input select:focus,
.hbspt-form .field .input textarea.hs-input:focus {
  border-color: #A4A3A3;
}
.hbspt-form .field .input > input.hs-input.invalid.error,
.hbspt-form .field .input select.invalid.error,
.hbspt-form .field .input textarea.hs-input.invalid.error {
  background-color: #fff1f6;
}
.hbspt-form .field .input textarea.hs-input {
  height: auto;
  resize: none;
}
.hbspt-form .field .input select {
  text-overflow: ellipsis;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 0 1.25rem;
  padding-right: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2LjQxNCIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNNSA2LjQxNEwuMjkzIDEuNzA3QTEgMSAwIDAgMSAuNzM0LjAyYTEgMSAwIDAgMSAuOTczLjI3M0w1IDMuNTg2IDguMjkzLjI5M0ExIDEgMCAwIDEgOS45OC43MzRhMSAxIDAgMCAxLS4yNzMuOTczeiIgZmlsbD0iIzA4Mjk2MCIvPjwvc3ZnPg==) no-repeat;
  background-position: right 15px center;
  background-size: 10px auto;
  outline: none;
}
.hbspt-form .field .input .bootstrap-select > .dropdown-toggle {
  outline: none !important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.hbspt-form .field .input .bootstrap-select > .dropdown-toggle::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2LjQxNCIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNNSA2LjQxNEwuMjkzIDEuNzA3QTEgMSAwIDAgMSAuNzM0LjAyYTEgMSAwIDAgMSAuOTczLjI3M0w1IDMuNTg2IDguMjkzLjI5M0ExIDEgMCAwIDEgOS45OC43MzRhMSAxIDAgMCAxLS4yNzMuOTczeiIgZmlsbD0iIzA4Mjk2MCIvPjwvc3ZnPg==) no-repeat;
  background-position: right 0 center;
  background-size: 10px auto;
  -webkit-transform: none;
          transform: none;
  margin: 0;
  border: none;
}
.hbspt-form .field .input .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
}
.hbspt-form .field .input .dropdown-menu {
  border-color: var(--lightgrey);
}
.hbspt-form .field .input .dropdown-menu .dropdown-item {
  color: var(--black);
  font-weight: 400;
}
.hbspt-form .field .input .dropdown-menu .dropdown-item:hover {
  background-color: var(--lightblue);
}
.hbspt-form .field .input .dropdown-menu .dropdown-item.active:not(.disabled) {
  color: var(--white);
}
.hbspt-form .field .input ul.inputs-list > * + * {
  margin-top: 12px;
}
.hbspt-form .field .input ul.inputs-list li.hs-form-radio label .hs-input, .hbspt-form .field .input ul.inputs-list li.hs-form-checkbox label .hs-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.hbspt-form .field .input ul.inputs-list li.hs-form-radio label .hs-input + span, .hbspt-form .field .input ul.inputs-list li.hs-form-checkbox label .hs-input + span {
  padding-left: 34px;
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  position: relative;
}
.hbspt-form .field .input ul.inputs-list li.hs-form-radio label .hs-input + span::before, .hbspt-form .field .input ul.inputs-list li.hs-form-radio label .hs-input + span::after, .hbspt-form .field .input ul.inputs-list li.hs-form-checkbox label .hs-input + span::before, .hbspt-form .field .input ul.inputs-list li.hs-form-checkbox label .hs-input + span::after {
  content: "";
  position: absolute;
  left: 0;
}
.hbspt-form .field .input ul.inputs-list li.hs-form-radio label .hs-input + span::before {
  top: 0.75em;
  width: 22px;
  height: 22px;
  border: 2px solid var(--darkblue);
  margin-top: -12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
}
.hbspt-form .field .input ul.inputs-list li.hs-form-radio label .hs-input + span::after {
  top: 0.75em;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  margin-left: 7px;
  background: var(--darkblue);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.hbspt-form .field .input ul.inputs-list li.hs-form-radio label .hs-input:checked + span::after {
  opacity: 1;
}
.hbspt-form .field .input ul.inputs-list li.hs-form-checkbox label .hs-input + span::before {
  top: 10px;
  width: 22px;
  height: 22px;
  background: var(--darkblue);
  margin-top: -12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.3;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.hbspt-form .field .input ul.inputs-list li.hs-form-checkbox label .hs-input + span::after {
  top: 10px;
  width: 12px;
  height: 8px;
  margin-top: -7px;
  margin-left: 5px;
  border: solid var(--white);
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.hbspt-form .field .input ul.inputs-list li.hs-form-checkbox label .hs-input:checked + span::before, .hbspt-form .field .input ul.inputs-list li.hs-form-checkbox label .hs-input:checked + span::after {
  opacity: 1;
}
.hbspt-form .hs_submit.hs-submit .hs-button.primary {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0;
  font-weight: 600;
  padding: 12px 24px;
  background-color: #ff286d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff286d), color-stop(50%, #bf0641));
  background-image: linear-gradient(180deg, #ff286d, #bf0641 50%);
  background-repeat: repeat-x;
  background-size: 100% 200%;
  border-radius: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--white);
  font-size: 15px;
  line-height: 1.3;
  border: none;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
}
.hbspt-form .hs_submit.hs-submit .hs-button.primary:hover {
  color: var(--white);
  background-position: 0 100%;
  background-color: #ff0253;
}
.hbspt-form .submitted-message {
  text-align: center;
  position: relative;
  padding-top: 80px;
}
.hbspt-form .submitted-message > p:first-child {
  margin-top: 0;
}
.hbspt-form .submitted-message::before {
  --circlesuccess: 60px;
  content: "";
  width: var(--circlesuccess);
  height: var(--circlesuccess);
  position: absolute;
  border: 3px dashed #87cc6d;
  border-radius: var(--circlesuccess);
  left: 50%;
  top: 0;
  margin-left: calc(var(--circlesuccess) / 2 * -1);
}
.hbspt-form .submitted-message::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  width: 28px;
  height: 16px;
  margin-left: -14px;
  border: solid #87cc6d;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 576px) {
  .hbspt-form .submitted-message {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .hbspt-form h5 {
    font-size: 24px;
  }
}

header.cedr_header {
	z-index: 999 !important;
}
