@charset "UTF-8";


.slick-slider {
  position: relative;
  display: block;
  -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 {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  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; }



.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  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;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.carousel__button.is-prev {
  left: 10px; }

.carousel__button.is-next {
  right: 10px; }

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none; }





body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)); }

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

.fancybox__container :focus {
  outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px; } }

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  
  height: 100%;
  z-index: 10; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto; }

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px; } }

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
  box-shadow: none; }

.fancybox__caption {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px; } }

.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; } }

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40; }

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px; } }


.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053; }

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }


.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn; }


.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown; }


.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown; }

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox__image {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit="contain"] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
   }

.has-image[data-image-fit="contain"] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.has-image[data-image-fit="contain"] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit="contain-w"] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit="cover"] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.has-image[data-image-fit="cover"] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit="cover"] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  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;
  overflow: visible;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92; }

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px; } }

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  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: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0; }

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0; }

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0; }

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0; }

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0; }

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0; }

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0; }

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

[class^="orejime-"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  vertical-align: baseline;
  cursor: default;
  float: none;
  width: auto;
  text-align: left;
  font-weight: normal; }

.orejime-Main,
.orejime-Modal {
  font-size: 1em;
  line-height: 1.5; }

.orejime-Button {
  border: 0;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 1px solid transparent; }

.orejime-Button[disabled] {
  opacity: 0.75; }

.orejime-Button--save,
.orejime-Button--accept {
  background: #008A28;
  color: #fff; }

.orejime-Button--decline {
  background: #666; }

.orejime-Button--info {
  background: #057EB6; }

.orejime-Notice {
  background: #333;
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  font-size: 0.8em; }

@media (min-width: 990px) {
  .orejime-Notice {
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    bottom: 20px;
    right: 20px;
    max-width: 300px; } }

@media (max-width: 990px) {
  .orejime-Notice {
    border: none;
    border-radius: 0; } }

.orejime-Notice--mandatory {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: none; }

.orejime-Notice--hidden {
  display: none !important; }

.orejime-Notice-body {
  padding: 1em; }

.orejime-Notice-logo {
  max-width: 200px; }

.orejime-Notice-title,
.orejime-Notice-description {
  color: #eee;
  margin-bottom: 0.5em; }

.orejime-Notice-title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3; }

.orejime-Notice-purposes {
  color: #eee; }

.orejime-Notice-changes {
  color: #eee;
  margin-bottom: 0.5em;
  font-weight: bold; }

.orejime-Notice-privacyPolicyLink {
  text-decoration: underline;
  cursor: pointer; }

.orejime-Notice-privacyPolicyLink, .orejime-Notice-privacyPolicyLink:hover {
  color: inherit; }

.orejime-Notice-privacyPolicyLink:hover, .orejime-Notice-privacyPolicyLink:focus {
  text-decoration: none; }

.orejime-Notice-actions {
  display: block; }

.orejime-Notice-actionItem {
  display: inline; }

.orejime-Notice-learnMoreButton {
  display: inline-block; }

.orejimeHtml-WithModalOpen {
  height: 100%; }

.orejimeHtml-WithModalOpen body {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.orejime-ModalOverlay,
.orejime-NoticeOverlay {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.orejime-ModalWrapper {
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  width: 640px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto; }

.orejime-Modal {
  background: #333;
  color: #eee;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19); }

.orejime-Modal-header {
  padding: 1em;
  border-bottom: 1px solid #555; }

.orejime-Modal-title {
  margin: 0;
  font-size: 2em;
  display: block;
  font-weight: bold;
  padding-right: 20px; }

.orejime-Modal-closeButton {
  border: none;
  background: none;
  color: inherit;
  position: absolute;
  top: 1em;
  right: 1em; }

.orejime-CloseIcon {
  stroke: currentColor;
  width: 12px; }

.orejime-Modal-body {
  padding: 1em; }

.orejime-Modal-footer {
  padding: 1em;
  border-top: 1px solid #555; }

.orejime-Modal-privacyPolicyLink,
.orejime-Modal-poweredByLink {
  cursor: pointer;
  text-decoration: underline;
  color: inherit; }

.orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus, .orejime-Modal-privacyPolicyLink:active,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-poweredByLink:focus,
.orejime-Modal-poweredByLink:active {
  color: inherit; }

.orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-poweredByLink:focus {
  text-decoration: none; }

.orejime-Modal-poweredByLink {
  position: absolute;
  right: 1em;
  color: #aaa;
  font-size: 0.8em;
  padding: 6px 0; }

.orejime-Modal-poweredByLink:hover, .orejime-Modal-poweredByLink:focus, .orejime-Modal-poweredByLink:active {
  color: #aaa; }

.orejime-AppList {
  display: block;
  padding: 0;
  margin: 0; }

.orejime-AppList-item {
  display: block;
  position: relative;
  line-height: 1.25;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
  margin-top: 0.7em; }

.orejime-AppList-item:first-child {
  margin-top: 0; }

.orejime-CategorizedAppList {
  list-style: none; }

.orejime-CategorizedAppList-item {
  margin-bottom: 1em; }

.orejime-CategorizedAppList-title {
  font-size: 1.2em;
  font-weight: bold; }

.orejime-CategorizedAppList-description {
  font-size: 0.9em; }

.orejime-CategorizedAppList-apps {
  margin-top: 0.5em;
  margin-left: 1em; }

.orejime-AppItem-title {
  font-weight: 600;
  cursor: pointer; }

.orejime-AppItem-description {
  font-size: 0.8em; }

.orejime-AppItem-purposes {
  font-size: 0.8em;
  color: #aaa; }

.orejime-AppItem-optOut,
.orejime-AppItem-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #aaa; }

.orejime-AppItem-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px; }

.orejime-AppItem-switch {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 30px; }

.orejime-AppItem-slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: .4s;
  transition: .4s;
  width: 50px;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid transparent; }

.orejime-AppItem-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  border: 1px solid #555; }

.orejime-AppItem-switchLabel {
  position: absolute;
  width: 50px;
  top: 34px;
  overflow: ellipsis;
  font-size: 0.8em;
  text-align: center; }

.orejime-AppItem-switch--disabled .orejime-AppItem-slider {
  cursor: default;
  opacity: 0.5; }

.orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
  color: #aaa; }

.orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
  border-color: #fff;
  outline-offset: 2px; }

.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider {
  background-color: #057EB6; }

.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.orejime-AppToggles {
  margin-bottom: 1em;
  display: block; }

.orejime-AppToggles-item {
  display: inline; }



.container-min {
  max-width: 1280px; }


*,
*::before,
*::after {
  -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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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; }

h1, h2, .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Modal .orejime-Modal-title, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5px; }

p, .text-element .text-bodytext a, .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Modal .orejime-Modal-description {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-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 {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

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

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

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label, .tx-amchamnewsletter a {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

input[type="radio"],
input[type="checkbox"] {
  -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: .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; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 767px) {
  .container, .container-tn, .container-xs, .container-sm {
    max-width: 676px; } }

@media (min-width: 960px) {
  .container, .container-tn, .container-xs, .container-sm, .container-md {
    max-width: 860px; } }

@media (min-width: 1200px) {
  .container, .container-tn, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 1150px; } }

@media (min-width: 1440px) {
  .container, .container-tn, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1320px; } }

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col-25, .col-26, .col-27, .col-28, .col-29, .col-30, .col-31, .col-32, .col-33, .col-34, .col-35, .col-36, .col,
.col-auto, .col-tn-1, .col-tn-2, .col-tn-3, .col-tn-4, .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, .col-tn-12, .col-tn-13, .col-tn-14, .col-tn-15, .col-tn-16, .col-tn-17, .col-tn-18, .col-tn-19, .col-tn-20, .col-tn-21, .col-tn-22, .col-tn-23, .col-tn-24, .col-tn-25, .col-tn-26, .col-tn-27, .col-tn-28, .col-tn-29, .col-tn-30, .col-tn-31, .col-tn-32, .col-tn-33, .col-tn-34, .col-tn-35, .col-tn-36, .col-tn,
.col-tn-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30, .col-xs-31, .col-xs-32, .col-xs-33, .col-xs-34, .col-xs-35, .col-xs-36, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-31, .col-sm-32, .col-sm-33, .col-sm-34, .col-sm-35, .col-sm-36, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32, .col-md-33, .col-md-34, .col-md-35, .col-md-36, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30, .col-lg-31, .col-lg-32, .col-lg-33, .col-lg-34, .col-lg-35, .col-lg-36, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl-25, .col-xl-26, .col-xl-27, .col-xl-28, .col-xl-29, .col-xl-30, .col-xl-31, .col-xl-32, .col-xl-33, .col-xl-34, .col-xl-35, .col-xl-36, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px; }

.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 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36.11111%;
  flex: 0 0 36.11111%;
  max-width: 36.11111%; }

.col-14 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38.88889%;
  flex: 0 0 38.88889%;
  max-width: 38.88889%; }

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

.col-16 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.44444%;
  flex: 0 0 44.44444%;
  max-width: 44.44444%; }

.col-17 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.22222%;
  flex: 0 0 47.22222%;
  max-width: 47.22222%; }

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

.col-19 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52.77778%;
  flex: 0 0 52.77778%;
  max-width: 52.77778%; }

.col-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55.55556%;
  flex: 0 0 55.55556%;
  max-width: 55.55556%; }

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

.col-22 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 61.11111%;
  flex: 0 0 61.11111%;
  max-width: 61.11111%; }

.col-23 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63.88889%;
  flex: 0 0 63.88889%;
  max-width: 63.88889%; }

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

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

.col-26 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72.22222%;
  flex: 0 0 72.22222%;
  max-width: 72.22222%; }

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

.col-28 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 77.77778%;
  flex: 0 0 77.77778%;
  max-width: 77.77778%; }

.col-29 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80.55556%;
  flex: 0 0 80.55556%;
  max-width: 80.55556%; }

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

.col-31 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 86.11111%;
  flex: 0 0 86.11111%;
  max-width: 86.11111%; }

.col-32 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88.88889%;
  flex: 0 0 88.88889%;
  max-width: 88.88889%; }

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

.col-34 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 94.44444%;
  flex: 0 0 94.44444%;
  max-width: 94.44444%; }

.col-35 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 97.22222%;
  flex: 0 0 97.22222%;
  max-width: 97.22222%; }

.col-36 {
  -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: 38;
  -ms-flex-order: 37;
  order: 37; }

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

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

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

.order-15 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15; }

.order-16 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16; }

.order-17 {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 17;
  order: 17; }

.order-18 {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 18;
  order: 18; }

.order-19 {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 19;
  order: 19; }

.order-20 {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20; }

.order-21 {
  -webkit-box-ordinal-group: 22;
  -ms-flex-order: 21;
  order: 21; }

.order-22 {
  -webkit-box-ordinal-group: 23;
  -ms-flex-order: 22;
  order: 22; }

.order-23 {
  -webkit-box-ordinal-group: 24;
  -ms-flex-order: 23;
  order: 23; }

.order-24 {
  -webkit-box-ordinal-group: 25;
  -ms-flex-order: 24;
  order: 24; }

.order-25 {
  -webkit-box-ordinal-group: 26;
  -ms-flex-order: 25;
  order: 25; }

.order-26 {
  -webkit-box-ordinal-group: 27;
  -ms-flex-order: 26;
  order: 26; }

.order-27 {
  -webkit-box-ordinal-group: 28;
  -ms-flex-order: 27;
  order: 27; }

.order-28 {
  -webkit-box-ordinal-group: 29;
  -ms-flex-order: 28;
  order: 28; }

.order-29 {
  -webkit-box-ordinal-group: 30;
  -ms-flex-order: 29;
  order: 29; }

.order-30 {
  -webkit-box-ordinal-group: 31;
  -ms-flex-order: 30;
  order: 30; }

.order-31 {
  -webkit-box-ordinal-group: 32;
  -ms-flex-order: 31;
  order: 31; }

.order-32 {
  -webkit-box-ordinal-group: 33;
  -ms-flex-order: 32;
  order: 32; }

.order-33 {
  -webkit-box-ordinal-group: 34;
  -ms-flex-order: 33;
  order: 33; }

.order-34 {
  -webkit-box-ordinal-group: 35;
  -ms-flex-order: 34;
  order: 34; }

.order-35 {
  -webkit-box-ordinal-group: 36;
  -ms-flex-order: 35;
  order: 35; }

.order-36 {
  -webkit-box-ordinal-group: 37;
  -ms-flex-order: 36;
  order: 36; }

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 36.11111%; }

.offset-14 {
  margin-left: 38.88889%; }

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

.offset-16 {
  margin-left: 44.44444%; }

.offset-17 {
  margin-left: 47.22222%; }

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

.offset-19 {
  margin-left: 52.77778%; }

.offset-20 {
  margin-left: 55.55556%; }

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

.offset-22 {
  margin-left: 61.11111%; }

.offset-23 {
  margin-left: 63.88889%; }

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

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

.offset-26 {
  margin-left: 72.22222%; }

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

.offset-28 {
  margin-left: 77.77778%; }

.offset-29 {
  margin-left: 80.55556%; }

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

.offset-31 {
  margin-left: 86.11111%; }

.offset-32 {
  margin-left: 88.88889%; }

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

.offset-34 {
  margin-left: 94.44444%; }

.offset-35 {
  margin-left: 97.22222%; }

@media (min-width: 375px) {
  .col-tn {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-tn-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-tn-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-tn-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-tn-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-tn-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-tn-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-tn-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-tn-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.77778%;
    flex: 0 0 2.77778%;
    max-width: 2.77778%; }
  .col-tn-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%; }
  .col-tn-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-tn-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%; }
  .col-tn-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.88889%;
    flex: 0 0 13.88889%;
    max-width: 13.88889%; }
  .col-tn-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-tn-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.44444%;
    flex: 0 0 19.44444%;
    max-width: 19.44444%; }
  .col-tn-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%; }
  .col-tn-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-tn-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%; }
  .col-tn-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.55556%;
    flex: 0 0 30.55556%;
    max-width: 30.55556%; }
  .col-tn-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-tn-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.11111%;
    flex: 0 0 36.11111%;
    max-width: 36.11111%; }
  .col-tn-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%; }
  .col-tn-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-tn-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%; }
  .col-tn-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.22222%;
    flex: 0 0 47.22222%;
    max-width: 47.22222%; }
  .col-tn-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-tn-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.77778%;
    flex: 0 0 52.77778%;
    max-width: 52.77778%; }
  .col-tn-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%; }
  .col-tn-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-tn-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%; }
  .col-tn-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.88889%;
    flex: 0 0 63.88889%;
    max-width: 63.88889%; }
  .col-tn-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-tn-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69.44444%;
    flex: 0 0 69.44444%;
    max-width: 69.44444%; }
  .col-tn-26 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%; }
  .col-tn-27 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-tn-28 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%; }
  .col-tn-29 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80.55556%;
    flex: 0 0 80.55556%;
    max-width: 80.55556%; }
  .col-tn-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-tn-31 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86.11111%;
    flex: 0 0 86.11111%;
    max-width: 86.11111%; }
  .col-tn-32 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%; }
  .col-tn-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-tn-34 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%; }
  .col-tn-35 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.22222%;
    flex: 0 0 97.22222%;
    max-width: 97.22222%; }
  .col-tn-36 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-tn-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-tn-last {
    -webkit-box-ordinal-group: 38;
    -ms-flex-order: 37;
    order: 37; }
  .order-tn-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-tn-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-tn-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-tn-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-tn-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-tn-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-tn-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-tn-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-tn-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-tn-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-tn-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-tn-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-tn-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .order-tn-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-tn-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-tn-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-tn-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-tn-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-tn-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-tn-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-tn-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-tn-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-tn-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-tn-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-tn-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .order-tn-25 {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-tn-26 {
    -webkit-box-ordinal-group: 27;
    -ms-flex-order: 26;
    order: 26; }
  .order-tn-27 {
    -webkit-box-ordinal-group: 28;
    -ms-flex-order: 27;
    order: 27; }
  .order-tn-28 {
    -webkit-box-ordinal-group: 29;
    -ms-flex-order: 28;
    order: 28; }
  .order-tn-29 {
    -webkit-box-ordinal-group: 30;
    -ms-flex-order: 29;
    order: 29; }
  .order-tn-30 {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30; }
  .order-tn-31 {
    -webkit-box-ordinal-group: 32;
    -ms-flex-order: 31;
    order: 31; }
  .order-tn-32 {
    -webkit-box-ordinal-group: 33;
    -ms-flex-order: 32;
    order: 32; }
  .order-tn-33 {
    -webkit-box-ordinal-group: 34;
    -ms-flex-order: 33;
    order: 33; }
  .order-tn-34 {
    -webkit-box-ordinal-group: 35;
    -ms-flex-order: 34;
    order: 34; }
  .order-tn-35 {
    -webkit-box-ordinal-group: 36;
    -ms-flex-order: 35;
    order: 35; }
  .order-tn-36 {
    -webkit-box-ordinal-group: 37;
    -ms-flex-order: 36;
    order: 36; }
  .offset-tn-0 {
    margin-left: 0; }
  .offset-tn-1 {
    margin-left: 2.77778%; }
  .offset-tn-2 {
    margin-left: 5.55556%; }
  .offset-tn-3 {
    margin-left: 8.33333%; }
  .offset-tn-4 {
    margin-left: 11.11111%; }
  .offset-tn-5 {
    margin-left: 13.88889%; }
  .offset-tn-6 {
    margin-left: 16.66667%; }
  .offset-tn-7 {
    margin-left: 19.44444%; }
  .offset-tn-8 {
    margin-left: 22.22222%; }
  .offset-tn-9 {
    margin-left: 25%; }
  .offset-tn-10 {
    margin-left: 27.77778%; }
  .offset-tn-11 {
    margin-left: 30.55556%; }
  .offset-tn-12 {
    margin-left: 33.33333%; }
  .offset-tn-13 {
    margin-left: 36.11111%; }
  .offset-tn-14 {
    margin-left: 38.88889%; }
  .offset-tn-15 {
    margin-left: 41.66667%; }
  .offset-tn-16 {
    margin-left: 44.44444%; }
  .offset-tn-17 {
    margin-left: 47.22222%; }
  .offset-tn-18 {
    margin-left: 50%; }
  .offset-tn-19 {
    margin-left: 52.77778%; }
  .offset-tn-20 {
    margin-left: 55.55556%; }
  .offset-tn-21 {
    margin-left: 58.33333%; }
  .offset-tn-22 {
    margin-left: 61.11111%; }
  .offset-tn-23 {
    margin-left: 63.88889%; }
  .offset-tn-24 {
    margin-left: 66.66667%; }
  .offset-tn-25 {
    margin-left: 69.44444%; }
  .offset-tn-26 {
    margin-left: 72.22222%; }
  .offset-tn-27 {
    margin-left: 75%; }
  .offset-tn-28 {
    margin-left: 77.77778%; }
  .offset-tn-29 {
    margin-left: 80.55556%; }
  .offset-tn-30 {
    margin-left: 83.33333%; }
  .offset-tn-31 {
    margin-left: 86.11111%; }
  .offset-tn-32 {
    margin-left: 88.88889%; }
  .offset-tn-33 {
    margin-left: 91.66667%; }
  .offset-tn-34 {
    margin-left: 94.44444%; }
  .offset-tn-35 {
    margin-left: 97.22222%; } }

@media (min-width: 576px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.77778%;
    flex: 0 0 2.77778%;
    max-width: 2.77778%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.88889%;
    flex: 0 0 13.88889%;
    max-width: 13.88889%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.44444%;
    flex: 0 0 19.44444%;
    max-width: 19.44444%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.55556%;
    flex: 0 0 30.55556%;
    max-width: 30.55556%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.11111%;
    flex: 0 0 36.11111%;
    max-width: 36.11111%; }
  .col-xs-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%; }
  .col-xs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%; }
  .col-xs-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.22222%;
    flex: 0 0 47.22222%;
    max-width: 47.22222%; }
  .col-xs-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.77778%;
    flex: 0 0 52.77778%;
    max-width: 52.77778%; }
  .col-xs-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%; }
  .col-xs-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%; }
  .col-xs-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.88889%;
    flex: 0 0 63.88889%;
    max-width: 63.88889%; }
  .col-xs-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69.44444%;
    flex: 0 0 69.44444%;
    max-width: 69.44444%; }
  .col-xs-26 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%; }
  .col-xs-27 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-28 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%; }
  .col-xs-29 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80.55556%;
    flex: 0 0 80.55556%;
    max-width: 80.55556%; }
  .col-xs-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-31 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86.11111%;
    flex: 0 0 86.11111%;
    max-width: 86.11111%; }
  .col-xs-32 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%; }
  .col-xs-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-34 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%; }
  .col-xs-35 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.22222%;
    flex: 0 0 97.22222%;
    max-width: 97.22222%; }
  .col-xs-36 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xs-last {
    -webkit-box-ordinal-group: 38;
    -ms-flex-order: 37;
    order: 37; }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .order-xs-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xs-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-xs-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-xs-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-xs-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-xs-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-xs-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-xs-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-xs-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-xs-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-xs-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-xs-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .order-xs-25 {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-xs-26 {
    -webkit-box-ordinal-group: 27;
    -ms-flex-order: 26;
    order: 26; }
  .order-xs-27 {
    -webkit-box-ordinal-group: 28;
    -ms-flex-order: 27;
    order: 27; }
  .order-xs-28 {
    -webkit-box-ordinal-group: 29;
    -ms-flex-order: 28;
    order: 28; }
  .order-xs-29 {
    -webkit-box-ordinal-group: 30;
    -ms-flex-order: 29;
    order: 29; }
  .order-xs-30 {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30; }
  .order-xs-31 {
    -webkit-box-ordinal-group: 32;
    -ms-flex-order: 31;
    order: 31; }
  .order-xs-32 {
    -webkit-box-ordinal-group: 33;
    -ms-flex-order: 32;
    order: 32; }
  .order-xs-33 {
    -webkit-box-ordinal-group: 34;
    -ms-flex-order: 33;
    order: 33; }
  .order-xs-34 {
    -webkit-box-ordinal-group: 35;
    -ms-flex-order: 34;
    order: 34; }
  .order-xs-35 {
    -webkit-box-ordinal-group: 36;
    -ms-flex-order: 35;
    order: 35; }
  .order-xs-36 {
    -webkit-box-ordinal-group: 37;
    -ms-flex-order: 36;
    order: 36; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 2.77778%; }
  .offset-xs-2 {
    margin-left: 5.55556%; }
  .offset-xs-3 {
    margin-left: 8.33333%; }
  .offset-xs-4 {
    margin-left: 11.11111%; }
  .offset-xs-5 {
    margin-left: 13.88889%; }
  .offset-xs-6 {
    margin-left: 16.66667%; }
  .offset-xs-7 {
    margin-left: 19.44444%; }
  .offset-xs-8 {
    margin-left: 22.22222%; }
  .offset-xs-9 {
    margin-left: 25%; }
  .offset-xs-10 {
    margin-left: 27.77778%; }
  .offset-xs-11 {
    margin-left: 30.55556%; }
  .offset-xs-12 {
    margin-left: 33.33333%; }
  .offset-xs-13 {
    margin-left: 36.11111%; }
  .offset-xs-14 {
    margin-left: 38.88889%; }
  .offset-xs-15 {
    margin-left: 41.66667%; }
  .offset-xs-16 {
    margin-left: 44.44444%; }
  .offset-xs-17 {
    margin-left: 47.22222%; }
  .offset-xs-18 {
    margin-left: 50%; }
  .offset-xs-19 {
    margin-left: 52.77778%; }
  .offset-xs-20 {
    margin-left: 55.55556%; }
  .offset-xs-21 {
    margin-left: 58.33333%; }
  .offset-xs-22 {
    margin-left: 61.11111%; }
  .offset-xs-23 {
    margin-left: 63.88889%; }
  .offset-xs-24 {
    margin-left: 66.66667%; }
  .offset-xs-25 {
    margin-left: 69.44444%; }
  .offset-xs-26 {
    margin-left: 72.22222%; }
  .offset-xs-27 {
    margin-left: 75%; }
  .offset-xs-28 {
    margin-left: 77.77778%; }
  .offset-xs-29 {
    margin-left: 80.55556%; }
  .offset-xs-30 {
    margin-left: 83.33333%; }
  .offset-xs-31 {
    margin-left: 86.11111%; }
  .offset-xs-32 {
    margin-left: 88.88889%; }
  .offset-xs-33 {
    margin-left: 91.66667%; }
  .offset-xs-34 {
    margin-left: 94.44444%; }
  .offset-xs-35 {
    margin-left: 97.22222%; } }

@media (min-width: 767px) {
  .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 2.77778%;
    flex: 0 0 2.77778%;
    max-width: 2.77778%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.88889%;
    flex: 0 0 13.88889%;
    max-width: 13.88889%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.44444%;
    flex: 0 0 19.44444%;
    max-width: 19.44444%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.55556%;
    flex: 0 0 30.55556%;
    max-width: 30.55556%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.11111%;
    flex: 0 0 36.11111%;
    max-width: 36.11111%; }
  .col-sm-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%; }
  .col-sm-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%; }
  .col-sm-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.22222%;
    flex: 0 0 47.22222%;
    max-width: 47.22222%; }
  .col-sm-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.77778%;
    flex: 0 0 52.77778%;
    max-width: 52.77778%; }
  .col-sm-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%; }
  .col-sm-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%; }
  .col-sm-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.88889%;
    flex: 0 0 63.88889%;
    max-width: 63.88889%; }
  .col-sm-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69.44444%;
    flex: 0 0 69.44444%;
    max-width: 69.44444%; }
  .col-sm-26 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%; }
  .col-sm-27 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-28 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%; }
  .col-sm-29 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80.55556%;
    flex: 0 0 80.55556%;
    max-width: 80.55556%; }
  .col-sm-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-31 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86.11111%;
    flex: 0 0 86.11111%;
    max-width: 86.11111%; }
  .col-sm-32 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%; }
  .col-sm-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-34 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%; }
  .col-sm-35 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.22222%;
    flex: 0 0 97.22222%;
    max-width: 97.22222%; }
  .col-sm-36 {
    -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: 38;
    -ms-flex-order: 37;
    order: 37; }
  .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; }
  .order-sm-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-sm-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-sm-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-sm-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-sm-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-sm-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-sm-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-sm-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-sm-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-sm-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-sm-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .order-sm-25 {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-sm-26 {
    -webkit-box-ordinal-group: 27;
    -ms-flex-order: 26;
    order: 26; }
  .order-sm-27 {
    -webkit-box-ordinal-group: 28;
    -ms-flex-order: 27;
    order: 27; }
  .order-sm-28 {
    -webkit-box-ordinal-group: 29;
    -ms-flex-order: 28;
    order: 28; }
  .order-sm-29 {
    -webkit-box-ordinal-group: 30;
    -ms-flex-order: 29;
    order: 29; }
  .order-sm-30 {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30; }
  .order-sm-31 {
    -webkit-box-ordinal-group: 32;
    -ms-flex-order: 31;
    order: 31; }
  .order-sm-32 {
    -webkit-box-ordinal-group: 33;
    -ms-flex-order: 32;
    order: 32; }
  .order-sm-33 {
    -webkit-box-ordinal-group: 34;
    -ms-flex-order: 33;
    order: 33; }
  .order-sm-34 {
    -webkit-box-ordinal-group: 35;
    -ms-flex-order: 34;
    order: 34; }
  .order-sm-35 {
    -webkit-box-ordinal-group: 36;
    -ms-flex-order: 35;
    order: 35; }
  .order-sm-36 {
    -webkit-box-ordinal-group: 37;
    -ms-flex-order: 36;
    order: 36; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 2.77778%; }
  .offset-sm-2 {
    margin-left: 5.55556%; }
  .offset-sm-3 {
    margin-left: 8.33333%; }
  .offset-sm-4 {
    margin-left: 11.11111%; }
  .offset-sm-5 {
    margin-left: 13.88889%; }
  .offset-sm-6 {
    margin-left: 16.66667%; }
  .offset-sm-7 {
    margin-left: 19.44444%; }
  .offset-sm-8 {
    margin-left: 22.22222%; }
  .offset-sm-9 {
    margin-left: 25%; }
  .offset-sm-10 {
    margin-left: 27.77778%; }
  .offset-sm-11 {
    margin-left: 30.55556%; }
  .offset-sm-12 {
    margin-left: 33.33333%; }
  .offset-sm-13 {
    margin-left: 36.11111%; }
  .offset-sm-14 {
    margin-left: 38.88889%; }
  .offset-sm-15 {
    margin-left: 41.66667%; }
  .offset-sm-16 {
    margin-left: 44.44444%; }
  .offset-sm-17 {
    margin-left: 47.22222%; }
  .offset-sm-18 {
    margin-left: 50%; }
  .offset-sm-19 {
    margin-left: 52.77778%; }
  .offset-sm-20 {
    margin-left: 55.55556%; }
  .offset-sm-21 {
    margin-left: 58.33333%; }
  .offset-sm-22 {
    margin-left: 61.11111%; }
  .offset-sm-23 {
    margin-left: 63.88889%; }
  .offset-sm-24 {
    margin-left: 66.66667%; }
  .offset-sm-25 {
    margin-left: 69.44444%; }
  .offset-sm-26 {
    margin-left: 72.22222%; }
  .offset-sm-27 {
    margin-left: 75%; }
  .offset-sm-28 {
    margin-left: 77.77778%; }
  .offset-sm-29 {
    margin-left: 80.55556%; }
  .offset-sm-30 {
    margin-left: 83.33333%; }
  .offset-sm-31 {
    margin-left: 86.11111%; }
  .offset-sm-32 {
    margin-left: 88.88889%; }
  .offset-sm-33 {
    margin-left: 91.66667%; }
  .offset-sm-34 {
    margin-left: 94.44444%; }
  .offset-sm-35 {
    margin-left: 97.22222%; } }

@media (min-width: 960px) {
  .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 2.77778%;
    flex: 0 0 2.77778%;
    max-width: 2.77778%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.88889%;
    flex: 0 0 13.88889%;
    max-width: 13.88889%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.44444%;
    flex: 0 0 19.44444%;
    max-width: 19.44444%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.55556%;
    flex: 0 0 30.55556%;
    max-width: 30.55556%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.11111%;
    flex: 0 0 36.11111%;
    max-width: 36.11111%; }
  .col-md-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%; }
  .col-md-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%; }
  .col-md-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.22222%;
    flex: 0 0 47.22222%;
    max-width: 47.22222%; }
  .col-md-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.77778%;
    flex: 0 0 52.77778%;
    max-width: 52.77778%; }
  .col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%; }
  .col-md-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%; }
  .col-md-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.88889%;
    flex: 0 0 63.88889%;
    max-width: 63.88889%; }
  .col-md-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69.44444%;
    flex: 0 0 69.44444%;
    max-width: 69.44444%; }
  .col-md-26 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%; }
  .col-md-27 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-28 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%; }
  .col-md-29 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80.55556%;
    flex: 0 0 80.55556%;
    max-width: 80.55556%; }
  .col-md-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-31 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86.11111%;
    flex: 0 0 86.11111%;
    max-width: 86.11111%; }
  .col-md-32 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%; }
  .col-md-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-34 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%; }
  .col-md-35 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.22222%;
    flex: 0 0 97.22222%;
    max-width: 97.22222%; }
  .col-md-36 {
    -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: 38;
    -ms-flex-order: 37;
    order: 37; }
  .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; }
  .order-md-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-md-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-md-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-md-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-md-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-md-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-md-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-md-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-md-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-md-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-md-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .order-md-25 {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-md-26 {
    -webkit-box-ordinal-group: 27;
    -ms-flex-order: 26;
    order: 26; }
  .order-md-27 {
    -webkit-box-ordinal-group: 28;
    -ms-flex-order: 27;
    order: 27; }
  .order-md-28 {
    -webkit-box-ordinal-group: 29;
    -ms-flex-order: 28;
    order: 28; }
  .order-md-29 {
    -webkit-box-ordinal-group: 30;
    -ms-flex-order: 29;
    order: 29; }
  .order-md-30 {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30; }
  .order-md-31 {
    -webkit-box-ordinal-group: 32;
    -ms-flex-order: 31;
    order: 31; }
  .order-md-32 {
    -webkit-box-ordinal-group: 33;
    -ms-flex-order: 32;
    order: 32; }
  .order-md-33 {
    -webkit-box-ordinal-group: 34;
    -ms-flex-order: 33;
    order: 33; }
  .order-md-34 {
    -webkit-box-ordinal-group: 35;
    -ms-flex-order: 34;
    order: 34; }
  .order-md-35 {
    -webkit-box-ordinal-group: 36;
    -ms-flex-order: 35;
    order: 35; }
  .order-md-36 {
    -webkit-box-ordinal-group: 37;
    -ms-flex-order: 36;
    order: 36; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 2.77778%; }
  .offset-md-2 {
    margin-left: 5.55556%; }
  .offset-md-3 {
    margin-left: 8.33333%; }
  .offset-md-4 {
    margin-left: 11.11111%; }
  .offset-md-5 {
    margin-left: 13.88889%; }
  .offset-md-6 {
    margin-left: 16.66667%; }
  .offset-md-7 {
    margin-left: 19.44444%; }
  .offset-md-8 {
    margin-left: 22.22222%; }
  .offset-md-9 {
    margin-left: 25%; }
  .offset-md-10 {
    margin-left: 27.77778%; }
  .offset-md-11 {
    margin-left: 30.55556%; }
  .offset-md-12 {
    margin-left: 33.33333%; }
  .offset-md-13 {
    margin-left: 36.11111%; }
  .offset-md-14 {
    margin-left: 38.88889%; }
  .offset-md-15 {
    margin-left: 41.66667%; }
  .offset-md-16 {
    margin-left: 44.44444%; }
  .offset-md-17 {
    margin-left: 47.22222%; }
  .offset-md-18 {
    margin-left: 50%; }
  .offset-md-19 {
    margin-left: 52.77778%; }
  .offset-md-20 {
    margin-left: 55.55556%; }
  .offset-md-21 {
    margin-left: 58.33333%; }
  .offset-md-22 {
    margin-left: 61.11111%; }
  .offset-md-23 {
    margin-left: 63.88889%; }
  .offset-md-24 {
    margin-left: 66.66667%; }
  .offset-md-25 {
    margin-left: 69.44444%; }
  .offset-md-26 {
    margin-left: 72.22222%; }
  .offset-md-27 {
    margin-left: 75%; }
  .offset-md-28 {
    margin-left: 77.77778%; }
  .offset-md-29 {
    margin-left: 80.55556%; }
  .offset-md-30 {
    margin-left: 83.33333%; }
  .offset-md-31 {
    margin-left: 86.11111%; }
  .offset-md-32 {
    margin-left: 88.88889%; }
  .offset-md-33 {
    margin-left: 91.66667%; }
  .offset-md-34 {
    margin-left: 94.44444%; }
  .offset-md-35 {
    margin-left: 97.22222%; } }

@media (min-width: 1200px) {
  .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 2.77778%;
    flex: 0 0 2.77778%;
    max-width: 2.77778%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.88889%;
    flex: 0 0 13.88889%;
    max-width: 13.88889%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.44444%;
    flex: 0 0 19.44444%;
    max-width: 19.44444%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.55556%;
    flex: 0 0 30.55556%;
    max-width: 30.55556%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.11111%;
    flex: 0 0 36.11111%;
    max-width: 36.11111%; }
  .col-lg-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%; }
  .col-lg-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%; }
  .col-lg-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.22222%;
    flex: 0 0 47.22222%;
    max-width: 47.22222%; }
  .col-lg-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.77778%;
    flex: 0 0 52.77778%;
    max-width: 52.77778%; }
  .col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%; }
  .col-lg-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%; }
  .col-lg-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.88889%;
    flex: 0 0 63.88889%;
    max-width: 63.88889%; }
  .col-lg-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69.44444%;
    flex: 0 0 69.44444%;
    max-width: 69.44444%; }
  .col-lg-26 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%; }
  .col-lg-27 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-28 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%; }
  .col-lg-29 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80.55556%;
    flex: 0 0 80.55556%;
    max-width: 80.55556%; }
  .col-lg-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-31 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86.11111%;
    flex: 0 0 86.11111%;
    max-width: 86.11111%; }
  .col-lg-32 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%; }
  .col-lg-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-34 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%; }
  .col-lg-35 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.22222%;
    flex: 0 0 97.22222%;
    max-width: 97.22222%; }
  .col-lg-36 {
    -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: 38;
    -ms-flex-order: 37;
    order: 37; }
  .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; }
  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-lg-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-lg-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-lg-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-lg-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-lg-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-lg-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-lg-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-lg-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .order-lg-25 {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-lg-26 {
    -webkit-box-ordinal-group: 27;
    -ms-flex-order: 26;
    order: 26; }
  .order-lg-27 {
    -webkit-box-ordinal-group: 28;
    -ms-flex-order: 27;
    order: 27; }
  .order-lg-28 {
    -webkit-box-ordinal-group: 29;
    -ms-flex-order: 28;
    order: 28; }
  .order-lg-29 {
    -webkit-box-ordinal-group: 30;
    -ms-flex-order: 29;
    order: 29; }
  .order-lg-30 {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30; }
  .order-lg-31 {
    -webkit-box-ordinal-group: 32;
    -ms-flex-order: 31;
    order: 31; }
  .order-lg-32 {
    -webkit-box-ordinal-group: 33;
    -ms-flex-order: 32;
    order: 32; }
  .order-lg-33 {
    -webkit-box-ordinal-group: 34;
    -ms-flex-order: 33;
    order: 33; }
  .order-lg-34 {
    -webkit-box-ordinal-group: 35;
    -ms-flex-order: 34;
    order: 34; }
  .order-lg-35 {
    -webkit-box-ordinal-group: 36;
    -ms-flex-order: 35;
    order: 35; }
  .order-lg-36 {
    -webkit-box-ordinal-group: 37;
    -ms-flex-order: 36;
    order: 36; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 2.77778%; }
  .offset-lg-2 {
    margin-left: 5.55556%; }
  .offset-lg-3 {
    margin-left: 8.33333%; }
  .offset-lg-4 {
    margin-left: 11.11111%; }
  .offset-lg-5 {
    margin-left: 13.88889%; }
  .offset-lg-6 {
    margin-left: 16.66667%; }
  .offset-lg-7 {
    margin-left: 19.44444%; }
  .offset-lg-8 {
    margin-left: 22.22222%; }
  .offset-lg-9 {
    margin-left: 25%; }
  .offset-lg-10 {
    margin-left: 27.77778%; }
  .offset-lg-11 {
    margin-left: 30.55556%; }
  .offset-lg-12 {
    margin-left: 33.33333%; }
  .offset-lg-13 {
    margin-left: 36.11111%; }
  .offset-lg-14 {
    margin-left: 38.88889%; }
  .offset-lg-15 {
    margin-left: 41.66667%; }
  .offset-lg-16 {
    margin-left: 44.44444%; }
  .offset-lg-17 {
    margin-left: 47.22222%; }
  .offset-lg-18 {
    margin-left: 50%; }
  .offset-lg-19 {
    margin-left: 52.77778%; }
  .offset-lg-20 {
    margin-left: 55.55556%; }
  .offset-lg-21 {
    margin-left: 58.33333%; }
  .offset-lg-22 {
    margin-left: 61.11111%; }
  .offset-lg-23 {
    margin-left: 63.88889%; }
  .offset-lg-24 {
    margin-left: 66.66667%; }
  .offset-lg-25 {
    margin-left: 69.44444%; }
  .offset-lg-26 {
    margin-left: 72.22222%; }
  .offset-lg-27 {
    margin-left: 75%; }
  .offset-lg-28 {
    margin-left: 77.77778%; }
  .offset-lg-29 {
    margin-left: 80.55556%; }
  .offset-lg-30 {
    margin-left: 83.33333%; }
  .offset-lg-31 {
    margin-left: 86.11111%; }
  .offset-lg-32 {
    margin-left: 88.88889%; }
  .offset-lg-33 {
    margin-left: 91.66667%; }
  .offset-lg-34 {
    margin-left: 94.44444%; }
  .offset-lg-35 {
    margin-left: 97.22222%; } }

@media (min-width: 1440px) {
  .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 2.77778%;
    flex: 0 0 2.77778%;
    max-width: 2.77778%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.88889%;
    flex: 0 0 13.88889%;
    max-width: 13.88889%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.44444%;
    flex: 0 0 19.44444%;
    max-width: 19.44444%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.55556%;
    flex: 0 0 30.55556%;
    max-width: 30.55556%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.11111%;
    flex: 0 0 36.11111%;
    max-width: 36.11111%; }
  .col-xl-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%; }
  .col-xl-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%; }
  .col-xl-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.22222%;
    flex: 0 0 47.22222%;
    max-width: 47.22222%; }
  .col-xl-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.77778%;
    flex: 0 0 52.77778%;
    max-width: 52.77778%; }
  .col-xl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%; }
  .col-xl-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%; }
  .col-xl-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.88889%;
    flex: 0 0 63.88889%;
    max-width: 63.88889%; }
  .col-xl-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69.44444%;
    flex: 0 0 69.44444%;
    max-width: 69.44444%; }
  .col-xl-26 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%; }
  .col-xl-27 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-28 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%; }
  .col-xl-29 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80.55556%;
    flex: 0 0 80.55556%;
    max-width: 80.55556%; }
  .col-xl-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-31 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86.11111%;
    flex: 0 0 86.11111%;
    max-width: 86.11111%; }
  .col-xl-32 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%; }
  .col-xl-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-34 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%; }
  .col-xl-35 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.22222%;
    flex: 0 0 97.22222%;
    max-width: 97.22222%; }
  .col-xl-36 {
    -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: 38;
    -ms-flex-order: 37;
    order: 37; }
  .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; }
  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-xl-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-xl-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-xl-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-xl-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-xl-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-xl-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-xl-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-xl-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .order-xl-25 {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-xl-26 {
    -webkit-box-ordinal-group: 27;
    -ms-flex-order: 26;
    order: 26; }
  .order-xl-27 {
    -webkit-box-ordinal-group: 28;
    -ms-flex-order: 27;
    order: 27; }
  .order-xl-28 {
    -webkit-box-ordinal-group: 29;
    -ms-flex-order: 28;
    order: 28; }
  .order-xl-29 {
    -webkit-box-ordinal-group: 30;
    -ms-flex-order: 29;
    order: 29; }
  .order-xl-30 {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30; }
  .order-xl-31 {
    -webkit-box-ordinal-group: 32;
    -ms-flex-order: 31;
    order: 31; }
  .order-xl-32 {
    -webkit-box-ordinal-group: 33;
    -ms-flex-order: 32;
    order: 32; }
  .order-xl-33 {
    -webkit-box-ordinal-group: 34;
    -ms-flex-order: 33;
    order: 33; }
  .order-xl-34 {
    -webkit-box-ordinal-group: 35;
    -ms-flex-order: 34;
    order: 34; }
  .order-xl-35 {
    -webkit-box-ordinal-group: 36;
    -ms-flex-order: 35;
    order: 35; }
  .order-xl-36 {
    -webkit-box-ordinal-group: 37;
    -ms-flex-order: 36;
    order: 36; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 2.77778%; }
  .offset-xl-2 {
    margin-left: 5.55556%; }
  .offset-xl-3 {
    margin-left: 8.33333%; }
  .offset-xl-4 {
    margin-left: 11.11111%; }
  .offset-xl-5 {
    margin-left: 13.88889%; }
  .offset-xl-6 {
    margin-left: 16.66667%; }
  .offset-xl-7 {
    margin-left: 19.44444%; }
  .offset-xl-8 {
    margin-left: 22.22222%; }
  .offset-xl-9 {
    margin-left: 25%; }
  .offset-xl-10 {
    margin-left: 27.77778%; }
  .offset-xl-11 {
    margin-left: 30.55556%; }
  .offset-xl-12 {
    margin-left: 33.33333%; }
  .offset-xl-13 {
    margin-left: 36.11111%; }
  .offset-xl-14 {
    margin-left: 38.88889%; }
  .offset-xl-15 {
    margin-left: 41.66667%; }
  .offset-xl-16 {
    margin-left: 44.44444%; }
  .offset-xl-17 {
    margin-left: 47.22222%; }
  .offset-xl-18 {
    margin-left: 50%; }
  .offset-xl-19 {
    margin-left: 52.77778%; }
  .offset-xl-20 {
    margin-left: 55.55556%; }
  .offset-xl-21 {
    margin-left: 58.33333%; }
  .offset-xl-22 {
    margin-left: 61.11111%; }
  .offset-xl-23 {
    margin-left: 63.88889%; }
  .offset-xl-24 {
    margin-left: 66.66667%; }
  .offset-xl-25 {
    margin-left: 69.44444%; }
  .offset-xl-26 {
    margin-left: 72.22222%; }
  .offset-xl-27 {
    margin-left: 75%; }
  .offset-xl-28 {
    margin-left: 77.77778%; }
  .offset-xl-29 {
    margin-left: 80.55556%; }
  .offset-xl-30 {
    margin-left: 83.33333%; }
  .offset-xl-31 {
    margin-left: 86.11111%; }
  .offset-xl-32 {
    margin-left: 88.88889%; }
  .offset-xl-33 {
    margin-left: 91.66667%; }
  .offset-xl-34 {
    margin-left: 94.44444%; }
  .offset-xl-35 {
    margin-left: 97.22222%; } }

.table {
  width: 100%;
  margin-bottom: 1px;
  color: #212529; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 766.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: 959.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: 1199.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: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }

.popover .arrow, .popover .arrow-down, .popover .jcf-select-text:before, .popover .arrow-up, .popover .jcf-select.jcf-drop-active .jcf-select-text:before, .jcf-select.jcf-drop-active .popover .jcf-select-text:before {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem; }

.popover .arrow::before, .popover .arrow-down::before, .popover .arrow-up::before, .popover .arrow::after, .popover .arrow-down::after, .popover .arrow-up::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow, .bs-popover-top > .arrow-down, .bs-popover-auto[x-placement^="top"] > .arrow-down, .ui-select .bs-popover-top > .jcf-select-text:before, .ui-select .bs-popover-auto[x-placement^="top"] > .jcf-select-text:before, .bs-popover-top > .jcf-select-text:before, .bs-popover-auto[x-placement^="top"] > .jcf-select-text:before, .bs-popover-top > .arrow-up, .bs-popover-auto[x-placement^="top"] > .arrow-up, .jcf-select.jcf-drop-active .bs-popover-top > .jcf-select-text:before, .jcf-select.jcf-drop-active .bs-popover-auto[x-placement^="top"] > .jcf-select-text:before {
  bottom: calc(-0.5rem - 1px); }

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before, .bs-popover-top > .arrow-down::before, .bs-popover-auto[x-placement^="top"] > .arrow-down::before, .bs-popover-top > .arrow-up::before, .bs-popover-auto[x-placement^="top"] > .arrow-up::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after, .bs-popover-top > .arrow-down::after, .bs-popover-auto[x-placement^="top"] > .arrow-down::after, .bs-popover-top > .arrow-up::after, .bs-popover-auto[x-placement^="top"] > .arrow-up::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow, .bs-popover-right > .arrow-down, .bs-popover-auto[x-placement^="right"] > .arrow-down, .ui-select .bs-popover-right > .jcf-select-text:before, .ui-select .bs-popover-auto[x-placement^="right"] > .jcf-select-text:before, .bs-popover-right > .jcf-select-text:before, .bs-popover-auto[x-placement^="right"] > .jcf-select-text:before, .bs-popover-right > .arrow-up, .bs-popover-auto[x-placement^="right"] > .arrow-up, .jcf-select.jcf-drop-active .bs-popover-right > .jcf-select-text:before, .jcf-select.jcf-drop-active .bs-popover-auto[x-placement^="right"] > .jcf-select-text:before {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before, .bs-popover-right > .arrow-down::before, .bs-popover-auto[x-placement^="right"] > .arrow-down::before, .bs-popover-right > .arrow-up::before, .bs-popover-auto[x-placement^="right"] > .arrow-up::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after, .bs-popover-right > .arrow-down::after, .bs-popover-auto[x-placement^="right"] > .arrow-down::after, .bs-popover-right > .arrow-up::after, .bs-popover-auto[x-placement^="right"] > .arrow-up::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow, .bs-popover-bottom > .arrow-down, .bs-popover-auto[x-placement^="bottom"] > .arrow-down, .ui-select .bs-popover-bottom > .jcf-select-text:before, .ui-select .bs-popover-auto[x-placement^="bottom"] > .jcf-select-text:before, .bs-popover-bottom > .jcf-select-text:before, .bs-popover-auto[x-placement^="bottom"] > .jcf-select-text:before, .bs-popover-bottom > .arrow-up, .bs-popover-auto[x-placement^="bottom"] > .arrow-up, .jcf-select.jcf-drop-active .bs-popover-bottom > .jcf-select-text:before, .jcf-select.jcf-drop-active .bs-popover-auto[x-placement^="bottom"] > .jcf-select-text:before {
  top: calc(-0.5rem - 1px); }

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before, .bs-popover-bottom > .arrow-down::before, .bs-popover-auto[x-placement^="bottom"] > .arrow-down::before, .bs-popover-bottom > .arrow-up::before, .bs-popover-auto[x-placement^="bottom"] > .arrow-up::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after, .bs-popover-bottom > .arrow-down::after, .bs-popover-auto[x-placement^="bottom"] > .arrow-down::after, .bs-popover-bottom > .arrow-up::after, .bs-popover-auto[x-placement^="bottom"] > .arrow-up::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow, .bs-popover-left > .arrow-down, .bs-popover-auto[x-placement^="left"] > .arrow-down, .ui-select .bs-popover-left > .jcf-select-text:before, .ui-select .bs-popover-auto[x-placement^="left"] > .jcf-select-text:before, .bs-popover-left > .jcf-select-text:before, .bs-popover-auto[x-placement^="left"] > .jcf-select-text:before, .bs-popover-left > .arrow-up, .bs-popover-auto[x-placement^="left"] > .arrow-up, .jcf-select.jcf-drop-active .bs-popover-left > .jcf-select-text:before, .jcf-select.jcf-drop-active .bs-popover-auto[x-placement^="left"] > .jcf-select-text:before {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before, .bs-popover-left > .arrow-down::before, .bs-popover-auto[x-placement^="left"] > .arrow-down::before, .bs-popover-left > .arrow-up::before, .bs-popover-auto[x-placement^="left"] > .arrow-up::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after, .bs-popover-left > .arrow-down::after, .bs-popover-auto[x-placement^="left"] > .arrow-down::after, .bs-popover-left > .arrow-up::after, .bs-popover-auto[x-placement^="left"] > .arrow-up::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;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.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: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

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

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

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !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;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-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-tn-none {
    display: none !important; }
  .d-tn-inline {
    display: inline !important; }
  .d-tn-inline-block {
    display: inline-block !important; }
  .d-tn-block {
    display: block !important; }
  .d-tn-table {
    display: table !important; }
  .d-tn-table-row {
    display: table-row !important; }
  .d-tn-table-cell {
    display: table-cell !important; }
  .d-tn-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-tn-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 576px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 767px) {
  .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: 960px) {
  .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: 1200px) {
  .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: 1440px) {
  .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 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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !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;
  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;
  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;
  align-self: stretch !important; }

@media (min-width: 375px) {
  .flex-tn-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-tn-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-tn-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-tn-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-tn-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-tn-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-tn-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-tn-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-tn-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-tn-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-tn-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-tn-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-tn-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-tn-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-tn-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-tn-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-tn-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-tn-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-tn-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-tn-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-tn-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-tn-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-tn-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-tn-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-tn-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-tn-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-tn-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-tn-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-tn-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-tn-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-tn-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-tn-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-tn-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-tn-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 576px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xs-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xs-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xs-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 767px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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;
    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;
    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;
    align-self: stretch !important; } }

@media (min-width: 960px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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;
    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;
    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;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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;
    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;
    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;
    align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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;
    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;
    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;
    align-self: stretch !important; } }

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

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

.float-none {
  float: none !important; }

@media (min-width: 375px) {
  .float-tn-left {
    float: left !important; }
  .float-tn-right {
    float: right !important; }
  .float-tn-none {
    float: none !important; } }

@media (min-width: 576px) {
  .float-xs-left {
    float: left !important; }
  .float-xs-right {
    float: right !important; }
  .float-xs-none {
    float: none !important; } }

@media (min-width: 767px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 960px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-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 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  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: 0px !important; }

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

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

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

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

.m-1 {
  margin: 1px !important; }

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

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

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

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

.m-2 {
  margin: 2px !important; }

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

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

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

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

.m-3 {
  margin: 3px !important; }

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

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

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

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

.m-4 {
  margin: 4px !important; }

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

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

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

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

.m-5 {
  margin: 5px !important; }

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

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

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

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

.m-100 {
  margin: 100px !important; }

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

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

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

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

.m-99 {
  margin: 99px !important; }

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

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

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

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

.m-98 {
  margin: 98px !important; }

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

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

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

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

.m-97 {
  margin: 97px !important; }

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

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

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

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

.m-96 {
  margin: 96px !important; }

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

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

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

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

.m-95 {
  margin: 95px !important; }

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

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

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

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

.m-94 {
  margin: 94px !important; }

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

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

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

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

.m-93 {
  margin: 93px !important; }

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

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

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

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

.m-92 {
  margin: 92px !important; }

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

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

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

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

.m-91 {
  margin: 91px !important; }

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

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

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

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

.m-90 {
  margin: 90px !important; }

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

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

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

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

.m-89 {
  margin: 89px !important; }

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

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

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

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

.m-88 {
  margin: 88px !important; }

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

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

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

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

.m-87 {
  margin: 87px !important; }

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

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

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

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

.m-86 {
  margin: 86px !important; }

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

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

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

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

.m-85 {
  margin: 85px !important; }

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

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

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

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

.m-84 {
  margin: 84px !important; }

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

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

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

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

.m-83 {
  margin: 83px !important; }

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

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

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

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

.m-82 {
  margin: 82px !important; }

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

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

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

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

.m-81 {
  margin: 81px !important; }

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

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

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

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

.m-80 {
  margin: 80px !important; }

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

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

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

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

.m-79 {
  margin: 79px !important; }

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

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

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

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

.m-78 {
  margin: 78px !important; }

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

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

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

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

.m-77 {
  margin: 77px !important; }

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

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

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

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

.m-76 {
  margin: 76px !important; }

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

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

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

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

.m-75 {
  margin: 75px !important; }

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

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

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

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

.m-74 {
  margin: 74px !important; }

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

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

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

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

.m-73 {
  margin: 73px !important; }

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

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

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

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

.m-72 {
  margin: 72px !important; }

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

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

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

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

.m-71 {
  margin: 71px !important; }

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

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

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

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

.m-70 {
  margin: 70px !important; }

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

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

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

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

.m-69 {
  margin: 69px !important; }

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

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

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

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

.m-68 {
  margin: 68px !important; }

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

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

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

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

.m-67 {
  margin: 67px !important; }

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

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

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

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

.m-66 {
  margin: 66px !important; }

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

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

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

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

.m-65 {
  margin: 65px !important; }

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

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

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

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

.m-64 {
  margin: 64px !important; }

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

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

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

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

.m-63 {
  margin: 63px !important; }

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

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

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

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

.m-62 {
  margin: 62px !important; }

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

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

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

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

.m-61 {
  margin: 61px !important; }

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

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

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

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

.m-60 {
  margin: 60px !important; }

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

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

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

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

.m-59 {
  margin: 59px !important; }

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

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

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

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

.m-58 {
  margin: 58px !important; }

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

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

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

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

.m-57 {
  margin: 57px !important; }

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

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

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

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

.m-56 {
  margin: 56px !important; }

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

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

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

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

.m-55 {
  margin: 55px !important; }

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

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

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

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

.m-54 {
  margin: 54px !important; }

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

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

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

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

.m-53 {
  margin: 53px !important; }

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

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

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

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

.m-52 {
  margin: 52px !important; }

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

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

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

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

.m-51 {
  margin: 51px !important; }

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

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

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

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

.m-50 {
  margin: 50px !important; }

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

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

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

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

.m-49 {
  margin: 49px !important; }

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

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

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

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

.m-48 {
  margin: 48px !important; }

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

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

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

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

.m-47 {
  margin: 47px !important; }

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

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

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

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

.m-46 {
  margin: 46px !important; }

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

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

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

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

.m-45 {
  margin: 45px !important; }

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

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

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

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

.m-44 {
  margin: 44px !important; }

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

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

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

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

.m-43 {
  margin: 43px !important; }

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

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

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

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

.m-42 {
  margin: 42px !important; }

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

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

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

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

.m-41 {
  margin: 41px !important; }

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

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

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

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

.m-40 {
  margin: 40px !important; }

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

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

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

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

.m-39 {
  margin: 39px !important; }

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

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

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

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

.m-38 {
  margin: 38px !important; }

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

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

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

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

.m-37 {
  margin: 37px !important; }

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

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

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

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

.m-36 {
  margin: 36px !important; }

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

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

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

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

.m-35 {
  margin: 35px !important; }

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

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

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

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

.m-34 {
  margin: 34px !important; }

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

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

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

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

.m-33 {
  margin: 33px !important; }

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

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

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

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

.m-32 {
  margin: 32px !important; }

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

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

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

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

.m-31 {
  margin: 31px !important; }

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

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

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

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

.m-30 {
  margin: 30px !important; }

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

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

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

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

.m-29 {
  margin: 29px !important; }

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

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

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

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

.m-28 {
  margin: 28px !important; }

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

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

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

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

.m-27 {
  margin: 27px !important; }

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

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

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

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

.m-26 {
  margin: 26px !important; }

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

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

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

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

.m-25 {
  margin: 25px !important; }

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

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

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

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

.m-24 {
  margin: 24px !important; }

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

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

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

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

.m-23 {
  margin: 23px !important; }

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

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

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

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

.m-22 {
  margin: 22px !important; }

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

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

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

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

.m-21 {
  margin: 21px !important; }

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

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

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

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

.m-20 {
  margin: 20px !important; }

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

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

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

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

.m-19 {
  margin: 19px !important; }

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

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

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

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

.m-18 {
  margin: 18px !important; }

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

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

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

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

.m-17 {
  margin: 17px !important; }

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

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

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

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

.m-16 {
  margin: 16px !important; }

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

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

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

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

.m-15 {
  margin: 15px !important; }

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

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

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

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

.m-14 {
  margin: 14px !important; }

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

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

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

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

.m-13 {
  margin: 13px !important; }

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

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

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

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

.m-12 {
  margin: 12px !important; }

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

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

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

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

.m-11 {
  margin: 11px !important; }

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

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

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

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

.m-10 {
  margin: 10px !important; }

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

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

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

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

.m-9 {
  margin: 9px !important; }

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

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

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

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

.m-8 {
  margin: 8px !important; }

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

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

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

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

.m-7 {
  margin: 7px !important; }

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

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

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

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

.m-6 {
  margin: 6px !important; }

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 1px !important; }

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

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

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

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

.p-2 {
  padding: 2px !important; }

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

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

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

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

.p-3 {
  padding: 3px !important; }

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

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

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

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

.p-4 {
  padding: 4px !important; }

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

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

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

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

.p-5 {
  padding: 5px !important; }

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

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

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

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

.p-100 {
  padding: 100px !important; }

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

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

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

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

.p-99 {
  padding: 99px !important; }

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

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

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

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

.p-98 {
  padding: 98px !important; }

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

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

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

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

.p-97 {
  padding: 97px !important; }

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

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

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

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

.p-96 {
  padding: 96px !important; }

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

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

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

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

.p-95 {
  padding: 95px !important; }

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

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

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

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

.p-94 {
  padding: 94px !important; }

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

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

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

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

.p-93 {
  padding: 93px !important; }

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

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

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

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

.p-92 {
  padding: 92px !important; }

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

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

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

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

.p-91 {
  padding: 91px !important; }

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

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

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

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

.p-90 {
  padding: 90px !important; }

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

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

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

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

.p-89 {
  padding: 89px !important; }

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

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

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

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

.p-88 {
  padding: 88px !important; }

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

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

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

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

.p-87 {
  padding: 87px !important; }

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

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

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

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

.p-86 {
  padding: 86px !important; }

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

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

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

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

.p-85 {
  padding: 85px !important; }

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

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

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

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

.p-84 {
  padding: 84px !important; }

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

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

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

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

.p-83 {
  padding: 83px !important; }

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

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

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

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

.p-82 {
  padding: 82px !important; }

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

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

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

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

.p-81 {
  padding: 81px !important; }

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

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

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

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

.p-80 {
  padding: 80px !important; }

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

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

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

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

.p-79 {
  padding: 79px !important; }

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

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

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

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

.p-78 {
  padding: 78px !important; }

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

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

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

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

.p-77 {
  padding: 77px !important; }

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

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

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

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

.p-76 {
  padding: 76px !important; }

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

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

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

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

.p-75 {
  padding: 75px !important; }

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

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

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

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

.p-74 {
  padding: 74px !important; }

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

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

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

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

.p-73 {
  padding: 73px !important; }

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

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

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

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

.p-72 {
  padding: 72px !important; }

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

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

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

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

.p-71 {
  padding: 71px !important; }

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

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

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

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

.p-70 {
  padding: 70px !important; }

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

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

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

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

.p-69 {
  padding: 69px !important; }

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

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

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

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

.p-68 {
  padding: 68px !important; }

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

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

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

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

.p-67 {
  padding: 67px !important; }

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

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

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

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

.p-66 {
  padding: 66px !important; }

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

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

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

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

.p-65 {
  padding: 65px !important; }

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

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

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

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

.p-64 {
  padding: 64px !important; }

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

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

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

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

.p-63 {
  padding: 63px !important; }

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

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

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

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

.p-62 {
  padding: 62px !important; }

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

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

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

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

.p-61 {
  padding: 61px !important; }

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

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

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

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

.p-60 {
  padding: 60px !important; }

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

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

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

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

.p-59 {
  padding: 59px !important; }

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

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

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

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

.p-58 {
  padding: 58px !important; }

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

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

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

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

.p-57 {
  padding: 57px !important; }

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

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

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

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

.p-56 {
  padding: 56px !important; }

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

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

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

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

.p-55 {
  padding: 55px !important; }

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

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

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

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

.p-54 {
  padding: 54px !important; }

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

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

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

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

.p-53 {
  padding: 53px !important; }

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

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

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

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

.p-52 {
  padding: 52px !important; }

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

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

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

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

.p-51 {
  padding: 51px !important; }

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

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

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

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

.p-50 {
  padding: 50px !important; }

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

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

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

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

.p-49 {
  padding: 49px !important; }

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

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

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

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

.p-48 {
  padding: 48px !important; }

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

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

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

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

.p-47 {
  padding: 47px !important; }

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

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

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

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

.p-46 {
  padding: 46px !important; }

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

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

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

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

.p-45 {
  padding: 45px !important; }

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

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

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

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

.p-44 {
  padding: 44px !important; }

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

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

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

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

.p-43 {
  padding: 43px !important; }

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

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

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

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

.p-42 {
  padding: 42px !important; }

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

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

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

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

.p-41 {
  padding: 41px !important; }

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

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

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

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

.p-40 {
  padding: 40px !important; }

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

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

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

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

.p-39 {
  padding: 39px !important; }

.pt-39,
.py-39 {
  padding-top: 39px !important; }

.pr-39,
.px-39 {
  padding-right: 39px !important; }

.pb-39,
.py-39 {
  padding-bottom: 39px !important; }

.pl-39,
.px-39 {
  padding-left: 39px !important; }

.p-38 {
  padding: 38px !important; }

.pt-38,
.py-38 {
  padding-top: 38px !important; }

.pr-38,
.px-38 {
  padding-right: 38px !important; }

.pb-38,
.py-38 {
  padding-bottom: 38px !important; }

.pl-38,
.px-38 {
  padding-left: 38px !important; }

.p-37 {
  padding: 37px !important; }

.pt-37,
.py-37 {
  padding-top: 37px !important; }

.pr-37,
.px-37 {
  padding-right: 37px !important; }

.pb-37,
.py-37 {
  padding-bottom: 37px !important; }

.pl-37,
.px-37 {
  padding-left: 37px !important; }

.p-36 {
  padding: 36px !important; }

.pt-36,
.py-36 {
  padding-top: 36px !important; }

.pr-36,
.px-36 {
  padding-right: 36px !important; }

.pb-36,
.py-36 {
  padding-bottom: 36px !important; }

.pl-36,
.px-36 {
  padding-left: 36px !important; }

.p-35 {
  padding: 35px !important; }

.pt-35,
.py-35 {
  padding-top: 35px !important; }

.pr-35,
.px-35 {
  padding-right: 35px !important; }

.pb-35,
.py-35 {
  padding-bottom: 35px !important; }

.pl-35,
.px-35 {
  padding-left: 35px !important; }

.p-34 {
  padding: 34px !important; }

.pt-34,
.py-34 {
  padding-top: 34px !important; }

.pr-34,
.px-34 {
  padding-right: 34px !important; }

.pb-34,
.py-34 {
  padding-bottom: 34px !important; }

.pl-34,
.px-34 {
  padding-left: 34px !important; }

.p-33 {
  padding: 33px !important; }

.pt-33,
.py-33 {
  padding-top: 33px !important; }

.pr-33,
.px-33 {
  padding-right: 33px !important; }

.pb-33,
.py-33 {
  padding-bottom: 33px !important; }

.pl-33,
.px-33 {
  padding-left: 33px !important; }

.p-32 {
  padding: 32px !important; }

.pt-32,
.py-32 {
  padding-top: 32px !important; }

.pr-32,
.px-32 {
  padding-right: 32px !important; }

.pb-32,
.py-32 {
  padding-bottom: 32px !important; }

.pl-32,
.px-32 {
  padding-left: 32px !important; }

.p-31 {
  padding: 31px !important; }

.pt-31,
.py-31 {
  padding-top: 31px !important; }

.pr-31,
.px-31 {
  padding-right: 31px !important; }

.pb-31,
.py-31 {
  padding-bottom: 31px !important; }

.pl-31,
.px-31 {
  padding-left: 31px !important; }

.p-30 {
  padding: 30px !important; }

.pt-30,
.py-30 {
  padding-top: 30px !important; }

.pr-30,
.px-30 {
  padding-right: 30px !important; }

.pb-30,
.py-30 {
  padding-bottom: 30px !important; }

.pl-30,
.px-30 {
  padding-left: 30px !important; }

.p-29 {
  padding: 29px !important; }

.pt-29,
.py-29 {
  padding-top: 29px !important; }

.pr-29,
.px-29 {
  padding-right: 29px !important; }

.pb-29,
.py-29 {
  padding-bottom: 29px !important; }

.pl-29,
.px-29 {
  padding-left: 29px !important; }

.p-28 {
  padding: 28px !important; }

.pt-28,
.py-28 {
  padding-top: 28px !important; }

.pr-28,
.px-28 {
  padding-right: 28px !important; }

.pb-28,
.py-28 {
  padding-bottom: 28px !important; }

.pl-28,
.px-28 {
  padding-left: 28px !important; }

.p-27 {
  padding: 27px !important; }

.pt-27,
.py-27 {
  padding-top: 27px !important; }

.pr-27,
.px-27 {
  padding-right: 27px !important; }

.pb-27,
.py-27 {
  padding-bottom: 27px !important; }

.pl-27,
.px-27 {
  padding-left: 27px !important; }

.p-26 {
  padding: 26px !important; }

.pt-26,
.py-26 {
  padding-top: 26px !important; }

.pr-26,
.px-26 {
  padding-right: 26px !important; }

.pb-26,
.py-26 {
  padding-bottom: 26px !important; }

.pl-26,
.px-26 {
  padding-left: 26px !important; }

.p-25 {
  padding: 25px !important; }

.pt-25,
.py-25 {
  padding-top: 25px !important; }

.pr-25,
.px-25 {
  padding-right: 25px !important; }

.pb-25,
.py-25 {
  padding-bottom: 25px !important; }

.pl-25,
.px-25 {
  padding-left: 25px !important; }

.p-24 {
  padding: 24px !important; }

.pt-24,
.py-24 {
  padding-top: 24px !important; }

.pr-24,
.px-24 {
  padding-right: 24px !important; }

.pb-24,
.py-24 {
  padding-bottom: 24px !important; }

.pl-24,
.px-24 {
  padding-left: 24px !important; }

.p-23 {
  padding: 23px !important; }

.pt-23,
.py-23 {
  padding-top: 23px !important; }

.pr-23,
.px-23 {
  padding-right: 23px !important; }

.pb-23,
.py-23 {
  padding-bottom: 23px !important; }

.pl-23,
.px-23 {
  padding-left: 23px !important; }

.p-22 {
  padding: 22px !important; }

.pt-22,
.py-22 {
  padding-top: 22px !important; }

.pr-22,
.px-22 {
  padding-right: 22px !important; }

.pb-22,
.py-22 {
  padding-bottom: 22px !important; }

.pl-22,
.px-22 {
  padding-left: 22px !important; }

.p-21 {
  padding: 21px !important; }

.pt-21,
.py-21 {
  padding-top: 21px !important; }

.pr-21,
.px-21 {
  padding-right: 21px !important; }

.pb-21,
.py-21 {
  padding-bottom: 21px !important; }

.pl-21,
.px-21 {
  padding-left: 21px !important; }

.p-20 {
  padding: 20px !important; }

.pt-20,
.py-20 {
  padding-top: 20px !important; }

.pr-20,
.px-20 {
  padding-right: 20px !important; }

.pb-20,
.py-20 {
  padding-bottom: 20px !important; }

.pl-20,
.px-20 {
  padding-left: 20px !important; }

.p-19 {
  padding: 19px !important; }

.pt-19,
.py-19 {
  padding-top: 19px !important; }

.pr-19,
.px-19 {
  padding-right: 19px !important; }

.pb-19,
.py-19 {
  padding-bottom: 19px !important; }

.pl-19,
.px-19 {
  padding-left: 19px !important; }

.p-18 {
  padding: 18px !important; }

.pt-18,
.py-18 {
  padding-top: 18px !important; }

.pr-18,
.px-18 {
  padding-right: 18px !important; }

.pb-18,
.py-18 {
  padding-bottom: 18px !important; }

.pl-18,
.px-18 {
  padding-left: 18px !important; }

.p-17 {
  padding: 17px !important; }

.pt-17,
.py-17 {
  padding-top: 17px !important; }

.pr-17,
.px-17 {
  padding-right: 17px !important; }

.pb-17,
.py-17 {
  padding-bottom: 17px !important; }

.pl-17,
.px-17 {
  padding-left: 17px !important; }

.p-16 {
  padding: 16px !important; }

.pt-16,
.py-16 {
  padding-top: 16px !important; }

.pr-16,
.px-16 {
  padding-right: 16px !important; }

.pb-16,
.py-16 {
  padding-bottom: 16px !important; }

.pl-16,
.px-16 {
  padding-left: 16px !important; }

.p-15 {
  padding: 15px !important; }

.pt-15,
.py-15 {
  padding-top: 15px !important; }

.pr-15,
.px-15 {
  padding-right: 15px !important; }

.pb-15,
.py-15 {
  padding-bottom: 15px !important; }

.pl-15,
.px-15 {
  padding-left: 15px !important; }

.p-14 {
  padding: 14px !important; }

.pt-14,
.py-14 {
  padding-top: 14px !important; }

.pr-14,
.px-14 {
  padding-right: 14px !important; }

.pb-14,
.py-14 {
  padding-bottom: 14px !important; }

.pl-14,
.px-14 {
  padding-left: 14px !important; }

.p-13 {
  padding: 13px !important; }

.pt-13,
.py-13 {
  padding-top: 13px !important; }

.pr-13,
.px-13 {
  padding-right: 13px !important; }

.pb-13,
.py-13 {
  padding-bottom: 13px !important; }

.pl-13,
.px-13 {
  padding-left: 13px !important; }

.p-12 {
  padding: 12px !important; }

.pt-12,
.py-12 {
  padding-top: 12px !important; }

.pr-12,
.px-12 {
  padding-right: 12px !important; }

.pb-12,
.py-12 {
  padding-bottom: 12px !important; }

.pl-12,
.px-12 {
  padding-left: 12px !important; }

.p-11 {
  padding: 11px !important; }

.pt-11,
.py-11 {
  padding-top: 11px !important; }

.pr-11,
.px-11 {
  padding-right: 11px !important; }

.pb-11,
.py-11 {
  padding-bottom: 11px !important; }

.pl-11,
.px-11 {
  padding-left: 11px !important; }

.p-10 {
  padding: 10px !important; }

.pt-10,
.py-10 {
  padding-top: 10px !important; }

.pr-10,
.px-10 {
  padding-right: 10px !important; }

.pb-10,
.py-10 {
  padding-bottom: 10px !important; }

.pl-10,
.px-10 {
  padding-left: 10px !important; }

.p-9 {
  padding: 9px !important; }

.pt-9,
.py-9 {
  padding-top: 9px !important; }

.pr-9,
.px-9 {
  padding-right: 9px !important; }

.pb-9,
.py-9 {
  padding-bottom: 9px !important; }

.pl-9,
.px-9 {
  padding-left: 9px !important; }

.p-8 {
  padding: 8px !important; }

.pt-8,
.py-8 {
  padding-top: 8px !important; }

.pr-8,
.px-8 {
  padding-right: 8px !important; }

.pb-8,
.py-8 {
  padding-bottom: 8px !important; }

.pl-8,
.px-8 {
  padding-left: 8px !important; }

.p-7 {
  padding: 7px !important; }

.pt-7,
.py-7 {
  padding-top: 7px !important; }

.pr-7,
.px-7 {
  padding-right: 7px !important; }

.pb-7,
.py-7 {
  padding-bottom: 7px !important; }

.pl-7,
.px-7 {
  padding-left: 7px !important; }

.p-6 {
  padding: 6px !important; }

.pt-6,
.py-6 {
  padding-top: 6px !important; }

.pr-6,
.px-6 {
  padding-right: 6px !important; }

.pb-6,
.py-6 {
  padding-bottom: 6px !important; }

.pl-6,
.px-6 {
  padding-left: 6px !important; }

.m-n1 {
  margin: -1px !important; }

.mt-n1,
.my-n1 {
  margin-top: -1px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -1px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -1px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -1px !important; }

.m-n2 {
  margin: -2px !important; }

.mt-n2,
.my-n2 {
  margin-top: -2px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -2px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -2px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -2px !important; }

.m-n3 {
  margin: -3px !important; }

.mt-n3,
.my-n3 {
  margin-top: -3px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -3px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -3px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -3px !important; }

.m-n4 {
  margin: -4px !important; }

.mt-n4,
.my-n4 {
  margin-top: -4px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -4px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -4px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -4px !important; }

.m-n5 {
  margin: -5px !important; }

.mt-n5,
.my-n5 {
  margin-top: -5px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -5px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -5px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -5px !important; }

.m-n100 {
  margin: -100px !important; }

.mt-n100,
.my-n100 {
  margin-top: -100px !important; }

.mr-n100,
.mx-n100 {
  margin-right: -100px !important; }

.mb-n100,
.my-n100 {
  margin-bottom: -100px !important; }

.ml-n100,
.mx-n100 {
  margin-left: -100px !important; }

.m-n99 {
  margin: -99px !important; }

.mt-n99,
.my-n99 {
  margin-top: -99px !important; }

.mr-n99,
.mx-n99 {
  margin-right: -99px !important; }

.mb-n99,
.my-n99 {
  margin-bottom: -99px !important; }

.ml-n99,
.mx-n99 {
  margin-left: -99px !important; }

.m-n98 {
  margin: -98px !important; }

.mt-n98,
.my-n98 {
  margin-top: -98px !important; }

.mr-n98,
.mx-n98 {
  margin-right: -98px !important; }

.mb-n98,
.my-n98 {
  margin-bottom: -98px !important; }

.ml-n98,
.mx-n98 {
  margin-left: -98px !important; }

.m-n97 {
  margin: -97px !important; }

.mt-n97,
.my-n97 {
  margin-top: -97px !important; }

.mr-n97,
.mx-n97 {
  margin-right: -97px !important; }

.mb-n97,
.my-n97 {
  margin-bottom: -97px !important; }

.ml-n97,
.mx-n97 {
  margin-left: -97px !important; }

.m-n96 {
  margin: -96px !important; }

.mt-n96,
.my-n96 {
  margin-top: -96px !important; }

.mr-n96,
.mx-n96 {
  margin-right: -96px !important; }

.mb-n96,
.my-n96 {
  margin-bottom: -96px !important; }

.ml-n96,
.mx-n96 {
  margin-left: -96px !important; }

.m-n95 {
  margin: -95px !important; }

.mt-n95,
.my-n95 {
  margin-top: -95px !important; }

.mr-n95,
.mx-n95 {
  margin-right: -95px !important; }

.mb-n95,
.my-n95 {
  margin-bottom: -95px !important; }

.ml-n95,
.mx-n95 {
  margin-left: -95px !important; }

.m-n94 {
  margin: -94px !important; }

.mt-n94,
.my-n94 {
  margin-top: -94px !important; }

.mr-n94,
.mx-n94 {
  margin-right: -94px !important; }

.mb-n94,
.my-n94 {
  margin-bottom: -94px !important; }

.ml-n94,
.mx-n94 {
  margin-left: -94px !important; }

.m-n93 {
  margin: -93px !important; }

.mt-n93,
.my-n93 {
  margin-top: -93px !important; }

.mr-n93,
.mx-n93 {
  margin-right: -93px !important; }

.mb-n93,
.my-n93 {
  margin-bottom: -93px !important; }

.ml-n93,
.mx-n93 {
  margin-left: -93px !important; }

.m-n92 {
  margin: -92px !important; }

.mt-n92,
.my-n92 {
  margin-top: -92px !important; }

.mr-n92,
.mx-n92 {
  margin-right: -92px !important; }

.mb-n92,
.my-n92 {
  margin-bottom: -92px !important; }

.ml-n92,
.mx-n92 {
  margin-left: -92px !important; }

.m-n91 {
  margin: -91px !important; }

.mt-n91,
.my-n91 {
  margin-top: -91px !important; }

.mr-n91,
.mx-n91 {
  margin-right: -91px !important; }

.mb-n91,
.my-n91 {
  margin-bottom: -91px !important; }

.ml-n91,
.mx-n91 {
  margin-left: -91px !important; }

.m-n90 {
  margin: -90px !important; }

.mt-n90,
.my-n90 {
  margin-top: -90px !important; }

.mr-n90,
.mx-n90 {
  margin-right: -90px !important; }

.mb-n90,
.my-n90 {
  margin-bottom: -90px !important; }

.ml-n90,
.mx-n90 {
  margin-left: -90px !important; }

.m-n89 {
  margin: -89px !important; }

.mt-n89,
.my-n89 {
  margin-top: -89px !important; }

.mr-n89,
.mx-n89 {
  margin-right: -89px !important; }

.mb-n89,
.my-n89 {
  margin-bottom: -89px !important; }

.ml-n89,
.mx-n89 {
  margin-left: -89px !important; }

.m-n88 {
  margin: -88px !important; }

.mt-n88,
.my-n88 {
  margin-top: -88px !important; }

.mr-n88,
.mx-n88 {
  margin-right: -88px !important; }

.mb-n88,
.my-n88 {
  margin-bottom: -88px !important; }

.ml-n88,
.mx-n88 {
  margin-left: -88px !important; }

.m-n87 {
  margin: -87px !important; }

.mt-n87,
.my-n87 {
  margin-top: -87px !important; }

.mr-n87,
.mx-n87 {
  margin-right: -87px !important; }

.mb-n87,
.my-n87 {
  margin-bottom: -87px !important; }

.ml-n87,
.mx-n87 {
  margin-left: -87px !important; }

.m-n86 {
  margin: -86px !important; }

.mt-n86,
.my-n86 {
  margin-top: -86px !important; }

.mr-n86,
.mx-n86 {
  margin-right: -86px !important; }

.mb-n86,
.my-n86 {
  margin-bottom: -86px !important; }

.ml-n86,
.mx-n86 {
  margin-left: -86px !important; }

.m-n85 {
  margin: -85px !important; }

.mt-n85,
.my-n85 {
  margin-top: -85px !important; }

.mr-n85,
.mx-n85 {
  margin-right: -85px !important; }

.mb-n85,
.my-n85 {
  margin-bottom: -85px !important; }

.ml-n85,
.mx-n85 {
  margin-left: -85px !important; }

.m-n84 {
  margin: -84px !important; }

.mt-n84,
.my-n84 {
  margin-top: -84px !important; }

.mr-n84,
.mx-n84 {
  margin-right: -84px !important; }

.mb-n84,
.my-n84 {
  margin-bottom: -84px !important; }

.ml-n84,
.mx-n84 {
  margin-left: -84px !important; }

.m-n83 {
  margin: -83px !important; }

.mt-n83,
.my-n83 {
  margin-top: -83px !important; }

.mr-n83,
.mx-n83 {
  margin-right: -83px !important; }

.mb-n83,
.my-n83 {
  margin-bottom: -83px !important; }

.ml-n83,
.mx-n83 {
  margin-left: -83px !important; }

.m-n82 {
  margin: -82px !important; }

.mt-n82,
.my-n82 {
  margin-top: -82px !important; }

.mr-n82,
.mx-n82 {
  margin-right: -82px !important; }

.mb-n82,
.my-n82 {
  margin-bottom: -82px !important; }

.ml-n82,
.mx-n82 {
  margin-left: -82px !important; }

.m-n81 {
  margin: -81px !important; }

.mt-n81,
.my-n81 {
  margin-top: -81px !important; }

.mr-n81,
.mx-n81 {
  margin-right: -81px !important; }

.mb-n81,
.my-n81 {
  margin-bottom: -81px !important; }

.ml-n81,
.mx-n81 {
  margin-left: -81px !important; }

.m-n80 {
  margin: -80px !important; }

.mt-n80,
.my-n80 {
  margin-top: -80px !important; }

.mr-n80,
.mx-n80 {
  margin-right: -80px !important; }

.mb-n80,
.my-n80 {
  margin-bottom: -80px !important; }

.ml-n80,
.mx-n80 {
  margin-left: -80px !important; }

.m-n79 {
  margin: -79px !important; }

.mt-n79,
.my-n79 {
  margin-top: -79px !important; }

.mr-n79,
.mx-n79 {
  margin-right: -79px !important; }

.mb-n79,
.my-n79 {
  margin-bottom: -79px !important; }

.ml-n79,
.mx-n79 {
  margin-left: -79px !important; }

.m-n78 {
  margin: -78px !important; }

.mt-n78,
.my-n78 {
  margin-top: -78px !important; }

.mr-n78,
.mx-n78 {
  margin-right: -78px !important; }

.mb-n78,
.my-n78 {
  margin-bottom: -78px !important; }

.ml-n78,
.mx-n78 {
  margin-left: -78px !important; }

.m-n77 {
  margin: -77px !important; }

.mt-n77,
.my-n77 {
  margin-top: -77px !important; }

.mr-n77,
.mx-n77 {
  margin-right: -77px !important; }

.mb-n77,
.my-n77 {
  margin-bottom: -77px !important; }

.ml-n77,
.mx-n77 {
  margin-left: -77px !important; }

.m-n76 {
  margin: -76px !important; }

.mt-n76,
.my-n76 {
  margin-top: -76px !important; }

.mr-n76,
.mx-n76 {
  margin-right: -76px !important; }

.mb-n76,
.my-n76 {
  margin-bottom: -76px !important; }

.ml-n76,
.mx-n76 {
  margin-left: -76px !important; }

.m-n75 {
  margin: -75px !important; }

.mt-n75,
.my-n75 {
  margin-top: -75px !important; }

.mr-n75,
.mx-n75 {
  margin-right: -75px !important; }

.mb-n75,
.my-n75 {
  margin-bottom: -75px !important; }

.ml-n75,
.mx-n75 {
  margin-left: -75px !important; }

.m-n74 {
  margin: -74px !important; }

.mt-n74,
.my-n74 {
  margin-top: -74px !important; }

.mr-n74,
.mx-n74 {
  margin-right: -74px !important; }

.mb-n74,
.my-n74 {
  margin-bottom: -74px !important; }

.ml-n74,
.mx-n74 {
  margin-left: -74px !important; }

.m-n73 {
  margin: -73px !important; }

.mt-n73,
.my-n73 {
  margin-top: -73px !important; }

.mr-n73,
.mx-n73 {
  margin-right: -73px !important; }

.mb-n73,
.my-n73 {
  margin-bottom: -73px !important; }

.ml-n73,
.mx-n73 {
  margin-left: -73px !important; }

.m-n72 {
  margin: -72px !important; }

.mt-n72,
.my-n72 {
  margin-top: -72px !important; }

.mr-n72,
.mx-n72 {
  margin-right: -72px !important; }

.mb-n72,
.my-n72 {
  margin-bottom: -72px !important; }

.ml-n72,
.mx-n72 {
  margin-left: -72px !important; }

.m-n71 {
  margin: -71px !important; }

.mt-n71,
.my-n71 {
  margin-top: -71px !important; }

.mr-n71,
.mx-n71 {
  margin-right: -71px !important; }

.mb-n71,
.my-n71 {
  margin-bottom: -71px !important; }

.ml-n71,
.mx-n71 {
  margin-left: -71px !important; }

.m-n70 {
  margin: -70px !important; }

.mt-n70,
.my-n70 {
  margin-top: -70px !important; }

.mr-n70,
.mx-n70 {
  margin-right: -70px !important; }

.mb-n70,
.my-n70 {
  margin-bottom: -70px !important; }

.ml-n70,
.mx-n70 {
  margin-left: -70px !important; }

.m-n69 {
  margin: -69px !important; }

.mt-n69,
.my-n69 {
  margin-top: -69px !important; }

.mr-n69,
.mx-n69 {
  margin-right: -69px !important; }

.mb-n69,
.my-n69 {
  margin-bottom: -69px !important; }

.ml-n69,
.mx-n69 {
  margin-left: -69px !important; }

.m-n68 {
  margin: -68px !important; }

.mt-n68,
.my-n68 {
  margin-top: -68px !important; }

.mr-n68,
.mx-n68 {
  margin-right: -68px !important; }

.mb-n68,
.my-n68 {
  margin-bottom: -68px !important; }

.ml-n68,
.mx-n68 {
  margin-left: -68px !important; }

.m-n67 {
  margin: -67px !important; }

.mt-n67,
.my-n67 {
  margin-top: -67px !important; }

.mr-n67,
.mx-n67 {
  margin-right: -67px !important; }

.mb-n67,
.my-n67 {
  margin-bottom: -67px !important; }

.ml-n67,
.mx-n67 {
  margin-left: -67px !important; }

.m-n66 {
  margin: -66px !important; }

.mt-n66,
.my-n66 {
  margin-top: -66px !important; }

.mr-n66,
.mx-n66 {
  margin-right: -66px !important; }

.mb-n66,
.my-n66 {
  margin-bottom: -66px !important; }

.ml-n66,
.mx-n66 {
  margin-left: -66px !important; }

.m-n65 {
  margin: -65px !important; }

.mt-n65,
.my-n65 {
  margin-top: -65px !important; }

.mr-n65,
.mx-n65 {
  margin-right: -65px !important; }

.mb-n65,
.my-n65 {
  margin-bottom: -65px !important; }

.ml-n65,
.mx-n65 {
  margin-left: -65px !important; }

.m-n64 {
  margin: -64px !important; }

.mt-n64,
.my-n64 {
  margin-top: -64px !important; }

.mr-n64,
.mx-n64 {
  margin-right: -64px !important; }

.mb-n64,
.my-n64 {
  margin-bottom: -64px !important; }

.ml-n64,
.mx-n64 {
  margin-left: -64px !important; }

.m-n63 {
  margin: -63px !important; }

.mt-n63,
.my-n63 {
  margin-top: -63px !important; }

.mr-n63,
.mx-n63 {
  margin-right: -63px !important; }

.mb-n63,
.my-n63 {
  margin-bottom: -63px !important; }

.ml-n63,
.mx-n63 {
  margin-left: -63px !important; }

.m-n62 {
  margin: -62px !important; }

.mt-n62,
.my-n62 {
  margin-top: -62px !important; }

.mr-n62,
.mx-n62 {
  margin-right: -62px !important; }

.mb-n62,
.my-n62 {
  margin-bottom: -62px !important; }

.ml-n62,
.mx-n62 {
  margin-left: -62px !important; }

.m-n61 {
  margin: -61px !important; }

.mt-n61,
.my-n61 {
  margin-top: -61px !important; }

.mr-n61,
.mx-n61 {
  margin-right: -61px !important; }

.mb-n61,
.my-n61 {
  margin-bottom: -61px !important; }

.ml-n61,
.mx-n61 {
  margin-left: -61px !important; }

.m-n60 {
  margin: -60px !important; }

.mt-n60,
.my-n60 {
  margin-top: -60px !important; }

.mr-n60,
.mx-n60 {
  margin-right: -60px !important; }

.mb-n60,
.my-n60 {
  margin-bottom: -60px !important; }

.ml-n60,
.mx-n60 {
  margin-left: -60px !important; }

.m-n59 {
  margin: -59px !important; }

.mt-n59,
.my-n59 {
  margin-top: -59px !important; }

.mr-n59,
.mx-n59 {
  margin-right: -59px !important; }

.mb-n59,
.my-n59 {
  margin-bottom: -59px !important; }

.ml-n59,
.mx-n59 {
  margin-left: -59px !important; }

.m-n58 {
  margin: -58px !important; }

.mt-n58,
.my-n58 {
  margin-top: -58px !important; }

.mr-n58,
.mx-n58 {
  margin-right: -58px !important; }

.mb-n58,
.my-n58 {
  margin-bottom: -58px !important; }

.ml-n58,
.mx-n58 {
  margin-left: -58px !important; }

.m-n57 {
  margin: -57px !important; }

.mt-n57,
.my-n57 {
  margin-top: -57px !important; }

.mr-n57,
.mx-n57 {
  margin-right: -57px !important; }

.mb-n57,
.my-n57 {
  margin-bottom: -57px !important; }

.ml-n57,
.mx-n57 {
  margin-left: -57px !important; }

.m-n56 {
  margin: -56px !important; }

.mt-n56,
.my-n56 {
  margin-top: -56px !important; }

.mr-n56,
.mx-n56 {
  margin-right: -56px !important; }

.mb-n56,
.my-n56 {
  margin-bottom: -56px !important; }

.ml-n56,
.mx-n56 {
  margin-left: -56px !important; }

.m-n55 {
  margin: -55px !important; }

.mt-n55,
.my-n55 {
  margin-top: -55px !important; }

.mr-n55,
.mx-n55 {
  margin-right: -55px !important; }

.mb-n55,
.my-n55 {
  margin-bottom: -55px !important; }

.ml-n55,
.mx-n55 {
  margin-left: -55px !important; }

.m-n54 {
  margin: -54px !important; }

.mt-n54,
.my-n54 {
  margin-top: -54px !important; }

.mr-n54,
.mx-n54 {
  margin-right: -54px !important; }

.mb-n54,
.my-n54 {
  margin-bottom: -54px !important; }

.ml-n54,
.mx-n54 {
  margin-left: -54px !important; }

.m-n53 {
  margin: -53px !important; }

.mt-n53,
.my-n53 {
  margin-top: -53px !important; }

.mr-n53,
.mx-n53 {
  margin-right: -53px !important; }

.mb-n53,
.my-n53 {
  margin-bottom: -53px !important; }

.ml-n53,
.mx-n53 {
  margin-left: -53px !important; }

.m-n52 {
  margin: -52px !important; }

.mt-n52,
.my-n52 {
  margin-top: -52px !important; }

.mr-n52,
.mx-n52 {
  margin-right: -52px !important; }

.mb-n52,
.my-n52 {
  margin-bottom: -52px !important; }

.ml-n52,
.mx-n52 {
  margin-left: -52px !important; }

.m-n51 {
  margin: -51px !important; }

.mt-n51,
.my-n51 {
  margin-top: -51px !important; }

.mr-n51,
.mx-n51 {
  margin-right: -51px !important; }

.mb-n51,
.my-n51 {
  margin-bottom: -51px !important; }

.ml-n51,
.mx-n51 {
  margin-left: -51px !important; }

.m-n50 {
  margin: -50px !important; }

.mt-n50,
.my-n50 {
  margin-top: -50px !important; }

.mr-n50,
.mx-n50 {
  margin-right: -50px !important; }

.mb-n50,
.my-n50 {
  margin-bottom: -50px !important; }

.ml-n50,
.mx-n50 {
  margin-left: -50px !important; }

.m-n49 {
  margin: -49px !important; }

.mt-n49,
.my-n49 {
  margin-top: -49px !important; }

.mr-n49,
.mx-n49 {
  margin-right: -49px !important; }

.mb-n49,
.my-n49 {
  margin-bottom: -49px !important; }

.ml-n49,
.mx-n49 {
  margin-left: -49px !important; }

.m-n48 {
  margin: -48px !important; }

.mt-n48,
.my-n48 {
  margin-top: -48px !important; }

.mr-n48,
.mx-n48 {
  margin-right: -48px !important; }

.mb-n48,
.my-n48 {
  margin-bottom: -48px !important; }

.ml-n48,
.mx-n48 {
  margin-left: -48px !important; }

.m-n47 {
  margin: -47px !important; }

.mt-n47,
.my-n47 {
  margin-top: -47px !important; }

.mr-n47,
.mx-n47 {
  margin-right: -47px !important; }

.mb-n47,
.my-n47 {
  margin-bottom: -47px !important; }

.ml-n47,
.mx-n47 {
  margin-left: -47px !important; }

.m-n46 {
  margin: -46px !important; }

.mt-n46,
.my-n46 {
  margin-top: -46px !important; }

.mr-n46,
.mx-n46 {
  margin-right: -46px !important; }

.mb-n46,
.my-n46 {
  margin-bottom: -46px !important; }

.ml-n46,
.mx-n46 {
  margin-left: -46px !important; }

.m-n45 {
  margin: -45px !important; }

.mt-n45,
.my-n45 {
  margin-top: -45px !important; }

.mr-n45,
.mx-n45 {
  margin-right: -45px !important; }

.mb-n45,
.my-n45 {
  margin-bottom: -45px !important; }

.ml-n45,
.mx-n45 {
  margin-left: -45px !important; }

.m-n44 {
  margin: -44px !important; }

.mt-n44,
.my-n44 {
  margin-top: -44px !important; }

.mr-n44,
.mx-n44 {
  margin-right: -44px !important; }

.mb-n44,
.my-n44 {
  margin-bottom: -44px !important; }

.ml-n44,
.mx-n44 {
  margin-left: -44px !important; }

.m-n43 {
  margin: -43px !important; }

.mt-n43,
.my-n43 {
  margin-top: -43px !important; }

.mr-n43,
.mx-n43 {
  margin-right: -43px !important; }

.mb-n43,
.my-n43 {
  margin-bottom: -43px !important; }

.ml-n43,
.mx-n43 {
  margin-left: -43px !important; }

.m-n42 {
  margin: -42px !important; }

.mt-n42,
.my-n42 {
  margin-top: -42px !important; }

.mr-n42,
.mx-n42 {
  margin-right: -42px !important; }

.mb-n42,
.my-n42 {
  margin-bottom: -42px !important; }

.ml-n42,
.mx-n42 {
  margin-left: -42px !important; }

.m-n41 {
  margin: -41px !important; }

.mt-n41,
.my-n41 {
  margin-top: -41px !important; }

.mr-n41,
.mx-n41 {
  margin-right: -41px !important; }

.mb-n41,
.my-n41 {
  margin-bottom: -41px !important; }

.ml-n41,
.mx-n41 {
  margin-left: -41px !important; }

.m-n40 {
  margin: -40px !important; }

.mt-n40,
.my-n40 {
  margin-top: -40px !important; }

.mr-n40,
.mx-n40 {
  margin-right: -40px !important; }

.mb-n40,
.my-n40 {
  margin-bottom: -40px !important; }

.ml-n40,
.mx-n40 {
  margin-left: -40px !important; }

.m-n39 {
  margin: -39px !important; }

.mt-n39,
.my-n39 {
  margin-top: -39px !important; }

.mr-n39,
.mx-n39 {
  margin-right: -39px !important; }

.mb-n39,
.my-n39 {
  margin-bottom: -39px !important; }

.ml-n39,
.mx-n39 {
  margin-left: -39px !important; }

.m-n38 {
  margin: -38px !important; }

.mt-n38,
.my-n38 {
  margin-top: -38px !important; }

.mr-n38,
.mx-n38 {
  margin-right: -38px !important; }

.mb-n38,
.my-n38 {
  margin-bottom: -38px !important; }

.ml-n38,
.mx-n38 {
  margin-left: -38px !important; }

.m-n37 {
  margin: -37px !important; }

.mt-n37,
.my-n37 {
  margin-top: -37px !important; }

.mr-n37,
.mx-n37 {
  margin-right: -37px !important; }

.mb-n37,
.my-n37 {
  margin-bottom: -37px !important; }

.ml-n37,
.mx-n37 {
  margin-left: -37px !important; }

.m-n36 {
  margin: -36px !important; }

.mt-n36,
.my-n36 {
  margin-top: -36px !important; }

.mr-n36,
.mx-n36 {
  margin-right: -36px !important; }

.mb-n36,
.my-n36 {
  margin-bottom: -36px !important; }

.ml-n36,
.mx-n36 {
  margin-left: -36px !important; }

.m-n35 {
  margin: -35px !important; }

.mt-n35,
.my-n35 {
  margin-top: -35px !important; }

.mr-n35,
.mx-n35 {
  margin-right: -35px !important; }

.mb-n35,
.my-n35 {
  margin-bottom: -35px !important; }

.ml-n35,
.mx-n35 {
  margin-left: -35px !important; }

.m-n34 {
  margin: -34px !important; }

.mt-n34,
.my-n34 {
  margin-top: -34px !important; }

.mr-n34,
.mx-n34 {
  margin-right: -34px !important; }

.mb-n34,
.my-n34 {
  margin-bottom: -34px !important; }

.ml-n34,
.mx-n34 {
  margin-left: -34px !important; }

.m-n33 {
  margin: -33px !important; }

.mt-n33,
.my-n33 {
  margin-top: -33px !important; }

.mr-n33,
.mx-n33 {
  margin-right: -33px !important; }

.mb-n33,
.my-n33 {
  margin-bottom: -33px !important; }

.ml-n33,
.mx-n33 {
  margin-left: -33px !important; }

.m-n32 {
  margin: -32px !important; }

.mt-n32,
.my-n32 {
  margin-top: -32px !important; }

.mr-n32,
.mx-n32 {
  margin-right: -32px !important; }

.mb-n32,
.my-n32 {
  margin-bottom: -32px !important; }

.ml-n32,
.mx-n32 {
  margin-left: -32px !important; }

.m-n31 {
  margin: -31px !important; }

.mt-n31,
.my-n31 {
  margin-top: -31px !important; }

.mr-n31,
.mx-n31 {
  margin-right: -31px !important; }

.mb-n31,
.my-n31 {
  margin-bottom: -31px !important; }

.ml-n31,
.mx-n31 {
  margin-left: -31px !important; }

.m-n30 {
  margin: -30px !important; }

.mt-n30,
.my-n30 {
  margin-top: -30px !important; }

.mr-n30,
.mx-n30 {
  margin-right: -30px !important; }

.mb-n30,
.my-n30 {
  margin-bottom: -30px !important; }

.ml-n30,
.mx-n30 {
  margin-left: -30px !important; }

.m-n29 {
  margin: -29px !important; }

.mt-n29,
.my-n29 {
  margin-top: -29px !important; }

.mr-n29,
.mx-n29 {
  margin-right: -29px !important; }

.mb-n29,
.my-n29 {
  margin-bottom: -29px !important; }

.ml-n29,
.mx-n29 {
  margin-left: -29px !important; }

.m-n28 {
  margin: -28px !important; }

.mt-n28,
.my-n28 {
  margin-top: -28px !important; }

.mr-n28,
.mx-n28 {
  margin-right: -28px !important; }

.mb-n28,
.my-n28 {
  margin-bottom: -28px !important; }

.ml-n28,
.mx-n28 {
  margin-left: -28px !important; }

.m-n27 {
  margin: -27px !important; }

.mt-n27,
.my-n27 {
  margin-top: -27px !important; }

.mr-n27,
.mx-n27 {
  margin-right: -27px !important; }

.mb-n27,
.my-n27 {
  margin-bottom: -27px !important; }

.ml-n27,
.mx-n27 {
  margin-left: -27px !important; }

.m-n26 {
  margin: -26px !important; }

.mt-n26,
.my-n26 {
  margin-top: -26px !important; }

.mr-n26,
.mx-n26 {
  margin-right: -26px !important; }

.mb-n26,
.my-n26 {
  margin-bottom: -26px !important; }

.ml-n26,
.mx-n26 {
  margin-left: -26px !important; }

.m-n25 {
  margin: -25px !important; }

.mt-n25,
.my-n25 {
  margin-top: -25px !important; }

.mr-n25,
.mx-n25 {
  margin-right: -25px !important; }

.mb-n25,
.my-n25 {
  margin-bottom: -25px !important; }

.ml-n25,
.mx-n25 {
  margin-left: -25px !important; }

.m-n24 {
  margin: -24px !important; }

.mt-n24,
.my-n24 {
  margin-top: -24px !important; }

.mr-n24,
.mx-n24 {
  margin-right: -24px !important; }

.mb-n24,
.my-n24 {
  margin-bottom: -24px !important; }

.ml-n24,
.mx-n24 {
  margin-left: -24px !important; }

.m-n23 {
  margin: -23px !important; }

.mt-n23,
.my-n23 {
  margin-top: -23px !important; }

.mr-n23,
.mx-n23 {
  margin-right: -23px !important; }

.mb-n23,
.my-n23 {
  margin-bottom: -23px !important; }

.ml-n23,
.mx-n23 {
  margin-left: -23px !important; }

.m-n22 {
  margin: -22px !important; }

.mt-n22,
.my-n22 {
  margin-top: -22px !important; }

.mr-n22,
.mx-n22 {
  margin-right: -22px !important; }

.mb-n22,
.my-n22 {
  margin-bottom: -22px !important; }

.ml-n22,
.mx-n22 {
  margin-left: -22px !important; }

.m-n21 {
  margin: -21px !important; }

.mt-n21,
.my-n21 {
  margin-top: -21px !important; }

.mr-n21,
.mx-n21 {
  margin-right: -21px !important; }

.mb-n21,
.my-n21 {
  margin-bottom: -21px !important; }

.ml-n21,
.mx-n21 {
  margin-left: -21px !important; }

.m-n20 {
  margin: -20px !important; }

.mt-n20,
.my-n20 {
  margin-top: -20px !important; }

.mr-n20,
.mx-n20 {
  margin-right: -20px !important; }

.mb-n20,
.my-n20 {
  margin-bottom: -20px !important; }

.ml-n20,
.mx-n20 {
  margin-left: -20px !important; }

.m-n19 {
  margin: -19px !important; }

.mt-n19,
.my-n19 {
  margin-top: -19px !important; }

.mr-n19,
.mx-n19 {
  margin-right: -19px !important; }

.mb-n19,
.my-n19 {
  margin-bottom: -19px !important; }

.ml-n19,
.mx-n19 {
  margin-left: -19px !important; }

.m-n18 {
  margin: -18px !important; }

.mt-n18,
.my-n18 {
  margin-top: -18px !important; }

.mr-n18,
.mx-n18 {
  margin-right: -18px !important; }

.mb-n18,
.my-n18 {
  margin-bottom: -18px !important; }

.ml-n18,
.mx-n18 {
  margin-left: -18px !important; }

.m-n17 {
  margin: -17px !important; }

.mt-n17,
.my-n17 {
  margin-top: -17px !important; }

.mr-n17,
.mx-n17 {
  margin-right: -17px !important; }

.mb-n17,
.my-n17 {
  margin-bottom: -17px !important; }

.ml-n17,
.mx-n17 {
  margin-left: -17px !important; }

.m-n16 {
  margin: -16px !important; }

.mt-n16,
.my-n16 {
  margin-top: -16px !important; }

.mr-n16,
.mx-n16 {
  margin-right: -16px !important; }

.mb-n16,
.my-n16 {
  margin-bottom: -16px !important; }

.ml-n16,
.mx-n16 {
  margin-left: -16px !important; }

.m-n15 {
  margin: -15px !important; }

.mt-n15,
.my-n15 {
  margin-top: -15px !important; }

.mr-n15,
.mx-n15 {
  margin-right: -15px !important; }

.mb-n15,
.my-n15 {
  margin-bottom: -15px !important; }

.ml-n15,
.mx-n15 {
  margin-left: -15px !important; }

.m-n14 {
  margin: -14px !important; }

.mt-n14,
.my-n14 {
  margin-top: -14px !important; }

.mr-n14,
.mx-n14 {
  margin-right: -14px !important; }

.mb-n14,
.my-n14 {
  margin-bottom: -14px !important; }

.ml-n14,
.mx-n14 {
  margin-left: -14px !important; }

.m-n13 {
  margin: -13px !important; }

.mt-n13,
.my-n13 {
  margin-top: -13px !important; }

.mr-n13,
.mx-n13 {
  margin-right: -13px !important; }

.mb-n13,
.my-n13 {
  margin-bottom: -13px !important; }

.ml-n13,
.mx-n13 {
  margin-left: -13px !important; }

.m-n12 {
  margin: -12px !important; }

.mt-n12,
.my-n12 {
  margin-top: -12px !important; }

.mr-n12,
.mx-n12 {
  margin-right: -12px !important; }

.mb-n12,
.my-n12 {
  margin-bottom: -12px !important; }

.ml-n12,
.mx-n12 {
  margin-left: -12px !important; }

.m-n11 {
  margin: -11px !important; }

.mt-n11,
.my-n11 {
  margin-top: -11px !important; }

.mr-n11,
.mx-n11 {
  margin-right: -11px !important; }

.mb-n11,
.my-n11 {
  margin-bottom: -11px !important; }

.ml-n11,
.mx-n11 {
  margin-left: -11px !important; }

.m-n10 {
  margin: -10px !important; }

.mt-n10,
.my-n10 {
  margin-top: -10px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -10px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -10px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -10px !important; }

.m-n9 {
  margin: -9px !important; }

.mt-n9,
.my-n9 {
  margin-top: -9px !important; }

.mr-n9,
.mx-n9 {
  margin-right: -9px !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -9px !important; }

.ml-n9,
.mx-n9 {
  margin-left: -9px !important; }

.m-n8 {
  margin: -8px !important; }

.mt-n8,
.my-n8 {
  margin-top: -8px !important; }

.mr-n8,
.mx-n8 {
  margin-right: -8px !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -8px !important; }

.ml-n8,
.mx-n8 {
  margin-left: -8px !important; }

.m-n7 {
  margin: -7px !important; }

.mt-n7,
.my-n7 {
  margin-top: -7px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -7px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -7px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -7px !important; }

.m-n6 {
  margin: -6px !important; }

.mt-n6,
.my-n6 {
  margin-top: -6px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -6px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -6px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -6px !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-tn-0 {
    margin: 0px !important; }
  .mt-tn-0,
  .my-tn-0 {
    margin-top: 0px !important; }
  .mr-tn-0,
  .mx-tn-0 {
    margin-right: 0px !important; }
  .mb-tn-0,
  .my-tn-0 {
    margin-bottom: 0px !important; }
  .ml-tn-0,
  .mx-tn-0 {
    margin-left: 0px !important; }
  .m-tn-1 {
    margin: 1px !important; }
  .mt-tn-1,
  .my-tn-1 {
    margin-top: 1px !important; }
  .mr-tn-1,
  .mx-tn-1 {
    margin-right: 1px !important; }
  .mb-tn-1,
  .my-tn-1 {
    margin-bottom: 1px !important; }
  .ml-tn-1,
  .mx-tn-1 {
    margin-left: 1px !important; }
  .m-tn-2 {
    margin: 2px !important; }
  .mt-tn-2,
  .my-tn-2 {
    margin-top: 2px !important; }
  .mr-tn-2,
  .mx-tn-2 {
    margin-right: 2px !important; }
  .mb-tn-2,
  .my-tn-2 {
    margin-bottom: 2px !important; }
  .ml-tn-2,
  .mx-tn-2 {
    margin-left: 2px !important; }
  .m-tn-3 {
    margin: 3px !important; }
  .mt-tn-3,
  .my-tn-3 {
    margin-top: 3px !important; }
  .mr-tn-3,
  .mx-tn-3 {
    margin-right: 3px !important; }
  .mb-tn-3,
  .my-tn-3 {
    margin-bottom: 3px !important; }
  .ml-tn-3,
  .mx-tn-3 {
    margin-left: 3px !important; }
  .m-tn-4 {
    margin: 4px !important; }
  .mt-tn-4,
  .my-tn-4 {
    margin-top: 4px !important; }
  .mr-tn-4,
  .mx-tn-4 {
    margin-right: 4px !important; }
  .mb-tn-4,
  .my-tn-4 {
    margin-bottom: 4px !important; }
  .ml-tn-4,
  .mx-tn-4 {
    margin-left: 4px !important; }
  .m-tn-5 {
    margin: 5px !important; }
  .mt-tn-5,
  .my-tn-5 {
    margin-top: 5px !important; }
  .mr-tn-5,
  .mx-tn-5 {
    margin-right: 5px !important; }
  .mb-tn-5,
  .my-tn-5 {
    margin-bottom: 5px !important; }
  .ml-tn-5,
  .mx-tn-5 {
    margin-left: 5px !important; }
  .m-tn-100 {
    margin: 100px !important; }
  .mt-tn-100,
  .my-tn-100 {
    margin-top: 100px !important; }
  .mr-tn-100,
  .mx-tn-100 {
    margin-right: 100px !important; }
  .mb-tn-100,
  .my-tn-100 {
    margin-bottom: 100px !important; }
  .ml-tn-100,
  .mx-tn-100 {
    margin-left: 100px !important; }
  .m-tn-99 {
    margin: 99px !important; }
  .mt-tn-99,
  .my-tn-99 {
    margin-top: 99px !important; }
  .mr-tn-99,
  .mx-tn-99 {
    margin-right: 99px !important; }
  .mb-tn-99,
  .my-tn-99 {
    margin-bottom: 99px !important; }
  .ml-tn-99,
  .mx-tn-99 {
    margin-left: 99px !important; }
  .m-tn-98 {
    margin: 98px !important; }
  .mt-tn-98,
  .my-tn-98 {
    margin-top: 98px !important; }
  .mr-tn-98,
  .mx-tn-98 {
    margin-right: 98px !important; }
  .mb-tn-98,
  .my-tn-98 {
    margin-bottom: 98px !important; }
  .ml-tn-98,
  .mx-tn-98 {
    margin-left: 98px !important; }
  .m-tn-97 {
    margin: 97px !important; }
  .mt-tn-97,
  .my-tn-97 {
    margin-top: 97px !important; }
  .mr-tn-97,
  .mx-tn-97 {
    margin-right: 97px !important; }
  .mb-tn-97,
  .my-tn-97 {
    margin-bottom: 97px !important; }
  .ml-tn-97,
  .mx-tn-97 {
    margin-left: 97px !important; }
  .m-tn-96 {
    margin: 96px !important; }
  .mt-tn-96,
  .my-tn-96 {
    margin-top: 96px !important; }
  .mr-tn-96,
  .mx-tn-96 {
    margin-right: 96px !important; }
  .mb-tn-96,
  .my-tn-96 {
    margin-bottom: 96px !important; }
  .ml-tn-96,
  .mx-tn-96 {
    margin-left: 96px !important; }
  .m-tn-95 {
    margin: 95px !important; }
  .mt-tn-95,
  .my-tn-95 {
    margin-top: 95px !important; }
  .mr-tn-95,
  .mx-tn-95 {
    margin-right: 95px !important; }
  .mb-tn-95,
  .my-tn-95 {
    margin-bottom: 95px !important; }
  .ml-tn-95,
  .mx-tn-95 {
    margin-left: 95px !important; }
  .m-tn-94 {
    margin: 94px !important; }
  .mt-tn-94,
  .my-tn-94 {
    margin-top: 94px !important; }
  .mr-tn-94,
  .mx-tn-94 {
    margin-right: 94px !important; }
  .mb-tn-94,
  .my-tn-94 {
    margin-bottom: 94px !important; }
  .ml-tn-94,
  .mx-tn-94 {
    margin-left: 94px !important; }
  .m-tn-93 {
    margin: 93px !important; }
  .mt-tn-93,
  .my-tn-93 {
    margin-top: 93px !important; }
  .mr-tn-93,
  .mx-tn-93 {
    margin-right: 93px !important; }
  .mb-tn-93,
  .my-tn-93 {
    margin-bottom: 93px !important; }
  .ml-tn-93,
  .mx-tn-93 {
    margin-left: 93px !important; }
  .m-tn-92 {
    margin: 92px !important; }
  .mt-tn-92,
  .my-tn-92 {
    margin-top: 92px !important; }
  .mr-tn-92,
  .mx-tn-92 {
    margin-right: 92px !important; }
  .mb-tn-92,
  .my-tn-92 {
    margin-bottom: 92px !important; }
  .ml-tn-92,
  .mx-tn-92 {
    margin-left: 92px !important; }
  .m-tn-91 {
    margin: 91px !important; }
  .mt-tn-91,
  .my-tn-91 {
    margin-top: 91px !important; }
  .mr-tn-91,
  .mx-tn-91 {
    margin-right: 91px !important; }
  .mb-tn-91,
  .my-tn-91 {
    margin-bottom: 91px !important; }
  .ml-tn-91,
  .mx-tn-91 {
    margin-left: 91px !important; }
  .m-tn-90 {
    margin: 90px !important; }
  .mt-tn-90,
  .my-tn-90 {
    margin-top: 90px !important; }
  .mr-tn-90,
  .mx-tn-90 {
    margin-right: 90px !important; }
  .mb-tn-90,
  .my-tn-90 {
    margin-bottom: 90px !important; }
  .ml-tn-90,
  .mx-tn-90 {
    margin-left: 90px !important; }
  .m-tn-89 {
    margin: 89px !important; }
  .mt-tn-89,
  .my-tn-89 {
    margin-top: 89px !important; }
  .mr-tn-89,
  .mx-tn-89 {
    margin-right: 89px !important; }
  .mb-tn-89,
  .my-tn-89 {
    margin-bottom: 89px !important; }
  .ml-tn-89,
  .mx-tn-89 {
    margin-left: 89px !important; }
  .m-tn-88 {
    margin: 88px !important; }
  .mt-tn-88,
  .my-tn-88 {
    margin-top: 88px !important; }
  .mr-tn-88,
  .mx-tn-88 {
    margin-right: 88px !important; }
  .mb-tn-88,
  .my-tn-88 {
    margin-bottom: 88px !important; }
  .ml-tn-88,
  .mx-tn-88 {
    margin-left: 88px !important; }
  .m-tn-87 {
    margin: 87px !important; }
  .mt-tn-87,
  .my-tn-87 {
    margin-top: 87px !important; }
  .mr-tn-87,
  .mx-tn-87 {
    margin-right: 87px !important; }
  .mb-tn-87,
  .my-tn-87 {
    margin-bottom: 87px !important; }
  .ml-tn-87,
  .mx-tn-87 {
    margin-left: 87px !important; }
  .m-tn-86 {
    margin: 86px !important; }
  .mt-tn-86,
  .my-tn-86 {
    margin-top: 86px !important; }
  .mr-tn-86,
  .mx-tn-86 {
    margin-right: 86px !important; }
  .mb-tn-86,
  .my-tn-86 {
    margin-bottom: 86px !important; }
  .ml-tn-86,
  .mx-tn-86 {
    margin-left: 86px !important; }
  .m-tn-85 {
    margin: 85px !important; }
  .mt-tn-85,
  .my-tn-85 {
    margin-top: 85px !important; }
  .mr-tn-85,
  .mx-tn-85 {
    margin-right: 85px !important; }
  .mb-tn-85,
  .my-tn-85 {
    margin-bottom: 85px !important; }
  .ml-tn-85,
  .mx-tn-85 {
    margin-left: 85px !important; }
  .m-tn-84 {
    margin: 84px !important; }
  .mt-tn-84,
  .my-tn-84 {
    margin-top: 84px !important; }
  .mr-tn-84,
  .mx-tn-84 {
    margin-right: 84px !important; }
  .mb-tn-84,
  .my-tn-84 {
    margin-bottom: 84px !important; }
  .ml-tn-84,
  .mx-tn-84 {
    margin-left: 84px !important; }
  .m-tn-83 {
    margin: 83px !important; }
  .mt-tn-83,
  .my-tn-83 {
    margin-top: 83px !important; }
  .mr-tn-83,
  .mx-tn-83 {
    margin-right: 83px !important; }
  .mb-tn-83,
  .my-tn-83 {
    margin-bottom: 83px !important; }
  .ml-tn-83,
  .mx-tn-83 {
    margin-left: 83px !important; }
  .m-tn-82 {
    margin: 82px !important; }
  .mt-tn-82,
  .my-tn-82 {
    margin-top: 82px !important; }
  .mr-tn-82,
  .mx-tn-82 {
    margin-right: 82px !important; }
  .mb-tn-82,
  .my-tn-82 {
    margin-bottom: 82px !important; }
  .ml-tn-82,
  .mx-tn-82 {
    margin-left: 82px !important; }
  .m-tn-81 {
    margin: 81px !important; }
  .mt-tn-81,
  .my-tn-81 {
    margin-top: 81px !important; }
  .mr-tn-81,
  .mx-tn-81 {
    margin-right: 81px !important; }
  .mb-tn-81,
  .my-tn-81 {
    margin-bottom: 81px !important; }
  .ml-tn-81,
  .mx-tn-81 {
    margin-left: 81px !important; }
  .m-tn-80 {
    margin: 80px !important; }
  .mt-tn-80,
  .my-tn-80 {
    margin-top: 80px !important; }
  .mr-tn-80,
  .mx-tn-80 {
    margin-right: 80px !important; }
  .mb-tn-80,
  .my-tn-80 {
    margin-bottom: 80px !important; }
  .ml-tn-80,
  .mx-tn-80 {
    margin-left: 80px !important; }
  .m-tn-79 {
    margin: 79px !important; }
  .mt-tn-79,
  .my-tn-79 {
    margin-top: 79px !important; }
  .mr-tn-79,
  .mx-tn-79 {
    margin-right: 79px !important; }
  .mb-tn-79,
  .my-tn-79 {
    margin-bottom: 79px !important; }
  .ml-tn-79,
  .mx-tn-79 {
    margin-left: 79px !important; }
  .m-tn-78 {
    margin: 78px !important; }
  .mt-tn-78,
  .my-tn-78 {
    margin-top: 78px !important; }
  .mr-tn-78,
  .mx-tn-78 {
    margin-right: 78px !important; }
  .mb-tn-78,
  .my-tn-78 {
    margin-bottom: 78px !important; }
  .ml-tn-78,
  .mx-tn-78 {
    margin-left: 78px !important; }
  .m-tn-77 {
    margin: 77px !important; }
  .mt-tn-77,
  .my-tn-77 {
    margin-top: 77px !important; }
  .mr-tn-77,
  .mx-tn-77 {
    margin-right: 77px !important; }
  .mb-tn-77,
  .my-tn-77 {
    margin-bottom: 77px !important; }
  .ml-tn-77,
  .mx-tn-77 {
    margin-left: 77px !important; }
  .m-tn-76 {
    margin: 76px !important; }
  .mt-tn-76,
  .my-tn-76 {
    margin-top: 76px !important; }
  .mr-tn-76,
  .mx-tn-76 {
    margin-right: 76px !important; }
  .mb-tn-76,
  .my-tn-76 {
    margin-bottom: 76px !important; }
  .ml-tn-76,
  .mx-tn-76 {
    margin-left: 76px !important; }
  .m-tn-75 {
    margin: 75px !important; }
  .mt-tn-75,
  .my-tn-75 {
    margin-top: 75px !important; }
  .mr-tn-75,
  .mx-tn-75 {
    margin-right: 75px !important; }
  .mb-tn-75,
  .my-tn-75 {
    margin-bottom: 75px !important; }
  .ml-tn-75,
  .mx-tn-75 {
    margin-left: 75px !important; }
  .m-tn-74 {
    margin: 74px !important; }
  .mt-tn-74,
  .my-tn-74 {
    margin-top: 74px !important; }
  .mr-tn-74,
  .mx-tn-74 {
    margin-right: 74px !important; }
  .mb-tn-74,
  .my-tn-74 {
    margin-bottom: 74px !important; }
  .ml-tn-74,
  .mx-tn-74 {
    margin-left: 74px !important; }
  .m-tn-73 {
    margin: 73px !important; }
  .mt-tn-73,
  .my-tn-73 {
    margin-top: 73px !important; }
  .mr-tn-73,
  .mx-tn-73 {
    margin-right: 73px !important; }
  .mb-tn-73,
  .my-tn-73 {
    margin-bottom: 73px !important; }
  .ml-tn-73,
  .mx-tn-73 {
    margin-left: 73px !important; }
  .m-tn-72 {
    margin: 72px !important; }
  .mt-tn-72,
  .my-tn-72 {
    margin-top: 72px !important; }
  .mr-tn-72,
  .mx-tn-72 {
    margin-right: 72px !important; }
  .mb-tn-72,
  .my-tn-72 {
    margin-bottom: 72px !important; }
  .ml-tn-72,
  .mx-tn-72 {
    margin-left: 72px !important; }
  .m-tn-71 {
    margin: 71px !important; }
  .mt-tn-71,
  .my-tn-71 {
    margin-top: 71px !important; }
  .mr-tn-71,
  .mx-tn-71 {
    margin-right: 71px !important; }
  .mb-tn-71,
  .my-tn-71 {
    margin-bottom: 71px !important; }
  .ml-tn-71,
  .mx-tn-71 {
    margin-left: 71px !important; }
  .m-tn-70 {
    margin: 70px !important; }
  .mt-tn-70,
  .my-tn-70 {
    margin-top: 70px !important; }
  .mr-tn-70,
  .mx-tn-70 {
    margin-right: 70px !important; }
  .mb-tn-70,
  .my-tn-70 {
    margin-bottom: 70px !important; }
  .ml-tn-70,
  .mx-tn-70 {
    margin-left: 70px !important; }
  .m-tn-69 {
    margin: 69px !important; }
  .mt-tn-69,
  .my-tn-69 {
    margin-top: 69px !important; }
  .mr-tn-69,
  .mx-tn-69 {
    margin-right: 69px !important; }
  .mb-tn-69,
  .my-tn-69 {
    margin-bottom: 69px !important; }
  .ml-tn-69,
  .mx-tn-69 {
    margin-left: 69px !important; }
  .m-tn-68 {
    margin: 68px !important; }
  .mt-tn-68,
  .my-tn-68 {
    margin-top: 68px !important; }
  .mr-tn-68,
  .mx-tn-68 {
    margin-right: 68px !important; }
  .mb-tn-68,
  .my-tn-68 {
    margin-bottom: 68px !important; }
  .ml-tn-68,
  .mx-tn-68 {
    margin-left: 68px !important; }
  .m-tn-67 {
    margin: 67px !important; }
  .mt-tn-67,
  .my-tn-67 {
    margin-top: 67px !important; }
  .mr-tn-67,
  .mx-tn-67 {
    margin-right: 67px !important; }
  .mb-tn-67,
  .my-tn-67 {
    margin-bottom: 67px !important; }
  .ml-tn-67,
  .mx-tn-67 {
    margin-left: 67px !important; }
  .m-tn-66 {
    margin: 66px !important; }
  .mt-tn-66,
  .my-tn-66 {
    margin-top: 66px !important; }
  .mr-tn-66,
  .mx-tn-66 {
    margin-right: 66px !important; }
  .mb-tn-66,
  .my-tn-66 {
    margin-bottom: 66px !important; }
  .ml-tn-66,
  .mx-tn-66 {
    margin-left: 66px !important; }
  .m-tn-65 {
    margin: 65px !important; }
  .mt-tn-65,
  .my-tn-65 {
    margin-top: 65px !important; }
  .mr-tn-65,
  .mx-tn-65 {
    margin-right: 65px !important; }
  .mb-tn-65,
  .my-tn-65 {
    margin-bottom: 65px !important; }
  .ml-tn-65,
  .mx-tn-65 {
    margin-left: 65px !important; }
  .m-tn-64 {
    margin: 64px !important; }
  .mt-tn-64,
  .my-tn-64 {
    margin-top: 64px !important; }
  .mr-tn-64,
  .mx-tn-64 {
    margin-right: 64px !important; }
  .mb-tn-64,
  .my-tn-64 {
    margin-bottom: 64px !important; }
  .ml-tn-64,
  .mx-tn-64 {
    margin-left: 64px !important; }
  .m-tn-63 {
    margin: 63px !important; }
  .mt-tn-63,
  .my-tn-63 {
    margin-top: 63px !important; }
  .mr-tn-63,
  .mx-tn-63 {
    margin-right: 63px !important; }
  .mb-tn-63,
  .my-tn-63 {
    margin-bottom: 63px !important; }
  .ml-tn-63,
  .mx-tn-63 {
    margin-left: 63px !important; }
  .m-tn-62 {
    margin: 62px !important; }
  .mt-tn-62,
  .my-tn-62 {
    margin-top: 62px !important; }
  .mr-tn-62,
  .mx-tn-62 {
    margin-right: 62px !important; }
  .mb-tn-62,
  .my-tn-62 {
    margin-bottom: 62px !important; }
  .ml-tn-62,
  .mx-tn-62 {
    margin-left: 62px !important; }
  .m-tn-61 {
    margin: 61px !important; }
  .mt-tn-61,
  .my-tn-61 {
    margin-top: 61px !important; }
  .mr-tn-61,
  .mx-tn-61 {
    margin-right: 61px !important; }
  .mb-tn-61,
  .my-tn-61 {
    margin-bottom: 61px !important; }
  .ml-tn-61,
  .mx-tn-61 {
    margin-left: 61px !important; }
  .m-tn-60 {
    margin: 60px !important; }
  .mt-tn-60,
  .my-tn-60 {
    margin-top: 60px !important; }
  .mr-tn-60,
  .mx-tn-60 {
    margin-right: 60px !important; }
  .mb-tn-60,
  .my-tn-60 {
    margin-bottom: 60px !important; }
  .ml-tn-60,
  .mx-tn-60 {
    margin-left: 60px !important; }
  .m-tn-59 {
    margin: 59px !important; }
  .mt-tn-59,
  .my-tn-59 {
    margin-top: 59px !important; }
  .mr-tn-59,
  .mx-tn-59 {
    margin-right: 59px !important; }
  .mb-tn-59,
  .my-tn-59 {
    margin-bottom: 59px !important; }
  .ml-tn-59,
  .mx-tn-59 {
    margin-left: 59px !important; }
  .m-tn-58 {
    margin: 58px !important; }
  .mt-tn-58,
  .my-tn-58 {
    margin-top: 58px !important; }
  .mr-tn-58,
  .mx-tn-58 {
    margin-right: 58px !important; }
  .mb-tn-58,
  .my-tn-58 {
    margin-bottom: 58px !important; }
  .ml-tn-58,
  .mx-tn-58 {
    margin-left: 58px !important; }
  .m-tn-57 {
    margin: 57px !important; }
  .mt-tn-57,
  .my-tn-57 {
    margin-top: 57px !important; }
  .mr-tn-57,
  .mx-tn-57 {
    margin-right: 57px !important; }
  .mb-tn-57,
  .my-tn-57 {
    margin-bottom: 57px !important; }
  .ml-tn-57,
  .mx-tn-57 {
    margin-left: 57px !important; }
  .m-tn-56 {
    margin: 56px !important; }
  .mt-tn-56,
  .my-tn-56 {
    margin-top: 56px !important; }
  .mr-tn-56,
  .mx-tn-56 {
    margin-right: 56px !important; }
  .mb-tn-56,
  .my-tn-56 {
    margin-bottom: 56px !important; }
  .ml-tn-56,
  .mx-tn-56 {
    margin-left: 56px !important; }
  .m-tn-55 {
    margin: 55px !important; }
  .mt-tn-55,
  .my-tn-55 {
    margin-top: 55px !important; }
  .mr-tn-55,
  .mx-tn-55 {
    margin-right: 55px !important; }
  .mb-tn-55,
  .my-tn-55 {
    margin-bottom: 55px !important; }
  .ml-tn-55,
  .mx-tn-55 {
    margin-left: 55px !important; }
  .m-tn-54 {
    margin: 54px !important; }
  .mt-tn-54,
  .my-tn-54 {
    margin-top: 54px !important; }
  .mr-tn-54,
  .mx-tn-54 {
    margin-right: 54px !important; }
  .mb-tn-54,
  .my-tn-54 {
    margin-bottom: 54px !important; }
  .ml-tn-54,
  .mx-tn-54 {
    margin-left: 54px !important; }
  .m-tn-53 {
    margin: 53px !important; }
  .mt-tn-53,
  .my-tn-53 {
    margin-top: 53px !important; }
  .mr-tn-53,
  .mx-tn-53 {
    margin-right: 53px !important; }
  .mb-tn-53,
  .my-tn-53 {
    margin-bottom: 53px !important; }
  .ml-tn-53,
  .mx-tn-53 {
    margin-left: 53px !important; }
  .m-tn-52 {
    margin: 52px !important; }
  .mt-tn-52,
  .my-tn-52 {
    margin-top: 52px !important; }
  .mr-tn-52,
  .mx-tn-52 {
    margin-right: 52px !important; }
  .mb-tn-52,
  .my-tn-52 {
    margin-bottom: 52px !important; }
  .ml-tn-52,
  .mx-tn-52 {
    margin-left: 52px !important; }
  .m-tn-51 {
    margin: 51px !important; }
  .mt-tn-51,
  .my-tn-51 {
    margin-top: 51px !important; }
  .mr-tn-51,
  .mx-tn-51 {
    margin-right: 51px !important; }
  .mb-tn-51,
  .my-tn-51 {
    margin-bottom: 51px !important; }
  .ml-tn-51,
  .mx-tn-51 {
    margin-left: 51px !important; }
  .m-tn-50 {
    margin: 50px !important; }
  .mt-tn-50,
  .my-tn-50 {
    margin-top: 50px !important; }
  .mr-tn-50,
  .mx-tn-50 {
    margin-right: 50px !important; }
  .mb-tn-50,
  .my-tn-50 {
    margin-bottom: 50px !important; }
  .ml-tn-50,
  .mx-tn-50 {
    margin-left: 50px !important; }
  .m-tn-49 {
    margin: 49px !important; }
  .mt-tn-49,
  .my-tn-49 {
    margin-top: 49px !important; }
  .mr-tn-49,
  .mx-tn-49 {
    margin-right: 49px !important; }
  .mb-tn-49,
  .my-tn-49 {
    margin-bottom: 49px !important; }
  .ml-tn-49,
  .mx-tn-49 {
    margin-left: 49px !important; }
  .m-tn-48 {
    margin: 48px !important; }
  .mt-tn-48,
  .my-tn-48 {
    margin-top: 48px !important; }
  .mr-tn-48,
  .mx-tn-48 {
    margin-right: 48px !important; }
  .mb-tn-48,
  .my-tn-48 {
    margin-bottom: 48px !important; }
  .ml-tn-48,
  .mx-tn-48 {
    margin-left: 48px !important; }
  .m-tn-47 {
    margin: 47px !important; }
  .mt-tn-47,
  .my-tn-47 {
    margin-top: 47px !important; }
  .mr-tn-47,
  .mx-tn-47 {
    margin-right: 47px !important; }
  .mb-tn-47,
  .my-tn-47 {
    margin-bottom: 47px !important; }
  .ml-tn-47,
  .mx-tn-47 {
    margin-left: 47px !important; }
  .m-tn-46 {
    margin: 46px !important; }
  .mt-tn-46,
  .my-tn-46 {
    margin-top: 46px !important; }
  .mr-tn-46,
  .mx-tn-46 {
    margin-right: 46px !important; }
  .mb-tn-46,
  .my-tn-46 {
    margin-bottom: 46px !important; }
  .ml-tn-46,
  .mx-tn-46 {
    margin-left: 46px !important; }
  .m-tn-45 {
    margin: 45px !important; }
  .mt-tn-45,
  .my-tn-45 {
    margin-top: 45px !important; }
  .mr-tn-45,
  .mx-tn-45 {
    margin-right: 45px !important; }
  .mb-tn-45,
  .my-tn-45 {
    margin-bottom: 45px !important; }
  .ml-tn-45,
  .mx-tn-45 {
    margin-left: 45px !important; }
  .m-tn-44 {
    margin: 44px !important; }
  .mt-tn-44,
  .my-tn-44 {
    margin-top: 44px !important; }
  .mr-tn-44,
  .mx-tn-44 {
    margin-right: 44px !important; }
  .mb-tn-44,
  .my-tn-44 {
    margin-bottom: 44px !important; }
  .ml-tn-44,
  .mx-tn-44 {
    margin-left: 44px !important; }
  .m-tn-43 {
    margin: 43px !important; }
  .mt-tn-43,
  .my-tn-43 {
    margin-top: 43px !important; }
  .mr-tn-43,
  .mx-tn-43 {
    margin-right: 43px !important; }
  .mb-tn-43,
  .my-tn-43 {
    margin-bottom: 43px !important; }
  .ml-tn-43,
  .mx-tn-43 {
    margin-left: 43px !important; }
  .m-tn-42 {
    margin: 42px !important; }
  .mt-tn-42,
  .my-tn-42 {
    margin-top: 42px !important; }
  .mr-tn-42,
  .mx-tn-42 {
    margin-right: 42px !important; }
  .mb-tn-42,
  .my-tn-42 {
    margin-bottom: 42px !important; }
  .ml-tn-42,
  .mx-tn-42 {
    margin-left: 42px !important; }
  .m-tn-41 {
    margin: 41px !important; }
  .mt-tn-41,
  .my-tn-41 {
    margin-top: 41px !important; }
  .mr-tn-41,
  .mx-tn-41 {
    margin-right: 41px !important; }
  .mb-tn-41,
  .my-tn-41 {
    margin-bottom: 41px !important; }
  .ml-tn-41,
  .mx-tn-41 {
    margin-left: 41px !important; }
  .m-tn-40 {
    margin: 40px !important; }
  .mt-tn-40,
  .my-tn-40 {
    margin-top: 40px !important; }
  .mr-tn-40,
  .mx-tn-40 {
    margin-right: 40px !important; }
  .mb-tn-40,
  .my-tn-40 {
    margin-bottom: 40px !important; }
  .ml-tn-40,
  .mx-tn-40 {
    margin-left: 40px !important; }
  .m-tn-39 {
    margin: 39px !important; }
  .mt-tn-39,
  .my-tn-39 {
    margin-top: 39px !important; }
  .mr-tn-39,
  .mx-tn-39 {
    margin-right: 39px !important; }
  .mb-tn-39,
  .my-tn-39 {
    margin-bottom: 39px !important; }
  .ml-tn-39,
  .mx-tn-39 {
    margin-left: 39px !important; }
  .m-tn-38 {
    margin: 38px !important; }
  .mt-tn-38,
  .my-tn-38 {
    margin-top: 38px !important; }
  .mr-tn-38,
  .mx-tn-38 {
    margin-right: 38px !important; }
  .mb-tn-38,
  .my-tn-38 {
    margin-bottom: 38px !important; }
  .ml-tn-38,
  .mx-tn-38 {
    margin-left: 38px !important; }
  .m-tn-37 {
    margin: 37px !important; }
  .mt-tn-37,
  .my-tn-37 {
    margin-top: 37px !important; }
  .mr-tn-37,
  .mx-tn-37 {
    margin-right: 37px !important; }
  .mb-tn-37,
  .my-tn-37 {
    margin-bottom: 37px !important; }
  .ml-tn-37,
  .mx-tn-37 {
    margin-left: 37px !important; }
  .m-tn-36 {
    margin: 36px !important; }
  .mt-tn-36,
  .my-tn-36 {
    margin-top: 36px !important; }
  .mr-tn-36,
  .mx-tn-36 {
    margin-right: 36px !important; }
  .mb-tn-36,
  .my-tn-36 {
    margin-bottom: 36px !important; }
  .ml-tn-36,
  .mx-tn-36 {
    margin-left: 36px !important; }
  .m-tn-35 {
    margin: 35px !important; }
  .mt-tn-35,
  .my-tn-35 {
    margin-top: 35px !important; }
  .mr-tn-35,
  .mx-tn-35 {
    margin-right: 35px !important; }
  .mb-tn-35,
  .my-tn-35 {
    margin-bottom: 35px !important; }
  .ml-tn-35,
  .mx-tn-35 {
    margin-left: 35px !important; }
  .m-tn-34 {
    margin: 34px !important; }
  .mt-tn-34,
  .my-tn-34 {
    margin-top: 34px !important; }
  .mr-tn-34,
  .mx-tn-34 {
    margin-right: 34px !important; }
  .mb-tn-34,
  .my-tn-34 {
    margin-bottom: 34px !important; }
  .ml-tn-34,
  .mx-tn-34 {
    margin-left: 34px !important; }
  .m-tn-33 {
    margin: 33px !important; }
  .mt-tn-33,
  .my-tn-33 {
    margin-top: 33px !important; }
  .mr-tn-33,
  .mx-tn-33 {
    margin-right: 33px !important; }
  .mb-tn-33,
  .my-tn-33 {
    margin-bottom: 33px !important; }
  .ml-tn-33,
  .mx-tn-33 {
    margin-left: 33px !important; }
  .m-tn-32 {
    margin: 32px !important; }
  .mt-tn-32,
  .my-tn-32 {
    margin-top: 32px !important; }
  .mr-tn-32,
  .mx-tn-32 {
    margin-right: 32px !important; }
  .mb-tn-32,
  .my-tn-32 {
    margin-bottom: 32px !important; }
  .ml-tn-32,
  .mx-tn-32 {
    margin-left: 32px !important; }
  .m-tn-31 {
    margin: 31px !important; }
  .mt-tn-31,
  .my-tn-31 {
    margin-top: 31px !important; }
  .mr-tn-31,
  .mx-tn-31 {
    margin-right: 31px !important; }
  .mb-tn-31,
  .my-tn-31 {
    margin-bottom: 31px !important; }
  .ml-tn-31,
  .mx-tn-31 {
    margin-left: 31px !important; }
  .m-tn-30 {
    margin: 30px !important; }
  .mt-tn-30,
  .my-tn-30 {
    margin-top: 30px !important; }
  .mr-tn-30,
  .mx-tn-30 {
    margin-right: 30px !important; }
  .mb-tn-30,
  .my-tn-30 {
    margin-bottom: 30px !important; }
  .ml-tn-30,
  .mx-tn-30 {
    margin-left: 30px !important; }
  .m-tn-29 {
    margin: 29px !important; }
  .mt-tn-29,
  .my-tn-29 {
    margin-top: 29px !important; }
  .mr-tn-29,
  .mx-tn-29 {
    margin-right: 29px !important; }
  .mb-tn-29,
  .my-tn-29 {
    margin-bottom: 29px !important; }
  .ml-tn-29,
  .mx-tn-29 {
    margin-left: 29px !important; }
  .m-tn-28 {
    margin: 28px !important; }
  .mt-tn-28,
  .my-tn-28 {
    margin-top: 28px !important; }
  .mr-tn-28,
  .mx-tn-28 {
    margin-right: 28px !important; }
  .mb-tn-28,
  .my-tn-28 {
    margin-bottom: 28px !important; }
  .ml-tn-28,
  .mx-tn-28 {
    margin-left: 28px !important; }
  .m-tn-27 {
    margin: 27px !important; }
  .mt-tn-27,
  .my-tn-27 {
    margin-top: 27px !important; }
  .mr-tn-27,
  .mx-tn-27 {
    margin-right: 27px !important; }
  .mb-tn-27,
  .my-tn-27 {
    margin-bottom: 27px !important; }
  .ml-tn-27,
  .mx-tn-27 {
    margin-left: 27px !important; }
  .m-tn-26 {
    margin: 26px !important; }
  .mt-tn-26,
  .my-tn-26 {
    margin-top: 26px !important; }
  .mr-tn-26,
  .mx-tn-26 {
    margin-right: 26px !important; }
  .mb-tn-26,
  .my-tn-26 {
    margin-bottom: 26px !important; }
  .ml-tn-26,
  .mx-tn-26 {
    margin-left: 26px !important; }
  .m-tn-25 {
    margin: 25px !important; }
  .mt-tn-25,
  .my-tn-25 {
    margin-top: 25px !important; }
  .mr-tn-25,
  .mx-tn-25 {
    margin-right: 25px !important; }
  .mb-tn-25,
  .my-tn-25 {
    margin-bottom: 25px !important; }
  .ml-tn-25,
  .mx-tn-25 {
    margin-left: 25px !important; }
  .m-tn-24 {
    margin: 24px !important; }
  .mt-tn-24,
  .my-tn-24 {
    margin-top: 24px !important; }
  .mr-tn-24,
  .mx-tn-24 {
    margin-right: 24px !important; }
  .mb-tn-24,
  .my-tn-24 {
    margin-bottom: 24px !important; }
  .ml-tn-24,
  .mx-tn-24 {
    margin-left: 24px !important; }
  .m-tn-23 {
    margin: 23px !important; }
  .mt-tn-23,
  .my-tn-23 {
    margin-top: 23px !important; }
  .mr-tn-23,
  .mx-tn-23 {
    margin-right: 23px !important; }
  .mb-tn-23,
  .my-tn-23 {
    margin-bottom: 23px !important; }
  .ml-tn-23,
  .mx-tn-23 {
    margin-left: 23px !important; }
  .m-tn-22 {
    margin: 22px !important; }
  .mt-tn-22,
  .my-tn-22 {
    margin-top: 22px !important; }
  .mr-tn-22,
  .mx-tn-22 {
    margin-right: 22px !important; }
  .mb-tn-22,
  .my-tn-22 {
    margin-bottom: 22px !important; }
  .ml-tn-22,
  .mx-tn-22 {
    margin-left: 22px !important; }
  .m-tn-21 {
    margin: 21px !important; }
  .mt-tn-21,
  .my-tn-21 {
    margin-top: 21px !important; }
  .mr-tn-21,
  .mx-tn-21 {
    margin-right: 21px !important; }
  .mb-tn-21,
  .my-tn-21 {
    margin-bottom: 21px !important; }
  .ml-tn-21,
  .mx-tn-21 {
    margin-left: 21px !important; }
  .m-tn-20 {
    margin: 20px !important; }
  .mt-tn-20,
  .my-tn-20 {
    margin-top: 20px !important; }
  .mr-tn-20,
  .mx-tn-20 {
    margin-right: 20px !important; }
  .mb-tn-20,
  .my-tn-20 {
    margin-bottom: 20px !important; }
  .ml-tn-20,
  .mx-tn-20 {
    margin-left: 20px !important; }
  .m-tn-19 {
    margin: 19px !important; }
  .mt-tn-19,
  .my-tn-19 {
    margin-top: 19px !important; }
  .mr-tn-19,
  .mx-tn-19 {
    margin-right: 19px !important; }
  .mb-tn-19,
  .my-tn-19 {
    margin-bottom: 19px !important; }
  .ml-tn-19,
  .mx-tn-19 {
    margin-left: 19px !important; }
  .m-tn-18 {
    margin: 18px !important; }
  .mt-tn-18,
  .my-tn-18 {
    margin-top: 18px !important; }
  .mr-tn-18,
  .mx-tn-18 {
    margin-right: 18px !important; }
  .mb-tn-18,
  .my-tn-18 {
    margin-bottom: 18px !important; }
  .ml-tn-18,
  .mx-tn-18 {
    margin-left: 18px !important; }
  .m-tn-17 {
    margin: 17px !important; }
  .mt-tn-17,
  .my-tn-17 {
    margin-top: 17px !important; }
  .mr-tn-17,
  .mx-tn-17 {
    margin-right: 17px !important; }
  .mb-tn-17,
  .my-tn-17 {
    margin-bottom: 17px !important; }
  .ml-tn-17,
  .mx-tn-17 {
    margin-left: 17px !important; }
  .m-tn-16 {
    margin: 16px !important; }
  .mt-tn-16,
  .my-tn-16 {
    margin-top: 16px !important; }
  .mr-tn-16,
  .mx-tn-16 {
    margin-right: 16px !important; }
  .mb-tn-16,
  .my-tn-16 {
    margin-bottom: 16px !important; }
  .ml-tn-16,
  .mx-tn-16 {
    margin-left: 16px !important; }
  .m-tn-15 {
    margin: 15px !important; }
  .mt-tn-15,
  .my-tn-15 {
    margin-top: 15px !important; }
  .mr-tn-15,
  .mx-tn-15 {
    margin-right: 15px !important; }
  .mb-tn-15,
  .my-tn-15 {
    margin-bottom: 15px !important; }
  .ml-tn-15,
  .mx-tn-15 {
    margin-left: 15px !important; }
  .m-tn-14 {
    margin: 14px !important; }
  .mt-tn-14,
  .my-tn-14 {
    margin-top: 14px !important; }
  .mr-tn-14,
  .mx-tn-14 {
    margin-right: 14px !important; }
  .mb-tn-14,
  .my-tn-14 {
    margin-bottom: 14px !important; }
  .ml-tn-14,
  .mx-tn-14 {
    margin-left: 14px !important; }
  .m-tn-13 {
    margin: 13px !important; }
  .mt-tn-13,
  .my-tn-13 {
    margin-top: 13px !important; }
  .mr-tn-13,
  .mx-tn-13 {
    margin-right: 13px !important; }
  .mb-tn-13,
  .my-tn-13 {
    margin-bottom: 13px !important; }
  .ml-tn-13,
  .mx-tn-13 {
    margin-left: 13px !important; }
  .m-tn-12 {
    margin: 12px !important; }
  .mt-tn-12,
  .my-tn-12 {
    margin-top: 12px !important; }
  .mr-tn-12,
  .mx-tn-12 {
    margin-right: 12px !important; }
  .mb-tn-12,
  .my-tn-12 {
    margin-bottom: 12px !important; }
  .ml-tn-12,
  .mx-tn-12 {
    margin-left: 12px !important; }
  .m-tn-11 {
    margin: 11px !important; }
  .mt-tn-11,
  .my-tn-11 {
    margin-top: 11px !important; }
  .mr-tn-11,
  .mx-tn-11 {
    margin-right: 11px !important; }
  .mb-tn-11,
  .my-tn-11 {
    margin-bottom: 11px !important; }
  .ml-tn-11,
  .mx-tn-11 {
    margin-left: 11px !important; }
  .m-tn-10 {
    margin: 10px !important; }
  .mt-tn-10,
  .my-tn-10 {
    margin-top: 10px !important; }
  .mr-tn-10,
  .mx-tn-10 {
    margin-right: 10px !important; }
  .mb-tn-10,
  .my-tn-10 {
    margin-bottom: 10px !important; }
  .ml-tn-10,
  .mx-tn-10 {
    margin-left: 10px !important; }
  .m-tn-9 {
    margin: 9px !important; }
  .mt-tn-9,
  .my-tn-9 {
    margin-top: 9px !important; }
  .mr-tn-9,
  .mx-tn-9 {
    margin-right: 9px !important; }
  .mb-tn-9,
  .my-tn-9 {
    margin-bottom: 9px !important; }
  .ml-tn-9,
  .mx-tn-9 {
    margin-left: 9px !important; }
  .m-tn-8 {
    margin: 8px !important; }
  .mt-tn-8,
  .my-tn-8 {
    margin-top: 8px !important; }
  .mr-tn-8,
  .mx-tn-8 {
    margin-right: 8px !important; }
  .mb-tn-8,
  .my-tn-8 {
    margin-bottom: 8px !important; }
  .ml-tn-8,
  .mx-tn-8 {
    margin-left: 8px !important; }
  .m-tn-7 {
    margin: 7px !important; }
  .mt-tn-7,
  .my-tn-7 {
    margin-top: 7px !important; }
  .mr-tn-7,
  .mx-tn-7 {
    margin-right: 7px !important; }
  .mb-tn-7,
  .my-tn-7 {
    margin-bottom: 7px !important; }
  .ml-tn-7,
  .mx-tn-7 {
    margin-left: 7px !important; }
  .m-tn-6 {
    margin: 6px !important; }
  .mt-tn-6,
  .my-tn-6 {
    margin-top: 6px !important; }
  .mr-tn-6,
  .mx-tn-6 {
    margin-right: 6px !important; }
  .mb-tn-6,
  .my-tn-6 {
    margin-bottom: 6px !important; }
  .ml-tn-6,
  .mx-tn-6 {
    margin-left: 6px !important; }
  .p-tn-0 {
    padding: 0px !important; }
  .pt-tn-0,
  .py-tn-0 {
    padding-top: 0px !important; }
  .pr-tn-0,
  .px-tn-0 {
    padding-right: 0px !important; }
  .pb-tn-0,
  .py-tn-0 {
    padding-bottom: 0px !important; }
  .pl-tn-0,
  .px-tn-0 {
    padding-left: 0px !important; }
  .p-tn-1 {
    padding: 1px !important; }
  .pt-tn-1,
  .py-tn-1 {
    padding-top: 1px !important; }
  .pr-tn-1,
  .px-tn-1 {
    padding-right: 1px !important; }
  .pb-tn-1,
  .py-tn-1 {
    padding-bottom: 1px !important; }
  .pl-tn-1,
  .px-tn-1 {
    padding-left: 1px !important; }
  .p-tn-2 {
    padding: 2px !important; }
  .pt-tn-2,
  .py-tn-2 {
    padding-top: 2px !important; }
  .pr-tn-2,
  .px-tn-2 {
    padding-right: 2px !important; }
  .pb-tn-2,
  .py-tn-2 {
    padding-bottom: 2px !important; }
  .pl-tn-2,
  .px-tn-2 {
    padding-left: 2px !important; }
  .p-tn-3 {
    padding: 3px !important; }
  .pt-tn-3,
  .py-tn-3 {
    padding-top: 3px !important; }
  .pr-tn-3,
  .px-tn-3 {
    padding-right: 3px !important; }
  .pb-tn-3,
  .py-tn-3 {
    padding-bottom: 3px !important; }
  .pl-tn-3,
  .px-tn-3 {
    padding-left: 3px !important; }
  .p-tn-4 {
    padding: 4px !important; }
  .pt-tn-4,
  .py-tn-4 {
    padding-top: 4px !important; }
  .pr-tn-4,
  .px-tn-4 {
    padding-right: 4px !important; }
  .pb-tn-4,
  .py-tn-4 {
    padding-bottom: 4px !important; }
  .pl-tn-4,
  .px-tn-4 {
    padding-left: 4px !important; }
  .p-tn-5 {
    padding: 5px !important; }
  .pt-tn-5,
  .py-tn-5 {
    padding-top: 5px !important; }
  .pr-tn-5,
  .px-tn-5 {
    padding-right: 5px !important; }
  .pb-tn-5,
  .py-tn-5 {
    padding-bottom: 5px !important; }
  .pl-tn-5,
  .px-tn-5 {
    padding-left: 5px !important; }
  .p-tn-100 {
    padding: 100px !important; }
  .pt-tn-100,
  .py-tn-100 {
    padding-top: 100px !important; }
  .pr-tn-100,
  .px-tn-100 {
    padding-right: 100px !important; }
  .pb-tn-100,
  .py-tn-100 {
    padding-bottom: 100px !important; }
  .pl-tn-100,
  .px-tn-100 {
    padding-left: 100px !important; }
  .p-tn-99 {
    padding: 99px !important; }
  .pt-tn-99,
  .py-tn-99 {
    padding-top: 99px !important; }
  .pr-tn-99,
  .px-tn-99 {
    padding-right: 99px !important; }
  .pb-tn-99,
  .py-tn-99 {
    padding-bottom: 99px !important; }
  .pl-tn-99,
  .px-tn-99 {
    padding-left: 99px !important; }
  .p-tn-98 {
    padding: 98px !important; }
  .pt-tn-98,
  .py-tn-98 {
    padding-top: 98px !important; }
  .pr-tn-98,
  .px-tn-98 {
    padding-right: 98px !important; }
  .pb-tn-98,
  .py-tn-98 {
    padding-bottom: 98px !important; }
  .pl-tn-98,
  .px-tn-98 {
    padding-left: 98px !important; }
  .p-tn-97 {
    padding: 97px !important; }
  .pt-tn-97,
  .py-tn-97 {
    padding-top: 97px !important; }
  .pr-tn-97,
  .px-tn-97 {
    padding-right: 97px !important; }
  .pb-tn-97,
  .py-tn-97 {
    padding-bottom: 97px !important; }
  .pl-tn-97,
  .px-tn-97 {
    padding-left: 97px !important; }
  .p-tn-96 {
    padding: 96px !important; }
  .pt-tn-96,
  .py-tn-96 {
    padding-top: 96px !important; }
  .pr-tn-96,
  .px-tn-96 {
    padding-right: 96px !important; }
  .pb-tn-96,
  .py-tn-96 {
    padding-bottom: 96px !important; }
  .pl-tn-96,
  .px-tn-96 {
    padding-left: 96px !important; }
  .p-tn-95 {
    padding: 95px !important; }
  .pt-tn-95,
  .py-tn-95 {
    padding-top: 95px !important; }
  .pr-tn-95,
  .px-tn-95 {
    padding-right: 95px !important; }
  .pb-tn-95,
  .py-tn-95 {
    padding-bottom: 95px !important; }
  .pl-tn-95,
  .px-tn-95 {
    padding-left: 95px !important; }
  .p-tn-94 {
    padding: 94px !important; }
  .pt-tn-94,
  .py-tn-94 {
    padding-top: 94px !important; }
  .pr-tn-94,
  .px-tn-94 {
    padding-right: 94px !important; }
  .pb-tn-94,
  .py-tn-94 {
    padding-bottom: 94px !important; }
  .pl-tn-94,
  .px-tn-94 {
    padding-left: 94px !important; }
  .p-tn-93 {
    padding: 93px !important; }
  .pt-tn-93,
  .py-tn-93 {
    padding-top: 93px !important; }
  .pr-tn-93,
  .px-tn-93 {
    padding-right: 93px !important; }
  .pb-tn-93,
  .py-tn-93 {
    padding-bottom: 93px !important; }
  .pl-tn-93,
  .px-tn-93 {
    padding-left: 93px !important; }
  .p-tn-92 {
    padding: 92px !important; }
  .pt-tn-92,
  .py-tn-92 {
    padding-top: 92px !important; }
  .pr-tn-92,
  .px-tn-92 {
    padding-right: 92px !important; }
  .pb-tn-92,
  .py-tn-92 {
    padding-bottom: 92px !important; }
  .pl-tn-92,
  .px-tn-92 {
    padding-left: 92px !important; }
  .p-tn-91 {
    padding: 91px !important; }
  .pt-tn-91,
  .py-tn-91 {
    padding-top: 91px !important; }
  .pr-tn-91,
  .px-tn-91 {
    padding-right: 91px !important; }
  .pb-tn-91,
  .py-tn-91 {
    padding-bottom: 91px !important; }
  .pl-tn-91,
  .px-tn-91 {
    padding-left: 91px !important; }
  .p-tn-90 {
    padding: 90px !important; }
  .pt-tn-90,
  .py-tn-90 {
    padding-top: 90px !important; }
  .pr-tn-90,
  .px-tn-90 {
    padding-right: 90px !important; }
  .pb-tn-90,
  .py-tn-90 {
    padding-bottom: 90px !important; }
  .pl-tn-90,
  .px-tn-90 {
    padding-left: 90px !important; }
  .p-tn-89 {
    padding: 89px !important; }
  .pt-tn-89,
  .py-tn-89 {
    padding-top: 89px !important; }
  .pr-tn-89,
  .px-tn-89 {
    padding-right: 89px !important; }
  .pb-tn-89,
  .py-tn-89 {
    padding-bottom: 89px !important; }
  .pl-tn-89,
  .px-tn-89 {
    padding-left: 89px !important; }
  .p-tn-88 {
    padding: 88px !important; }
  .pt-tn-88,
  .py-tn-88 {
    padding-top: 88px !important; }
  .pr-tn-88,
  .px-tn-88 {
    padding-right: 88px !important; }
  .pb-tn-88,
  .py-tn-88 {
    padding-bottom: 88px !important; }
  .pl-tn-88,
  .px-tn-88 {
    padding-left: 88px !important; }
  .p-tn-87 {
    padding: 87px !important; }
  .pt-tn-87,
  .py-tn-87 {
    padding-top: 87px !important; }
  .pr-tn-87,
  .px-tn-87 {
    padding-right: 87px !important; }
  .pb-tn-87,
  .py-tn-87 {
    padding-bottom: 87px !important; }
  .pl-tn-87,
  .px-tn-87 {
    padding-left: 87px !important; }
  .p-tn-86 {
    padding: 86px !important; }
  .pt-tn-86,
  .py-tn-86 {
    padding-top: 86px !important; }
  .pr-tn-86,
  .px-tn-86 {
    padding-right: 86px !important; }
  .pb-tn-86,
  .py-tn-86 {
    padding-bottom: 86px !important; }
  .pl-tn-86,
  .px-tn-86 {
    padding-left: 86px !important; }
  .p-tn-85 {
    padding: 85px !important; }
  .pt-tn-85,
  .py-tn-85 {
    padding-top: 85px !important; }
  .pr-tn-85,
  .px-tn-85 {
    padding-right: 85px !important; }
  .pb-tn-85,
  .py-tn-85 {
    padding-bottom: 85px !important; }
  .pl-tn-85,
  .px-tn-85 {
    padding-left: 85px !important; }
  .p-tn-84 {
    padding: 84px !important; }
  .pt-tn-84,
  .py-tn-84 {
    padding-top: 84px !important; }
  .pr-tn-84,
  .px-tn-84 {
    padding-right: 84px !important; }
  .pb-tn-84,
  .py-tn-84 {
    padding-bottom: 84px !important; }
  .pl-tn-84,
  .px-tn-84 {
    padding-left: 84px !important; }
  .p-tn-83 {
    padding: 83px !important; }
  .pt-tn-83,
  .py-tn-83 {
    padding-top: 83px !important; }
  .pr-tn-83,
  .px-tn-83 {
    padding-right: 83px !important; }
  .pb-tn-83,
  .py-tn-83 {
    padding-bottom: 83px !important; }
  .pl-tn-83,
  .px-tn-83 {
    padding-left: 83px !important; }
  .p-tn-82 {
    padding: 82px !important; }
  .pt-tn-82,
  .py-tn-82 {
    padding-top: 82px !important; }
  .pr-tn-82,
  .px-tn-82 {
    padding-right: 82px !important; }
  .pb-tn-82,
  .py-tn-82 {
    padding-bottom: 82px !important; }
  .pl-tn-82,
  .px-tn-82 {
    padding-left: 82px !important; }
  .p-tn-81 {
    padding: 81px !important; }
  .pt-tn-81,
  .py-tn-81 {
    padding-top: 81px !important; }
  .pr-tn-81,
  .px-tn-81 {
    padding-right: 81px !important; }
  .pb-tn-81,
  .py-tn-81 {
    padding-bottom: 81px !important; }
  .pl-tn-81,
  .px-tn-81 {
    padding-left: 81px !important; }
  .p-tn-80 {
    padding: 80px !important; }
  .pt-tn-80,
  .py-tn-80 {
    padding-top: 80px !important; }
  .pr-tn-80,
  .px-tn-80 {
    padding-right: 80px !important; }
  .pb-tn-80,
  .py-tn-80 {
    padding-bottom: 80px !important; }
  .pl-tn-80,
  .px-tn-80 {
    padding-left: 80px !important; }
  .p-tn-79 {
    padding: 79px !important; }
  .pt-tn-79,
  .py-tn-79 {
    padding-top: 79px !important; }
  .pr-tn-79,
  .px-tn-79 {
    padding-right: 79px !important; }
  .pb-tn-79,
  .py-tn-79 {
    padding-bottom: 79px !important; }
  .pl-tn-79,
  .px-tn-79 {
    padding-left: 79px !important; }
  .p-tn-78 {
    padding: 78px !important; }
  .pt-tn-78,
  .py-tn-78 {
    padding-top: 78px !important; }
  .pr-tn-78,
  .px-tn-78 {
    padding-right: 78px !important; }
  .pb-tn-78,
  .py-tn-78 {
    padding-bottom: 78px !important; }
  .pl-tn-78,
  .px-tn-78 {
    padding-left: 78px !important; }
  .p-tn-77 {
    padding: 77px !important; }
  .pt-tn-77,
  .py-tn-77 {
    padding-top: 77px !important; }
  .pr-tn-77,
  .px-tn-77 {
    padding-right: 77px !important; }
  .pb-tn-77,
  .py-tn-77 {
    padding-bottom: 77px !important; }
  .pl-tn-77,
  .px-tn-77 {
    padding-left: 77px !important; }
  .p-tn-76 {
    padding: 76px !important; }
  .pt-tn-76,
  .py-tn-76 {
    padding-top: 76px !important; }
  .pr-tn-76,
  .px-tn-76 {
    padding-right: 76px !important; }
  .pb-tn-76,
  .py-tn-76 {
    padding-bottom: 76px !important; }
  .pl-tn-76,
  .px-tn-76 {
    padding-left: 76px !important; }
  .p-tn-75 {
    padding: 75px !important; }
  .pt-tn-75,
  .py-tn-75 {
    padding-top: 75px !important; }
  .pr-tn-75,
  .px-tn-75 {
    padding-right: 75px !important; }
  .pb-tn-75,
  .py-tn-75 {
    padding-bottom: 75px !important; }
  .pl-tn-75,
  .px-tn-75 {
    padding-left: 75px !important; }
  .p-tn-74 {
    padding: 74px !important; }
  .pt-tn-74,
  .py-tn-74 {
    padding-top: 74px !important; }
  .pr-tn-74,
  .px-tn-74 {
    padding-right: 74px !important; }
  .pb-tn-74,
  .py-tn-74 {
    padding-bottom: 74px !important; }
  .pl-tn-74,
  .px-tn-74 {
    padding-left: 74px !important; }
  .p-tn-73 {
    padding: 73px !important; }
  .pt-tn-73,
  .py-tn-73 {
    padding-top: 73px !important; }
  .pr-tn-73,
  .px-tn-73 {
    padding-right: 73px !important; }
  .pb-tn-73,
  .py-tn-73 {
    padding-bottom: 73px !important; }
  .pl-tn-73,
  .px-tn-73 {
    padding-left: 73px !important; }
  .p-tn-72 {
    padding: 72px !important; }
  .pt-tn-72,
  .py-tn-72 {
    padding-top: 72px !important; }
  .pr-tn-72,
  .px-tn-72 {
    padding-right: 72px !important; }
  .pb-tn-72,
  .py-tn-72 {
    padding-bottom: 72px !important; }
  .pl-tn-72,
  .px-tn-72 {
    padding-left: 72px !important; }
  .p-tn-71 {
    padding: 71px !important; }
  .pt-tn-71,
  .py-tn-71 {
    padding-top: 71px !important; }
  .pr-tn-71,
  .px-tn-71 {
    padding-right: 71px !important; }
  .pb-tn-71,
  .py-tn-71 {
    padding-bottom: 71px !important; }
  .pl-tn-71,
  .px-tn-71 {
    padding-left: 71px !important; }
  .p-tn-70 {
    padding: 70px !important; }
  .pt-tn-70,
  .py-tn-70 {
    padding-top: 70px !important; }
  .pr-tn-70,
  .px-tn-70 {
    padding-right: 70px !important; }
  .pb-tn-70,
  .py-tn-70 {
    padding-bottom: 70px !important; }
  .pl-tn-70,
  .px-tn-70 {
    padding-left: 70px !important; }
  .p-tn-69 {
    padding: 69px !important; }
  .pt-tn-69,
  .py-tn-69 {
    padding-top: 69px !important; }
  .pr-tn-69,
  .px-tn-69 {
    padding-right: 69px !important; }
  .pb-tn-69,
  .py-tn-69 {
    padding-bottom: 69px !important; }
  .pl-tn-69,
  .px-tn-69 {
    padding-left: 69px !important; }
  .p-tn-68 {
    padding: 68px !important; }
  .pt-tn-68,
  .py-tn-68 {
    padding-top: 68px !important; }
  .pr-tn-68,
  .px-tn-68 {
    padding-right: 68px !important; }
  .pb-tn-68,
  .py-tn-68 {
    padding-bottom: 68px !important; }
  .pl-tn-68,
  .px-tn-68 {
    padding-left: 68px !important; }
  .p-tn-67 {
    padding: 67px !important; }
  .pt-tn-67,
  .py-tn-67 {
    padding-top: 67px !important; }
  .pr-tn-67,
  .px-tn-67 {
    padding-right: 67px !important; }
  .pb-tn-67,
  .py-tn-67 {
    padding-bottom: 67px !important; }
  .pl-tn-67,
  .px-tn-67 {
    padding-left: 67px !important; }
  .p-tn-66 {
    padding: 66px !important; }
  .pt-tn-66,
  .py-tn-66 {
    padding-top: 66px !important; }
  .pr-tn-66,
  .px-tn-66 {
    padding-right: 66px !important; }
  .pb-tn-66,
  .py-tn-66 {
    padding-bottom: 66px !important; }
  .pl-tn-66,
  .px-tn-66 {
    padding-left: 66px !important; }
  .p-tn-65 {
    padding: 65px !important; }
  .pt-tn-65,
  .py-tn-65 {
    padding-top: 65px !important; }
  .pr-tn-65,
  .px-tn-65 {
    padding-right: 65px !important; }
  .pb-tn-65,
  .py-tn-65 {
    padding-bottom: 65px !important; }
  .pl-tn-65,
  .px-tn-65 {
    padding-left: 65px !important; }
  .p-tn-64 {
    padding: 64px !important; }
  .pt-tn-64,
  .py-tn-64 {
    padding-top: 64px !important; }
  .pr-tn-64,
  .px-tn-64 {
    padding-right: 64px !important; }
  .pb-tn-64,
  .py-tn-64 {
    padding-bottom: 64px !important; }
  .pl-tn-64,
  .px-tn-64 {
    padding-left: 64px !important; }
  .p-tn-63 {
    padding: 63px !important; }
  .pt-tn-63,
  .py-tn-63 {
    padding-top: 63px !important; }
  .pr-tn-63,
  .px-tn-63 {
    padding-right: 63px !important; }
  .pb-tn-63,
  .py-tn-63 {
    padding-bottom: 63px !important; }
  .pl-tn-63,
  .px-tn-63 {
    padding-left: 63px !important; }
  .p-tn-62 {
    padding: 62px !important; }
  .pt-tn-62,
  .py-tn-62 {
    padding-top: 62px !important; }
  .pr-tn-62,
  .px-tn-62 {
    padding-right: 62px !important; }
  .pb-tn-62,
  .py-tn-62 {
    padding-bottom: 62px !important; }
  .pl-tn-62,
  .px-tn-62 {
    padding-left: 62px !important; }
  .p-tn-61 {
    padding: 61px !important; }
  .pt-tn-61,
  .py-tn-61 {
    padding-top: 61px !important; }
  .pr-tn-61,
  .px-tn-61 {
    padding-right: 61px !important; }
  .pb-tn-61,
  .py-tn-61 {
    padding-bottom: 61px !important; }
  .pl-tn-61,
  .px-tn-61 {
    padding-left: 61px !important; }
  .p-tn-60 {
    padding: 60px !important; }
  .pt-tn-60,
  .py-tn-60 {
    padding-top: 60px !important; }
  .pr-tn-60,
  .px-tn-60 {
    padding-right: 60px !important; }
  .pb-tn-60,
  .py-tn-60 {
    padding-bottom: 60px !important; }
  .pl-tn-60,
  .px-tn-60 {
    padding-left: 60px !important; }
  .p-tn-59 {
    padding: 59px !important; }
  .pt-tn-59,
  .py-tn-59 {
    padding-top: 59px !important; }
  .pr-tn-59,
  .px-tn-59 {
    padding-right: 59px !important; }
  .pb-tn-59,
  .py-tn-59 {
    padding-bottom: 59px !important; }
  .pl-tn-59,
  .px-tn-59 {
    padding-left: 59px !important; }
  .p-tn-58 {
    padding: 58px !important; }
  .pt-tn-58,
  .py-tn-58 {
    padding-top: 58px !important; }
  .pr-tn-58,
  .px-tn-58 {
    padding-right: 58px !important; }
  .pb-tn-58,
  .py-tn-58 {
    padding-bottom: 58px !important; }
  .pl-tn-58,
  .px-tn-58 {
    padding-left: 58px !important; }
  .p-tn-57 {
    padding: 57px !important; }
  .pt-tn-57,
  .py-tn-57 {
    padding-top: 57px !important; }
  .pr-tn-57,
  .px-tn-57 {
    padding-right: 57px !important; }
  .pb-tn-57,
  .py-tn-57 {
    padding-bottom: 57px !important; }
  .pl-tn-57,
  .px-tn-57 {
    padding-left: 57px !important; }
  .p-tn-56 {
    padding: 56px !important; }
  .pt-tn-56,
  .py-tn-56 {
    padding-top: 56px !important; }
  .pr-tn-56,
  .px-tn-56 {
    padding-right: 56px !important; }
  .pb-tn-56,
  .py-tn-56 {
    padding-bottom: 56px !important; }
  .pl-tn-56,
  .px-tn-56 {
    padding-left: 56px !important; }
  .p-tn-55 {
    padding: 55px !important; }
  .pt-tn-55,
  .py-tn-55 {
    padding-top: 55px !important; }
  .pr-tn-55,
  .px-tn-55 {
    padding-right: 55px !important; }
  .pb-tn-55,
  .py-tn-55 {
    padding-bottom: 55px !important; }
  .pl-tn-55,
  .px-tn-55 {
    padding-left: 55px !important; }
  .p-tn-54 {
    padding: 54px !important; }
  .pt-tn-54,
  .py-tn-54 {
    padding-top: 54px !important; }
  .pr-tn-54,
  .px-tn-54 {
    padding-right: 54px !important; }
  .pb-tn-54,
  .py-tn-54 {
    padding-bottom: 54px !important; }
  .pl-tn-54,
  .px-tn-54 {
    padding-left: 54px !important; }
  .p-tn-53 {
    padding: 53px !important; }
  .pt-tn-53,
  .py-tn-53 {
    padding-top: 53px !important; }
  .pr-tn-53,
  .px-tn-53 {
    padding-right: 53px !important; }
  .pb-tn-53,
  .py-tn-53 {
    padding-bottom: 53px !important; }
  .pl-tn-53,
  .px-tn-53 {
    padding-left: 53px !important; }
  .p-tn-52 {
    padding: 52px !important; }
  .pt-tn-52,
  .py-tn-52 {
    padding-top: 52px !important; }
  .pr-tn-52,
  .px-tn-52 {
    padding-right: 52px !important; }
  .pb-tn-52,
  .py-tn-52 {
    padding-bottom: 52px !important; }
  .pl-tn-52,
  .px-tn-52 {
    padding-left: 52px !important; }
  .p-tn-51 {
    padding: 51px !important; }
  .pt-tn-51,
  .py-tn-51 {
    padding-top: 51px !important; }
  .pr-tn-51,
  .px-tn-51 {
    padding-right: 51px !important; }
  .pb-tn-51,
  .py-tn-51 {
    padding-bottom: 51px !important; }
  .pl-tn-51,
  .px-tn-51 {
    padding-left: 51px !important; }
  .p-tn-50 {
    padding: 50px !important; }
  .pt-tn-50,
  .py-tn-50 {
    padding-top: 50px !important; }
  .pr-tn-50,
  .px-tn-50 {
    padding-right: 50px !important; }
  .pb-tn-50,
  .py-tn-50 {
    padding-bottom: 50px !important; }
  .pl-tn-50,
  .px-tn-50 {
    padding-left: 50px !important; }
  .p-tn-49 {
    padding: 49px !important; }
  .pt-tn-49,
  .py-tn-49 {
    padding-top: 49px !important; }
  .pr-tn-49,
  .px-tn-49 {
    padding-right: 49px !important; }
  .pb-tn-49,
  .py-tn-49 {
    padding-bottom: 49px !important; }
  .pl-tn-49,
  .px-tn-49 {
    padding-left: 49px !important; }
  .p-tn-48 {
    padding: 48px !important; }
  .pt-tn-48,
  .py-tn-48 {
    padding-top: 48px !important; }
  .pr-tn-48,
  .px-tn-48 {
    padding-right: 48px !important; }
  .pb-tn-48,
  .py-tn-48 {
    padding-bottom: 48px !important; }
  .pl-tn-48,
  .px-tn-48 {
    padding-left: 48px !important; }
  .p-tn-47 {
    padding: 47px !important; }
  .pt-tn-47,
  .py-tn-47 {
    padding-top: 47px !important; }
  .pr-tn-47,
  .px-tn-47 {
    padding-right: 47px !important; }
  .pb-tn-47,
  .py-tn-47 {
    padding-bottom: 47px !important; }
  .pl-tn-47,
  .px-tn-47 {
    padding-left: 47px !important; }
  .p-tn-46 {
    padding: 46px !important; }
  .pt-tn-46,
  .py-tn-46 {
    padding-top: 46px !important; }
  .pr-tn-46,
  .px-tn-46 {
    padding-right: 46px !important; }
  .pb-tn-46,
  .py-tn-46 {
    padding-bottom: 46px !important; }
  .pl-tn-46,
  .px-tn-46 {
    padding-left: 46px !important; }
  .p-tn-45 {
    padding: 45px !important; }
  .pt-tn-45,
  .py-tn-45 {
    padding-top: 45px !important; }
  .pr-tn-45,
  .px-tn-45 {
    padding-right: 45px !important; }
  .pb-tn-45,
  .py-tn-45 {
    padding-bottom: 45px !important; }
  .pl-tn-45,
  .px-tn-45 {
    padding-left: 45px !important; }
  .p-tn-44 {
    padding: 44px !important; }
  .pt-tn-44,
  .py-tn-44 {
    padding-top: 44px !important; }
  .pr-tn-44,
  .px-tn-44 {
    padding-right: 44px !important; }
  .pb-tn-44,
  .py-tn-44 {
    padding-bottom: 44px !important; }
  .pl-tn-44,
  .px-tn-44 {
    padding-left: 44px !important; }
  .p-tn-43 {
    padding: 43px !important; }
  .pt-tn-43,
  .py-tn-43 {
    padding-top: 43px !important; }
  .pr-tn-43,
  .px-tn-43 {
    padding-right: 43px !important; }
  .pb-tn-43,
  .py-tn-43 {
    padding-bottom: 43px !important; }
  .pl-tn-43,
  .px-tn-43 {
    padding-left: 43px !important; }
  .p-tn-42 {
    padding: 42px !important; }
  .pt-tn-42,
  .py-tn-42 {
    padding-top: 42px !important; }
  .pr-tn-42,
  .px-tn-42 {
    padding-right: 42px !important; }
  .pb-tn-42,
  .py-tn-42 {
    padding-bottom: 42px !important; }
  .pl-tn-42,
  .px-tn-42 {
    padding-left: 42px !important; }
  .p-tn-41 {
    padding: 41px !important; }
  .pt-tn-41,
  .py-tn-41 {
    padding-top: 41px !important; }
  .pr-tn-41,
  .px-tn-41 {
    padding-right: 41px !important; }
  .pb-tn-41,
  .py-tn-41 {
    padding-bottom: 41px !important; }
  .pl-tn-41,
  .px-tn-41 {
    padding-left: 41px !important; }
  .p-tn-40 {
    padding: 40px !important; }
  .pt-tn-40,
  .py-tn-40 {
    padding-top: 40px !important; }
  .pr-tn-40,
  .px-tn-40 {
    padding-right: 40px !important; }
  .pb-tn-40,
  .py-tn-40 {
    padding-bottom: 40px !important; }
  .pl-tn-40,
  .px-tn-40 {
    padding-left: 40px !important; }
  .p-tn-39 {
    padding: 39px !important; }
  .pt-tn-39,
  .py-tn-39 {
    padding-top: 39px !important; }
  .pr-tn-39,
  .px-tn-39 {
    padding-right: 39px !important; }
  .pb-tn-39,
  .py-tn-39 {
    padding-bottom: 39px !important; }
  .pl-tn-39,
  .px-tn-39 {
    padding-left: 39px !important; }
  .p-tn-38 {
    padding: 38px !important; }
  .pt-tn-38,
  .py-tn-38 {
    padding-top: 38px !important; }
  .pr-tn-38,
  .px-tn-38 {
    padding-right: 38px !important; }
  .pb-tn-38,
  .py-tn-38 {
    padding-bottom: 38px !important; }
  .pl-tn-38,
  .px-tn-38 {
    padding-left: 38px !important; }
  .p-tn-37 {
    padding: 37px !important; }
  .pt-tn-37,
  .py-tn-37 {
    padding-top: 37px !important; }
  .pr-tn-37,
  .px-tn-37 {
    padding-right: 37px !important; }
  .pb-tn-37,
  .py-tn-37 {
    padding-bottom: 37px !important; }
  .pl-tn-37,
  .px-tn-37 {
    padding-left: 37px !important; }
  .p-tn-36 {
    padding: 36px !important; }
  .pt-tn-36,
  .py-tn-36 {
    padding-top: 36px !important; }
  .pr-tn-36,
  .px-tn-36 {
    padding-right: 36px !important; }
  .pb-tn-36,
  .py-tn-36 {
    padding-bottom: 36px !important; }
  .pl-tn-36,
  .px-tn-36 {
    padding-left: 36px !important; }
  .p-tn-35 {
    padding: 35px !important; }
  .pt-tn-35,
  .py-tn-35 {
    padding-top: 35px !important; }
  .pr-tn-35,
  .px-tn-35 {
    padding-right: 35px !important; }
  .pb-tn-35,
  .py-tn-35 {
    padding-bottom: 35px !important; }
  .pl-tn-35,
  .px-tn-35 {
    padding-left: 35px !important; }
  .p-tn-34 {
    padding: 34px !important; }
  .pt-tn-34,
  .py-tn-34 {
    padding-top: 34px !important; }
  .pr-tn-34,
  .px-tn-34 {
    padding-right: 34px !important; }
  .pb-tn-34,
  .py-tn-34 {
    padding-bottom: 34px !important; }
  .pl-tn-34,
  .px-tn-34 {
    padding-left: 34px !important; }
  .p-tn-33 {
    padding: 33px !important; }
  .pt-tn-33,
  .py-tn-33 {
    padding-top: 33px !important; }
  .pr-tn-33,
  .px-tn-33 {
    padding-right: 33px !important; }
  .pb-tn-33,
  .py-tn-33 {
    padding-bottom: 33px !important; }
  .pl-tn-33,
  .px-tn-33 {
    padding-left: 33px !important; }
  .p-tn-32 {
    padding: 32px !important; }
  .pt-tn-32,
  .py-tn-32 {
    padding-top: 32px !important; }
  .pr-tn-32,
  .px-tn-32 {
    padding-right: 32px !important; }
  .pb-tn-32,
  .py-tn-32 {
    padding-bottom: 32px !important; }
  .pl-tn-32,
  .px-tn-32 {
    padding-left: 32px !important; }
  .p-tn-31 {
    padding: 31px !important; }
  .pt-tn-31,
  .py-tn-31 {
    padding-top: 31px !important; }
  .pr-tn-31,
  .px-tn-31 {
    padding-right: 31px !important; }
  .pb-tn-31,
  .py-tn-31 {
    padding-bottom: 31px !important; }
  .pl-tn-31,
  .px-tn-31 {
    padding-left: 31px !important; }
  .p-tn-30 {
    padding: 30px !important; }
  .pt-tn-30,
  .py-tn-30 {
    padding-top: 30px !important; }
  .pr-tn-30,
  .px-tn-30 {
    padding-right: 30px !important; }
  .pb-tn-30,
  .py-tn-30 {
    padding-bottom: 30px !important; }
  .pl-tn-30,
  .px-tn-30 {
    padding-left: 30px !important; }
  .p-tn-29 {
    padding: 29px !important; }
  .pt-tn-29,
  .py-tn-29 {
    padding-top: 29px !important; }
  .pr-tn-29,
  .px-tn-29 {
    padding-right: 29px !important; }
  .pb-tn-29,
  .py-tn-29 {
    padding-bottom: 29px !important; }
  .pl-tn-29,
  .px-tn-29 {
    padding-left: 29px !important; }
  .p-tn-28 {
    padding: 28px !important; }
  .pt-tn-28,
  .py-tn-28 {
    padding-top: 28px !important; }
  .pr-tn-28,
  .px-tn-28 {
    padding-right: 28px !important; }
  .pb-tn-28,
  .py-tn-28 {
    padding-bottom: 28px !important; }
  .pl-tn-28,
  .px-tn-28 {
    padding-left: 28px !important; }
  .p-tn-27 {
    padding: 27px !important; }
  .pt-tn-27,
  .py-tn-27 {
    padding-top: 27px !important; }
  .pr-tn-27,
  .px-tn-27 {
    padding-right: 27px !important; }
  .pb-tn-27,
  .py-tn-27 {
    padding-bottom: 27px !important; }
  .pl-tn-27,
  .px-tn-27 {
    padding-left: 27px !important; }
  .p-tn-26 {
    padding: 26px !important; }
  .pt-tn-26,
  .py-tn-26 {
    padding-top: 26px !important; }
  .pr-tn-26,
  .px-tn-26 {
    padding-right: 26px !important; }
  .pb-tn-26,
  .py-tn-26 {
    padding-bottom: 26px !important; }
  .pl-tn-26,
  .px-tn-26 {
    padding-left: 26px !important; }
  .p-tn-25 {
    padding: 25px !important; }
  .pt-tn-25,
  .py-tn-25 {
    padding-top: 25px !important; }
  .pr-tn-25,
  .px-tn-25 {
    padding-right: 25px !important; }
  .pb-tn-25,
  .py-tn-25 {
    padding-bottom: 25px !important; }
  .pl-tn-25,
  .px-tn-25 {
    padding-left: 25px !important; }
  .p-tn-24 {
    padding: 24px !important; }
  .pt-tn-24,
  .py-tn-24 {
    padding-top: 24px !important; }
  .pr-tn-24,
  .px-tn-24 {
    padding-right: 24px !important; }
  .pb-tn-24,
  .py-tn-24 {
    padding-bottom: 24px !important; }
  .pl-tn-24,
  .px-tn-24 {
    padding-left: 24px !important; }
  .p-tn-23 {
    padding: 23px !important; }
  .pt-tn-23,
  .py-tn-23 {
    padding-top: 23px !important; }
  .pr-tn-23,
  .px-tn-23 {
    padding-right: 23px !important; }
  .pb-tn-23,
  .py-tn-23 {
    padding-bottom: 23px !important; }
  .pl-tn-23,
  .px-tn-23 {
    padding-left: 23px !important; }
  .p-tn-22 {
    padding: 22px !important; }
  .pt-tn-22,
  .py-tn-22 {
    padding-top: 22px !important; }
  .pr-tn-22,
  .px-tn-22 {
    padding-right: 22px !important; }
  .pb-tn-22,
  .py-tn-22 {
    padding-bottom: 22px !important; }
  .pl-tn-22,
  .px-tn-22 {
    padding-left: 22px !important; }
  .p-tn-21 {
    padding: 21px !important; }
  .pt-tn-21,
  .py-tn-21 {
    padding-top: 21px !important; }
  .pr-tn-21,
  .px-tn-21 {
    padding-right: 21px !important; }
  .pb-tn-21,
  .py-tn-21 {
    padding-bottom: 21px !important; }
  .pl-tn-21,
  .px-tn-21 {
    padding-left: 21px !important; }
  .p-tn-20 {
    padding: 20px !important; }
  .pt-tn-20,
  .py-tn-20 {
    padding-top: 20px !important; }
  .pr-tn-20,
  .px-tn-20 {
    padding-right: 20px !important; }
  .pb-tn-20,
  .py-tn-20 {
    padding-bottom: 20px !important; }
  .pl-tn-20,
  .px-tn-20 {
    padding-left: 20px !important; }
  .p-tn-19 {
    padding: 19px !important; }
  .pt-tn-19,
  .py-tn-19 {
    padding-top: 19px !important; }
  .pr-tn-19,
  .px-tn-19 {
    padding-right: 19px !important; }
  .pb-tn-19,
  .py-tn-19 {
    padding-bottom: 19px !important; }
  .pl-tn-19,
  .px-tn-19 {
    padding-left: 19px !important; }
  .p-tn-18 {
    padding: 18px !important; }
  .pt-tn-18,
  .py-tn-18 {
    padding-top: 18px !important; }
  .pr-tn-18,
  .px-tn-18 {
    padding-right: 18px !important; }
  .pb-tn-18,
  .py-tn-18 {
    padding-bottom: 18px !important; }
  .pl-tn-18,
  .px-tn-18 {
    padding-left: 18px !important; }
  .p-tn-17 {
    padding: 17px !important; }
  .pt-tn-17,
  .py-tn-17 {
    padding-top: 17px !important; }
  .pr-tn-17,
  .px-tn-17 {
    padding-right: 17px !important; }
  .pb-tn-17,
  .py-tn-17 {
    padding-bottom: 17px !important; }
  .pl-tn-17,
  .px-tn-17 {
    padding-left: 17px !important; }
  .p-tn-16 {
    padding: 16px !important; }
  .pt-tn-16,
  .py-tn-16 {
    padding-top: 16px !important; }
  .pr-tn-16,
  .px-tn-16 {
    padding-right: 16px !important; }
  .pb-tn-16,
  .py-tn-16 {
    padding-bottom: 16px !important; }
  .pl-tn-16,
  .px-tn-16 {
    padding-left: 16px !important; }
  .p-tn-15 {
    padding: 15px !important; }
  .pt-tn-15,
  .py-tn-15 {
    padding-top: 15px !important; }
  .pr-tn-15,
  .px-tn-15 {
    padding-right: 15px !important; }
  .pb-tn-15,
  .py-tn-15 {
    padding-bottom: 15px !important; }
  .pl-tn-15,
  .px-tn-15 {
    padding-left: 15px !important; }
  .p-tn-14 {
    padding: 14px !important; }
  .pt-tn-14,
  .py-tn-14 {
    padding-top: 14px !important; }
  .pr-tn-14,
  .px-tn-14 {
    padding-right: 14px !important; }
  .pb-tn-14,
  .py-tn-14 {
    padding-bottom: 14px !important; }
  .pl-tn-14,
  .px-tn-14 {
    padding-left: 14px !important; }
  .p-tn-13 {
    padding: 13px !important; }
  .pt-tn-13,
  .py-tn-13 {
    padding-top: 13px !important; }
  .pr-tn-13,
  .px-tn-13 {
    padding-right: 13px !important; }
  .pb-tn-13,
  .py-tn-13 {
    padding-bottom: 13px !important; }
  .pl-tn-13,
  .px-tn-13 {
    padding-left: 13px !important; }
  .p-tn-12 {
    padding: 12px !important; }
  .pt-tn-12,
  .py-tn-12 {
    padding-top: 12px !important; }
  .pr-tn-12,
  .px-tn-12 {
    padding-right: 12px !important; }
  .pb-tn-12,
  .py-tn-12 {
    padding-bottom: 12px !important; }
  .pl-tn-12,
  .px-tn-12 {
    padding-left: 12px !important; }
  .p-tn-11 {
    padding: 11px !important; }
  .pt-tn-11,
  .py-tn-11 {
    padding-top: 11px !important; }
  .pr-tn-11,
  .px-tn-11 {
    padding-right: 11px !important; }
  .pb-tn-11,
  .py-tn-11 {
    padding-bottom: 11px !important; }
  .pl-tn-11,
  .px-tn-11 {
    padding-left: 11px !important; }
  .p-tn-10 {
    padding: 10px !important; }
  .pt-tn-10,
  .py-tn-10 {
    padding-top: 10px !important; }
  .pr-tn-10,
  .px-tn-10 {
    padding-right: 10px !important; }
  .pb-tn-10,
  .py-tn-10 {
    padding-bottom: 10px !important; }
  .pl-tn-10,
  .px-tn-10 {
    padding-left: 10px !important; }
  .p-tn-9 {
    padding: 9px !important; }
  .pt-tn-9,
  .py-tn-9 {
    padding-top: 9px !important; }
  .pr-tn-9,
  .px-tn-9 {
    padding-right: 9px !important; }
  .pb-tn-9,
  .py-tn-9 {
    padding-bottom: 9px !important; }
  .pl-tn-9,
  .px-tn-9 {
    padding-left: 9px !important; }
  .p-tn-8 {
    padding: 8px !important; }
  .pt-tn-8,
  .py-tn-8 {
    padding-top: 8px !important; }
  .pr-tn-8,
  .px-tn-8 {
    padding-right: 8px !important; }
  .pb-tn-8,
  .py-tn-8 {
    padding-bottom: 8px !important; }
  .pl-tn-8,
  .px-tn-8 {
    padding-left: 8px !important; }
  .p-tn-7 {
    padding: 7px !important; }
  .pt-tn-7,
  .py-tn-7 {
    padding-top: 7px !important; }
  .pr-tn-7,
  .px-tn-7 {
    padding-right: 7px !important; }
  .pb-tn-7,
  .py-tn-7 {
    padding-bottom: 7px !important; }
  .pl-tn-7,
  .px-tn-7 {
    padding-left: 7px !important; }
  .p-tn-6 {
    padding: 6px !important; }
  .pt-tn-6,
  .py-tn-6 {
    padding-top: 6px !important; }
  .pr-tn-6,
  .px-tn-6 {
    padding-right: 6px !important; }
  .pb-tn-6,
  .py-tn-6 {
    padding-bottom: 6px !important; }
  .pl-tn-6,
  .px-tn-6 {
    padding-left: 6px !important; }
  .m-tn-n1 {
    margin: -1px !important; }
  .mt-tn-n1,
  .my-tn-n1 {
    margin-top: -1px !important; }
  .mr-tn-n1,
  .mx-tn-n1 {
    margin-right: -1px !important; }
  .mb-tn-n1,
  .my-tn-n1 {
    margin-bottom: -1px !important; }
  .ml-tn-n1,
  .mx-tn-n1 {
    margin-left: -1px !important; }
  .m-tn-n2 {
    margin: -2px !important; }
  .mt-tn-n2,
  .my-tn-n2 {
    margin-top: -2px !important; }
  .mr-tn-n2,
  .mx-tn-n2 {
    margin-right: -2px !important; }
  .mb-tn-n2,
  .my-tn-n2 {
    margin-bottom: -2px !important; }
  .ml-tn-n2,
  .mx-tn-n2 {
    margin-left: -2px !important; }
  .m-tn-n3 {
    margin: -3px !important; }
  .mt-tn-n3,
  .my-tn-n3 {
    margin-top: -3px !important; }
  .mr-tn-n3,
  .mx-tn-n3 {
    margin-right: -3px !important; }
  .mb-tn-n3,
  .my-tn-n3 {
    margin-bottom: -3px !important; }
  .ml-tn-n3,
  .mx-tn-n3 {
    margin-left: -3px !important; }
  .m-tn-n4 {
    margin: -4px !important; }
  .mt-tn-n4,
  .my-tn-n4 {
    margin-top: -4px !important; }
  .mr-tn-n4,
  .mx-tn-n4 {
    margin-right: -4px !important; }
  .mb-tn-n4,
  .my-tn-n4 {
    margin-bottom: -4px !important; }
  .ml-tn-n4,
  .mx-tn-n4 {
    margin-left: -4px !important; }
  .m-tn-n5 {
    margin: -5px !important; }
  .mt-tn-n5,
  .my-tn-n5 {
    margin-top: -5px !important; }
  .mr-tn-n5,
  .mx-tn-n5 {
    margin-right: -5px !important; }
  .mb-tn-n5,
  .my-tn-n5 {
    margin-bottom: -5px !important; }
  .ml-tn-n5,
  .mx-tn-n5 {
    margin-left: -5px !important; }
  .m-tn-n100 {
    margin: -100px !important; }
  .mt-tn-n100,
  .my-tn-n100 {
    margin-top: -100px !important; }
  .mr-tn-n100,
  .mx-tn-n100 {
    margin-right: -100px !important; }
  .mb-tn-n100,
  .my-tn-n100 {
    margin-bottom: -100px !important; }
  .ml-tn-n100,
  .mx-tn-n100 {
    margin-left: -100px !important; }
  .m-tn-n99 {
    margin: -99px !important; }
  .mt-tn-n99,
  .my-tn-n99 {
    margin-top: -99px !important; }
  .mr-tn-n99,
  .mx-tn-n99 {
    margin-right: -99px !important; }
  .mb-tn-n99,
  .my-tn-n99 {
    margin-bottom: -99px !important; }
  .ml-tn-n99,
  .mx-tn-n99 {
    margin-left: -99px !important; }
  .m-tn-n98 {
    margin: -98px !important; }
  .mt-tn-n98,
  .my-tn-n98 {
    margin-top: -98px !important; }
  .mr-tn-n98,
  .mx-tn-n98 {
    margin-right: -98px !important; }
  .mb-tn-n98,
  .my-tn-n98 {
    margin-bottom: -98px !important; }
  .ml-tn-n98,
  .mx-tn-n98 {
    margin-left: -98px !important; }
  .m-tn-n97 {
    margin: -97px !important; }
  .mt-tn-n97,
  .my-tn-n97 {
    margin-top: -97px !important; }
  .mr-tn-n97,
  .mx-tn-n97 {
    margin-right: -97px !important; }
  .mb-tn-n97,
  .my-tn-n97 {
    margin-bottom: -97px !important; }
  .ml-tn-n97,
  .mx-tn-n97 {
    margin-left: -97px !important; }
  .m-tn-n96 {
    margin: -96px !important; }
  .mt-tn-n96,
  .my-tn-n96 {
    margin-top: -96px !important; }
  .mr-tn-n96,
  .mx-tn-n96 {
    margin-right: -96px !important; }
  .mb-tn-n96,
  .my-tn-n96 {
    margin-bottom: -96px !important; }
  .ml-tn-n96,
  .mx-tn-n96 {
    margin-left: -96px !important; }
  .m-tn-n95 {
    margin: -95px !important; }
  .mt-tn-n95,
  .my-tn-n95 {
    margin-top: -95px !important; }
  .mr-tn-n95,
  .mx-tn-n95 {
    margin-right: -95px !important; }
  .mb-tn-n95,
  .my-tn-n95 {
    margin-bottom: -95px !important; }
  .ml-tn-n95,
  .mx-tn-n95 {
    margin-left: -95px !important; }
  .m-tn-n94 {
    margin: -94px !important; }
  .mt-tn-n94,
  .my-tn-n94 {
    margin-top: -94px !important; }
  .mr-tn-n94,
  .mx-tn-n94 {
    margin-right: -94px !important; }
  .mb-tn-n94,
  .my-tn-n94 {
    margin-bottom: -94px !important; }
  .ml-tn-n94,
  .mx-tn-n94 {
    margin-left: -94px !important; }
  .m-tn-n93 {
    margin: -93px !important; }
  .mt-tn-n93,
  .my-tn-n93 {
    margin-top: -93px !important; }
  .mr-tn-n93,
  .mx-tn-n93 {
    margin-right: -93px !important; }
  .mb-tn-n93,
  .my-tn-n93 {
    margin-bottom: -93px !important; }
  .ml-tn-n93,
  .mx-tn-n93 {
    margin-left: -93px !important; }
  .m-tn-n92 {
    margin: -92px !important; }
  .mt-tn-n92,
  .my-tn-n92 {
    margin-top: -92px !important; }
  .mr-tn-n92,
  .mx-tn-n92 {
    margin-right: -92px !important; }
  .mb-tn-n92,
  .my-tn-n92 {
    margin-bottom: -92px !important; }
  .ml-tn-n92,
  .mx-tn-n92 {
    margin-left: -92px !important; }
  .m-tn-n91 {
    margin: -91px !important; }
  .mt-tn-n91,
  .my-tn-n91 {
    margin-top: -91px !important; }
  .mr-tn-n91,
  .mx-tn-n91 {
    margin-right: -91px !important; }
  .mb-tn-n91,
  .my-tn-n91 {
    margin-bottom: -91px !important; }
  .ml-tn-n91,
  .mx-tn-n91 {
    margin-left: -91px !important; }
  .m-tn-n90 {
    margin: -90px !important; }
  .mt-tn-n90,
  .my-tn-n90 {
    margin-top: -90px !important; }
  .mr-tn-n90,
  .mx-tn-n90 {
    margin-right: -90px !important; }
  .mb-tn-n90,
  .my-tn-n90 {
    margin-bottom: -90px !important; }
  .ml-tn-n90,
  .mx-tn-n90 {
    margin-left: -90px !important; }
  .m-tn-n89 {
    margin: -89px !important; }
  .mt-tn-n89,
  .my-tn-n89 {
    margin-top: -89px !important; }
  .mr-tn-n89,
  .mx-tn-n89 {
    margin-right: -89px !important; }
  .mb-tn-n89,
  .my-tn-n89 {
    margin-bottom: -89px !important; }
  .ml-tn-n89,
  .mx-tn-n89 {
    margin-left: -89px !important; }
  .m-tn-n88 {
    margin: -88px !important; }
  .mt-tn-n88,
  .my-tn-n88 {
    margin-top: -88px !important; }
  .mr-tn-n88,
  .mx-tn-n88 {
    margin-right: -88px !important; }
  .mb-tn-n88,
  .my-tn-n88 {
    margin-bottom: -88px !important; }
  .ml-tn-n88,
  .mx-tn-n88 {
    margin-left: -88px !important; }
  .m-tn-n87 {
    margin: -87px !important; }
  .mt-tn-n87,
  .my-tn-n87 {
    margin-top: -87px !important; }
  .mr-tn-n87,
  .mx-tn-n87 {
    margin-right: -87px !important; }
  .mb-tn-n87,
  .my-tn-n87 {
    margin-bottom: -87px !important; }
  .ml-tn-n87,
  .mx-tn-n87 {
    margin-left: -87px !important; }
  .m-tn-n86 {
    margin: -86px !important; }
  .mt-tn-n86,
  .my-tn-n86 {
    margin-top: -86px !important; }
  .mr-tn-n86,
  .mx-tn-n86 {
    margin-right: -86px !important; }
  .mb-tn-n86,
  .my-tn-n86 {
    margin-bottom: -86px !important; }
  .ml-tn-n86,
  .mx-tn-n86 {
    margin-left: -86px !important; }
  .m-tn-n85 {
    margin: -85px !important; }
  .mt-tn-n85,
  .my-tn-n85 {
    margin-top: -85px !important; }
  .mr-tn-n85,
  .mx-tn-n85 {
    margin-right: -85px !important; }
  .mb-tn-n85,
  .my-tn-n85 {
    margin-bottom: -85px !important; }
  .ml-tn-n85,
  .mx-tn-n85 {
    margin-left: -85px !important; }
  .m-tn-n84 {
    margin: -84px !important; }
  .mt-tn-n84,
  .my-tn-n84 {
    margin-top: -84px !important; }
  .mr-tn-n84,
  .mx-tn-n84 {
    margin-right: -84px !important; }
  .mb-tn-n84,
  .my-tn-n84 {
    margin-bottom: -84px !important; }
  .ml-tn-n84,
  .mx-tn-n84 {
    margin-left: -84px !important; }
  .m-tn-n83 {
    margin: -83px !important; }
  .mt-tn-n83,
  .my-tn-n83 {
    margin-top: -83px !important; }
  .mr-tn-n83,
  .mx-tn-n83 {
    margin-right: -83px !important; }
  .mb-tn-n83,
  .my-tn-n83 {
    margin-bottom: -83px !important; }
  .ml-tn-n83,
  .mx-tn-n83 {
    margin-left: -83px !important; }
  .m-tn-n82 {
    margin: -82px !important; }
  .mt-tn-n82,
  .my-tn-n82 {
    margin-top: -82px !important; }
  .mr-tn-n82,
  .mx-tn-n82 {
    margin-right: -82px !important; }
  .mb-tn-n82,
  .my-tn-n82 {
    margin-bottom: -82px !important; }
  .ml-tn-n82,
  .mx-tn-n82 {
    margin-left: -82px !important; }
  .m-tn-n81 {
    margin: -81px !important; }
  .mt-tn-n81,
  .my-tn-n81 {
    margin-top: -81px !important; }
  .mr-tn-n81,
  .mx-tn-n81 {
    margin-right: -81px !important; }
  .mb-tn-n81,
  .my-tn-n81 {
    margin-bottom: -81px !important; }
  .ml-tn-n81,
  .mx-tn-n81 {
    margin-left: -81px !important; }
  .m-tn-n80 {
    margin: -80px !important; }
  .mt-tn-n80,
  .my-tn-n80 {
    margin-top: -80px !important; }
  .mr-tn-n80,
  .mx-tn-n80 {
    margin-right: -80px !important; }
  .mb-tn-n80,
  .my-tn-n80 {
    margin-bottom: -80px !important; }
  .ml-tn-n80,
  .mx-tn-n80 {
    margin-left: -80px !important; }
  .m-tn-n79 {
    margin: -79px !important; }
  .mt-tn-n79,
  .my-tn-n79 {
    margin-top: -79px !important; }
  .mr-tn-n79,
  .mx-tn-n79 {
    margin-right: -79px !important; }
  .mb-tn-n79,
  .my-tn-n79 {
    margin-bottom: -79px !important; }
  .ml-tn-n79,
  .mx-tn-n79 {
    margin-left: -79px !important; }
  .m-tn-n78 {
    margin: -78px !important; }
  .mt-tn-n78,
  .my-tn-n78 {
    margin-top: -78px !important; }
  .mr-tn-n78,
  .mx-tn-n78 {
    margin-right: -78px !important; }
  .mb-tn-n78,
  .my-tn-n78 {
    margin-bottom: -78px !important; }
  .ml-tn-n78,
  .mx-tn-n78 {
    margin-left: -78px !important; }
  .m-tn-n77 {
    margin: -77px !important; }
  .mt-tn-n77,
  .my-tn-n77 {
    margin-top: -77px !important; }
  .mr-tn-n77,
  .mx-tn-n77 {
    margin-right: -77px !important; }
  .mb-tn-n77,
  .my-tn-n77 {
    margin-bottom: -77px !important; }
  .ml-tn-n77,
  .mx-tn-n77 {
    margin-left: -77px !important; }
  .m-tn-n76 {
    margin: -76px !important; }
  .mt-tn-n76,
  .my-tn-n76 {
    margin-top: -76px !important; }
  .mr-tn-n76,
  .mx-tn-n76 {
    margin-right: -76px !important; }
  .mb-tn-n76,
  .my-tn-n76 {
    margin-bottom: -76px !important; }
  .ml-tn-n76,
  .mx-tn-n76 {
    margin-left: -76px !important; }
  .m-tn-n75 {
    margin: -75px !important; }
  .mt-tn-n75,
  .my-tn-n75 {
    margin-top: -75px !important; }
  .mr-tn-n75,
  .mx-tn-n75 {
    margin-right: -75px !important; }
  .mb-tn-n75,
  .my-tn-n75 {
    margin-bottom: -75px !important; }
  .ml-tn-n75,
  .mx-tn-n75 {
    margin-left: -75px !important; }
  .m-tn-n74 {
    margin: -74px !important; }
  .mt-tn-n74,
  .my-tn-n74 {
    margin-top: -74px !important; }
  .mr-tn-n74,
  .mx-tn-n74 {
    margin-right: -74px !important; }
  .mb-tn-n74,
  .my-tn-n74 {
    margin-bottom: -74px !important; }
  .ml-tn-n74,
  .mx-tn-n74 {
    margin-left: -74px !important; }
  .m-tn-n73 {
    margin: -73px !important; }
  .mt-tn-n73,
  .my-tn-n73 {
    margin-top: -73px !important; }
  .mr-tn-n73,
  .mx-tn-n73 {
    margin-right: -73px !important; }
  .mb-tn-n73,
  .my-tn-n73 {
    margin-bottom: -73px !important; }
  .ml-tn-n73,
  .mx-tn-n73 {
    margin-left: -73px !important; }
  .m-tn-n72 {
    margin: -72px !important; }
  .mt-tn-n72,
  .my-tn-n72 {
    margin-top: -72px !important; }
  .mr-tn-n72,
  .mx-tn-n72 {
    margin-right: -72px !important; }
  .mb-tn-n72,
  .my-tn-n72 {
    margin-bottom: -72px !important; }
  .ml-tn-n72,
  .mx-tn-n72 {
    margin-left: -72px !important; }
  .m-tn-n71 {
    margin: -71px !important; }
  .mt-tn-n71,
  .my-tn-n71 {
    margin-top: -71px !important; }
  .mr-tn-n71,
  .mx-tn-n71 {
    margin-right: -71px !important; }
  .mb-tn-n71,
  .my-tn-n71 {
    margin-bottom: -71px !important; }
  .ml-tn-n71,
  .mx-tn-n71 {
    margin-left: -71px !important; }
  .m-tn-n70 {
    margin: -70px !important; }
  .mt-tn-n70,
  .my-tn-n70 {
    margin-top: -70px !important; }
  .mr-tn-n70,
  .mx-tn-n70 {
    margin-right: -70px !important; }
  .mb-tn-n70,
  .my-tn-n70 {
    margin-bottom: -70px !important; }
  .ml-tn-n70,
  .mx-tn-n70 {
    margin-left: -70px !important; }
  .m-tn-n69 {
    margin: -69px !important; }
  .mt-tn-n69,
  .my-tn-n69 {
    margin-top: -69px !important; }
  .mr-tn-n69,
  .mx-tn-n69 {
    margin-right: -69px !important; }
  .mb-tn-n69,
  .my-tn-n69 {
    margin-bottom: -69px !important; }
  .ml-tn-n69,
  .mx-tn-n69 {
    margin-left: -69px !important; }
  .m-tn-n68 {
    margin: -68px !important; }
  .mt-tn-n68,
  .my-tn-n68 {
    margin-top: -68px !important; }
  .mr-tn-n68,
  .mx-tn-n68 {
    margin-right: -68px !important; }
  .mb-tn-n68,
  .my-tn-n68 {
    margin-bottom: -68px !important; }
  .ml-tn-n68,
  .mx-tn-n68 {
    margin-left: -68px !important; }
  .m-tn-n67 {
    margin: -67px !important; }
  .mt-tn-n67,
  .my-tn-n67 {
    margin-top: -67px !important; }
  .mr-tn-n67,
  .mx-tn-n67 {
    margin-right: -67px !important; }
  .mb-tn-n67,
  .my-tn-n67 {
    margin-bottom: -67px !important; }
  .ml-tn-n67,
  .mx-tn-n67 {
    margin-left: -67px !important; }
  .m-tn-n66 {
    margin: -66px !important; }
  .mt-tn-n66,
  .my-tn-n66 {
    margin-top: -66px !important; }
  .mr-tn-n66,
  .mx-tn-n66 {
    margin-right: -66px !important; }
  .mb-tn-n66,
  .my-tn-n66 {
    margin-bottom: -66px !important; }
  .ml-tn-n66,
  .mx-tn-n66 {
    margin-left: -66px !important; }
  .m-tn-n65 {
    margin: -65px !important; }
  .mt-tn-n65,
  .my-tn-n65 {
    margin-top: -65px !important; }
  .mr-tn-n65,
  .mx-tn-n65 {
    margin-right: -65px !important; }
  .mb-tn-n65,
  .my-tn-n65 {
    margin-bottom: -65px !important; }
  .ml-tn-n65,
  .mx-tn-n65 {
    margin-left: -65px !important; }
  .m-tn-n64 {
    margin: -64px !important; }
  .mt-tn-n64,
  .my-tn-n64 {
    margin-top: -64px !important; }
  .mr-tn-n64,
  .mx-tn-n64 {
    margin-right: -64px !important; }
  .mb-tn-n64,
  .my-tn-n64 {
    margin-bottom: -64px !important; }
  .ml-tn-n64,
  .mx-tn-n64 {
    margin-left: -64px !important; }
  .m-tn-n63 {
    margin: -63px !important; }
  .mt-tn-n63,
  .my-tn-n63 {
    margin-top: -63px !important; }
  .mr-tn-n63,
  .mx-tn-n63 {
    margin-right: -63px !important; }
  .mb-tn-n63,
  .my-tn-n63 {
    margin-bottom: -63px !important; }
  .ml-tn-n63,
  .mx-tn-n63 {
    margin-left: -63px !important; }
  .m-tn-n62 {
    margin: -62px !important; }
  .mt-tn-n62,
  .my-tn-n62 {
    margin-top: -62px !important; }
  .mr-tn-n62,
  .mx-tn-n62 {
    margin-right: -62px !important; }
  .mb-tn-n62,
  .my-tn-n62 {
    margin-bottom: -62px !important; }
  .ml-tn-n62,
  .mx-tn-n62 {
    margin-left: -62px !important; }
  .m-tn-n61 {
    margin: -61px !important; }
  .mt-tn-n61,
  .my-tn-n61 {
    margin-top: -61px !important; }
  .mr-tn-n61,
  .mx-tn-n61 {
    margin-right: -61px !important; }
  .mb-tn-n61,
  .my-tn-n61 {
    margin-bottom: -61px !important; }
  .ml-tn-n61,
  .mx-tn-n61 {
    margin-left: -61px !important; }
  .m-tn-n60 {
    margin: -60px !important; }
  .mt-tn-n60,
  .my-tn-n60 {
    margin-top: -60px !important; }
  .mr-tn-n60,
  .mx-tn-n60 {
    margin-right: -60px !important; }
  .mb-tn-n60,
  .my-tn-n60 {
    margin-bottom: -60px !important; }
  .ml-tn-n60,
  .mx-tn-n60 {
    margin-left: -60px !important; }
  .m-tn-n59 {
    margin: -59px !important; }
  .mt-tn-n59,
  .my-tn-n59 {
    margin-top: -59px !important; }
  .mr-tn-n59,
  .mx-tn-n59 {
    margin-right: -59px !important; }
  .mb-tn-n59,
  .my-tn-n59 {
    margin-bottom: -59px !important; }
  .ml-tn-n59,
  .mx-tn-n59 {
    margin-left: -59px !important; }
  .m-tn-n58 {
    margin: -58px !important; }
  .mt-tn-n58,
  .my-tn-n58 {
    margin-top: -58px !important; }
  .mr-tn-n58,
  .mx-tn-n58 {
    margin-right: -58px !important; }
  .mb-tn-n58,
  .my-tn-n58 {
    margin-bottom: -58px !important; }
  .ml-tn-n58,
  .mx-tn-n58 {
    margin-left: -58px !important; }
  .m-tn-n57 {
    margin: -57px !important; }
  .mt-tn-n57,
  .my-tn-n57 {
    margin-top: -57px !important; }
  .mr-tn-n57,
  .mx-tn-n57 {
    margin-right: -57px !important; }
  .mb-tn-n57,
  .my-tn-n57 {
    margin-bottom: -57px !important; }
  .ml-tn-n57,
  .mx-tn-n57 {
    margin-left: -57px !important; }
  .m-tn-n56 {
    margin: -56px !important; }
  .mt-tn-n56,
  .my-tn-n56 {
    margin-top: -56px !important; }
  .mr-tn-n56,
  .mx-tn-n56 {
    margin-right: -56px !important; }
  .mb-tn-n56,
  .my-tn-n56 {
    margin-bottom: -56px !important; }
  .ml-tn-n56,
  .mx-tn-n56 {
    margin-left: -56px !important; }
  .m-tn-n55 {
    margin: -55px !important; }
  .mt-tn-n55,
  .my-tn-n55 {
    margin-top: -55px !important; }
  .mr-tn-n55,
  .mx-tn-n55 {
    margin-right: -55px !important; }
  .mb-tn-n55,
  .my-tn-n55 {
    margin-bottom: -55px !important; }
  .ml-tn-n55,
  .mx-tn-n55 {
    margin-left: -55px !important; }
  .m-tn-n54 {
    margin: -54px !important; }
  .mt-tn-n54,
  .my-tn-n54 {
    margin-top: -54px !important; }
  .mr-tn-n54,
  .mx-tn-n54 {
    margin-right: -54px !important; }
  .mb-tn-n54,
  .my-tn-n54 {
    margin-bottom: -54px !important; }
  .ml-tn-n54,
  .mx-tn-n54 {
    margin-left: -54px !important; }
  .m-tn-n53 {
    margin: -53px !important; }
  .mt-tn-n53,
  .my-tn-n53 {
    margin-top: -53px !important; }
  .mr-tn-n53,
  .mx-tn-n53 {
    margin-right: -53px !important; }
  .mb-tn-n53,
  .my-tn-n53 {
    margin-bottom: -53px !important; }
  .ml-tn-n53,
  .mx-tn-n53 {
    margin-left: -53px !important; }
  .m-tn-n52 {
    margin: -52px !important; }
  .mt-tn-n52,
  .my-tn-n52 {
    margin-top: -52px !important; }
  .mr-tn-n52,
  .mx-tn-n52 {
    margin-right: -52px !important; }
  .mb-tn-n52,
  .my-tn-n52 {
    margin-bottom: -52px !important; }
  .ml-tn-n52,
  .mx-tn-n52 {
    margin-left: -52px !important; }
  .m-tn-n51 {
    margin: -51px !important; }
  .mt-tn-n51,
  .my-tn-n51 {
    margin-top: -51px !important; }
  .mr-tn-n51,
  .mx-tn-n51 {
    margin-right: -51px !important; }
  .mb-tn-n51,
  .my-tn-n51 {
    margin-bottom: -51px !important; }
  .ml-tn-n51,
  .mx-tn-n51 {
    margin-left: -51px !important; }
  .m-tn-n50 {
    margin: -50px !important; }
  .mt-tn-n50,
  .my-tn-n50 {
    margin-top: -50px !important; }
  .mr-tn-n50,
  .mx-tn-n50 {
    margin-right: -50px !important; }
  .mb-tn-n50,
  .my-tn-n50 {
    margin-bottom: -50px !important; }
  .ml-tn-n50,
  .mx-tn-n50 {
    margin-left: -50px !important; }
  .m-tn-n49 {
    margin: -49px !important; }
  .mt-tn-n49,
  .my-tn-n49 {
    margin-top: -49px !important; }
  .mr-tn-n49,
  .mx-tn-n49 {
    margin-right: -49px !important; }
  .mb-tn-n49,
  .my-tn-n49 {
    margin-bottom: -49px !important; }
  .ml-tn-n49,
  .mx-tn-n49 {
    margin-left: -49px !important; }
  .m-tn-n48 {
    margin: -48px !important; }
  .mt-tn-n48,
  .my-tn-n48 {
    margin-top: -48px !important; }
  .mr-tn-n48,
  .mx-tn-n48 {
    margin-right: -48px !important; }
  .mb-tn-n48,
  .my-tn-n48 {
    margin-bottom: -48px !important; }
  .ml-tn-n48,
  .mx-tn-n48 {
    margin-left: -48px !important; }
  .m-tn-n47 {
    margin: -47px !important; }
  .mt-tn-n47,
  .my-tn-n47 {
    margin-top: -47px !important; }
  .mr-tn-n47,
  .mx-tn-n47 {
    margin-right: -47px !important; }
  .mb-tn-n47,
  .my-tn-n47 {
    margin-bottom: -47px !important; }
  .ml-tn-n47,
  .mx-tn-n47 {
    margin-left: -47px !important; }
  .m-tn-n46 {
    margin: -46px !important; }
  .mt-tn-n46,
  .my-tn-n46 {
    margin-top: -46px !important; }
  .mr-tn-n46,
  .mx-tn-n46 {
    margin-right: -46px !important; }
  .mb-tn-n46,
  .my-tn-n46 {
    margin-bottom: -46px !important; }
  .ml-tn-n46,
  .mx-tn-n46 {
    margin-left: -46px !important; }
  .m-tn-n45 {
    margin: -45px !important; }
  .mt-tn-n45,
  .my-tn-n45 {
    margin-top: -45px !important; }
  .mr-tn-n45,
  .mx-tn-n45 {
    margin-right: -45px !important; }
  .mb-tn-n45,
  .my-tn-n45 {
    margin-bottom: -45px !important; }
  .ml-tn-n45,
  .mx-tn-n45 {
    margin-left: -45px !important; }
  .m-tn-n44 {
    margin: -44px !important; }
  .mt-tn-n44,
  .my-tn-n44 {
    margin-top: -44px !important; }
  .mr-tn-n44,
  .mx-tn-n44 {
    margin-right: -44px !important; }
  .mb-tn-n44,
  .my-tn-n44 {
    margin-bottom: -44px !important; }
  .ml-tn-n44,
  .mx-tn-n44 {
    margin-left: -44px !important; }
  .m-tn-n43 {
    margin: -43px !important; }
  .mt-tn-n43,
  .my-tn-n43 {
    margin-top: -43px !important; }
  .mr-tn-n43,
  .mx-tn-n43 {
    margin-right: -43px !important; }
  .mb-tn-n43,
  .my-tn-n43 {
    margin-bottom: -43px !important; }
  .ml-tn-n43,
  .mx-tn-n43 {
    margin-left: -43px !important; }
  .m-tn-n42 {
    margin: -42px !important; }
  .mt-tn-n42,
  .my-tn-n42 {
    margin-top: -42px !important; }
  .mr-tn-n42,
  .mx-tn-n42 {
    margin-right: -42px !important; }
  .mb-tn-n42,
  .my-tn-n42 {
    margin-bottom: -42px !important; }
  .ml-tn-n42,
  .mx-tn-n42 {
    margin-left: -42px !important; }
  .m-tn-n41 {
    margin: -41px !important; }
  .mt-tn-n41,
  .my-tn-n41 {
    margin-top: -41px !important; }
  .mr-tn-n41,
  .mx-tn-n41 {
    margin-right: -41px !important; }
  .mb-tn-n41,
  .my-tn-n41 {
    margin-bottom: -41px !important; }
  .ml-tn-n41,
  .mx-tn-n41 {
    margin-left: -41px !important; }
  .m-tn-n40 {
    margin: -40px !important; }
  .mt-tn-n40,
  .my-tn-n40 {
    margin-top: -40px !important; }
  .mr-tn-n40,
  .mx-tn-n40 {
    margin-right: -40px !important; }
  .mb-tn-n40,
  .my-tn-n40 {
    margin-bottom: -40px !important; }
  .ml-tn-n40,
  .mx-tn-n40 {
    margin-left: -40px !important; }
  .m-tn-n39 {
    margin: -39px !important; }
  .mt-tn-n39,
  .my-tn-n39 {
    margin-top: -39px !important; }
  .mr-tn-n39,
  .mx-tn-n39 {
    margin-right: -39px !important; }
  .mb-tn-n39,
  .my-tn-n39 {
    margin-bottom: -39px !important; }
  .ml-tn-n39,
  .mx-tn-n39 {
    margin-left: -39px !important; }
  .m-tn-n38 {
    margin: -38px !important; }
  .mt-tn-n38,
  .my-tn-n38 {
    margin-top: -38px !important; }
  .mr-tn-n38,
  .mx-tn-n38 {
    margin-right: -38px !important; }
  .mb-tn-n38,
  .my-tn-n38 {
    margin-bottom: -38px !important; }
  .ml-tn-n38,
  .mx-tn-n38 {
    margin-left: -38px !important; }
  .m-tn-n37 {
    margin: -37px !important; }
  .mt-tn-n37,
  .my-tn-n37 {
    margin-top: -37px !important; }
  .mr-tn-n37,
  .mx-tn-n37 {
    margin-right: -37px !important; }
  .mb-tn-n37,
  .my-tn-n37 {
    margin-bottom: -37px !important; }
  .ml-tn-n37,
  .mx-tn-n37 {
    margin-left: -37px !important; }
  .m-tn-n36 {
    margin: -36px !important; }
  .mt-tn-n36,
  .my-tn-n36 {
    margin-top: -36px !important; }
  .mr-tn-n36,
  .mx-tn-n36 {
    margin-right: -36px !important; }
  .mb-tn-n36,
  .my-tn-n36 {
    margin-bottom: -36px !important; }
  .ml-tn-n36,
  .mx-tn-n36 {
    margin-left: -36px !important; }
  .m-tn-n35 {
    margin: -35px !important; }
  .mt-tn-n35,
  .my-tn-n35 {
    margin-top: -35px !important; }
  .mr-tn-n35,
  .mx-tn-n35 {
    margin-right: -35px !important; }
  .mb-tn-n35,
  .my-tn-n35 {
    margin-bottom: -35px !important; }
  .ml-tn-n35,
  .mx-tn-n35 {
    margin-left: -35px !important; }
  .m-tn-n34 {
    margin: -34px !important; }
  .mt-tn-n34,
  .my-tn-n34 {
    margin-top: -34px !important; }
  .mr-tn-n34,
  .mx-tn-n34 {
    margin-right: -34px !important; }
  .mb-tn-n34,
  .my-tn-n34 {
    margin-bottom: -34px !important; }
  .ml-tn-n34,
  .mx-tn-n34 {
    margin-left: -34px !important; }
  .m-tn-n33 {
    margin: -33px !important; }
  .mt-tn-n33,
  .my-tn-n33 {
    margin-top: -33px !important; }
  .mr-tn-n33,
  .mx-tn-n33 {
    margin-right: -33px !important; }
  .mb-tn-n33,
  .my-tn-n33 {
    margin-bottom: -33px !important; }
  .ml-tn-n33,
  .mx-tn-n33 {
    margin-left: -33px !important; }
  .m-tn-n32 {
    margin: -32px !important; }
  .mt-tn-n32,
  .my-tn-n32 {
    margin-top: -32px !important; }
  .mr-tn-n32,
  .mx-tn-n32 {
    margin-right: -32px !important; }
  .mb-tn-n32,
  .my-tn-n32 {
    margin-bottom: -32px !important; }
  .ml-tn-n32,
  .mx-tn-n32 {
    margin-left: -32px !important; }
  .m-tn-n31 {
    margin: -31px !important; }
  .mt-tn-n31,
  .my-tn-n31 {
    margin-top: -31px !important; }
  .mr-tn-n31,
  .mx-tn-n31 {
    margin-right: -31px !important; }
  .mb-tn-n31,
  .my-tn-n31 {
    margin-bottom: -31px !important; }
  .ml-tn-n31,
  .mx-tn-n31 {
    margin-left: -31px !important; }
  .m-tn-n30 {
    margin: -30px !important; }
  .mt-tn-n30,
  .my-tn-n30 {
    margin-top: -30px !important; }
  .mr-tn-n30,
  .mx-tn-n30 {
    margin-right: -30px !important; }
  .mb-tn-n30,
  .my-tn-n30 {
    margin-bottom: -30px !important; }
  .ml-tn-n30,
  .mx-tn-n30 {
    margin-left: -30px !important; }
  .m-tn-n29 {
    margin: -29px !important; }
  .mt-tn-n29,
  .my-tn-n29 {
    margin-top: -29px !important; }
  .mr-tn-n29,
  .mx-tn-n29 {
    margin-right: -29px !important; }
  .mb-tn-n29,
  .my-tn-n29 {
    margin-bottom: -29px !important; }
  .ml-tn-n29,
  .mx-tn-n29 {
    margin-left: -29px !important; }
  .m-tn-n28 {
    margin: -28px !important; }
  .mt-tn-n28,
  .my-tn-n28 {
    margin-top: -28px !important; }
  .mr-tn-n28,
  .mx-tn-n28 {
    margin-right: -28px !important; }
  .mb-tn-n28,
  .my-tn-n28 {
    margin-bottom: -28px !important; }
  .ml-tn-n28,
  .mx-tn-n28 {
    margin-left: -28px !important; }
  .m-tn-n27 {
    margin: -27px !important; }
  .mt-tn-n27,
  .my-tn-n27 {
    margin-top: -27px !important; }
  .mr-tn-n27,
  .mx-tn-n27 {
    margin-right: -27px !important; }
  .mb-tn-n27,
  .my-tn-n27 {
    margin-bottom: -27px !important; }
  .ml-tn-n27,
  .mx-tn-n27 {
    margin-left: -27px !important; }
  .m-tn-n26 {
    margin: -26px !important; }
  .mt-tn-n26,
  .my-tn-n26 {
    margin-top: -26px !important; }
  .mr-tn-n26,
  .mx-tn-n26 {
    margin-right: -26px !important; }
  .mb-tn-n26,
  .my-tn-n26 {
    margin-bottom: -26px !important; }
  .ml-tn-n26,
  .mx-tn-n26 {
    margin-left: -26px !important; }
  .m-tn-n25 {
    margin: -25px !important; }
  .mt-tn-n25,
  .my-tn-n25 {
    margin-top: -25px !important; }
  .mr-tn-n25,
  .mx-tn-n25 {
    margin-right: -25px !important; }
  .mb-tn-n25,
  .my-tn-n25 {
    margin-bottom: -25px !important; }
  .ml-tn-n25,
  .mx-tn-n25 {
    margin-left: -25px !important; }
  .m-tn-n24 {
    margin: -24px !important; }
  .mt-tn-n24,
  .my-tn-n24 {
    margin-top: -24px !important; }
  .mr-tn-n24,
  .mx-tn-n24 {
    margin-right: -24px !important; }
  .mb-tn-n24,
  .my-tn-n24 {
    margin-bottom: -24px !important; }
  .ml-tn-n24,
  .mx-tn-n24 {
    margin-left: -24px !important; }
  .m-tn-n23 {
    margin: -23px !important; }
  .mt-tn-n23,
  .my-tn-n23 {
    margin-top: -23px !important; }
  .mr-tn-n23,
  .mx-tn-n23 {
    margin-right: -23px !important; }
  .mb-tn-n23,
  .my-tn-n23 {
    margin-bottom: -23px !important; }
  .ml-tn-n23,
  .mx-tn-n23 {
    margin-left: -23px !important; }
  .m-tn-n22 {
    margin: -22px !important; }
  .mt-tn-n22,
  .my-tn-n22 {
    margin-top: -22px !important; }
  .mr-tn-n22,
  .mx-tn-n22 {
    margin-right: -22px !important; }
  .mb-tn-n22,
  .my-tn-n22 {
    margin-bottom: -22px !important; }
  .ml-tn-n22,
  .mx-tn-n22 {
    margin-left: -22px !important; }
  .m-tn-n21 {
    margin: -21px !important; }
  .mt-tn-n21,
  .my-tn-n21 {
    margin-top: -21px !important; }
  .mr-tn-n21,
  .mx-tn-n21 {
    margin-right: -21px !important; }
  .mb-tn-n21,
  .my-tn-n21 {
    margin-bottom: -21px !important; }
  .ml-tn-n21,
  .mx-tn-n21 {
    margin-left: -21px !important; }
  .m-tn-n20 {
    margin: -20px !important; }
  .mt-tn-n20,
  .my-tn-n20 {
    margin-top: -20px !important; }
  .mr-tn-n20,
  .mx-tn-n20 {
    margin-right: -20px !important; }
  .mb-tn-n20,
  .my-tn-n20 {
    margin-bottom: -20px !important; }
  .ml-tn-n20,
  .mx-tn-n20 {
    margin-left: -20px !important; }
  .m-tn-n19 {
    margin: -19px !important; }
  .mt-tn-n19,
  .my-tn-n19 {
    margin-top: -19px !important; }
  .mr-tn-n19,
  .mx-tn-n19 {
    margin-right: -19px !important; }
  .mb-tn-n19,
  .my-tn-n19 {
    margin-bottom: -19px !important; }
  .ml-tn-n19,
  .mx-tn-n19 {
    margin-left: -19px !important; }
  .m-tn-n18 {
    margin: -18px !important; }
  .mt-tn-n18,
  .my-tn-n18 {
    margin-top: -18px !important; }
  .mr-tn-n18,
  .mx-tn-n18 {
    margin-right: -18px !important; }
  .mb-tn-n18,
  .my-tn-n18 {
    margin-bottom: -18px !important; }
  .ml-tn-n18,
  .mx-tn-n18 {
    margin-left: -18px !important; }
  .m-tn-n17 {
    margin: -17px !important; }
  .mt-tn-n17,
  .my-tn-n17 {
    margin-top: -17px !important; }
  .mr-tn-n17,
  .mx-tn-n17 {
    margin-right: -17px !important; }
  .mb-tn-n17,
  .my-tn-n17 {
    margin-bottom: -17px !important; }
  .ml-tn-n17,
  .mx-tn-n17 {
    margin-left: -17px !important; }
  .m-tn-n16 {
    margin: -16px !important; }
  .mt-tn-n16,
  .my-tn-n16 {
    margin-top: -16px !important; }
  .mr-tn-n16,
  .mx-tn-n16 {
    margin-right: -16px !important; }
  .mb-tn-n16,
  .my-tn-n16 {
    margin-bottom: -16px !important; }
  .ml-tn-n16,
  .mx-tn-n16 {
    margin-left: -16px !important; }
  .m-tn-n15 {
    margin: -15px !important; }
  .mt-tn-n15,
  .my-tn-n15 {
    margin-top: -15px !important; }
  .mr-tn-n15,
  .mx-tn-n15 {
    margin-right: -15px !important; }
  .mb-tn-n15,
  .my-tn-n15 {
    margin-bottom: -15px !important; }
  .ml-tn-n15,
  .mx-tn-n15 {
    margin-left: -15px !important; }
  .m-tn-n14 {
    margin: -14px !important; }
  .mt-tn-n14,
  .my-tn-n14 {
    margin-top: -14px !important; }
  .mr-tn-n14,
  .mx-tn-n14 {
    margin-right: -14px !important; }
  .mb-tn-n14,
  .my-tn-n14 {
    margin-bottom: -14px !important; }
  .ml-tn-n14,
  .mx-tn-n14 {
    margin-left: -14px !important; }
  .m-tn-n13 {
    margin: -13px !important; }
  .mt-tn-n13,
  .my-tn-n13 {
    margin-top: -13px !important; }
  .mr-tn-n13,
  .mx-tn-n13 {
    margin-right: -13px !important; }
  .mb-tn-n13,
  .my-tn-n13 {
    margin-bottom: -13px !important; }
  .ml-tn-n13,
  .mx-tn-n13 {
    margin-left: -13px !important; }
  .m-tn-n12 {
    margin: -12px !important; }
  .mt-tn-n12,
  .my-tn-n12 {
    margin-top: -12px !important; }
  .mr-tn-n12,
  .mx-tn-n12 {
    margin-right: -12px !important; }
  .mb-tn-n12,
  .my-tn-n12 {
    margin-bottom: -12px !important; }
  .ml-tn-n12,
  .mx-tn-n12 {
    margin-left: -12px !important; }
  .m-tn-n11 {
    margin: -11px !important; }
  .mt-tn-n11,
  .my-tn-n11 {
    margin-top: -11px !important; }
  .mr-tn-n11,
  .mx-tn-n11 {
    margin-right: -11px !important; }
  .mb-tn-n11,
  .my-tn-n11 {
    margin-bottom: -11px !important; }
  .ml-tn-n11,
  .mx-tn-n11 {
    margin-left: -11px !important; }
  .m-tn-n10 {
    margin: -10px !important; }
  .mt-tn-n10,
  .my-tn-n10 {
    margin-top: -10px !important; }
  .mr-tn-n10,
  .mx-tn-n10 {
    margin-right: -10px !important; }
  .mb-tn-n10,
  .my-tn-n10 {
    margin-bottom: -10px !important; }
  .ml-tn-n10,
  .mx-tn-n10 {
    margin-left: -10px !important; }
  .m-tn-n9 {
    margin: -9px !important; }
  .mt-tn-n9,
  .my-tn-n9 {
    margin-top: -9px !important; }
  .mr-tn-n9,
  .mx-tn-n9 {
    margin-right: -9px !important; }
  .mb-tn-n9,
  .my-tn-n9 {
    margin-bottom: -9px !important; }
  .ml-tn-n9,
  .mx-tn-n9 {
    margin-left: -9px !important; }
  .m-tn-n8 {
    margin: -8px !important; }
  .mt-tn-n8,
  .my-tn-n8 {
    margin-top: -8px !important; }
  .mr-tn-n8,
  .mx-tn-n8 {
    margin-right: -8px !important; }
  .mb-tn-n8,
  .my-tn-n8 {
    margin-bottom: -8px !important; }
  .ml-tn-n8,
  .mx-tn-n8 {
    margin-left: -8px !important; }
  .m-tn-n7 {
    margin: -7px !important; }
  .mt-tn-n7,
  .my-tn-n7 {
    margin-top: -7px !important; }
  .mr-tn-n7,
  .mx-tn-n7 {
    margin-right: -7px !important; }
  .mb-tn-n7,
  .my-tn-n7 {
    margin-bottom: -7px !important; }
  .ml-tn-n7,
  .mx-tn-n7 {
    margin-left: -7px !important; }
  .m-tn-n6 {
    margin: -6px !important; }
  .mt-tn-n6,
  .my-tn-n6 {
    margin-top: -6px !important; }
  .mr-tn-n6,
  .mx-tn-n6 {
    margin-right: -6px !important; }
  .mb-tn-n6,
  .my-tn-n6 {
    margin-bottom: -6px !important; }
  .ml-tn-n6,
  .mx-tn-n6 {
    margin-left: -6px !important; }
  .m-tn-auto {
    margin: auto !important; }
  .mt-tn-auto,
  .my-tn-auto {
    margin-top: auto !important; }
  .mr-tn-auto,
  .mx-tn-auto {
    margin-right: auto !important; }
  .mb-tn-auto,
  .my-tn-auto {
    margin-bottom: auto !important; }
  .ml-tn-auto,
  .mx-tn-auto {
    margin-left: auto !important; } }

@media (min-width: 576px) {
  .m-xs-0 {
    margin: 0px !important; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0px !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0px !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0px !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0px !important; }
  .m-xs-1 {
    margin: 1px !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 1px !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 1px !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 1px !important; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 1px !important; }
  .m-xs-2 {
    margin: 2px !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 2px !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 2px !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 2px !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 2px !important; }
  .m-xs-3 {
    margin: 3px !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 3px !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 3px !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 3px !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 3px !important; }
  .m-xs-4 {
    margin: 4px !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 4px !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 4px !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 4px !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 4px !important; }
  .m-xs-5 {
    margin: 5px !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 5px !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 5px !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 5px !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 5px !important; }
  .m-xs-100 {
    margin: 100px !important; }
  .mt-xs-100,
  .my-xs-100 {
    margin-top: 100px !important; }
  .mr-xs-100,
  .mx-xs-100 {
    margin-right: 100px !important; }
  .mb-xs-100,
  .my-xs-100 {
    margin-bottom: 100px !important; }
  .ml-xs-100,
  .mx-xs-100 {
    margin-left: 100px !important; }
  .m-xs-99 {
    margin: 99px !important; }
  .mt-xs-99,
  .my-xs-99 {
    margin-top: 99px !important; }
  .mr-xs-99,
  .mx-xs-99 {
    margin-right: 99px !important; }
  .mb-xs-99,
  .my-xs-99 {
    margin-bottom: 99px !important; }
  .ml-xs-99,
  .mx-xs-99 {
    margin-left: 99px !important; }
  .m-xs-98 {
    margin: 98px !important; }
  .mt-xs-98,
  .my-xs-98 {
    margin-top: 98px !important; }
  .mr-xs-98,
  .mx-xs-98 {
    margin-right: 98px !important; }
  .mb-xs-98,
  .my-xs-98 {
    margin-bottom: 98px !important; }
  .ml-xs-98,
  .mx-xs-98 {
    margin-left: 98px !important; }
  .m-xs-97 {
    margin: 97px !important; }
  .mt-xs-97,
  .my-xs-97 {
    margin-top: 97px !important; }
  .mr-xs-97,
  .mx-xs-97 {
    margin-right: 97px !important; }
  .mb-xs-97,
  .my-xs-97 {
    margin-bottom: 97px !important; }
  .ml-xs-97,
  .mx-xs-97 {
    margin-left: 97px !important; }
  .m-xs-96 {
    margin: 96px !important; }
  .mt-xs-96,
  .my-xs-96 {
    margin-top: 96px !important; }
  .mr-xs-96,
  .mx-xs-96 {
    margin-right: 96px !important; }
  .mb-xs-96,
  .my-xs-96 {
    margin-bottom: 96px !important; }
  .ml-xs-96,
  .mx-xs-96 {
    margin-left: 96px !important; }
  .m-xs-95 {
    margin: 95px !important; }
  .mt-xs-95,
  .my-xs-95 {
    margin-top: 95px !important; }
  .mr-xs-95,
  .mx-xs-95 {
    margin-right: 95px !important; }
  .mb-xs-95,
  .my-xs-95 {
    margin-bottom: 95px !important; }
  .ml-xs-95,
  .mx-xs-95 {
    margin-left: 95px !important; }
  .m-xs-94 {
    margin: 94px !important; }
  .mt-xs-94,
  .my-xs-94 {
    margin-top: 94px !important; }
  .mr-xs-94,
  .mx-xs-94 {
    margin-right: 94px !important; }
  .mb-xs-94,
  .my-xs-94 {
    margin-bottom: 94px !important; }
  .ml-xs-94,
  .mx-xs-94 {
    margin-left: 94px !important; }
  .m-xs-93 {
    margin: 93px !important; }
  .mt-xs-93,
  .my-xs-93 {
    margin-top: 93px !important; }
  .mr-xs-93,
  .mx-xs-93 {
    margin-right: 93px !important; }
  .mb-xs-93,
  .my-xs-93 {
    margin-bottom: 93px !important; }
  .ml-xs-93,
  .mx-xs-93 {
    margin-left: 93px !important; }
  .m-xs-92 {
    margin: 92px !important; }
  .mt-xs-92,
  .my-xs-92 {
    margin-top: 92px !important; }
  .mr-xs-92,
  .mx-xs-92 {
    margin-right: 92px !important; }
  .mb-xs-92,
  .my-xs-92 {
    margin-bottom: 92px !important; }
  .ml-xs-92,
  .mx-xs-92 {
    margin-left: 92px !important; }
  .m-xs-91 {
    margin: 91px !important; }
  .mt-xs-91,
  .my-xs-91 {
    margin-top: 91px !important; }
  .mr-xs-91,
  .mx-xs-91 {
    margin-right: 91px !important; }
  .mb-xs-91,
  .my-xs-91 {
    margin-bottom: 91px !important; }
  .ml-xs-91,
  .mx-xs-91 {
    margin-left: 91px !important; }
  .m-xs-90 {
    margin: 90px !important; }
  .mt-xs-90,
  .my-xs-90 {
    margin-top: 90px !important; }
  .mr-xs-90,
  .mx-xs-90 {
    margin-right: 90px !important; }
  .mb-xs-90,
  .my-xs-90 {
    margin-bottom: 90px !important; }
  .ml-xs-90,
  .mx-xs-90 {
    margin-left: 90px !important; }
  .m-xs-89 {
    margin: 89px !important; }
  .mt-xs-89,
  .my-xs-89 {
    margin-top: 89px !important; }
  .mr-xs-89,
  .mx-xs-89 {
    margin-right: 89px !important; }
  .mb-xs-89,
  .my-xs-89 {
    margin-bottom: 89px !important; }
  .ml-xs-89,
  .mx-xs-89 {
    margin-left: 89px !important; }
  .m-xs-88 {
    margin: 88px !important; }
  .mt-xs-88,
  .my-xs-88 {
    margin-top: 88px !important; }
  .mr-xs-88,
  .mx-xs-88 {
    margin-right: 88px !important; }
  .mb-xs-88,
  .my-xs-88 {
    margin-bottom: 88px !important; }
  .ml-xs-88,
  .mx-xs-88 {
    margin-left: 88px !important; }
  .m-xs-87 {
    margin: 87px !important; }
  .mt-xs-87,
  .my-xs-87 {
    margin-top: 87px !important; }
  .mr-xs-87,
  .mx-xs-87 {
    margin-right: 87px !important; }
  .mb-xs-87,
  .my-xs-87 {
    margin-bottom: 87px !important; }
  .ml-xs-87,
  .mx-xs-87 {
    margin-left: 87px !important; }
  .m-xs-86 {
    margin: 86px !important; }
  .mt-xs-86,
  .my-xs-86 {
    margin-top: 86px !important; }
  .mr-xs-86,
  .mx-xs-86 {
    margin-right: 86px !important; }
  .mb-xs-86,
  .my-xs-86 {
    margin-bottom: 86px !important; }
  .ml-xs-86,
  .mx-xs-86 {
    margin-left: 86px !important; }
  .m-xs-85 {
    margin: 85px !important; }
  .mt-xs-85,
  .my-xs-85 {
    margin-top: 85px !important; }
  .mr-xs-85,
  .mx-xs-85 {
    margin-right: 85px !important; }
  .mb-xs-85,
  .my-xs-85 {
    margin-bottom: 85px !important; }
  .ml-xs-85,
  .mx-xs-85 {
    margin-left: 85px !important; }
  .m-xs-84 {
    margin: 84px !important; }
  .mt-xs-84,
  .my-xs-84 {
    margin-top: 84px !important; }
  .mr-xs-84,
  .mx-xs-84 {
    margin-right: 84px !important; }
  .mb-xs-84,
  .my-xs-84 {
    margin-bottom: 84px !important; }
  .ml-xs-84,
  .mx-xs-84 {
    margin-left: 84px !important; }
  .m-xs-83 {
    margin: 83px !important; }
  .mt-xs-83,
  .my-xs-83 {
    margin-top: 83px !important; }
  .mr-xs-83,
  .mx-xs-83 {
    margin-right: 83px !important; }
  .mb-xs-83,
  .my-xs-83 {
    margin-bottom: 83px !important; }
  .ml-xs-83,
  .mx-xs-83 {
    margin-left: 83px !important; }
  .m-xs-82 {
    margin: 82px !important; }
  .mt-xs-82,
  .my-xs-82 {
    margin-top: 82px !important; }
  .mr-xs-82,
  .mx-xs-82 {
    margin-right: 82px !important; }
  .mb-xs-82,
  .my-xs-82 {
    margin-bottom: 82px !important; }
  .ml-xs-82,
  .mx-xs-82 {
    margin-left: 82px !important; }
  .m-xs-81 {
    margin: 81px !important; }
  .mt-xs-81,
  .my-xs-81 {
    margin-top: 81px !important; }
  .mr-xs-81,
  .mx-xs-81 {
    margin-right: 81px !important; }
  .mb-xs-81,
  .my-xs-81 {
    margin-bottom: 81px !important; }
  .ml-xs-81,
  .mx-xs-81 {
    margin-left: 81px !important; }
  .m-xs-80 {
    margin: 80px !important; }
  .mt-xs-80,
  .my-xs-80 {
    margin-top: 80px !important; }
  .mr-xs-80,
  .mx-xs-80 {
    margin-right: 80px !important; }
  .mb-xs-80,
  .my-xs-80 {
    margin-bottom: 80px !important; }
  .ml-xs-80,
  .mx-xs-80 {
    margin-left: 80px !important; }
  .m-xs-79 {
    margin: 79px !important; }
  .mt-xs-79,
  .my-xs-79 {
    margin-top: 79px !important; }
  .mr-xs-79,
  .mx-xs-79 {
    margin-right: 79px !important; }
  .mb-xs-79,
  .my-xs-79 {
    margin-bottom: 79px !important; }
  .ml-xs-79,
  .mx-xs-79 {
    margin-left: 79px !important; }
  .m-xs-78 {
    margin: 78px !important; }
  .mt-xs-78,
  .my-xs-78 {
    margin-top: 78px !important; }
  .mr-xs-78,
  .mx-xs-78 {
    margin-right: 78px !important; }
  .mb-xs-78,
  .my-xs-78 {
    margin-bottom: 78px !important; }
  .ml-xs-78,
  .mx-xs-78 {
    margin-left: 78px !important; }
  .m-xs-77 {
    margin: 77px !important; }
  .mt-xs-77,
  .my-xs-77 {
    margin-top: 77px !important; }
  .mr-xs-77,
  .mx-xs-77 {
    margin-right: 77px !important; }
  .mb-xs-77,
  .my-xs-77 {
    margin-bottom: 77px !important; }
  .ml-xs-77,
  .mx-xs-77 {
    margin-left: 77px !important; }
  .m-xs-76 {
    margin: 76px !important; }
  .mt-xs-76,
  .my-xs-76 {
    margin-top: 76px !important; }
  .mr-xs-76,
  .mx-xs-76 {
    margin-right: 76px !important; }
  .mb-xs-76,
  .my-xs-76 {
    margin-bottom: 76px !important; }
  .ml-xs-76,
  .mx-xs-76 {
    margin-left: 76px !important; }
  .m-xs-75 {
    margin: 75px !important; }
  .mt-xs-75,
  .my-xs-75 {
    margin-top: 75px !important; }
  .mr-xs-75,
  .mx-xs-75 {
    margin-right: 75px !important; }
  .mb-xs-75,
  .my-xs-75 {
    margin-bottom: 75px !important; }
  .ml-xs-75,
  .mx-xs-75 {
    margin-left: 75px !important; }
  .m-xs-74 {
    margin: 74px !important; }
  .mt-xs-74,
  .my-xs-74 {
    margin-top: 74px !important; }
  .mr-xs-74,
  .mx-xs-74 {
    margin-right: 74px !important; }
  .mb-xs-74,
  .my-xs-74 {
    margin-bottom: 74px !important; }
  .ml-xs-74,
  .mx-xs-74 {
    margin-left: 74px !important; }
  .m-xs-73 {
    margin: 73px !important; }
  .mt-xs-73,
  .my-xs-73 {
    margin-top: 73px !important; }
  .mr-xs-73,
  .mx-xs-73 {
    margin-right: 73px !important; }
  .mb-xs-73,
  .my-xs-73 {
    margin-bottom: 73px !important; }
  .ml-xs-73,
  .mx-xs-73 {
    margin-left: 73px !important; }
  .m-xs-72 {
    margin: 72px !important; }
  .mt-xs-72,
  .my-xs-72 {
    margin-top: 72px !important; }
  .mr-xs-72,
  .mx-xs-72 {
    margin-right: 72px !important; }
  .mb-xs-72,
  .my-xs-72 {
    margin-bottom: 72px !important; }
  .ml-xs-72,
  .mx-xs-72 {
    margin-left: 72px !important; }
  .m-xs-71 {
    margin: 71px !important; }
  .mt-xs-71,
  .my-xs-71 {
    margin-top: 71px !important; }
  .mr-xs-71,
  .mx-xs-71 {
    margin-right: 71px !important; }
  .mb-xs-71,
  .my-xs-71 {
    margin-bottom: 71px !important; }
  .ml-xs-71,
  .mx-xs-71 {
    margin-left: 71px !important; }
  .m-xs-70 {
    margin: 70px !important; }
  .mt-xs-70,
  .my-xs-70 {
    margin-top: 70px !important; }
  .mr-xs-70,
  .mx-xs-70 {
    margin-right: 70px !important; }
  .mb-xs-70,
  .my-xs-70 {
    margin-bottom: 70px !important; }
  .ml-xs-70,
  .mx-xs-70 {
    margin-left: 70px !important; }
  .m-xs-69 {
    margin: 69px !important; }
  .mt-xs-69,
  .my-xs-69 {
    margin-top: 69px !important; }
  .mr-xs-69,
  .mx-xs-69 {
    margin-right: 69px !important; }
  .mb-xs-69,
  .my-xs-69 {
    margin-bottom: 69px !important; }
  .ml-xs-69,
  .mx-xs-69 {
    margin-left: 69px !important; }
  .m-xs-68 {
    margin: 68px !important; }
  .mt-xs-68,
  .my-xs-68 {
    margin-top: 68px !important; }
  .mr-xs-68,
  .mx-xs-68 {
    margin-right: 68px !important; }
  .mb-xs-68,
  .my-xs-68 {
    margin-bottom: 68px !important; }
  .ml-xs-68,
  .mx-xs-68 {
    margin-left: 68px !important; }
  .m-xs-67 {
    margin: 67px !important; }
  .mt-xs-67,
  .my-xs-67 {
    margin-top: 67px !important; }
  .mr-xs-67,
  .mx-xs-67 {
    margin-right: 67px !important; }
  .mb-xs-67,
  .my-xs-67 {
    margin-bottom: 67px !important; }
  .ml-xs-67,
  .mx-xs-67 {
    margin-left: 67px !important; }
  .m-xs-66 {
    margin: 66px !important; }
  .mt-xs-66,
  .my-xs-66 {
    margin-top: 66px !important; }
  .mr-xs-66,
  .mx-xs-66 {
    margin-right: 66px !important; }
  .mb-xs-66,
  .my-xs-66 {
    margin-bottom: 66px !important; }
  .ml-xs-66,
  .mx-xs-66 {
    margin-left: 66px !important; }
  .m-xs-65 {
    margin: 65px !important; }
  .mt-xs-65,
  .my-xs-65 {
    margin-top: 65px !important; }
  .mr-xs-65,
  .mx-xs-65 {
    margin-right: 65px !important; }
  .mb-xs-65,
  .my-xs-65 {
    margin-bottom: 65px !important; }
  .ml-xs-65,
  .mx-xs-65 {
    margin-left: 65px !important; }
  .m-xs-64 {
    margin: 64px !important; }
  .mt-xs-64,
  .my-xs-64 {
    margin-top: 64px !important; }
  .mr-xs-64,
  .mx-xs-64 {
    margin-right: 64px !important; }
  .mb-xs-64,
  .my-xs-64 {
    margin-bottom: 64px !important; }
  .ml-xs-64,
  .mx-xs-64 {
    margin-left: 64px !important; }
  .m-xs-63 {
    margin: 63px !important; }
  .mt-xs-63,
  .my-xs-63 {
    margin-top: 63px !important; }
  .mr-xs-63,
  .mx-xs-63 {
    margin-right: 63px !important; }
  .mb-xs-63,
  .my-xs-63 {
    margin-bottom: 63px !important; }
  .ml-xs-63,
  .mx-xs-63 {
    margin-left: 63px !important; }
  .m-xs-62 {
    margin: 62px !important; }
  .mt-xs-62,
  .my-xs-62 {
    margin-top: 62px !important; }
  .mr-xs-62,
  .mx-xs-62 {
    margin-right: 62px !important; }
  .mb-xs-62,
  .my-xs-62 {
    margin-bottom: 62px !important; }
  .ml-xs-62,
  .mx-xs-62 {
    margin-left: 62px !important; }
  .m-xs-61 {
    margin: 61px !important; }
  .mt-xs-61,
  .my-xs-61 {
    margin-top: 61px !important; }
  .mr-xs-61,
  .mx-xs-61 {
    margin-right: 61px !important; }
  .mb-xs-61,
  .my-xs-61 {
    margin-bottom: 61px !important; }
  .ml-xs-61,
  .mx-xs-61 {
    margin-left: 61px !important; }
  .m-xs-60 {
    margin: 60px !important; }
  .mt-xs-60,
  .my-xs-60 {
    margin-top: 60px !important; }
  .mr-xs-60,
  .mx-xs-60 {
    margin-right: 60px !important; }
  .mb-xs-60,
  .my-xs-60 {
    margin-bottom: 60px !important; }
  .ml-xs-60,
  .mx-xs-60 {
    margin-left: 60px !important; }
  .m-xs-59 {
    margin: 59px !important; }
  .mt-xs-59,
  .my-xs-59 {
    margin-top: 59px !important; }
  .mr-xs-59,
  .mx-xs-59 {
    margin-right: 59px !important; }
  .mb-xs-59,
  .my-xs-59 {
    margin-bottom: 59px !important; }
  .ml-xs-59,
  .mx-xs-59 {
    margin-left: 59px !important; }
  .m-xs-58 {
    margin: 58px !important; }
  .mt-xs-58,
  .my-xs-58 {
    margin-top: 58px !important; }
  .mr-xs-58,
  .mx-xs-58 {
    margin-right: 58px !important; }
  .mb-xs-58,
  .my-xs-58 {
    margin-bottom: 58px !important; }
  .ml-xs-58,
  .mx-xs-58 {
    margin-left: 58px !important; }
  .m-xs-57 {
    margin: 57px !important; }
  .mt-xs-57,
  .my-xs-57 {
    margin-top: 57px !important; }
  .mr-xs-57,
  .mx-xs-57 {
    margin-right: 57px !important; }
  .mb-xs-57,
  .my-xs-57 {
    margin-bottom: 57px !important; }
  .ml-xs-57,
  .mx-xs-57 {
    margin-left: 57px !important; }
  .m-xs-56 {
    margin: 56px !important; }
  .mt-xs-56,
  .my-xs-56 {
    margin-top: 56px !important; }
  .mr-xs-56,
  .mx-xs-56 {
    margin-right: 56px !important; }
  .mb-xs-56,
  .my-xs-56 {
    margin-bottom: 56px !important; }
  .ml-xs-56,
  .mx-xs-56 {
    margin-left: 56px !important; }
  .m-xs-55 {
    margin: 55px !important; }
  .mt-xs-55,
  .my-xs-55 {
    margin-top: 55px !important; }
  .mr-xs-55,
  .mx-xs-55 {
    margin-right: 55px !important; }
  .mb-xs-55,
  .my-xs-55 {
    margin-bottom: 55px !important; }
  .ml-xs-55,
  .mx-xs-55 {
    margin-left: 55px !important; }
  .m-xs-54 {
    margin: 54px !important; }
  .mt-xs-54,
  .my-xs-54 {
    margin-top: 54px !important; }
  .mr-xs-54,
  .mx-xs-54 {
    margin-right: 54px !important; }
  .mb-xs-54,
  .my-xs-54 {
    margin-bottom: 54px !important; }
  .ml-xs-54,
  .mx-xs-54 {
    margin-left: 54px !important; }
  .m-xs-53 {
    margin: 53px !important; }
  .mt-xs-53,
  .my-xs-53 {
    margin-top: 53px !important; }
  .mr-xs-53,
  .mx-xs-53 {
    margin-right: 53px !important; }
  .mb-xs-53,
  .my-xs-53 {
    margin-bottom: 53px !important; }
  .ml-xs-53,
  .mx-xs-53 {
    margin-left: 53px !important; }
  .m-xs-52 {
    margin: 52px !important; }
  .mt-xs-52,
  .my-xs-52 {
    margin-top: 52px !important; }
  .mr-xs-52,
  .mx-xs-52 {
    margin-right: 52px !important; }
  .mb-xs-52,
  .my-xs-52 {
    margin-bottom: 52px !important; }
  .ml-xs-52,
  .mx-xs-52 {
    margin-left: 52px !important; }
  .m-xs-51 {
    margin: 51px !important; }
  .mt-xs-51,
  .my-xs-51 {
    margin-top: 51px !important; }
  .mr-xs-51,
  .mx-xs-51 {
    margin-right: 51px !important; }
  .mb-xs-51,
  .my-xs-51 {
    margin-bottom: 51px !important; }
  .ml-xs-51,
  .mx-xs-51 {
    margin-left: 51px !important; }
  .m-xs-50 {
    margin: 50px !important; }
  .mt-xs-50,
  .my-xs-50 {
    margin-top: 50px !important; }
  .mr-xs-50,
  .mx-xs-50 {
    margin-right: 50px !important; }
  .mb-xs-50,
  .my-xs-50 {
    margin-bottom: 50px !important; }
  .ml-xs-50,
  .mx-xs-50 {
    margin-left: 50px !important; }
  .m-xs-49 {
    margin: 49px !important; }
  .mt-xs-49,
  .my-xs-49 {
    margin-top: 49px !important; }
  .mr-xs-49,
  .mx-xs-49 {
    margin-right: 49px !important; }
  .mb-xs-49,
  .my-xs-49 {
    margin-bottom: 49px !important; }
  .ml-xs-49,
  .mx-xs-49 {
    margin-left: 49px !important; }
  .m-xs-48 {
    margin: 48px !important; }
  .mt-xs-48,
  .my-xs-48 {
    margin-top: 48px !important; }
  .mr-xs-48,
  .mx-xs-48 {
    margin-right: 48px !important; }
  .mb-xs-48,
  .my-xs-48 {
    margin-bottom: 48px !important; }
  .ml-xs-48,
  .mx-xs-48 {
    margin-left: 48px !important; }
  .m-xs-47 {
    margin: 47px !important; }
  .mt-xs-47,
  .my-xs-47 {
    margin-top: 47px !important; }
  .mr-xs-47,
  .mx-xs-47 {
    margin-right: 47px !important; }
  .mb-xs-47,
  .my-xs-47 {
    margin-bottom: 47px !important; }
  .ml-xs-47,
  .mx-xs-47 {
    margin-left: 47px !important; }
  .m-xs-46 {
    margin: 46px !important; }
  .mt-xs-46,
  .my-xs-46 {
    margin-top: 46px !important; }
  .mr-xs-46,
  .mx-xs-46 {
    margin-right: 46px !important; }
  .mb-xs-46,
  .my-xs-46 {
    margin-bottom: 46px !important; }
  .ml-xs-46,
  .mx-xs-46 {
    margin-left: 46px !important; }
  .m-xs-45 {
    margin: 45px !important; }
  .mt-xs-45,
  .my-xs-45 {
    margin-top: 45px !important; }
  .mr-xs-45,
  .mx-xs-45 {
    margin-right: 45px !important; }
  .mb-xs-45,
  .my-xs-45 {
    margin-bottom: 45px !important; }
  .ml-xs-45,
  .mx-xs-45 {
    margin-left: 45px !important; }
  .m-xs-44 {
    margin: 44px !important; }
  .mt-xs-44,
  .my-xs-44 {
    margin-top: 44px !important; }
  .mr-xs-44,
  .mx-xs-44 {
    margin-right: 44px !important; }
  .mb-xs-44,
  .my-xs-44 {
    margin-bottom: 44px !important; }
  .ml-xs-44,
  .mx-xs-44 {
    margin-left: 44px !important; }
  .m-xs-43 {
    margin: 43px !important; }
  .mt-xs-43,
  .my-xs-43 {
    margin-top: 43px !important; }
  .mr-xs-43,
  .mx-xs-43 {
    margin-right: 43px !important; }
  .mb-xs-43,
  .my-xs-43 {
    margin-bottom: 43px !important; }
  .ml-xs-43,
  .mx-xs-43 {
    margin-left: 43px !important; }
  .m-xs-42 {
    margin: 42px !important; }
  .mt-xs-42,
  .my-xs-42 {
    margin-top: 42px !important; }
  .mr-xs-42,
  .mx-xs-42 {
    margin-right: 42px !important; }
  .mb-xs-42,
  .my-xs-42 {
    margin-bottom: 42px !important; }
  .ml-xs-42,
  .mx-xs-42 {
    margin-left: 42px !important; }
  .m-xs-41 {
    margin: 41px !important; }
  .mt-xs-41,
  .my-xs-41 {
    margin-top: 41px !important; }
  .mr-xs-41,
  .mx-xs-41 {
    margin-right: 41px !important; }
  .mb-xs-41,
  .my-xs-41 {
    margin-bottom: 41px !important; }
  .ml-xs-41,
  .mx-xs-41 {
    margin-left: 41px !important; }
  .m-xs-40 {
    margin: 40px !important; }
  .mt-xs-40,
  .my-xs-40 {
    margin-top: 40px !important; }
  .mr-xs-40,
  .mx-xs-40 {
    margin-right: 40px !important; }
  .mb-xs-40,
  .my-xs-40 {
    margin-bottom: 40px !important; }
  .ml-xs-40,
  .mx-xs-40 {
    margin-left: 40px !important; }
  .m-xs-39 {
    margin: 39px !important; }
  .mt-xs-39,
  .my-xs-39 {
    margin-top: 39px !important; }
  .mr-xs-39,
  .mx-xs-39 {
    margin-right: 39px !important; }
  .mb-xs-39,
  .my-xs-39 {
    margin-bottom: 39px !important; }
  .ml-xs-39,
  .mx-xs-39 {
    margin-left: 39px !important; }
  .m-xs-38 {
    margin: 38px !important; }
  .mt-xs-38,
  .my-xs-38 {
    margin-top: 38px !important; }
  .mr-xs-38,
  .mx-xs-38 {
    margin-right: 38px !important; }
  .mb-xs-38,
  .my-xs-38 {
    margin-bottom: 38px !important; }
  .ml-xs-38,
  .mx-xs-38 {
    margin-left: 38px !important; }
  .m-xs-37 {
    margin: 37px !important; }
  .mt-xs-37,
  .my-xs-37 {
    margin-top: 37px !important; }
  .mr-xs-37,
  .mx-xs-37 {
    margin-right: 37px !important; }
  .mb-xs-37,
  .my-xs-37 {
    margin-bottom: 37px !important; }
  .ml-xs-37,
  .mx-xs-37 {
    margin-left: 37px !important; }
  .m-xs-36 {
    margin: 36px !important; }
  .mt-xs-36,
  .my-xs-36 {
    margin-top: 36px !important; }
  .mr-xs-36,
  .mx-xs-36 {
    margin-right: 36px !important; }
  .mb-xs-36,
  .my-xs-36 {
    margin-bottom: 36px !important; }
  .ml-xs-36,
  .mx-xs-36 {
    margin-left: 36px !important; }
  .m-xs-35 {
    margin: 35px !important; }
  .mt-xs-35,
  .my-xs-35 {
    margin-top: 35px !important; }
  .mr-xs-35,
  .mx-xs-35 {
    margin-right: 35px !important; }
  .mb-xs-35,
  .my-xs-35 {
    margin-bottom: 35px !important; }
  .ml-xs-35,
  .mx-xs-35 {
    margin-left: 35px !important; }
  .m-xs-34 {
    margin: 34px !important; }
  .mt-xs-34,
  .my-xs-34 {
    margin-top: 34px !important; }
  .mr-xs-34,
  .mx-xs-34 {
    margin-right: 34px !important; }
  .mb-xs-34,
  .my-xs-34 {
    margin-bottom: 34px !important; }
  .ml-xs-34,
  .mx-xs-34 {
    margin-left: 34px !important; }
  .m-xs-33 {
    margin: 33px !important; }
  .mt-xs-33,
  .my-xs-33 {
    margin-top: 33px !important; }
  .mr-xs-33,
  .mx-xs-33 {
    margin-right: 33px !important; }
  .mb-xs-33,
  .my-xs-33 {
    margin-bottom: 33px !important; }
  .ml-xs-33,
  .mx-xs-33 {
    margin-left: 33px !important; }
  .m-xs-32 {
    margin: 32px !important; }
  .mt-xs-32,
  .my-xs-32 {
    margin-top: 32px !important; }
  .mr-xs-32,
  .mx-xs-32 {
    margin-right: 32px !important; }
  .mb-xs-32,
  .my-xs-32 {
    margin-bottom: 32px !important; }
  .ml-xs-32,
  .mx-xs-32 {
    margin-left: 32px !important; }
  .m-xs-31 {
    margin: 31px !important; }
  .mt-xs-31,
  .my-xs-31 {
    margin-top: 31px !important; }
  .mr-xs-31,
  .mx-xs-31 {
    margin-right: 31px !important; }
  .mb-xs-31,
  .my-xs-31 {
    margin-bottom: 31px !important; }
  .ml-xs-31,
  .mx-xs-31 {
    margin-left: 31px !important; }
  .m-xs-30 {
    margin: 30px !important; }
  .mt-xs-30,
  .my-xs-30 {
    margin-top: 30px !important; }
  .mr-xs-30,
  .mx-xs-30 {
    margin-right: 30px !important; }
  .mb-xs-30,
  .my-xs-30 {
    margin-bottom: 30px !important; }
  .ml-xs-30,
  .mx-xs-30 {
    margin-left: 30px !important; }
  .m-xs-29 {
    margin: 29px !important; }
  .mt-xs-29,
  .my-xs-29 {
    margin-top: 29px !important; }
  .mr-xs-29,
  .mx-xs-29 {
    margin-right: 29px !important; }
  .mb-xs-29,
  .my-xs-29 {
    margin-bottom: 29px !important; }
  .ml-xs-29,
  .mx-xs-29 {
    margin-left: 29px !important; }
  .m-xs-28 {
    margin: 28px !important; }
  .mt-xs-28,
  .my-xs-28 {
    margin-top: 28px !important; }
  .mr-xs-28,
  .mx-xs-28 {
    margin-right: 28px !important; }
  .mb-xs-28,
  .my-xs-28 {
    margin-bottom: 28px !important; }
  .ml-xs-28,
  .mx-xs-28 {
    margin-left: 28px !important; }
  .m-xs-27 {
    margin: 27px !important; }
  .mt-xs-27,
  .my-xs-27 {
    margin-top: 27px !important; }
  .mr-xs-27,
  .mx-xs-27 {
    margin-right: 27px !important; }
  .mb-xs-27,
  .my-xs-27 {
    margin-bottom: 27px !important; }
  .ml-xs-27,
  .mx-xs-27 {
    margin-left: 27px !important; }
  .m-xs-26 {
    margin: 26px !important; }
  .mt-xs-26,
  .my-xs-26 {
    margin-top: 26px !important; }
  .mr-xs-26,
  .mx-xs-26 {
    margin-right: 26px !important; }
  .mb-xs-26,
  .my-xs-26 {
    margin-bottom: 26px !important; }
  .ml-xs-26,
  .mx-xs-26 {
    margin-left: 26px !important; }
  .m-xs-25 {
    margin: 25px !important; }
  .mt-xs-25,
  .my-xs-25 {
    margin-top: 25px !important; }
  .mr-xs-25,
  .mx-xs-25 {
    margin-right: 25px !important; }
  .mb-xs-25,
  .my-xs-25 {
    margin-bottom: 25px !important; }
  .ml-xs-25,
  .mx-xs-25 {
    margin-left: 25px !important; }
  .m-xs-24 {
    margin: 24px !important; }
  .mt-xs-24,
  .my-xs-24 {
    margin-top: 24px !important; }
  .mr-xs-24,
  .mx-xs-24 {
    margin-right: 24px !important; }
  .mb-xs-24,
  .my-xs-24 {
    margin-bottom: 24px !important; }
  .ml-xs-24,
  .mx-xs-24 {
    margin-left: 24px !important; }
  .m-xs-23 {
    margin: 23px !important; }
  .mt-xs-23,
  .my-xs-23 {
    margin-top: 23px !important; }
  .mr-xs-23,
  .mx-xs-23 {
    margin-right: 23px !important; }
  .mb-xs-23,
  .my-xs-23 {
    margin-bottom: 23px !important; }
  .ml-xs-23,
  .mx-xs-23 {
    margin-left: 23px !important; }
  .m-xs-22 {
    margin: 22px !important; }
  .mt-xs-22,
  .my-xs-22 {
    margin-top: 22px !important; }
  .mr-xs-22,
  .mx-xs-22 {
    margin-right: 22px !important; }
  .mb-xs-22,
  .my-xs-22 {
    margin-bottom: 22px !important; }
  .ml-xs-22,
  .mx-xs-22 {
    margin-left: 22px !important; }
  .m-xs-21 {
    margin: 21px !important; }
  .mt-xs-21,
  .my-xs-21 {
    margin-top: 21px !important; }
  .mr-xs-21,
  .mx-xs-21 {
    margin-right: 21px !important; }
  .mb-xs-21,
  .my-xs-21 {
    margin-bottom: 21px !important; }
  .ml-xs-21,
  .mx-xs-21 {
    margin-left: 21px !important; }
  .m-xs-20 {
    margin: 20px !important; }
  .mt-xs-20,
  .my-xs-20 {
    margin-top: 20px !important; }
  .mr-xs-20,
  .mx-xs-20 {
    margin-right: 20px !important; }
  .mb-xs-20,
  .my-xs-20 {
    margin-bottom: 20px !important; }
  .ml-xs-20,
  .mx-xs-20 {
    margin-left: 20px !important; }
  .m-xs-19 {
    margin: 19px !important; }
  .mt-xs-19,
  .my-xs-19 {
    margin-top: 19px !important; }
  .mr-xs-19,
  .mx-xs-19 {
    margin-right: 19px !important; }
  .mb-xs-19,
  .my-xs-19 {
    margin-bottom: 19px !important; }
  .ml-xs-19,
  .mx-xs-19 {
    margin-left: 19px !important; }
  .m-xs-18 {
    margin: 18px !important; }
  .mt-xs-18,
  .my-xs-18 {
    margin-top: 18px !important; }
  .mr-xs-18,
  .mx-xs-18 {
    margin-right: 18px !important; }
  .mb-xs-18,
  .my-xs-18 {
    margin-bottom: 18px !important; }
  .ml-xs-18,
  .mx-xs-18 {
    margin-left: 18px !important; }
  .m-xs-17 {
    margin: 17px !important; }
  .mt-xs-17,
  .my-xs-17 {
    margin-top: 17px !important; }
  .mr-xs-17,
  .mx-xs-17 {
    margin-right: 17px !important; }
  .mb-xs-17,
  .my-xs-17 {
    margin-bottom: 17px !important; }
  .ml-xs-17,
  .mx-xs-17 {
    margin-left: 17px !important; }
  .m-xs-16 {
    margin: 16px !important; }
  .mt-xs-16,
  .my-xs-16 {
    margin-top: 16px !important; }
  .mr-xs-16,
  .mx-xs-16 {
    margin-right: 16px !important; }
  .mb-xs-16,
  .my-xs-16 {
    margin-bottom: 16px !important; }
  .ml-xs-16,
  .mx-xs-16 {
    margin-left: 16px !important; }
  .m-xs-15 {
    margin: 15px !important; }
  .mt-xs-15,
  .my-xs-15 {
    margin-top: 15px !important; }
  .mr-xs-15,
  .mx-xs-15 {
    margin-right: 15px !important; }
  .mb-xs-15,
  .my-xs-15 {
    margin-bottom: 15px !important; }
  .ml-xs-15,
  .mx-xs-15 {
    margin-left: 15px !important; }
  .m-xs-14 {
    margin: 14px !important; }
  .mt-xs-14,
  .my-xs-14 {
    margin-top: 14px !important; }
  .mr-xs-14,
  .mx-xs-14 {
    margin-right: 14px !important; }
  .mb-xs-14,
  .my-xs-14 {
    margin-bottom: 14px !important; }
  .ml-xs-14,
  .mx-xs-14 {
    margin-left: 14px !important; }
  .m-xs-13 {
    margin: 13px !important; }
  .mt-xs-13,
  .my-xs-13 {
    margin-top: 13px !important; }
  .mr-xs-13,
  .mx-xs-13 {
    margin-right: 13px !important; }
  .mb-xs-13,
  .my-xs-13 {
    margin-bottom: 13px !important; }
  .ml-xs-13,
  .mx-xs-13 {
    margin-left: 13px !important; }
  .m-xs-12 {
    margin: 12px !important; }
  .mt-xs-12,
  .my-xs-12 {
    margin-top: 12px !important; }
  .mr-xs-12,
  .mx-xs-12 {
    margin-right: 12px !important; }
  .mb-xs-12,
  .my-xs-12 {
    margin-bottom: 12px !important; }
  .ml-xs-12,
  .mx-xs-12 {
    margin-left: 12px !important; }
  .m-xs-11 {
    margin: 11px !important; }
  .mt-xs-11,
  .my-xs-11 {
    margin-top: 11px !important; }
  .mr-xs-11,
  .mx-xs-11 {
    margin-right: 11px !important; }
  .mb-xs-11,
  .my-xs-11 {
    margin-bottom: 11px !important; }
  .ml-xs-11,
  .mx-xs-11 {
    margin-left: 11px !important; }
  .m-xs-10 {
    margin: 10px !important; }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 10px !important; }
  .mr-xs-10,
  .mx-xs-10 {
    margin-right: 10px !important; }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 10px !important; }
  .ml-xs-10,
  .mx-xs-10 {
    margin-left: 10px !important; }
  .m-xs-9 {
    margin: 9px !important; }
  .mt-xs-9,
  .my-xs-9 {
    margin-top: 9px !important; }
  .mr-xs-9,
  .mx-xs-9 {
    margin-right: 9px !important; }
  .mb-xs-9,
  .my-xs-9 {
    margin-bottom: 9px !important; }
  .ml-xs-9,
  .mx-xs-9 {
    margin-left: 9px !important; }
  .m-xs-8 {
    margin: 8px !important; }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 8px !important; }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 8px !important; }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 8px !important; }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 8px !important; }
  .m-xs-7 {
    margin: 7px !important; }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 7px !important; }
  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 7px !important; }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 7px !important; }
  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 7px !important; }
  .m-xs-6 {
    margin: 6px !important; }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 6px !important; }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 6px !important; }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 6px !important; }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 6px !important; }
  .p-xs-0 {
    padding: 0px !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0px !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0px !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0px !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0px !important; }
  .p-xs-1 {
    padding: 1px !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 1px !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 1px !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 1px !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 1px !important; }
  .p-xs-2 {
    padding: 2px !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 2px !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 2px !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 2px !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 2px !important; }
  .p-xs-3 {
    padding: 3px !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 3px !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 3px !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 3px !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 3px !important; }
  .p-xs-4 {
    padding: 4px !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 4px !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 4px !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 4px !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 4px !important; }
  .p-xs-5 {
    padding: 5px !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 5px !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 5px !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 5px !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 5px !important; }
  .p-xs-100 {
    padding: 100px !important; }
  .pt-xs-100,
  .py-xs-100 {
    padding-top: 100px !important; }
  .pr-xs-100,
  .px-xs-100 {
    padding-right: 100px !important; }
  .pb-xs-100,
  .py-xs-100 {
    padding-bottom: 100px !important; }
  .pl-xs-100,
  .px-xs-100 {
    padding-left: 100px !important; }
  .p-xs-99 {
    padding: 99px !important; }
  .pt-xs-99,
  .py-xs-99 {
    padding-top: 99px !important; }
  .pr-xs-99,
  .px-xs-99 {
    padding-right: 99px !important; }
  .pb-xs-99,
  .py-xs-99 {
    padding-bottom: 99px !important; }
  .pl-xs-99,
  .px-xs-99 {
    padding-left: 99px !important; }
  .p-xs-98 {
    padding: 98px !important; }
  .pt-xs-98,
  .py-xs-98 {
    padding-top: 98px !important; }
  .pr-xs-98,
  .px-xs-98 {
    padding-right: 98px !important; }
  .pb-xs-98,
  .py-xs-98 {
    padding-bottom: 98px !important; }
  .pl-xs-98,
  .px-xs-98 {
    padding-left: 98px !important; }
  .p-xs-97 {
    padding: 97px !important; }
  .pt-xs-97,
  .py-xs-97 {
    padding-top: 97px !important; }
  .pr-xs-97,
  .px-xs-97 {
    padding-right: 97px !important; }
  .pb-xs-97,
  .py-xs-97 {
    padding-bottom: 97px !important; }
  .pl-xs-97,
  .px-xs-97 {
    padding-left: 97px !important; }
  .p-xs-96 {
    padding: 96px !important; }
  .pt-xs-96,
  .py-xs-96 {
    padding-top: 96px !important; }
  .pr-xs-96,
  .px-xs-96 {
    padding-right: 96px !important; }
  .pb-xs-96,
  .py-xs-96 {
    padding-bottom: 96px !important; }
  .pl-xs-96,
  .px-xs-96 {
    padding-left: 96px !important; }
  .p-xs-95 {
    padding: 95px !important; }
  .pt-xs-95,
  .py-xs-95 {
    padding-top: 95px !important; }
  .pr-xs-95,
  .px-xs-95 {
    padding-right: 95px !important; }
  .pb-xs-95,
  .py-xs-95 {
    padding-bottom: 95px !important; }
  .pl-xs-95,
  .px-xs-95 {
    padding-left: 95px !important; }
  .p-xs-94 {
    padding: 94px !important; }
  .pt-xs-94,
  .py-xs-94 {
    padding-top: 94px !important; }
  .pr-xs-94,
  .px-xs-94 {
    padding-right: 94px !important; }
  .pb-xs-94,
  .py-xs-94 {
    padding-bottom: 94px !important; }
  .pl-xs-94,
  .px-xs-94 {
    padding-left: 94px !important; }
  .p-xs-93 {
    padding: 93px !important; }
  .pt-xs-93,
  .py-xs-93 {
    padding-top: 93px !important; }
  .pr-xs-93,
  .px-xs-93 {
    padding-right: 93px !important; }
  .pb-xs-93,
  .py-xs-93 {
    padding-bottom: 93px !important; }
  .pl-xs-93,
  .px-xs-93 {
    padding-left: 93px !important; }
  .p-xs-92 {
    padding: 92px !important; }
  .pt-xs-92,
  .py-xs-92 {
    padding-top: 92px !important; }
  .pr-xs-92,
  .px-xs-92 {
    padding-right: 92px !important; }
  .pb-xs-92,
  .py-xs-92 {
    padding-bottom: 92px !important; }
  .pl-xs-92,
  .px-xs-92 {
    padding-left: 92px !important; }
  .p-xs-91 {
    padding: 91px !important; }
  .pt-xs-91,
  .py-xs-91 {
    padding-top: 91px !important; }
  .pr-xs-91,
  .px-xs-91 {
    padding-right: 91px !important; }
  .pb-xs-91,
  .py-xs-91 {
    padding-bottom: 91px !important; }
  .pl-xs-91,
  .px-xs-91 {
    padding-left: 91px !important; }
  .p-xs-90 {
    padding: 90px !important; }
  .pt-xs-90,
  .py-xs-90 {
    padding-top: 90px !important; }
  .pr-xs-90,
  .px-xs-90 {
    padding-right: 90px !important; }
  .pb-xs-90,
  .py-xs-90 {
    padding-bottom: 90px !important; }
  .pl-xs-90,
  .px-xs-90 {
    padding-left: 90px !important; }
  .p-xs-89 {
    padding: 89px !important; }
  .pt-xs-89,
  .py-xs-89 {
    padding-top: 89px !important; }
  .pr-xs-89,
  .px-xs-89 {
    padding-right: 89px !important; }
  .pb-xs-89,
  .py-xs-89 {
    padding-bottom: 89px !important; }
  .pl-xs-89,
  .px-xs-89 {
    padding-left: 89px !important; }
  .p-xs-88 {
    padding: 88px !important; }
  .pt-xs-88,
  .py-xs-88 {
    padding-top: 88px !important; }
  .pr-xs-88,
  .px-xs-88 {
    padding-right: 88px !important; }
  .pb-xs-88,
  .py-xs-88 {
    padding-bottom: 88px !important; }
  .pl-xs-88,
  .px-xs-88 {
    padding-left: 88px !important; }
  .p-xs-87 {
    padding: 87px !important; }
  .pt-xs-87,
  .py-xs-87 {
    padding-top: 87px !important; }
  .pr-xs-87,
  .px-xs-87 {
    padding-right: 87px !important; }
  .pb-xs-87,
  .py-xs-87 {
    padding-bottom: 87px !important; }
  .pl-xs-87,
  .px-xs-87 {
    padding-left: 87px !important; }
  .p-xs-86 {
    padding: 86px !important; }
  .pt-xs-86,
  .py-xs-86 {
    padding-top: 86px !important; }
  .pr-xs-86,
  .px-xs-86 {
    padding-right: 86px !important; }
  .pb-xs-86,
  .py-xs-86 {
    padding-bottom: 86px !important; }
  .pl-xs-86,
  .px-xs-86 {
    padding-left: 86px !important; }
  .p-xs-85 {
    padding: 85px !important; }
  .pt-xs-85,
  .py-xs-85 {
    padding-top: 85px !important; }
  .pr-xs-85,
  .px-xs-85 {
    padding-right: 85px !important; }
  .pb-xs-85,
  .py-xs-85 {
    padding-bottom: 85px !important; }
  .pl-xs-85,
  .px-xs-85 {
    padding-left: 85px !important; }
  .p-xs-84 {
    padding: 84px !important; }
  .pt-xs-84,
  .py-xs-84 {
    padding-top: 84px !important; }
  .pr-xs-84,
  .px-xs-84 {
    padding-right: 84px !important; }
  .pb-xs-84,
  .py-xs-84 {
    padding-bottom: 84px !important; }
  .pl-xs-84,
  .px-xs-84 {
    padding-left: 84px !important; }
  .p-xs-83 {
    padding: 83px !important; }
  .pt-xs-83,
  .py-xs-83 {
    padding-top: 83px !important; }
  .pr-xs-83,
  .px-xs-83 {
    padding-right: 83px !important; }
  .pb-xs-83,
  .py-xs-83 {
    padding-bottom: 83px !important; }
  .pl-xs-83,
  .px-xs-83 {
    padding-left: 83px !important; }
  .p-xs-82 {
    padding: 82px !important; }
  .pt-xs-82,
  .py-xs-82 {
    padding-top: 82px !important; }
  .pr-xs-82,
  .px-xs-82 {
    padding-right: 82px !important; }
  .pb-xs-82,
  .py-xs-82 {
    padding-bottom: 82px !important; }
  .pl-xs-82,
  .px-xs-82 {
    padding-left: 82px !important; }
  .p-xs-81 {
    padding: 81px !important; }
  .pt-xs-81,
  .py-xs-81 {
    padding-top: 81px !important; }
  .pr-xs-81,
  .px-xs-81 {
    padding-right: 81px !important; }
  .pb-xs-81,
  .py-xs-81 {
    padding-bottom: 81px !important; }
  .pl-xs-81,
  .px-xs-81 {
    padding-left: 81px !important; }
  .p-xs-80 {
    padding: 80px !important; }
  .pt-xs-80,
  .py-xs-80 {
    padding-top: 80px !important; }
  .pr-xs-80,
  .px-xs-80 {
    padding-right: 80px !important; }
  .pb-xs-80,
  .py-xs-80 {
    padding-bottom: 80px !important; }
  .pl-xs-80,
  .px-xs-80 {
    padding-left: 80px !important; }
  .p-xs-79 {
    padding: 79px !important; }
  .pt-xs-79,
  .py-xs-79 {
    padding-top: 79px !important; }
  .pr-xs-79,
  .px-xs-79 {
    padding-right: 79px !important; }
  .pb-xs-79,
  .py-xs-79 {
    padding-bottom: 79px !important; }
  .pl-xs-79,
  .px-xs-79 {
    padding-left: 79px !important; }
  .p-xs-78 {
    padding: 78px !important; }
  .pt-xs-78,
  .py-xs-78 {
    padding-top: 78px !important; }
  .pr-xs-78,
  .px-xs-78 {
    padding-right: 78px !important; }
  .pb-xs-78,
  .py-xs-78 {
    padding-bottom: 78px !important; }
  .pl-xs-78,
  .px-xs-78 {
    padding-left: 78px !important; }
  .p-xs-77 {
    padding: 77px !important; }
  .pt-xs-77,
  .py-xs-77 {
    padding-top: 77px !important; }
  .pr-xs-77,
  .px-xs-77 {
    padding-right: 77px !important; }
  .pb-xs-77,
  .py-xs-77 {
    padding-bottom: 77px !important; }
  .pl-xs-77,
  .px-xs-77 {
    padding-left: 77px !important; }
  .p-xs-76 {
    padding: 76px !important; }
  .pt-xs-76,
  .py-xs-76 {
    padding-top: 76px !important; }
  .pr-xs-76,
  .px-xs-76 {
    padding-right: 76px !important; }
  .pb-xs-76,
  .py-xs-76 {
    padding-bottom: 76px !important; }
  .pl-xs-76,
  .px-xs-76 {
    padding-left: 76px !important; }
  .p-xs-75 {
    padding: 75px !important; }
  .pt-xs-75,
  .py-xs-75 {
    padding-top: 75px !important; }
  .pr-xs-75,
  .px-xs-75 {
    padding-right: 75px !important; }
  .pb-xs-75,
  .py-xs-75 {
    padding-bottom: 75px !important; }
  .pl-xs-75,
  .px-xs-75 {
    padding-left: 75px !important; }
  .p-xs-74 {
    padding: 74px !important; }
  .pt-xs-74,
  .py-xs-74 {
    padding-top: 74px !important; }
  .pr-xs-74,
  .px-xs-74 {
    padding-right: 74px !important; }
  .pb-xs-74,
  .py-xs-74 {
    padding-bottom: 74px !important; }
  .pl-xs-74,
  .px-xs-74 {
    padding-left: 74px !important; }
  .p-xs-73 {
    padding: 73px !important; }
  .pt-xs-73,
  .py-xs-73 {
    padding-top: 73px !important; }
  .pr-xs-73,
  .px-xs-73 {
    padding-right: 73px !important; }
  .pb-xs-73,
  .py-xs-73 {
    padding-bottom: 73px !important; }
  .pl-xs-73,
  .px-xs-73 {
    padding-left: 73px !important; }
  .p-xs-72 {
    padding: 72px !important; }
  .pt-xs-72,
  .py-xs-72 {
    padding-top: 72px !important; }
  .pr-xs-72,
  .px-xs-72 {
    padding-right: 72px !important; }
  .pb-xs-72,
  .py-xs-72 {
    padding-bottom: 72px !important; }
  .pl-xs-72,
  .px-xs-72 {
    padding-left: 72px !important; }
  .p-xs-71 {
    padding: 71px !important; }
  .pt-xs-71,
  .py-xs-71 {
    padding-top: 71px !important; }
  .pr-xs-71,
  .px-xs-71 {
    padding-right: 71px !important; }
  .pb-xs-71,
  .py-xs-71 {
    padding-bottom: 71px !important; }
  .pl-xs-71,
  .px-xs-71 {
    padding-left: 71px !important; }
  .p-xs-70 {
    padding: 70px !important; }
  .pt-xs-70,
  .py-xs-70 {
    padding-top: 70px !important; }
  .pr-xs-70,
  .px-xs-70 {
    padding-right: 70px !important; }
  .pb-xs-70,
  .py-xs-70 {
    padding-bottom: 70px !important; }
  .pl-xs-70,
  .px-xs-70 {
    padding-left: 70px !important; }
  .p-xs-69 {
    padding: 69px !important; }
  .pt-xs-69,
  .py-xs-69 {
    padding-top: 69px !important; }
  .pr-xs-69,
  .px-xs-69 {
    padding-right: 69px !important; }
  .pb-xs-69,
  .py-xs-69 {
    padding-bottom: 69px !important; }
  .pl-xs-69,
  .px-xs-69 {
    padding-left: 69px !important; }
  .p-xs-68 {
    padding: 68px !important; }
  .pt-xs-68,
  .py-xs-68 {
    padding-top: 68px !important; }
  .pr-xs-68,
  .px-xs-68 {
    padding-right: 68px !important; }
  .pb-xs-68,
  .py-xs-68 {
    padding-bottom: 68px !important; }
  .pl-xs-68,
  .px-xs-68 {
    padding-left: 68px !important; }
  .p-xs-67 {
    padding: 67px !important; }
  .pt-xs-67,
  .py-xs-67 {
    padding-top: 67px !important; }
  .pr-xs-67,
  .px-xs-67 {
    padding-right: 67px !important; }
  .pb-xs-67,
  .py-xs-67 {
    padding-bottom: 67px !important; }
  .pl-xs-67,
  .px-xs-67 {
    padding-left: 67px !important; }
  .p-xs-66 {
    padding: 66px !important; }
  .pt-xs-66,
  .py-xs-66 {
    padding-top: 66px !important; }
  .pr-xs-66,
  .px-xs-66 {
    padding-right: 66px !important; }
  .pb-xs-66,
  .py-xs-66 {
    padding-bottom: 66px !important; }
  .pl-xs-66,
  .px-xs-66 {
    padding-left: 66px !important; }
  .p-xs-65 {
    padding: 65px !important; }
  .pt-xs-65,
  .py-xs-65 {
    padding-top: 65px !important; }
  .pr-xs-65,
  .px-xs-65 {
    padding-right: 65px !important; }
  .pb-xs-65,
  .py-xs-65 {
    padding-bottom: 65px !important; }
  .pl-xs-65,
  .px-xs-65 {
    padding-left: 65px !important; }
  .p-xs-64 {
    padding: 64px !important; }
  .pt-xs-64,
  .py-xs-64 {
    padding-top: 64px !important; }
  .pr-xs-64,
  .px-xs-64 {
    padding-right: 64px !important; }
  .pb-xs-64,
  .py-xs-64 {
    padding-bottom: 64px !important; }
  .pl-xs-64,
  .px-xs-64 {
    padding-left: 64px !important; }
  .p-xs-63 {
    padding: 63px !important; }
  .pt-xs-63,
  .py-xs-63 {
    padding-top: 63px !important; }
  .pr-xs-63,
  .px-xs-63 {
    padding-right: 63px !important; }
  .pb-xs-63,
  .py-xs-63 {
    padding-bottom: 63px !important; }
  .pl-xs-63,
  .px-xs-63 {
    padding-left: 63px !important; }
  .p-xs-62 {
    padding: 62px !important; }
  .pt-xs-62,
  .py-xs-62 {
    padding-top: 62px !important; }
  .pr-xs-62,
  .px-xs-62 {
    padding-right: 62px !important; }
  .pb-xs-62,
  .py-xs-62 {
    padding-bottom: 62px !important; }
  .pl-xs-62,
  .px-xs-62 {
    padding-left: 62px !important; }
  .p-xs-61 {
    padding: 61px !important; }
  .pt-xs-61,
  .py-xs-61 {
    padding-top: 61px !important; }
  .pr-xs-61,
  .px-xs-61 {
    padding-right: 61px !important; }
  .pb-xs-61,
  .py-xs-61 {
    padding-bottom: 61px !important; }
  .pl-xs-61,
  .px-xs-61 {
    padding-left: 61px !important; }
  .p-xs-60 {
    padding: 60px !important; }
  .pt-xs-60,
  .py-xs-60 {
    padding-top: 60px !important; }
  .pr-xs-60,
  .px-xs-60 {
    padding-right: 60px !important; }
  .pb-xs-60,
  .py-xs-60 {
    padding-bottom: 60px !important; }
  .pl-xs-60,
  .px-xs-60 {
    padding-left: 60px !important; }
  .p-xs-59 {
    padding: 59px !important; }
  .pt-xs-59,
  .py-xs-59 {
    padding-top: 59px !important; }
  .pr-xs-59,
  .px-xs-59 {
    padding-right: 59px !important; }
  .pb-xs-59,
  .py-xs-59 {
    padding-bottom: 59px !important; }
  .pl-xs-59,
  .px-xs-59 {
    padding-left: 59px !important; }
  .p-xs-58 {
    padding: 58px !important; }
  .pt-xs-58,
  .py-xs-58 {
    padding-top: 58px !important; }
  .pr-xs-58,
  .px-xs-58 {
    padding-right: 58px !important; }
  .pb-xs-58,
  .py-xs-58 {
    padding-bottom: 58px !important; }
  .pl-xs-58,
  .px-xs-58 {
    padding-left: 58px !important; }
  .p-xs-57 {
    padding: 57px !important; }
  .pt-xs-57,
  .py-xs-57 {
    padding-top: 57px !important; }
  .pr-xs-57,
  .px-xs-57 {
    padding-right: 57px !important; }
  .pb-xs-57,
  .py-xs-57 {
    padding-bottom: 57px !important; }
  .pl-xs-57,
  .px-xs-57 {
    padding-left: 57px !important; }
  .p-xs-56 {
    padding: 56px !important; }
  .pt-xs-56,
  .py-xs-56 {
    padding-top: 56px !important; }
  .pr-xs-56,
  .px-xs-56 {
    padding-right: 56px !important; }
  .pb-xs-56,
  .py-xs-56 {
    padding-bottom: 56px !important; }
  .pl-xs-56,
  .px-xs-56 {
    padding-left: 56px !important; }
  .p-xs-55 {
    padding: 55px !important; }
  .pt-xs-55,
  .py-xs-55 {
    padding-top: 55px !important; }
  .pr-xs-55,
  .px-xs-55 {
    padding-right: 55px !important; }
  .pb-xs-55,
  .py-xs-55 {
    padding-bottom: 55px !important; }
  .pl-xs-55,
  .px-xs-55 {
    padding-left: 55px !important; }
  .p-xs-54 {
    padding: 54px !important; }
  .pt-xs-54,
  .py-xs-54 {
    padding-top: 54px !important; }
  .pr-xs-54,
  .px-xs-54 {
    padding-right: 54px !important; }
  .pb-xs-54,
  .py-xs-54 {
    padding-bottom: 54px !important; }
  .pl-xs-54,
  .px-xs-54 {
    padding-left: 54px !important; }
  .p-xs-53 {
    padding: 53px !important; }
  .pt-xs-53,
  .py-xs-53 {
    padding-top: 53px !important; }
  .pr-xs-53,
  .px-xs-53 {
    padding-right: 53px !important; }
  .pb-xs-53,
  .py-xs-53 {
    padding-bottom: 53px !important; }
  .pl-xs-53,
  .px-xs-53 {
    padding-left: 53px !important; }
  .p-xs-52 {
    padding: 52px !important; }
  .pt-xs-52,
  .py-xs-52 {
    padding-top: 52px !important; }
  .pr-xs-52,
  .px-xs-52 {
    padding-right: 52px !important; }
  .pb-xs-52,
  .py-xs-52 {
    padding-bottom: 52px !important; }
  .pl-xs-52,
  .px-xs-52 {
    padding-left: 52px !important; }
  .p-xs-51 {
    padding: 51px !important; }
  .pt-xs-51,
  .py-xs-51 {
    padding-top: 51px !important; }
  .pr-xs-51,
  .px-xs-51 {
    padding-right: 51px !important; }
  .pb-xs-51,
  .py-xs-51 {
    padding-bottom: 51px !important; }
  .pl-xs-51,
  .px-xs-51 {
    padding-left: 51px !important; }
  .p-xs-50 {
    padding: 50px !important; }
  .pt-xs-50,
  .py-xs-50 {
    padding-top: 50px !important; }
  .pr-xs-50,
  .px-xs-50 {
    padding-right: 50px !important; }
  .pb-xs-50,
  .py-xs-50 {
    padding-bottom: 50px !important; }
  .pl-xs-50,
  .px-xs-50 {
    padding-left: 50px !important; }
  .p-xs-49 {
    padding: 49px !important; }
  .pt-xs-49,
  .py-xs-49 {
    padding-top: 49px !important; }
  .pr-xs-49,
  .px-xs-49 {
    padding-right: 49px !important; }
  .pb-xs-49,
  .py-xs-49 {
    padding-bottom: 49px !important; }
  .pl-xs-49,
  .px-xs-49 {
    padding-left: 49px !important; }
  .p-xs-48 {
    padding: 48px !important; }
  .pt-xs-48,
  .py-xs-48 {
    padding-top: 48px !important; }
  .pr-xs-48,
  .px-xs-48 {
    padding-right: 48px !important; }
  .pb-xs-48,
  .py-xs-48 {
    padding-bottom: 48px !important; }
  .pl-xs-48,
  .px-xs-48 {
    padding-left: 48px !important; }
  .p-xs-47 {
    padding: 47px !important; }
  .pt-xs-47,
  .py-xs-47 {
    padding-top: 47px !important; }
  .pr-xs-47,
  .px-xs-47 {
    padding-right: 47px !important; }
  .pb-xs-47,
  .py-xs-47 {
    padding-bottom: 47px !important; }
  .pl-xs-47,
  .px-xs-47 {
    padding-left: 47px !important; }
  .p-xs-46 {
    padding: 46px !important; }
  .pt-xs-46,
  .py-xs-46 {
    padding-top: 46px !important; }
  .pr-xs-46,
  .px-xs-46 {
    padding-right: 46px !important; }
  .pb-xs-46,
  .py-xs-46 {
    padding-bottom: 46px !important; }
  .pl-xs-46,
  .px-xs-46 {
    padding-left: 46px !important; }
  .p-xs-45 {
    padding: 45px !important; }
  .pt-xs-45,
  .py-xs-45 {
    padding-top: 45px !important; }
  .pr-xs-45,
  .px-xs-45 {
    padding-right: 45px !important; }
  .pb-xs-45,
  .py-xs-45 {
    padding-bottom: 45px !important; }
  .pl-xs-45,
  .px-xs-45 {
    padding-left: 45px !important; }
  .p-xs-44 {
    padding: 44px !important; }
  .pt-xs-44,
  .py-xs-44 {
    padding-top: 44px !important; }
  .pr-xs-44,
  .px-xs-44 {
    padding-right: 44px !important; }
  .pb-xs-44,
  .py-xs-44 {
    padding-bottom: 44px !important; }
  .pl-xs-44,
  .px-xs-44 {
    padding-left: 44px !important; }
  .p-xs-43 {
    padding: 43px !important; }
  .pt-xs-43,
  .py-xs-43 {
    padding-top: 43px !important; }
  .pr-xs-43,
  .px-xs-43 {
    padding-right: 43px !important; }
  .pb-xs-43,
  .py-xs-43 {
    padding-bottom: 43px !important; }
  .pl-xs-43,
  .px-xs-43 {
    padding-left: 43px !important; }
  .p-xs-42 {
    padding: 42px !important; }
  .pt-xs-42,
  .py-xs-42 {
    padding-top: 42px !important; }
  .pr-xs-42,
  .px-xs-42 {
    padding-right: 42px !important; }
  .pb-xs-42,
  .py-xs-42 {
    padding-bottom: 42px !important; }
  .pl-xs-42,
  .px-xs-42 {
    padding-left: 42px !important; }
  .p-xs-41 {
    padding: 41px !important; }
  .pt-xs-41,
  .py-xs-41 {
    padding-top: 41px !important; }
  .pr-xs-41,
  .px-xs-41 {
    padding-right: 41px !important; }
  .pb-xs-41,
  .py-xs-41 {
    padding-bottom: 41px !important; }
  .pl-xs-41,
  .px-xs-41 {
    padding-left: 41px !important; }
  .p-xs-40 {
    padding: 40px !important; }
  .pt-xs-40,
  .py-xs-40 {
    padding-top: 40px !important; }
  .pr-xs-40,
  .px-xs-40 {
    padding-right: 40px !important; }
  .pb-xs-40,
  .py-xs-40 {
    padding-bottom: 40px !important; }
  .pl-xs-40,
  .px-xs-40 {
    padding-left: 40px !important; }
  .p-xs-39 {
    padding: 39px !important; }
  .pt-xs-39,
  .py-xs-39 {
    padding-top: 39px !important; }
  .pr-xs-39,
  .px-xs-39 {
    padding-right: 39px !important; }
  .pb-xs-39,
  .py-xs-39 {
    padding-bottom: 39px !important; }
  .pl-xs-39,
  .px-xs-39 {
    padding-left: 39px !important; }
  .p-xs-38 {
    padding: 38px !important; }
  .pt-xs-38,
  .py-xs-38 {
    padding-top: 38px !important; }
  .pr-xs-38,
  .px-xs-38 {
    padding-right: 38px !important; }
  .pb-xs-38,
  .py-xs-38 {
    padding-bottom: 38px !important; }
  .pl-xs-38,
  .px-xs-38 {
    padding-left: 38px !important; }
  .p-xs-37 {
    padding: 37px !important; }
  .pt-xs-37,
  .py-xs-37 {
    padding-top: 37px !important; }
  .pr-xs-37,
  .px-xs-37 {
    padding-right: 37px !important; }
  .pb-xs-37,
  .py-xs-37 {
    padding-bottom: 37px !important; }
  .pl-xs-37,
  .px-xs-37 {
    padding-left: 37px !important; }
  .p-xs-36 {
    padding: 36px !important; }
  .pt-xs-36,
  .py-xs-36 {
    padding-top: 36px !important; }
  .pr-xs-36,
  .px-xs-36 {
    padding-right: 36px !important; }
  .pb-xs-36,
  .py-xs-36 {
    padding-bottom: 36px !important; }
  .pl-xs-36,
  .px-xs-36 {
    padding-left: 36px !important; }
  .p-xs-35 {
    padding: 35px !important; }
  .pt-xs-35,
  .py-xs-35 {
    padding-top: 35px !important; }
  .pr-xs-35,
  .px-xs-35 {
    padding-right: 35px !important; }
  .pb-xs-35,
  .py-xs-35 {
    padding-bottom: 35px !important; }
  .pl-xs-35,
  .px-xs-35 {
    padding-left: 35px !important; }
  .p-xs-34 {
    padding: 34px !important; }
  .pt-xs-34,
  .py-xs-34 {
    padding-top: 34px !important; }
  .pr-xs-34,
  .px-xs-34 {
    padding-right: 34px !important; }
  .pb-xs-34,
  .py-xs-34 {
    padding-bottom: 34px !important; }
  .pl-xs-34,
  .px-xs-34 {
    padding-left: 34px !important; }
  .p-xs-33 {
    padding: 33px !important; }
  .pt-xs-33,
  .py-xs-33 {
    padding-top: 33px !important; }
  .pr-xs-33,
  .px-xs-33 {
    padding-right: 33px !important; }
  .pb-xs-33,
  .py-xs-33 {
    padding-bottom: 33px !important; }
  .pl-xs-33,
  .px-xs-33 {
    padding-left: 33px !important; }
  .p-xs-32 {
    padding: 32px !important; }
  .pt-xs-32,
  .py-xs-32 {
    padding-top: 32px !important; }
  .pr-xs-32,
  .px-xs-32 {
    padding-right: 32px !important; }
  .pb-xs-32,
  .py-xs-32 {
    padding-bottom: 32px !important; }
  .pl-xs-32,
  .px-xs-32 {
    padding-left: 32px !important; }
  .p-xs-31 {
    padding: 31px !important; }
  .pt-xs-31,
  .py-xs-31 {
    padding-top: 31px !important; }
  .pr-xs-31,
  .px-xs-31 {
    padding-right: 31px !important; }
  .pb-xs-31,
  .py-xs-31 {
    padding-bottom: 31px !important; }
  .pl-xs-31,
  .px-xs-31 {
    padding-left: 31px !important; }
  .p-xs-30 {
    padding: 30px !important; }
  .pt-xs-30,
  .py-xs-30 {
    padding-top: 30px !important; }
  .pr-xs-30,
  .px-xs-30 {
    padding-right: 30px !important; }
  .pb-xs-30,
  .py-xs-30 {
    padding-bottom: 30px !important; }
  .pl-xs-30,
  .px-xs-30 {
    padding-left: 30px !important; }
  .p-xs-29 {
    padding: 29px !important; }
  .pt-xs-29,
  .py-xs-29 {
    padding-top: 29px !important; }
  .pr-xs-29,
  .px-xs-29 {
    padding-right: 29px !important; }
  .pb-xs-29,
  .py-xs-29 {
    padding-bottom: 29px !important; }
  .pl-xs-29,
  .px-xs-29 {
    padding-left: 29px !important; }
  .p-xs-28 {
    padding: 28px !important; }
  .pt-xs-28,
  .py-xs-28 {
    padding-top: 28px !important; }
  .pr-xs-28,
  .px-xs-28 {
    padding-right: 28px !important; }
  .pb-xs-28,
  .py-xs-28 {
    padding-bottom: 28px !important; }
  .pl-xs-28,
  .px-xs-28 {
    padding-left: 28px !important; }
  .p-xs-27 {
    padding: 27px !important; }
  .pt-xs-27,
  .py-xs-27 {
    padding-top: 27px !important; }
  .pr-xs-27,
  .px-xs-27 {
    padding-right: 27px !important; }
  .pb-xs-27,
  .py-xs-27 {
    padding-bottom: 27px !important; }
  .pl-xs-27,
  .px-xs-27 {
    padding-left: 27px !important; }
  .p-xs-26 {
    padding: 26px !important; }
  .pt-xs-26,
  .py-xs-26 {
    padding-top: 26px !important; }
  .pr-xs-26,
  .px-xs-26 {
    padding-right: 26px !important; }
  .pb-xs-26,
  .py-xs-26 {
    padding-bottom: 26px !important; }
  .pl-xs-26,
  .px-xs-26 {
    padding-left: 26px !important; }
  .p-xs-25 {
    padding: 25px !important; }
  .pt-xs-25,
  .py-xs-25 {
    padding-top: 25px !important; }
  .pr-xs-25,
  .px-xs-25 {
    padding-right: 25px !important; }
  .pb-xs-25,
  .py-xs-25 {
    padding-bottom: 25px !important; }
  .pl-xs-25,
  .px-xs-25 {
    padding-left: 25px !important; }
  .p-xs-24 {
    padding: 24px !important; }
  .pt-xs-24,
  .py-xs-24 {
    padding-top: 24px !important; }
  .pr-xs-24,
  .px-xs-24 {
    padding-right: 24px !important; }
  .pb-xs-24,
  .py-xs-24 {
    padding-bottom: 24px !important; }
  .pl-xs-24,
  .px-xs-24 {
    padding-left: 24px !important; }
  .p-xs-23 {
    padding: 23px !important; }
  .pt-xs-23,
  .py-xs-23 {
    padding-top: 23px !important; }
  .pr-xs-23,
  .px-xs-23 {
    padding-right: 23px !important; }
  .pb-xs-23,
  .py-xs-23 {
    padding-bottom: 23px !important; }
  .pl-xs-23,
  .px-xs-23 {
    padding-left: 23px !important; }
  .p-xs-22 {
    padding: 22px !important; }
  .pt-xs-22,
  .py-xs-22 {
    padding-top: 22px !important; }
  .pr-xs-22,
  .px-xs-22 {
    padding-right: 22px !important; }
  .pb-xs-22,
  .py-xs-22 {
    padding-bottom: 22px !important; }
  .pl-xs-22,
  .px-xs-22 {
    padding-left: 22px !important; }
  .p-xs-21 {
    padding: 21px !important; }
  .pt-xs-21,
  .py-xs-21 {
    padding-top: 21px !important; }
  .pr-xs-21,
  .px-xs-21 {
    padding-right: 21px !important; }
  .pb-xs-21,
  .py-xs-21 {
    padding-bottom: 21px !important; }
  .pl-xs-21,
  .px-xs-21 {
    padding-left: 21px !important; }
  .p-xs-20 {
    padding: 20px !important; }
  .pt-xs-20,
  .py-xs-20 {
    padding-top: 20px !important; }
  .pr-xs-20,
  .px-xs-20 {
    padding-right: 20px !important; }
  .pb-xs-20,
  .py-xs-20 {
    padding-bottom: 20px !important; }
  .pl-xs-20,
  .px-xs-20 {
    padding-left: 20px !important; }
  .p-xs-19 {
    padding: 19px !important; }
  .pt-xs-19,
  .py-xs-19 {
    padding-top: 19px !important; }
  .pr-xs-19,
  .px-xs-19 {
    padding-right: 19px !important; }
  .pb-xs-19,
  .py-xs-19 {
    padding-bottom: 19px !important; }
  .pl-xs-19,
  .px-xs-19 {
    padding-left: 19px !important; }
  .p-xs-18 {
    padding: 18px !important; }
  .pt-xs-18,
  .py-xs-18 {
    padding-top: 18px !important; }
  .pr-xs-18,
  .px-xs-18 {
    padding-right: 18px !important; }
  .pb-xs-18,
  .py-xs-18 {
    padding-bottom: 18px !important; }
  .pl-xs-18,
  .px-xs-18 {
    padding-left: 18px !important; }
  .p-xs-17 {
    padding: 17px !important; }
  .pt-xs-17,
  .py-xs-17 {
    padding-top: 17px !important; }
  .pr-xs-17,
  .px-xs-17 {
    padding-right: 17px !important; }
  .pb-xs-17,
  .py-xs-17 {
    padding-bottom: 17px !important; }
  .pl-xs-17,
  .px-xs-17 {
    padding-left: 17px !important; }
  .p-xs-16 {
    padding: 16px !important; }
  .pt-xs-16,
  .py-xs-16 {
    padding-top: 16px !important; }
  .pr-xs-16,
  .px-xs-16 {
    padding-right: 16px !important; }
  .pb-xs-16,
  .py-xs-16 {
    padding-bottom: 16px !important; }
  .pl-xs-16,
  .px-xs-16 {
    padding-left: 16px !important; }
  .p-xs-15 {
    padding: 15px !important; }
  .pt-xs-15,
  .py-xs-15 {
    padding-top: 15px !important; }
  .pr-xs-15,
  .px-xs-15 {
    padding-right: 15px !important; }
  .pb-xs-15,
  .py-xs-15 {
    padding-bottom: 15px !important; }
  .pl-xs-15,
  .px-xs-15 {
    padding-left: 15px !important; }
  .p-xs-14 {
    padding: 14px !important; }
  .pt-xs-14,
  .py-xs-14 {
    padding-top: 14px !important; }
  .pr-xs-14,
  .px-xs-14 {
    padding-right: 14px !important; }
  .pb-xs-14,
  .py-xs-14 {
    padding-bottom: 14px !important; }
  .pl-xs-14,
  .px-xs-14 {
    padding-left: 14px !important; }
  .p-xs-13 {
    padding: 13px !important; }
  .pt-xs-13,
  .py-xs-13 {
    padding-top: 13px !important; }
  .pr-xs-13,
  .px-xs-13 {
    padding-right: 13px !important; }
  .pb-xs-13,
  .py-xs-13 {
    padding-bottom: 13px !important; }
  .pl-xs-13,
  .px-xs-13 {
    padding-left: 13px !important; }
  .p-xs-12 {
    padding: 12px !important; }
  .pt-xs-12,
  .py-xs-12 {
    padding-top: 12px !important; }
  .pr-xs-12,
  .px-xs-12 {
    padding-right: 12px !important; }
  .pb-xs-12,
  .py-xs-12 {
    padding-bottom: 12px !important; }
  .pl-xs-12,
  .px-xs-12 {
    padding-left: 12px !important; }
  .p-xs-11 {
    padding: 11px !important; }
  .pt-xs-11,
  .py-xs-11 {
    padding-top: 11px !important; }
  .pr-xs-11,
  .px-xs-11 {
    padding-right: 11px !important; }
  .pb-xs-11,
  .py-xs-11 {
    padding-bottom: 11px !important; }
  .pl-xs-11,
  .px-xs-11 {
    padding-left: 11px !important; }
  .p-xs-10 {
    padding: 10px !important; }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 10px !important; }
  .pr-xs-10,
  .px-xs-10 {
    padding-right: 10px !important; }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 10px !important; }
  .pl-xs-10,
  .px-xs-10 {
    padding-left: 10px !important; }
  .p-xs-9 {
    padding: 9px !important; }
  .pt-xs-9,
  .py-xs-9 {
    padding-top: 9px !important; }
  .pr-xs-9,
  .px-xs-9 {
    padding-right: 9px !important; }
  .pb-xs-9,
  .py-xs-9 {
    padding-bottom: 9px !important; }
  .pl-xs-9,
  .px-xs-9 {
    padding-left: 9px !important; }
  .p-xs-8 {
    padding: 8px !important; }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 8px !important; }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 8px !important; }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 8px !important; }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 8px !important; }
  .p-xs-7 {
    padding: 7px !important; }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 7px !important; }
  .pr-xs-7,
  .px-xs-7 {
    padding-right: 7px !important; }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 7px !important; }
  .pl-xs-7,
  .px-xs-7 {
    padding-left: 7px !important; }
  .p-xs-6 {
    padding: 6px !important; }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 6px !important; }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 6px !important; }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 6px !important; }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 6px !important; }
  .m-xs-n1 {
    margin: -1px !important; }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -1px !important; }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -1px !important; }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -1px !important; }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -1px !important; }
  .m-xs-n2 {
    margin: -2px !important; }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -2px !important; }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -2px !important; }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -2px !important; }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -2px !important; }
  .m-xs-n3 {
    margin: -3px !important; }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -3px !important; }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -3px !important; }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -3px !important; }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -3px !important; }
  .m-xs-n4 {
    margin: -4px !important; }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -4px !important; }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -4px !important; }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -4px !important; }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -4px !important; }
  .m-xs-n5 {
    margin: -5px !important; }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -5px !important; }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -5px !important; }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -5px !important; }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -5px !important; }
  .m-xs-n100 {
    margin: -100px !important; }
  .mt-xs-n100,
  .my-xs-n100 {
    margin-top: -100px !important; }
  .mr-xs-n100,
  .mx-xs-n100 {
    margin-right: -100px !important; }
  .mb-xs-n100,
  .my-xs-n100 {
    margin-bottom: -100px !important; }
  .ml-xs-n100,
  .mx-xs-n100 {
    margin-left: -100px !important; }
  .m-xs-n99 {
    margin: -99px !important; }
  .mt-xs-n99,
  .my-xs-n99 {
    margin-top: -99px !important; }
  .mr-xs-n99,
  .mx-xs-n99 {
    margin-right: -99px !important; }
  .mb-xs-n99,
  .my-xs-n99 {
    margin-bottom: -99px !important; }
  .ml-xs-n99,
  .mx-xs-n99 {
    margin-left: -99px !important; }
  .m-xs-n98 {
    margin: -98px !important; }
  .mt-xs-n98,
  .my-xs-n98 {
    margin-top: -98px !important; }
  .mr-xs-n98,
  .mx-xs-n98 {
    margin-right: -98px !important; }
  .mb-xs-n98,
  .my-xs-n98 {
    margin-bottom: -98px !important; }
  .ml-xs-n98,
  .mx-xs-n98 {
    margin-left: -98px !important; }
  .m-xs-n97 {
    margin: -97px !important; }
  .mt-xs-n97,
  .my-xs-n97 {
    margin-top: -97px !important; }
  .mr-xs-n97,
  .mx-xs-n97 {
    margin-right: -97px !important; }
  .mb-xs-n97,
  .my-xs-n97 {
    margin-bottom: -97px !important; }
  .ml-xs-n97,
  .mx-xs-n97 {
    margin-left: -97px !important; }
  .m-xs-n96 {
    margin: -96px !important; }
  .mt-xs-n96,
  .my-xs-n96 {
    margin-top: -96px !important; }
  .mr-xs-n96,
  .mx-xs-n96 {
    margin-right: -96px !important; }
  .mb-xs-n96,
  .my-xs-n96 {
    margin-bottom: -96px !important; }
  .ml-xs-n96,
  .mx-xs-n96 {
    margin-left: -96px !important; }
  .m-xs-n95 {
    margin: -95px !important; }
  .mt-xs-n95,
  .my-xs-n95 {
    margin-top: -95px !important; }
  .mr-xs-n95,
  .mx-xs-n95 {
    margin-right: -95px !important; }
  .mb-xs-n95,
  .my-xs-n95 {
    margin-bottom: -95px !important; }
  .ml-xs-n95,
  .mx-xs-n95 {
    margin-left: -95px !important; }
  .m-xs-n94 {
    margin: -94px !important; }
  .mt-xs-n94,
  .my-xs-n94 {
    margin-top: -94px !important; }
  .mr-xs-n94,
  .mx-xs-n94 {
    margin-right: -94px !important; }
  .mb-xs-n94,
  .my-xs-n94 {
    margin-bottom: -94px !important; }
  .ml-xs-n94,
  .mx-xs-n94 {
    margin-left: -94px !important; }
  .m-xs-n93 {
    margin: -93px !important; }
  .mt-xs-n93,
  .my-xs-n93 {
    margin-top: -93px !important; }
  .mr-xs-n93,
  .mx-xs-n93 {
    margin-right: -93px !important; }
  .mb-xs-n93,
  .my-xs-n93 {
    margin-bottom: -93px !important; }
  .ml-xs-n93,
  .mx-xs-n93 {
    margin-left: -93px !important; }
  .m-xs-n92 {
    margin: -92px !important; }
  .mt-xs-n92,
  .my-xs-n92 {
    margin-top: -92px !important; }
  .mr-xs-n92,
  .mx-xs-n92 {
    margin-right: -92px !important; }
  .mb-xs-n92,
  .my-xs-n92 {
    margin-bottom: -92px !important; }
  .ml-xs-n92,
  .mx-xs-n92 {
    margin-left: -92px !important; }
  .m-xs-n91 {
    margin: -91px !important; }
  .mt-xs-n91,
  .my-xs-n91 {
    margin-top: -91px !important; }
  .mr-xs-n91,
  .mx-xs-n91 {
    margin-right: -91px !important; }
  .mb-xs-n91,
  .my-xs-n91 {
    margin-bottom: -91px !important; }
  .ml-xs-n91,
  .mx-xs-n91 {
    margin-left: -91px !important; }
  .m-xs-n90 {
    margin: -90px !important; }
  .mt-xs-n90,
  .my-xs-n90 {
    margin-top: -90px !important; }
  .mr-xs-n90,
  .mx-xs-n90 {
    margin-right: -90px !important; }
  .mb-xs-n90,
  .my-xs-n90 {
    margin-bottom: -90px !important; }
  .ml-xs-n90,
  .mx-xs-n90 {
    margin-left: -90px !important; }
  .m-xs-n89 {
    margin: -89px !important; }
  .mt-xs-n89,
  .my-xs-n89 {
    margin-top: -89px !important; }
  .mr-xs-n89,
  .mx-xs-n89 {
    margin-right: -89px !important; }
  .mb-xs-n89,
  .my-xs-n89 {
    margin-bottom: -89px !important; }
  .ml-xs-n89,
  .mx-xs-n89 {
    margin-left: -89px !important; }
  .m-xs-n88 {
    margin: -88px !important; }
  .mt-xs-n88,
  .my-xs-n88 {
    margin-top: -88px !important; }
  .mr-xs-n88,
  .mx-xs-n88 {
    margin-right: -88px !important; }
  .mb-xs-n88,
  .my-xs-n88 {
    margin-bottom: -88px !important; }
  .ml-xs-n88,
  .mx-xs-n88 {
    margin-left: -88px !important; }
  .m-xs-n87 {
    margin: -87px !important; }
  .mt-xs-n87,
  .my-xs-n87 {
    margin-top: -87px !important; }
  .mr-xs-n87,
  .mx-xs-n87 {
    margin-right: -87px !important; }
  .mb-xs-n87,
  .my-xs-n87 {
    margin-bottom: -87px !important; }
  .ml-xs-n87,
  .mx-xs-n87 {
    margin-left: -87px !important; }
  .m-xs-n86 {
    margin: -86px !important; }
  .mt-xs-n86,
  .my-xs-n86 {
    margin-top: -86px !important; }
  .mr-xs-n86,
  .mx-xs-n86 {
    margin-right: -86px !important; }
  .mb-xs-n86,
  .my-xs-n86 {
    margin-bottom: -86px !important; }
  .ml-xs-n86,
  .mx-xs-n86 {
    margin-left: -86px !important; }
  .m-xs-n85 {
    margin: -85px !important; }
  .mt-xs-n85,
  .my-xs-n85 {
    margin-top: -85px !important; }
  .mr-xs-n85,
  .mx-xs-n85 {
    margin-right: -85px !important; }
  .mb-xs-n85,
  .my-xs-n85 {
    margin-bottom: -85px !important; }
  .ml-xs-n85,
  .mx-xs-n85 {
    margin-left: -85px !important; }
  .m-xs-n84 {
    margin: -84px !important; }
  .mt-xs-n84,
  .my-xs-n84 {
    margin-top: -84px !important; }
  .mr-xs-n84,
  .mx-xs-n84 {
    margin-right: -84px !important; }
  .mb-xs-n84,
  .my-xs-n84 {
    margin-bottom: -84px !important; }
  .ml-xs-n84,
  .mx-xs-n84 {
    margin-left: -84px !important; }
  .m-xs-n83 {
    margin: -83px !important; }
  .mt-xs-n83,
  .my-xs-n83 {
    margin-top: -83px !important; }
  .mr-xs-n83,
  .mx-xs-n83 {
    margin-right: -83px !important; }
  .mb-xs-n83,
  .my-xs-n83 {
    margin-bottom: -83px !important; }
  .ml-xs-n83,
  .mx-xs-n83 {
    margin-left: -83px !important; }
  .m-xs-n82 {
    margin: -82px !important; }
  .mt-xs-n82,
  .my-xs-n82 {
    margin-top: -82px !important; }
  .mr-xs-n82,
  .mx-xs-n82 {
    margin-right: -82px !important; }
  .mb-xs-n82,
  .my-xs-n82 {
    margin-bottom: -82px !important; }
  .ml-xs-n82,
  .mx-xs-n82 {
    margin-left: -82px !important; }
  .m-xs-n81 {
    margin: -81px !important; }
  .mt-xs-n81,
  .my-xs-n81 {
    margin-top: -81px !important; }
  .mr-xs-n81,
  .mx-xs-n81 {
    margin-right: -81px !important; }
  .mb-xs-n81,
  .my-xs-n81 {
    margin-bottom: -81px !important; }
  .ml-xs-n81,
  .mx-xs-n81 {
    margin-left: -81px !important; }
  .m-xs-n80 {
    margin: -80px !important; }
  .mt-xs-n80,
  .my-xs-n80 {
    margin-top: -80px !important; }
  .mr-xs-n80,
  .mx-xs-n80 {
    margin-right: -80px !important; }
  .mb-xs-n80,
  .my-xs-n80 {
    margin-bottom: -80px !important; }
  .ml-xs-n80,
  .mx-xs-n80 {
    margin-left: -80px !important; }
  .m-xs-n79 {
    margin: -79px !important; }
  .mt-xs-n79,
  .my-xs-n79 {
    margin-top: -79px !important; }
  .mr-xs-n79,
  .mx-xs-n79 {
    margin-right: -79px !important; }
  .mb-xs-n79,
  .my-xs-n79 {
    margin-bottom: -79px !important; }
  .ml-xs-n79,
  .mx-xs-n79 {
    margin-left: -79px !important; }
  .m-xs-n78 {
    margin: -78px !important; }
  .mt-xs-n78,
  .my-xs-n78 {
    margin-top: -78px !important; }
  .mr-xs-n78,
  .mx-xs-n78 {
    margin-right: -78px !important; }
  .mb-xs-n78,
  .my-xs-n78 {
    margin-bottom: -78px !important; }
  .ml-xs-n78,
  .mx-xs-n78 {
    margin-left: -78px !important; }
  .m-xs-n77 {
    margin: -77px !important; }
  .mt-xs-n77,
  .my-xs-n77 {
    margin-top: -77px !important; }
  .mr-xs-n77,
  .mx-xs-n77 {
    margin-right: -77px !important; }
  .mb-xs-n77,
  .my-xs-n77 {
    margin-bottom: -77px !important; }
  .ml-xs-n77,
  .mx-xs-n77 {
    margin-left: -77px !important; }
  .m-xs-n76 {
    margin: -76px !important; }
  .mt-xs-n76,
  .my-xs-n76 {
    margin-top: -76px !important; }
  .mr-xs-n76,
  .mx-xs-n76 {
    margin-right: -76px !important; }
  .mb-xs-n76,
  .my-xs-n76 {
    margin-bottom: -76px !important; }
  .ml-xs-n76,
  .mx-xs-n76 {
    margin-left: -76px !important; }
  .m-xs-n75 {
    margin: -75px !important; }
  .mt-xs-n75,
  .my-xs-n75 {
    margin-top: -75px !important; }
  .mr-xs-n75,
  .mx-xs-n75 {
    margin-right: -75px !important; }
  .mb-xs-n75,
  .my-xs-n75 {
    margin-bottom: -75px !important; }
  .ml-xs-n75,
  .mx-xs-n75 {
    margin-left: -75px !important; }
  .m-xs-n74 {
    margin: -74px !important; }
  .mt-xs-n74,
  .my-xs-n74 {
    margin-top: -74px !important; }
  .mr-xs-n74,
  .mx-xs-n74 {
    margin-right: -74px !important; }
  .mb-xs-n74,
  .my-xs-n74 {
    margin-bottom: -74px !important; }
  .ml-xs-n74,
  .mx-xs-n74 {
    margin-left: -74px !important; }
  .m-xs-n73 {
    margin: -73px !important; }
  .mt-xs-n73,
  .my-xs-n73 {
    margin-top: -73px !important; }
  .mr-xs-n73,
  .mx-xs-n73 {
    margin-right: -73px !important; }
  .mb-xs-n73,
  .my-xs-n73 {
    margin-bottom: -73px !important; }
  .ml-xs-n73,
  .mx-xs-n73 {
    margin-left: -73px !important; }
  .m-xs-n72 {
    margin: -72px !important; }
  .mt-xs-n72,
  .my-xs-n72 {
    margin-top: -72px !important; }
  .mr-xs-n72,
  .mx-xs-n72 {
    margin-right: -72px !important; }
  .mb-xs-n72,
  .my-xs-n72 {
    margin-bottom: -72px !important; }
  .ml-xs-n72,
  .mx-xs-n72 {
    margin-left: -72px !important; }
  .m-xs-n71 {
    margin: -71px !important; }
  .mt-xs-n71,
  .my-xs-n71 {
    margin-top: -71px !important; }
  .mr-xs-n71,
  .mx-xs-n71 {
    margin-right: -71px !important; }
  .mb-xs-n71,
  .my-xs-n71 {
    margin-bottom: -71px !important; }
  .ml-xs-n71,
  .mx-xs-n71 {
    margin-left: -71px !important; }
  .m-xs-n70 {
    margin: -70px !important; }
  .mt-xs-n70,
  .my-xs-n70 {
    margin-top: -70px !important; }
  .mr-xs-n70,
  .mx-xs-n70 {
    margin-right: -70px !important; }
  .mb-xs-n70,
  .my-xs-n70 {
    margin-bottom: -70px !important; }
  .ml-xs-n70,
  .mx-xs-n70 {
    margin-left: -70px !important; }
  .m-xs-n69 {
    margin: -69px !important; }
  .mt-xs-n69,
  .my-xs-n69 {
    margin-top: -69px !important; }
  .mr-xs-n69,
  .mx-xs-n69 {
    margin-right: -69px !important; }
  .mb-xs-n69,
  .my-xs-n69 {
    margin-bottom: -69px !important; }
  .ml-xs-n69,
  .mx-xs-n69 {
    margin-left: -69px !important; }
  .m-xs-n68 {
    margin: -68px !important; }
  .mt-xs-n68,
  .my-xs-n68 {
    margin-top: -68px !important; }
  .mr-xs-n68,
  .mx-xs-n68 {
    margin-right: -68px !important; }
  .mb-xs-n68,
  .my-xs-n68 {
    margin-bottom: -68px !important; }
  .ml-xs-n68,
  .mx-xs-n68 {
    margin-left: -68px !important; }
  .m-xs-n67 {
    margin: -67px !important; }
  .mt-xs-n67,
  .my-xs-n67 {
    margin-top: -67px !important; }
  .mr-xs-n67,
  .mx-xs-n67 {
    margin-right: -67px !important; }
  .mb-xs-n67,
  .my-xs-n67 {
    margin-bottom: -67px !important; }
  .ml-xs-n67,
  .mx-xs-n67 {
    margin-left: -67px !important; }
  .m-xs-n66 {
    margin: -66px !important; }
  .mt-xs-n66,
  .my-xs-n66 {
    margin-top: -66px !important; }
  .mr-xs-n66,
  .mx-xs-n66 {
    margin-right: -66px !important; }
  .mb-xs-n66,
  .my-xs-n66 {
    margin-bottom: -66px !important; }
  .ml-xs-n66,
  .mx-xs-n66 {
    margin-left: -66px !important; }
  .m-xs-n65 {
    margin: -65px !important; }
  .mt-xs-n65,
  .my-xs-n65 {
    margin-top: -65px !important; }
  .mr-xs-n65,
  .mx-xs-n65 {
    margin-right: -65px !important; }
  .mb-xs-n65,
  .my-xs-n65 {
    margin-bottom: -65px !important; }
  .ml-xs-n65,
  .mx-xs-n65 {
    margin-left: -65px !important; }
  .m-xs-n64 {
    margin: -64px !important; }
  .mt-xs-n64,
  .my-xs-n64 {
    margin-top: -64px !important; }
  .mr-xs-n64,
  .mx-xs-n64 {
    margin-right: -64px !important; }
  .mb-xs-n64,
  .my-xs-n64 {
    margin-bottom: -64px !important; }
  .ml-xs-n64,
  .mx-xs-n64 {
    margin-left: -64px !important; }
  .m-xs-n63 {
    margin: -63px !important; }
  .mt-xs-n63,
  .my-xs-n63 {
    margin-top: -63px !important; }
  .mr-xs-n63,
  .mx-xs-n63 {
    margin-right: -63px !important; }
  .mb-xs-n63,
  .my-xs-n63 {
    margin-bottom: -63px !important; }
  .ml-xs-n63,
  .mx-xs-n63 {
    margin-left: -63px !important; }
  .m-xs-n62 {
    margin: -62px !important; }
  .mt-xs-n62,
  .my-xs-n62 {
    margin-top: -62px !important; }
  .mr-xs-n62,
  .mx-xs-n62 {
    margin-right: -62px !important; }
  .mb-xs-n62,
  .my-xs-n62 {
    margin-bottom: -62px !important; }
  .ml-xs-n62,
  .mx-xs-n62 {
    margin-left: -62px !important; }
  .m-xs-n61 {
    margin: -61px !important; }
  .mt-xs-n61,
  .my-xs-n61 {
    margin-top: -61px !important; }
  .mr-xs-n61,
  .mx-xs-n61 {
    margin-right: -61px !important; }
  .mb-xs-n61,
  .my-xs-n61 {
    margin-bottom: -61px !important; }
  .ml-xs-n61,
  .mx-xs-n61 {
    margin-left: -61px !important; }
  .m-xs-n60 {
    margin: -60px !important; }
  .mt-xs-n60,
  .my-xs-n60 {
    margin-top: -60px !important; }
  .mr-xs-n60,
  .mx-xs-n60 {
    margin-right: -60px !important; }
  .mb-xs-n60,
  .my-xs-n60 {
    margin-bottom: -60px !important; }
  .ml-xs-n60,
  .mx-xs-n60 {
    margin-left: -60px !important; }
  .m-xs-n59 {
    margin: -59px !important; }
  .mt-xs-n59,
  .my-xs-n59 {
    margin-top: -59px !important; }
  .mr-xs-n59,
  .mx-xs-n59 {
    margin-right: -59px !important; }
  .mb-xs-n59,
  .my-xs-n59 {
    margin-bottom: -59px !important; }
  .ml-xs-n59,
  .mx-xs-n59 {
    margin-left: -59px !important; }
  .m-xs-n58 {
    margin: -58px !important; }
  .mt-xs-n58,
  .my-xs-n58 {
    margin-top: -58px !important; }
  .mr-xs-n58,
  .mx-xs-n58 {
    margin-right: -58px !important; }
  .mb-xs-n58,
  .my-xs-n58 {
    margin-bottom: -58px !important; }
  .ml-xs-n58,
  .mx-xs-n58 {
    margin-left: -58px !important; }
  .m-xs-n57 {
    margin: -57px !important; }
  .mt-xs-n57,
  .my-xs-n57 {
    margin-top: -57px !important; }
  .mr-xs-n57,
  .mx-xs-n57 {
    margin-right: -57px !important; }
  .mb-xs-n57,
  .my-xs-n57 {
    margin-bottom: -57px !important; }
  .ml-xs-n57,
  .mx-xs-n57 {
    margin-left: -57px !important; }
  .m-xs-n56 {
    margin: -56px !important; }
  .mt-xs-n56,
  .my-xs-n56 {
    margin-top: -56px !important; }
  .mr-xs-n56,
  .mx-xs-n56 {
    margin-right: -56px !important; }
  .mb-xs-n56,
  .my-xs-n56 {
    margin-bottom: -56px !important; }
  .ml-xs-n56,
  .mx-xs-n56 {
    margin-left: -56px !important; }
  .m-xs-n55 {
    margin: -55px !important; }
  .mt-xs-n55,
  .my-xs-n55 {
    margin-top: -55px !important; }
  .mr-xs-n55,
  .mx-xs-n55 {
    margin-right: -55px !important; }
  .mb-xs-n55,
  .my-xs-n55 {
    margin-bottom: -55px !important; }
  .ml-xs-n55,
  .mx-xs-n55 {
    margin-left: -55px !important; }
  .m-xs-n54 {
    margin: -54px !important; }
  .mt-xs-n54,
  .my-xs-n54 {
    margin-top: -54px !important; }
  .mr-xs-n54,
  .mx-xs-n54 {
    margin-right: -54px !important; }
  .mb-xs-n54,
  .my-xs-n54 {
    margin-bottom: -54px !important; }
  .ml-xs-n54,
  .mx-xs-n54 {
    margin-left: -54px !important; }
  .m-xs-n53 {
    margin: -53px !important; }
  .mt-xs-n53,
  .my-xs-n53 {
    margin-top: -53px !important; }
  .mr-xs-n53,
  .mx-xs-n53 {
    margin-right: -53px !important; }
  .mb-xs-n53,
  .my-xs-n53 {
    margin-bottom: -53px !important; }
  .ml-xs-n53,
  .mx-xs-n53 {
    margin-left: -53px !important; }
  .m-xs-n52 {
    margin: -52px !important; }
  .mt-xs-n52,
  .my-xs-n52 {
    margin-top: -52px !important; }
  .mr-xs-n52,
  .mx-xs-n52 {
    margin-right: -52px !important; }
  .mb-xs-n52,
  .my-xs-n52 {
    margin-bottom: -52px !important; }
  .ml-xs-n52,
  .mx-xs-n52 {
    margin-left: -52px !important; }
  .m-xs-n51 {
    margin: -51px !important; }
  .mt-xs-n51,
  .my-xs-n51 {
    margin-top: -51px !important; }
  .mr-xs-n51,
  .mx-xs-n51 {
    margin-right: -51px !important; }
  .mb-xs-n51,
  .my-xs-n51 {
    margin-bottom: -51px !important; }
  .ml-xs-n51,
  .mx-xs-n51 {
    margin-left: -51px !important; }
  .m-xs-n50 {
    margin: -50px !important; }
  .mt-xs-n50,
  .my-xs-n50 {
    margin-top: -50px !important; }
  .mr-xs-n50,
  .mx-xs-n50 {
    margin-right: -50px !important; }
  .mb-xs-n50,
  .my-xs-n50 {
    margin-bottom: -50px !important; }
  .ml-xs-n50,
  .mx-xs-n50 {
    margin-left: -50px !important; }
  .m-xs-n49 {
    margin: -49px !important; }
  .mt-xs-n49,
  .my-xs-n49 {
    margin-top: -49px !important; }
  .mr-xs-n49,
  .mx-xs-n49 {
    margin-right: -49px !important; }
  .mb-xs-n49,
  .my-xs-n49 {
    margin-bottom: -49px !important; }
  .ml-xs-n49,
  .mx-xs-n49 {
    margin-left: -49px !important; }
  .m-xs-n48 {
    margin: -48px !important; }
  .mt-xs-n48,
  .my-xs-n48 {
    margin-top: -48px !important; }
  .mr-xs-n48,
  .mx-xs-n48 {
    margin-right: -48px !important; }
  .mb-xs-n48,
  .my-xs-n48 {
    margin-bottom: -48px !important; }
  .ml-xs-n48,
  .mx-xs-n48 {
    margin-left: -48px !important; }
  .m-xs-n47 {
    margin: -47px !important; }
  .mt-xs-n47,
  .my-xs-n47 {
    margin-top: -47px !important; }
  .mr-xs-n47,
  .mx-xs-n47 {
    margin-right: -47px !important; }
  .mb-xs-n47,
  .my-xs-n47 {
    margin-bottom: -47px !important; }
  .ml-xs-n47,
  .mx-xs-n47 {
    margin-left: -47px !important; }
  .m-xs-n46 {
    margin: -46px !important; }
  .mt-xs-n46,
  .my-xs-n46 {
    margin-top: -46px !important; }
  .mr-xs-n46,
  .mx-xs-n46 {
    margin-right: -46px !important; }
  .mb-xs-n46,
  .my-xs-n46 {
    margin-bottom: -46px !important; }
  .ml-xs-n46,
  .mx-xs-n46 {
    margin-left: -46px !important; }
  .m-xs-n45 {
    margin: -45px !important; }
  .mt-xs-n45,
  .my-xs-n45 {
    margin-top: -45px !important; }
  .mr-xs-n45,
  .mx-xs-n45 {
    margin-right: -45px !important; }
  .mb-xs-n45,
  .my-xs-n45 {
    margin-bottom: -45px !important; }
  .ml-xs-n45,
  .mx-xs-n45 {
    margin-left: -45px !important; }
  .m-xs-n44 {
    margin: -44px !important; }
  .mt-xs-n44,
  .my-xs-n44 {
    margin-top: -44px !important; }
  .mr-xs-n44,
  .mx-xs-n44 {
    margin-right: -44px !important; }
  .mb-xs-n44,
  .my-xs-n44 {
    margin-bottom: -44px !important; }
  .ml-xs-n44,
  .mx-xs-n44 {
    margin-left: -44px !important; }
  .m-xs-n43 {
    margin: -43px !important; }
  .mt-xs-n43,
  .my-xs-n43 {
    margin-top: -43px !important; }
  .mr-xs-n43,
  .mx-xs-n43 {
    margin-right: -43px !important; }
  .mb-xs-n43,
  .my-xs-n43 {
    margin-bottom: -43px !important; }
  .ml-xs-n43,
  .mx-xs-n43 {
    margin-left: -43px !important; }
  .m-xs-n42 {
    margin: -42px !important; }
  .mt-xs-n42,
  .my-xs-n42 {
    margin-top: -42px !important; }
  .mr-xs-n42,
  .mx-xs-n42 {
    margin-right: -42px !important; }
  .mb-xs-n42,
  .my-xs-n42 {
    margin-bottom: -42px !important; }
  .ml-xs-n42,
  .mx-xs-n42 {
    margin-left: -42px !important; }
  .m-xs-n41 {
    margin: -41px !important; }
  .mt-xs-n41,
  .my-xs-n41 {
    margin-top: -41px !important; }
  .mr-xs-n41,
  .mx-xs-n41 {
    margin-right: -41px !important; }
  .mb-xs-n41,
  .my-xs-n41 {
    margin-bottom: -41px !important; }
  .ml-xs-n41,
  .mx-xs-n41 {
    margin-left: -41px !important; }
  .m-xs-n40 {
    margin: -40px !important; }
  .mt-xs-n40,
  .my-xs-n40 {
    margin-top: -40px !important; }
  .mr-xs-n40,
  .mx-xs-n40 {
    margin-right: -40px !important; }
  .mb-xs-n40,
  .my-xs-n40 {
    margin-bottom: -40px !important; }
  .ml-xs-n40,
  .mx-xs-n40 {
    margin-left: -40px !important; }
  .m-xs-n39 {
    margin: -39px !important; }
  .mt-xs-n39,
  .my-xs-n39 {
    margin-top: -39px !important; }
  .mr-xs-n39,
  .mx-xs-n39 {
    margin-right: -39px !important; }
  .mb-xs-n39,
  .my-xs-n39 {
    margin-bottom: -39px !important; }
  .ml-xs-n39,
  .mx-xs-n39 {
    margin-left: -39px !important; }
  .m-xs-n38 {
    margin: -38px !important; }
  .mt-xs-n38,
  .my-xs-n38 {
    margin-top: -38px !important; }
  .mr-xs-n38,
  .mx-xs-n38 {
    margin-right: -38px !important; }
  .mb-xs-n38,
  .my-xs-n38 {
    margin-bottom: -38px !important; }
  .ml-xs-n38,
  .mx-xs-n38 {
    margin-left: -38px !important; }
  .m-xs-n37 {
    margin: -37px !important; }
  .mt-xs-n37,
  .my-xs-n37 {
    margin-top: -37px !important; }
  .mr-xs-n37,
  .mx-xs-n37 {
    margin-right: -37px !important; }
  .mb-xs-n37,
  .my-xs-n37 {
    margin-bottom: -37px !important; }
  .ml-xs-n37,
  .mx-xs-n37 {
    margin-left: -37px !important; }
  .m-xs-n36 {
    margin: -36px !important; }
  .mt-xs-n36,
  .my-xs-n36 {
    margin-top: -36px !important; }
  .mr-xs-n36,
  .mx-xs-n36 {
    margin-right: -36px !important; }
  .mb-xs-n36,
  .my-xs-n36 {
    margin-bottom: -36px !important; }
  .ml-xs-n36,
  .mx-xs-n36 {
    margin-left: -36px !important; }
  .m-xs-n35 {
    margin: -35px !important; }
  .mt-xs-n35,
  .my-xs-n35 {
    margin-top: -35px !important; }
  .mr-xs-n35,
  .mx-xs-n35 {
    margin-right: -35px !important; }
  .mb-xs-n35,
  .my-xs-n35 {
    margin-bottom: -35px !important; }
  .ml-xs-n35,
  .mx-xs-n35 {
    margin-left: -35px !important; }
  .m-xs-n34 {
    margin: -34px !important; }
  .mt-xs-n34,
  .my-xs-n34 {
    margin-top: -34px !important; }
  .mr-xs-n34,
  .mx-xs-n34 {
    margin-right: -34px !important; }
  .mb-xs-n34,
  .my-xs-n34 {
    margin-bottom: -34px !important; }
  .ml-xs-n34,
  .mx-xs-n34 {
    margin-left: -34px !important; }
  .m-xs-n33 {
    margin: -33px !important; }
  .mt-xs-n33,
  .my-xs-n33 {
    margin-top: -33px !important; }
  .mr-xs-n33,
  .mx-xs-n33 {
    margin-right: -33px !important; }
  .mb-xs-n33,
  .my-xs-n33 {
    margin-bottom: -33px !important; }
  .ml-xs-n33,
  .mx-xs-n33 {
    margin-left: -33px !important; }
  .m-xs-n32 {
    margin: -32px !important; }
  .mt-xs-n32,
  .my-xs-n32 {
    margin-top: -32px !important; }
  .mr-xs-n32,
  .mx-xs-n32 {
    margin-right: -32px !important; }
  .mb-xs-n32,
  .my-xs-n32 {
    margin-bottom: -32px !important; }
  .ml-xs-n32,
  .mx-xs-n32 {
    margin-left: -32px !important; }
  .m-xs-n31 {
    margin: -31px !important; }
  .mt-xs-n31,
  .my-xs-n31 {
    margin-top: -31px !important; }
  .mr-xs-n31,
  .mx-xs-n31 {
    margin-right: -31px !important; }
  .mb-xs-n31,
  .my-xs-n31 {
    margin-bottom: -31px !important; }
  .ml-xs-n31,
  .mx-xs-n31 {
    margin-left: -31px !important; }
  .m-xs-n30 {
    margin: -30px !important; }
  .mt-xs-n30,
  .my-xs-n30 {
    margin-top: -30px !important; }
  .mr-xs-n30,
  .mx-xs-n30 {
    margin-right: -30px !important; }
  .mb-xs-n30,
  .my-xs-n30 {
    margin-bottom: -30px !important; }
  .ml-xs-n30,
  .mx-xs-n30 {
    margin-left: -30px !important; }
  .m-xs-n29 {
    margin: -29px !important; }
  .mt-xs-n29,
  .my-xs-n29 {
    margin-top: -29px !important; }
  .mr-xs-n29,
  .mx-xs-n29 {
    margin-right: -29px !important; }
  .mb-xs-n29,
  .my-xs-n29 {
    margin-bottom: -29px !important; }
  .ml-xs-n29,
  .mx-xs-n29 {
    margin-left: -29px !important; }
  .m-xs-n28 {
    margin: -28px !important; }
  .mt-xs-n28,
  .my-xs-n28 {
    margin-top: -28px !important; }
  .mr-xs-n28,
  .mx-xs-n28 {
    margin-right: -28px !important; }
  .mb-xs-n28,
  .my-xs-n28 {
    margin-bottom: -28px !important; }
  .ml-xs-n28,
  .mx-xs-n28 {
    margin-left: -28px !important; }
  .m-xs-n27 {
    margin: -27px !important; }
  .mt-xs-n27,
  .my-xs-n27 {
    margin-top: -27px !important; }
  .mr-xs-n27,
  .mx-xs-n27 {
    margin-right: -27px !important; }
  .mb-xs-n27,
  .my-xs-n27 {
    margin-bottom: -27px !important; }
  .ml-xs-n27,
  .mx-xs-n27 {
    margin-left: -27px !important; }
  .m-xs-n26 {
    margin: -26px !important; }
  .mt-xs-n26,
  .my-xs-n26 {
    margin-top: -26px !important; }
  .mr-xs-n26,
  .mx-xs-n26 {
    margin-right: -26px !important; }
  .mb-xs-n26,
  .my-xs-n26 {
    margin-bottom: -26px !important; }
  .ml-xs-n26,
  .mx-xs-n26 {
    margin-left: -26px !important; }
  .m-xs-n25 {
    margin: -25px !important; }
  .mt-xs-n25,
  .my-xs-n25 {
    margin-top: -25px !important; }
  .mr-xs-n25,
  .mx-xs-n25 {
    margin-right: -25px !important; }
  .mb-xs-n25,
  .my-xs-n25 {
    margin-bottom: -25px !important; }
  .ml-xs-n25,
  .mx-xs-n25 {
    margin-left: -25px !important; }
  .m-xs-n24 {
    margin: -24px !important; }
  .mt-xs-n24,
  .my-xs-n24 {
    margin-top: -24px !important; }
  .mr-xs-n24,
  .mx-xs-n24 {
    margin-right: -24px !important; }
  .mb-xs-n24,
  .my-xs-n24 {
    margin-bottom: -24px !important; }
  .ml-xs-n24,
  .mx-xs-n24 {
    margin-left: -24px !important; }
  .m-xs-n23 {
    margin: -23px !important; }
  .mt-xs-n23,
  .my-xs-n23 {
    margin-top: -23px !important; }
  .mr-xs-n23,
  .mx-xs-n23 {
    margin-right: -23px !important; }
  .mb-xs-n23,
  .my-xs-n23 {
    margin-bottom: -23px !important; }
  .ml-xs-n23,
  .mx-xs-n23 {
    margin-left: -23px !important; }
  .m-xs-n22 {
    margin: -22px !important; }
  .mt-xs-n22,
  .my-xs-n22 {
    margin-top: -22px !important; }
  .mr-xs-n22,
  .mx-xs-n22 {
    margin-right: -22px !important; }
  .mb-xs-n22,
  .my-xs-n22 {
    margin-bottom: -22px !important; }
  .ml-xs-n22,
  .mx-xs-n22 {
    margin-left: -22px !important; }
  .m-xs-n21 {
    margin: -21px !important; }
  .mt-xs-n21,
  .my-xs-n21 {
    margin-top: -21px !important; }
  .mr-xs-n21,
  .mx-xs-n21 {
    margin-right: -21px !important; }
  .mb-xs-n21,
  .my-xs-n21 {
    margin-bottom: -21px !important; }
  .ml-xs-n21,
  .mx-xs-n21 {
    margin-left: -21px !important; }
  .m-xs-n20 {
    margin: -20px !important; }
  .mt-xs-n20,
  .my-xs-n20 {
    margin-top: -20px !important; }
  .mr-xs-n20,
  .mx-xs-n20 {
    margin-right: -20px !important; }
  .mb-xs-n20,
  .my-xs-n20 {
    margin-bottom: -20px !important; }
  .ml-xs-n20,
  .mx-xs-n20 {
    margin-left: -20px !important; }
  .m-xs-n19 {
    margin: -19px !important; }
  .mt-xs-n19,
  .my-xs-n19 {
    margin-top: -19px !important; }
  .mr-xs-n19,
  .mx-xs-n19 {
    margin-right: -19px !important; }
  .mb-xs-n19,
  .my-xs-n19 {
    margin-bottom: -19px !important; }
  .ml-xs-n19,
  .mx-xs-n19 {
    margin-left: -19px !important; }
  .m-xs-n18 {
    margin: -18px !important; }
  .mt-xs-n18,
  .my-xs-n18 {
    margin-top: -18px !important; }
  .mr-xs-n18,
  .mx-xs-n18 {
    margin-right: -18px !important; }
  .mb-xs-n18,
  .my-xs-n18 {
    margin-bottom: -18px !important; }
  .ml-xs-n18,
  .mx-xs-n18 {
    margin-left: -18px !important; }
  .m-xs-n17 {
    margin: -17px !important; }
  .mt-xs-n17,
  .my-xs-n17 {
    margin-top: -17px !important; }
  .mr-xs-n17,
  .mx-xs-n17 {
    margin-right: -17px !important; }
  .mb-xs-n17,
  .my-xs-n17 {
    margin-bottom: -17px !important; }
  .ml-xs-n17,
  .mx-xs-n17 {
    margin-left: -17px !important; }
  .m-xs-n16 {
    margin: -16px !important; }
  .mt-xs-n16,
  .my-xs-n16 {
    margin-top: -16px !important; }
  .mr-xs-n16,
  .mx-xs-n16 {
    margin-right: -16px !important; }
  .mb-xs-n16,
  .my-xs-n16 {
    margin-bottom: -16px !important; }
  .ml-xs-n16,
  .mx-xs-n16 {
    margin-left: -16px !important; }
  .m-xs-n15 {
    margin: -15px !important; }
  .mt-xs-n15,
  .my-xs-n15 {
    margin-top: -15px !important; }
  .mr-xs-n15,
  .mx-xs-n15 {
    margin-right: -15px !important; }
  .mb-xs-n15,
  .my-xs-n15 {
    margin-bottom: -15px !important; }
  .ml-xs-n15,
  .mx-xs-n15 {
    margin-left: -15px !important; }
  .m-xs-n14 {
    margin: -14px !important; }
  .mt-xs-n14,
  .my-xs-n14 {
    margin-top: -14px !important; }
  .mr-xs-n14,
  .mx-xs-n14 {
    margin-right: -14px !important; }
  .mb-xs-n14,
  .my-xs-n14 {
    margin-bottom: -14px !important; }
  .ml-xs-n14,
  .mx-xs-n14 {
    margin-left: -14px !important; }
  .m-xs-n13 {
    margin: -13px !important; }
  .mt-xs-n13,
  .my-xs-n13 {
    margin-top: -13px !important; }
  .mr-xs-n13,
  .mx-xs-n13 {
    margin-right: -13px !important; }
  .mb-xs-n13,
  .my-xs-n13 {
    margin-bottom: -13px !important; }
  .ml-xs-n13,
  .mx-xs-n13 {
    margin-left: -13px !important; }
  .m-xs-n12 {
    margin: -12px !important; }
  .mt-xs-n12,
  .my-xs-n12 {
    margin-top: -12px !important; }
  .mr-xs-n12,
  .mx-xs-n12 {
    margin-right: -12px !important; }
  .mb-xs-n12,
  .my-xs-n12 {
    margin-bottom: -12px !important; }
  .ml-xs-n12,
  .mx-xs-n12 {
    margin-left: -12px !important; }
  .m-xs-n11 {
    margin: -11px !important; }
  .mt-xs-n11,
  .my-xs-n11 {
    margin-top: -11px !important; }
  .mr-xs-n11,
  .mx-xs-n11 {
    margin-right: -11px !important; }
  .mb-xs-n11,
  .my-xs-n11 {
    margin-bottom: -11px !important; }
  .ml-xs-n11,
  .mx-xs-n11 {
    margin-left: -11px !important; }
  .m-xs-n10 {
    margin: -10px !important; }
  .mt-xs-n10,
  .my-xs-n10 {
    margin-top: -10px !important; }
  .mr-xs-n10,
  .mx-xs-n10 {
    margin-right: -10px !important; }
  .mb-xs-n10,
  .my-xs-n10 {
    margin-bottom: -10px !important; }
  .ml-xs-n10,
  .mx-xs-n10 {
    margin-left: -10px !important; }
  .m-xs-n9 {
    margin: -9px !important; }
  .mt-xs-n9,
  .my-xs-n9 {
    margin-top: -9px !important; }
  .mr-xs-n9,
  .mx-xs-n9 {
    margin-right: -9px !important; }
  .mb-xs-n9,
  .my-xs-n9 {
    margin-bottom: -9px !important; }
  .ml-xs-n9,
  .mx-xs-n9 {
    margin-left: -9px !important; }
  .m-xs-n8 {
    margin: -8px !important; }
  .mt-xs-n8,
  .my-xs-n8 {
    margin-top: -8px !important; }
  .mr-xs-n8,
  .mx-xs-n8 {
    margin-right: -8px !important; }
  .mb-xs-n8,
  .my-xs-n8 {
    margin-bottom: -8px !important; }
  .ml-xs-n8,
  .mx-xs-n8 {
    margin-left: -8px !important; }
  .m-xs-n7 {
    margin: -7px !important; }
  .mt-xs-n7,
  .my-xs-n7 {
    margin-top: -7px !important; }
  .mr-xs-n7,
  .mx-xs-n7 {
    margin-right: -7px !important; }
  .mb-xs-n7,
  .my-xs-n7 {
    margin-bottom: -7px !important; }
  .ml-xs-n7,
  .mx-xs-n7 {
    margin-left: -7px !important; }
  .m-xs-n6 {
    margin: -6px !important; }
  .mt-xs-n6,
  .my-xs-n6 {
    margin-top: -6px !important; }
  .mr-xs-n6,
  .mx-xs-n6 {
    margin-right: -6px !important; }
  .mb-xs-n6,
  .my-xs-n6 {
    margin-bottom: -6px !important; }
  .ml-xs-n6,
  .mx-xs-n6 {
    margin-left: -6px !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important; } }

@media (min-width: 767px) {
  .m-sm-0 {
    margin: 0px !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0px !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0px !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0px !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0px !important; }
  .m-sm-1 {
    margin: 1px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1px !important; }
  .m-sm-2 {
    margin: 2px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2px !important; }
  .m-sm-3 {
    margin: 3px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3px !important; }
  .m-sm-4 {
    margin: 4px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4px !important; }
  .m-sm-5 {
    margin: 5px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5px !important; }
  .m-sm-100 {
    margin: 100px !important; }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 100px !important; }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 100px !important; }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100px !important; }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 100px !important; }
  .m-sm-99 {
    margin: 99px !important; }
  .mt-sm-99,
  .my-sm-99 {
    margin-top: 99px !important; }
  .mr-sm-99,
  .mx-sm-99 {
    margin-right: 99px !important; }
  .mb-sm-99,
  .my-sm-99 {
    margin-bottom: 99px !important; }
  .ml-sm-99,
  .mx-sm-99 {
    margin-left: 99px !important; }
  .m-sm-98 {
    margin: 98px !important; }
  .mt-sm-98,
  .my-sm-98 {
    margin-top: 98px !important; }
  .mr-sm-98,
  .mx-sm-98 {
    margin-right: 98px !important; }
  .mb-sm-98,
  .my-sm-98 {
    margin-bottom: 98px !important; }
  .ml-sm-98,
  .mx-sm-98 {
    margin-left: 98px !important; }
  .m-sm-97 {
    margin: 97px !important; }
  .mt-sm-97,
  .my-sm-97 {
    margin-top: 97px !important; }
  .mr-sm-97,
  .mx-sm-97 {
    margin-right: 97px !important; }
  .mb-sm-97,
  .my-sm-97 {
    margin-bottom: 97px !important; }
  .ml-sm-97,
  .mx-sm-97 {
    margin-left: 97px !important; }
  .m-sm-96 {
    margin: 96px !important; }
  .mt-sm-96,
  .my-sm-96 {
    margin-top: 96px !important; }
  .mr-sm-96,
  .mx-sm-96 {
    margin-right: 96px !important; }
  .mb-sm-96,
  .my-sm-96 {
    margin-bottom: 96px !important; }
  .ml-sm-96,
  .mx-sm-96 {
    margin-left: 96px !important; }
  .m-sm-95 {
    margin: 95px !important; }
  .mt-sm-95,
  .my-sm-95 {
    margin-top: 95px !important; }
  .mr-sm-95,
  .mx-sm-95 {
    margin-right: 95px !important; }
  .mb-sm-95,
  .my-sm-95 {
    margin-bottom: 95px !important; }
  .ml-sm-95,
  .mx-sm-95 {
    margin-left: 95px !important; }
  .m-sm-94 {
    margin: 94px !important; }
  .mt-sm-94,
  .my-sm-94 {
    margin-top: 94px !important; }
  .mr-sm-94,
  .mx-sm-94 {
    margin-right: 94px !important; }
  .mb-sm-94,
  .my-sm-94 {
    margin-bottom: 94px !important; }
  .ml-sm-94,
  .mx-sm-94 {
    margin-left: 94px !important; }
  .m-sm-93 {
    margin: 93px !important; }
  .mt-sm-93,
  .my-sm-93 {
    margin-top: 93px !important; }
  .mr-sm-93,
  .mx-sm-93 {
    margin-right: 93px !important; }
  .mb-sm-93,
  .my-sm-93 {
    margin-bottom: 93px !important; }
  .ml-sm-93,
  .mx-sm-93 {
    margin-left: 93px !important; }
  .m-sm-92 {
    margin: 92px !important; }
  .mt-sm-92,
  .my-sm-92 {
    margin-top: 92px !important; }
  .mr-sm-92,
  .mx-sm-92 {
    margin-right: 92px !important; }
  .mb-sm-92,
  .my-sm-92 {
    margin-bottom: 92px !important; }
  .ml-sm-92,
  .mx-sm-92 {
    margin-left: 92px !important; }
  .m-sm-91 {
    margin: 91px !important; }
  .mt-sm-91,
  .my-sm-91 {
    margin-top: 91px !important; }
  .mr-sm-91,
  .mx-sm-91 {
    margin-right: 91px !important; }
  .mb-sm-91,
  .my-sm-91 {
    margin-bottom: 91px !important; }
  .ml-sm-91,
  .mx-sm-91 {
    margin-left: 91px !important; }
  .m-sm-90 {
    margin: 90px !important; }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 90px !important; }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 90px !important; }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 90px !important; }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 90px !important; }
  .m-sm-89 {
    margin: 89px !important; }
  .mt-sm-89,
  .my-sm-89 {
    margin-top: 89px !important; }
  .mr-sm-89,
  .mx-sm-89 {
    margin-right: 89px !important; }
  .mb-sm-89,
  .my-sm-89 {
    margin-bottom: 89px !important; }
  .ml-sm-89,
  .mx-sm-89 {
    margin-left: 89px !important; }
  .m-sm-88 {
    margin: 88px !important; }
  .mt-sm-88,
  .my-sm-88 {
    margin-top: 88px !important; }
  .mr-sm-88,
  .mx-sm-88 {
    margin-right: 88px !important; }
  .mb-sm-88,
  .my-sm-88 {
    margin-bottom: 88px !important; }
  .ml-sm-88,
  .mx-sm-88 {
    margin-left: 88px !important; }
  .m-sm-87 {
    margin: 87px !important; }
  .mt-sm-87,
  .my-sm-87 {
    margin-top: 87px !important; }
  .mr-sm-87,
  .mx-sm-87 {
    margin-right: 87px !important; }
  .mb-sm-87,
  .my-sm-87 {
    margin-bottom: 87px !important; }
  .ml-sm-87,
  .mx-sm-87 {
    margin-left: 87px !important; }
  .m-sm-86 {
    margin: 86px !important; }
  .mt-sm-86,
  .my-sm-86 {
    margin-top: 86px !important; }
  .mr-sm-86,
  .mx-sm-86 {
    margin-right: 86px !important; }
  .mb-sm-86,
  .my-sm-86 {
    margin-bottom: 86px !important; }
  .ml-sm-86,
  .mx-sm-86 {
    margin-left: 86px !important; }
  .m-sm-85 {
    margin: 85px !important; }
  .mt-sm-85,
  .my-sm-85 {
    margin-top: 85px !important; }
  .mr-sm-85,
  .mx-sm-85 {
    margin-right: 85px !important; }
  .mb-sm-85,
  .my-sm-85 {
    margin-bottom: 85px !important; }
  .ml-sm-85,
  .mx-sm-85 {
    margin-left: 85px !important; }
  .m-sm-84 {
    margin: 84px !important; }
  .mt-sm-84,
  .my-sm-84 {
    margin-top: 84px !important; }
  .mr-sm-84,
  .mx-sm-84 {
    margin-right: 84px !important; }
  .mb-sm-84,
  .my-sm-84 {
    margin-bottom: 84px !important; }
  .ml-sm-84,
  .mx-sm-84 {
    margin-left: 84px !important; }
  .m-sm-83 {
    margin: 83px !important; }
  .mt-sm-83,
  .my-sm-83 {
    margin-top: 83px !important; }
  .mr-sm-83,
  .mx-sm-83 {
    margin-right: 83px !important; }
  .mb-sm-83,
  .my-sm-83 {
    margin-bottom: 83px !important; }
  .ml-sm-83,
  .mx-sm-83 {
    margin-left: 83px !important; }
  .m-sm-82 {
    margin: 82px !important; }
  .mt-sm-82,
  .my-sm-82 {
    margin-top: 82px !important; }
  .mr-sm-82,
  .mx-sm-82 {
    margin-right: 82px !important; }
  .mb-sm-82,
  .my-sm-82 {
    margin-bottom: 82px !important; }
  .ml-sm-82,
  .mx-sm-82 {
    margin-left: 82px !important; }
  .m-sm-81 {
    margin: 81px !important; }
  .mt-sm-81,
  .my-sm-81 {
    margin-top: 81px !important; }
  .mr-sm-81,
  .mx-sm-81 {
    margin-right: 81px !important; }
  .mb-sm-81,
  .my-sm-81 {
    margin-bottom: 81px !important; }
  .ml-sm-81,
  .mx-sm-81 {
    margin-left: 81px !important; }
  .m-sm-80 {
    margin: 80px !important; }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px !important; }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px !important; }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px !important; }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px !important; }
  .m-sm-79 {
    margin: 79px !important; }
  .mt-sm-79,
  .my-sm-79 {
    margin-top: 79px !important; }
  .mr-sm-79,
  .mx-sm-79 {
    margin-right: 79px !important; }
  .mb-sm-79,
  .my-sm-79 {
    margin-bottom: 79px !important; }
  .ml-sm-79,
  .mx-sm-79 {
    margin-left: 79px !important; }
  .m-sm-78 {
    margin: 78px !important; }
  .mt-sm-78,
  .my-sm-78 {
    margin-top: 78px !important; }
  .mr-sm-78,
  .mx-sm-78 {
    margin-right: 78px !important; }
  .mb-sm-78,
  .my-sm-78 {
    margin-bottom: 78px !important; }
  .ml-sm-78,
  .mx-sm-78 {
    margin-left: 78px !important; }
  .m-sm-77 {
    margin: 77px !important; }
  .mt-sm-77,
  .my-sm-77 {
    margin-top: 77px !important; }
  .mr-sm-77,
  .mx-sm-77 {
    margin-right: 77px !important; }
  .mb-sm-77,
  .my-sm-77 {
    margin-bottom: 77px !important; }
  .ml-sm-77,
  .mx-sm-77 {
    margin-left: 77px !important; }
  .m-sm-76 {
    margin: 76px !important; }
  .mt-sm-76,
  .my-sm-76 {
    margin-top: 76px !important; }
  .mr-sm-76,
  .mx-sm-76 {
    margin-right: 76px !important; }
  .mb-sm-76,
  .my-sm-76 {
    margin-bottom: 76px !important; }
  .ml-sm-76,
  .mx-sm-76 {
    margin-left: 76px !important; }
  .m-sm-75 {
    margin: 75px !important; }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 75px !important; }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 75px !important; }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 75px !important; }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 75px !important; }
  .m-sm-74 {
    margin: 74px !important; }
  .mt-sm-74,
  .my-sm-74 {
    margin-top: 74px !important; }
  .mr-sm-74,
  .mx-sm-74 {
    margin-right: 74px !important; }
  .mb-sm-74,
  .my-sm-74 {
    margin-bottom: 74px !important; }
  .ml-sm-74,
  .mx-sm-74 {
    margin-left: 74px !important; }
  .m-sm-73 {
    margin: 73px !important; }
  .mt-sm-73,
  .my-sm-73 {
    margin-top: 73px !important; }
  .mr-sm-73,
  .mx-sm-73 {
    margin-right: 73px !important; }
  .mb-sm-73,
  .my-sm-73 {
    margin-bottom: 73px !important; }
  .ml-sm-73,
  .mx-sm-73 {
    margin-left: 73px !important; }
  .m-sm-72 {
    margin: 72px !important; }
  .mt-sm-72,
  .my-sm-72 {
    margin-top: 72px !important; }
  .mr-sm-72,
  .mx-sm-72 {
    margin-right: 72px !important; }
  .mb-sm-72,
  .my-sm-72 {
    margin-bottom: 72px !important; }
  .ml-sm-72,
  .mx-sm-72 {
    margin-left: 72px !important; }
  .m-sm-71 {
    margin: 71px !important; }
  .mt-sm-71,
  .my-sm-71 {
    margin-top: 71px !important; }
  .mr-sm-71,
  .mx-sm-71 {
    margin-right: 71px !important; }
  .mb-sm-71,
  .my-sm-71 {
    margin-bottom: 71px !important; }
  .ml-sm-71,
  .mx-sm-71 {
    margin-left: 71px !important; }
  .m-sm-70 {
    margin: 70px !important; }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 70px !important; }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 70px !important; }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 70px !important; }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 70px !important; }
  .m-sm-69 {
    margin: 69px !important; }
  .mt-sm-69,
  .my-sm-69 {
    margin-top: 69px !important; }
  .mr-sm-69,
  .mx-sm-69 {
    margin-right: 69px !important; }
  .mb-sm-69,
  .my-sm-69 {
    margin-bottom: 69px !important; }
  .ml-sm-69,
  .mx-sm-69 {
    margin-left: 69px !important; }
  .m-sm-68 {
    margin: 68px !important; }
  .mt-sm-68,
  .my-sm-68 {
    margin-top: 68px !important; }
  .mr-sm-68,
  .mx-sm-68 {
    margin-right: 68px !important; }
  .mb-sm-68,
  .my-sm-68 {
    margin-bottom: 68px !important; }
  .ml-sm-68,
  .mx-sm-68 {
    margin-left: 68px !important; }
  .m-sm-67 {
    margin: 67px !important; }
  .mt-sm-67,
  .my-sm-67 {
    margin-top: 67px !important; }
  .mr-sm-67,
  .mx-sm-67 {
    margin-right: 67px !important; }
  .mb-sm-67,
  .my-sm-67 {
    margin-bottom: 67px !important; }
  .ml-sm-67,
  .mx-sm-67 {
    margin-left: 67px !important; }
  .m-sm-66 {
    margin: 66px !important; }
  .mt-sm-66,
  .my-sm-66 {
    margin-top: 66px !important; }
  .mr-sm-66,
  .mx-sm-66 {
    margin-right: 66px !important; }
  .mb-sm-66,
  .my-sm-66 {
    margin-bottom: 66px !important; }
  .ml-sm-66,
  .mx-sm-66 {
    margin-left: 66px !important; }
  .m-sm-65 {
    margin: 65px !important; }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 65px !important; }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 65px !important; }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 65px !important; }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 65px !important; }
  .m-sm-64 {
    margin: 64px !important; }
  .mt-sm-64,
  .my-sm-64 {
    margin-top: 64px !important; }
  .mr-sm-64,
  .mx-sm-64 {
    margin-right: 64px !important; }
  .mb-sm-64,
  .my-sm-64 {
    margin-bottom: 64px !important; }
  .ml-sm-64,
  .mx-sm-64 {
    margin-left: 64px !important; }
  .m-sm-63 {
    margin: 63px !important; }
  .mt-sm-63,
  .my-sm-63 {
    margin-top: 63px !important; }
  .mr-sm-63,
  .mx-sm-63 {
    margin-right: 63px !important; }
  .mb-sm-63,
  .my-sm-63 {
    margin-bottom: 63px !important; }
  .ml-sm-63,
  .mx-sm-63 {
    margin-left: 63px !important; }
  .m-sm-62 {
    margin: 62px !important; }
  .mt-sm-62,
  .my-sm-62 {
    margin-top: 62px !important; }
  .mr-sm-62,
  .mx-sm-62 {
    margin-right: 62px !important; }
  .mb-sm-62,
  .my-sm-62 {
    margin-bottom: 62px !important; }
  .ml-sm-62,
  .mx-sm-62 {
    margin-left: 62px !important; }
  .m-sm-61 {
    margin: 61px !important; }
  .mt-sm-61,
  .my-sm-61 {
    margin-top: 61px !important; }
  .mr-sm-61,
  .mx-sm-61 {
    margin-right: 61px !important; }
  .mb-sm-61,
  .my-sm-61 {
    margin-bottom: 61px !important; }
  .ml-sm-61,
  .mx-sm-61 {
    margin-left: 61px !important; }
  .m-sm-60 {
    margin: 60px !important; }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px !important; }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px !important; }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px !important; }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px !important; }
  .m-sm-59 {
    margin: 59px !important; }
  .mt-sm-59,
  .my-sm-59 {
    margin-top: 59px !important; }
  .mr-sm-59,
  .mx-sm-59 {
    margin-right: 59px !important; }
  .mb-sm-59,
  .my-sm-59 {
    margin-bottom: 59px !important; }
  .ml-sm-59,
  .mx-sm-59 {
    margin-left: 59px !important; }
  .m-sm-58 {
    margin: 58px !important; }
  .mt-sm-58,
  .my-sm-58 {
    margin-top: 58px !important; }
  .mr-sm-58,
  .mx-sm-58 {
    margin-right: 58px !important; }
  .mb-sm-58,
  .my-sm-58 {
    margin-bottom: 58px !important; }
  .ml-sm-58,
  .mx-sm-58 {
    margin-left: 58px !important; }
  .m-sm-57 {
    margin: 57px !important; }
  .mt-sm-57,
  .my-sm-57 {
    margin-top: 57px !important; }
  .mr-sm-57,
  .mx-sm-57 {
    margin-right: 57px !important; }
  .mb-sm-57,
  .my-sm-57 {
    margin-bottom: 57px !important; }
  .ml-sm-57,
  .mx-sm-57 {
    margin-left: 57px !important; }
  .m-sm-56 {
    margin: 56px !important; }
  .mt-sm-56,
  .my-sm-56 {
    margin-top: 56px !important; }
  .mr-sm-56,
  .mx-sm-56 {
    margin-right: 56px !important; }
  .mb-sm-56,
  .my-sm-56 {
    margin-bottom: 56px !important; }
  .ml-sm-56,
  .mx-sm-56 {
    margin-left: 56px !important; }
  .m-sm-55 {
    margin: 55px !important; }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 55px !important; }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 55px !important; }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 55px !important; }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 55px !important; }
  .m-sm-54 {
    margin: 54px !important; }
  .mt-sm-54,
  .my-sm-54 {
    margin-top: 54px !important; }
  .mr-sm-54,
  .mx-sm-54 {
    margin-right: 54px !important; }
  .mb-sm-54,
  .my-sm-54 {
    margin-bottom: 54px !important; }
  .ml-sm-54,
  .mx-sm-54 {
    margin-left: 54px !important; }
  .m-sm-53 {
    margin: 53px !important; }
  .mt-sm-53,
  .my-sm-53 {
    margin-top: 53px !important; }
  .mr-sm-53,
  .mx-sm-53 {
    margin-right: 53px !important; }
  .mb-sm-53,
  .my-sm-53 {
    margin-bottom: 53px !important; }
  .ml-sm-53,
  .mx-sm-53 {
    margin-left: 53px !important; }
  .m-sm-52 {
    margin: 52px !important; }
  .mt-sm-52,
  .my-sm-52 {
    margin-top: 52px !important; }
  .mr-sm-52,
  .mx-sm-52 {
    margin-right: 52px !important; }
  .mb-sm-52,
  .my-sm-52 {
    margin-bottom: 52px !important; }
  .ml-sm-52,
  .mx-sm-52 {
    margin-left: 52px !important; }
  .m-sm-51 {
    margin: 51px !important; }
  .mt-sm-51,
  .my-sm-51 {
    margin-top: 51px !important; }
  .mr-sm-51,
  .mx-sm-51 {
    margin-right: 51px !important; }
  .mb-sm-51,
  .my-sm-51 {
    margin-bottom: 51px !important; }
  .ml-sm-51,
  .mx-sm-51 {
    margin-left: 51px !important; }
  .m-sm-50 {
    margin: 50px !important; }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important; }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important; }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important; }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important; }
  .m-sm-49 {
    margin: 49px !important; }
  .mt-sm-49,
  .my-sm-49 {
    margin-top: 49px !important; }
  .mr-sm-49,
  .mx-sm-49 {
    margin-right: 49px !important; }
  .mb-sm-49,
  .my-sm-49 {
    margin-bottom: 49px !important; }
  .ml-sm-49,
  .mx-sm-49 {
    margin-left: 49px !important; }
  .m-sm-48 {
    margin: 48px !important; }
  .mt-sm-48,
  .my-sm-48 {
    margin-top: 48px !important; }
  .mr-sm-48,
  .mx-sm-48 {
    margin-right: 48px !important; }
  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 48px !important; }
  .ml-sm-48,
  .mx-sm-48 {
    margin-left: 48px !important; }
  .m-sm-47 {
    margin: 47px !important; }
  .mt-sm-47,
  .my-sm-47 {
    margin-top: 47px !important; }
  .mr-sm-47,
  .mx-sm-47 {
    margin-right: 47px !important; }
  .mb-sm-47,
  .my-sm-47 {
    margin-bottom: 47px !important; }
  .ml-sm-47,
  .mx-sm-47 {
    margin-left: 47px !important; }
  .m-sm-46 {
    margin: 46px !important; }
  .mt-sm-46,
  .my-sm-46 {
    margin-top: 46px !important; }
  .mr-sm-46,
  .mx-sm-46 {
    margin-right: 46px !important; }
  .mb-sm-46,
  .my-sm-46 {
    margin-bottom: 46px !important; }
  .ml-sm-46,
  .mx-sm-46 {
    margin-left: 46px !important; }
  .m-sm-45 {
    margin: 45px !important; }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 45px !important; }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 45px !important; }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 45px !important; }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 45px !important; }
  .m-sm-44 {
    margin: 44px !important; }
  .mt-sm-44,
  .my-sm-44 {
    margin-top: 44px !important; }
  .mr-sm-44,
  .mx-sm-44 {
    margin-right: 44px !important; }
  .mb-sm-44,
  .my-sm-44 {
    margin-bottom: 44px !important; }
  .ml-sm-44,
  .mx-sm-44 {
    margin-left: 44px !important; }
  .m-sm-43 {
    margin: 43px !important; }
  .mt-sm-43,
  .my-sm-43 {
    margin-top: 43px !important; }
  .mr-sm-43,
  .mx-sm-43 {
    margin-right: 43px !important; }
  .mb-sm-43,
  .my-sm-43 {
    margin-bottom: 43px !important; }
  .ml-sm-43,
  .mx-sm-43 {
    margin-left: 43px !important; }
  .m-sm-42 {
    margin: 42px !important; }
  .mt-sm-42,
  .my-sm-42 {
    margin-top: 42px !important; }
  .mr-sm-42,
  .mx-sm-42 {
    margin-right: 42px !important; }
  .mb-sm-42,
  .my-sm-42 {
    margin-bottom: 42px !important; }
  .ml-sm-42,
  .mx-sm-42 {
    margin-left: 42px !important; }
  .m-sm-41 {
    margin: 41px !important; }
  .mt-sm-41,
  .my-sm-41 {
    margin-top: 41px !important; }
  .mr-sm-41,
  .mx-sm-41 {
    margin-right: 41px !important; }
  .mb-sm-41,
  .my-sm-41 {
    margin-bottom: 41px !important; }
  .ml-sm-41,
  .mx-sm-41 {
    margin-left: 41px !important; }
  .m-sm-40 {
    margin: 40px !important; }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important; }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important; }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important; }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important; }
  .m-sm-39 {
    margin: 39px !important; }
  .mt-sm-39,
  .my-sm-39 {
    margin-top: 39px !important; }
  .mr-sm-39,
  .mx-sm-39 {
    margin-right: 39px !important; }
  .mb-sm-39,
  .my-sm-39 {
    margin-bottom: 39px !important; }
  .ml-sm-39,
  .mx-sm-39 {
    margin-left: 39px !important; }
  .m-sm-38 {
    margin: 38px !important; }
  .mt-sm-38,
  .my-sm-38 {
    margin-top: 38px !important; }
  .mr-sm-38,
  .mx-sm-38 {
    margin-right: 38px !important; }
  .mb-sm-38,
  .my-sm-38 {
    margin-bottom: 38px !important; }
  .ml-sm-38,
  .mx-sm-38 {
    margin-left: 38px !important; }
  .m-sm-37 {
    margin: 37px !important; }
  .mt-sm-37,
  .my-sm-37 {
    margin-top: 37px !important; }
  .mr-sm-37,
  .mx-sm-37 {
    margin-right: 37px !important; }
  .mb-sm-37,
  .my-sm-37 {
    margin-bottom: 37px !important; }
  .ml-sm-37,
  .mx-sm-37 {
    margin-left: 37px !important; }
  .m-sm-36 {
    margin: 36px !important; }
  .mt-sm-36,
  .my-sm-36 {
    margin-top: 36px !important; }
  .mr-sm-36,
  .mx-sm-36 {
    margin-right: 36px !important; }
  .mb-sm-36,
  .my-sm-36 {
    margin-bottom: 36px !important; }
  .ml-sm-36,
  .mx-sm-36 {
    margin-left: 36px !important; }
  .m-sm-35 {
    margin: 35px !important; }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 35px !important; }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 35px !important; }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 35px !important; }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 35px !important; }
  .m-sm-34 {
    margin: 34px !important; }
  .mt-sm-34,
  .my-sm-34 {
    margin-top: 34px !important; }
  .mr-sm-34,
  .mx-sm-34 {
    margin-right: 34px !important; }
  .mb-sm-34,
  .my-sm-34 {
    margin-bottom: 34px !important; }
  .ml-sm-34,
  .mx-sm-34 {
    margin-left: 34px !important; }
  .m-sm-33 {
    margin: 33px !important; }
  .mt-sm-33,
  .my-sm-33 {
    margin-top: 33px !important; }
  .mr-sm-33,
  .mx-sm-33 {
    margin-right: 33px !important; }
  .mb-sm-33,
  .my-sm-33 {
    margin-bottom: 33px !important; }
  .ml-sm-33,
  .mx-sm-33 {
    margin-left: 33px !important; }
  .m-sm-32 {
    margin: 32px !important; }
  .mt-sm-32,
  .my-sm-32 {
    margin-top: 32px !important; }
  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 32px !important; }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 32px !important; }
  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 32px !important; }
  .m-sm-31 {
    margin: 31px !important; }
  .mt-sm-31,
  .my-sm-31 {
    margin-top: 31px !important; }
  .mr-sm-31,
  .mx-sm-31 {
    margin-right: 31px !important; }
  .mb-sm-31,
  .my-sm-31 {
    margin-bottom: 31px !important; }
  .ml-sm-31,
  .mx-sm-31 {
    margin-left: 31px !important; }
  .m-sm-30 {
    margin: 30px !important; }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important; }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important; }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important; }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important; }
  .m-sm-29 {
    margin: 29px !important; }
  .mt-sm-29,
  .my-sm-29 {
    margin-top: 29px !important; }
  .mr-sm-29,
  .mx-sm-29 {
    margin-right: 29px !important; }
  .mb-sm-29,
  .my-sm-29 {
    margin-bottom: 29px !important; }
  .ml-sm-29,
  .mx-sm-29 {
    margin-left: 29px !important; }
  .m-sm-28 {
    margin: 28px !important; }
  .mt-sm-28,
  .my-sm-28 {
    margin-top: 28px !important; }
  .mr-sm-28,
  .mx-sm-28 {
    margin-right: 28px !important; }
  .mb-sm-28,
  .my-sm-28 {
    margin-bottom: 28px !important; }
  .ml-sm-28,
  .mx-sm-28 {
    margin-left: 28px !important; }
  .m-sm-27 {
    margin: 27px !important; }
  .mt-sm-27,
  .my-sm-27 {
    margin-top: 27px !important; }
  .mr-sm-27,
  .mx-sm-27 {
    margin-right: 27px !important; }
  .mb-sm-27,
  .my-sm-27 {
    margin-bottom: 27px !important; }
  .ml-sm-27,
  .mx-sm-27 {
    margin-left: 27px !important; }
  .m-sm-26 {
    margin: 26px !important; }
  .mt-sm-26,
  .my-sm-26 {
    margin-top: 26px !important; }
  .mr-sm-26,
  .mx-sm-26 {
    margin-right: 26px !important; }
  .mb-sm-26,
  .my-sm-26 {
    margin-bottom: 26px !important; }
  .ml-sm-26,
  .mx-sm-26 {
    margin-left: 26px !important; }
  .m-sm-25 {
    margin: 25px !important; }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25px !important; }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25px !important; }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25px !important; }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25px !important; }
  .m-sm-24 {
    margin: 24px !important; }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 24px !important; }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 24px !important; }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 24px !important; }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 24px !important; }
  .m-sm-23 {
    margin: 23px !important; }
  .mt-sm-23,
  .my-sm-23 {
    margin-top: 23px !important; }
  .mr-sm-23,
  .mx-sm-23 {
    margin-right: 23px !important; }
  .mb-sm-23,
  .my-sm-23 {
    margin-bottom: 23px !important; }
  .ml-sm-23,
  .mx-sm-23 {
    margin-left: 23px !important; }
  .m-sm-22 {
    margin: 22px !important; }
  .mt-sm-22,
  .my-sm-22 {
    margin-top: 22px !important; }
  .mr-sm-22,
  .mx-sm-22 {
    margin-right: 22px !important; }
  .mb-sm-22,
  .my-sm-22 {
    margin-bottom: 22px !important; }
  .ml-sm-22,
  .mx-sm-22 {
    margin-left: 22px !important; }
  .m-sm-21 {
    margin: 21px !important; }
  .mt-sm-21,
  .my-sm-21 {
    margin-top: 21px !important; }
  .mr-sm-21,
  .mx-sm-21 {
    margin-right: 21px !important; }
  .mb-sm-21,
  .my-sm-21 {
    margin-bottom: 21px !important; }
  .ml-sm-21,
  .mx-sm-21 {
    margin-left: 21px !important; }
  .m-sm-20 {
    margin: 20px !important; }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important; }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important; }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important; }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important; }
  .m-sm-19 {
    margin: 19px !important; }
  .mt-sm-19,
  .my-sm-19 {
    margin-top: 19px !important; }
  .mr-sm-19,
  .mx-sm-19 {
    margin-right: 19px !important; }
  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 19px !important; }
  .ml-sm-19,
  .mx-sm-19 {
    margin-left: 19px !important; }
  .m-sm-18 {
    margin: 18px !important; }
  .mt-sm-18,
  .my-sm-18 {
    margin-top: 18px !important; }
  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 18px !important; }
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 18px !important; }
  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 18px !important; }
  .m-sm-17 {
    margin: 17px !important; }
  .mt-sm-17,
  .my-sm-17 {
    margin-top: 17px !important; }
  .mr-sm-17,
  .mx-sm-17 {
    margin-right: 17px !important; }
  .mb-sm-17,
  .my-sm-17 {
    margin-bottom: 17px !important; }
  .ml-sm-17,
  .mx-sm-17 {
    margin-left: 17px !important; }
  .m-sm-16 {
    margin: 16px !important; }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 16px !important; }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 16px !important; }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 16px !important; }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 16px !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important; }
  .m-sm-14 {
    margin: 14px !important; }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 14px !important; }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 14px !important; }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 14px !important; }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 14px !important; }
  .m-sm-13 {
    margin: 13px !important; }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 13px !important; }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 13px !important; }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 13px !important; }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 13px !important; }
  .m-sm-12 {
    margin: 12px !important; }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 12px !important; }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 12px !important; }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 12px !important; }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 12px !important; }
  .m-sm-11 {
    margin: 11px !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 11px !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 11px !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 11px !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 11px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important; }
  .m-sm-9 {
    margin: 9px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9px !important; }
  .m-sm-8 {
    margin: 8px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8px !important; }
  .m-sm-7 {
    margin: 7px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7px !important; }
  .m-sm-6 {
    margin: 6px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6px !important; }
  .p-sm-0 {
    padding: 0px !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0px !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0px !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0px !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0px !important; }
  .p-sm-1 {
    padding: 1px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1px !important; }
  .p-sm-2 {
    padding: 2px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2px !important; }
  .p-sm-3 {
    padding: 3px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3px !important; }
  .p-sm-4 {
    padding: 4px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4px !important; }
  .p-sm-5 {
    padding: 5px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5px !important; }
  .p-sm-100 {
    padding: 100px !important; }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px !important; }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 100px !important; }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px !important; }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 100px !important; }
  .p-sm-99 {
    padding: 99px !important; }
  .pt-sm-99,
  .py-sm-99 {
    padding-top: 99px !important; }
  .pr-sm-99,
  .px-sm-99 {
    padding-right: 99px !important; }
  .pb-sm-99,
  .py-sm-99 {
    padding-bottom: 99px !important; }
  .pl-sm-99,
  .px-sm-99 {
    padding-left: 99px !important; }
  .p-sm-98 {
    padding: 98px !important; }
  .pt-sm-98,
  .py-sm-98 {
    padding-top: 98px !important; }
  .pr-sm-98,
  .px-sm-98 {
    padding-right: 98px !important; }
  .pb-sm-98,
  .py-sm-98 {
    padding-bottom: 98px !important; }
  .pl-sm-98,
  .px-sm-98 {
    padding-left: 98px !important; }
  .p-sm-97 {
    padding: 97px !important; }
  .pt-sm-97,
  .py-sm-97 {
    padding-top: 97px !important; }
  .pr-sm-97,
  .px-sm-97 {
    padding-right: 97px !important; }
  .pb-sm-97,
  .py-sm-97 {
    padding-bottom: 97px !important; }
  .pl-sm-97,
  .px-sm-97 {
    padding-left: 97px !important; }
  .p-sm-96 {
    padding: 96px !important; }
  .pt-sm-96,
  .py-sm-96 {
    padding-top: 96px !important; }
  .pr-sm-96,
  .px-sm-96 {
    padding-right: 96px !important; }
  .pb-sm-96,
  .py-sm-96 {
    padding-bottom: 96px !important; }
  .pl-sm-96,
  .px-sm-96 {
    padding-left: 96px !important; }
  .p-sm-95 {
    padding: 95px !important; }
  .pt-sm-95,
  .py-sm-95 {
    padding-top: 95px !important; }
  .pr-sm-95,
  .px-sm-95 {
    padding-right: 95px !important; }
  .pb-sm-95,
  .py-sm-95 {
    padding-bottom: 95px !important; }
  .pl-sm-95,
  .px-sm-95 {
    padding-left: 95px !important; }
  .p-sm-94 {
    padding: 94px !important; }
  .pt-sm-94,
  .py-sm-94 {
    padding-top: 94px !important; }
  .pr-sm-94,
  .px-sm-94 {
    padding-right: 94px !important; }
  .pb-sm-94,
  .py-sm-94 {
    padding-bottom: 94px !important; }
  .pl-sm-94,
  .px-sm-94 {
    padding-left: 94px !important; }
  .p-sm-93 {
    padding: 93px !important; }
  .pt-sm-93,
  .py-sm-93 {
    padding-top: 93px !important; }
  .pr-sm-93,
  .px-sm-93 {
    padding-right: 93px !important; }
  .pb-sm-93,
  .py-sm-93 {
    padding-bottom: 93px !important; }
  .pl-sm-93,
  .px-sm-93 {
    padding-left: 93px !important; }
  .p-sm-92 {
    padding: 92px !important; }
  .pt-sm-92,
  .py-sm-92 {
    padding-top: 92px !important; }
  .pr-sm-92,
  .px-sm-92 {
    padding-right: 92px !important; }
  .pb-sm-92,
  .py-sm-92 {
    padding-bottom: 92px !important; }
  .pl-sm-92,
  .px-sm-92 {
    padding-left: 92px !important; }
  .p-sm-91 {
    padding: 91px !important; }
  .pt-sm-91,
  .py-sm-91 {
    padding-top: 91px !important; }
  .pr-sm-91,
  .px-sm-91 {
    padding-right: 91px !important; }
  .pb-sm-91,
  .py-sm-91 {
    padding-bottom: 91px !important; }
  .pl-sm-91,
  .px-sm-91 {
    padding-left: 91px !important; }
  .p-sm-90 {
    padding: 90px !important; }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 90px !important; }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 90px !important; }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 90px !important; }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 90px !important; }
  .p-sm-89 {
    padding: 89px !important; }
  .pt-sm-89,
  .py-sm-89 {
    padding-top: 89px !important; }
  .pr-sm-89,
  .px-sm-89 {
    padding-right: 89px !important; }
  .pb-sm-89,
  .py-sm-89 {
    padding-bottom: 89px !important; }
  .pl-sm-89,
  .px-sm-89 {
    padding-left: 89px !important; }
  .p-sm-88 {
    padding: 88px !important; }
  .pt-sm-88,
  .py-sm-88 {
    padding-top: 88px !important; }
  .pr-sm-88,
  .px-sm-88 {
    padding-right: 88px !important; }
  .pb-sm-88,
  .py-sm-88 {
    padding-bottom: 88px !important; }
  .pl-sm-88,
  .px-sm-88 {
    padding-left: 88px !important; }
  .p-sm-87 {
    padding: 87px !important; }
  .pt-sm-87,
  .py-sm-87 {
    padding-top: 87px !important; }
  .pr-sm-87,
  .px-sm-87 {
    padding-right: 87px !important; }
  .pb-sm-87,
  .py-sm-87 {
    padding-bottom: 87px !important; }
  .pl-sm-87,
  .px-sm-87 {
    padding-left: 87px !important; }
  .p-sm-86 {
    padding: 86px !important; }
  .pt-sm-86,
  .py-sm-86 {
    padding-top: 86px !important; }
  .pr-sm-86,
  .px-sm-86 {
    padding-right: 86px !important; }
  .pb-sm-86,
  .py-sm-86 {
    padding-bottom: 86px !important; }
  .pl-sm-86,
  .px-sm-86 {
    padding-left: 86px !important; }
  .p-sm-85 {
    padding: 85px !important; }
  .pt-sm-85,
  .py-sm-85 {
    padding-top: 85px !important; }
  .pr-sm-85,
  .px-sm-85 {
    padding-right: 85px !important; }
  .pb-sm-85,
  .py-sm-85 {
    padding-bottom: 85px !important; }
  .pl-sm-85,
  .px-sm-85 {
    padding-left: 85px !important; }
  .p-sm-84 {
    padding: 84px !important; }
  .pt-sm-84,
  .py-sm-84 {
    padding-top: 84px !important; }
  .pr-sm-84,
  .px-sm-84 {
    padding-right: 84px !important; }
  .pb-sm-84,
  .py-sm-84 {
    padding-bottom: 84px !important; }
  .pl-sm-84,
  .px-sm-84 {
    padding-left: 84px !important; }
  .p-sm-83 {
    padding: 83px !important; }
  .pt-sm-83,
  .py-sm-83 {
    padding-top: 83px !important; }
  .pr-sm-83,
  .px-sm-83 {
    padding-right: 83px !important; }
  .pb-sm-83,
  .py-sm-83 {
    padding-bottom: 83px !important; }
  .pl-sm-83,
  .px-sm-83 {
    padding-left: 83px !important; }
  .p-sm-82 {
    padding: 82px !important; }
  .pt-sm-82,
  .py-sm-82 {
    padding-top: 82px !important; }
  .pr-sm-82,
  .px-sm-82 {
    padding-right: 82px !important; }
  .pb-sm-82,
  .py-sm-82 {
    padding-bottom: 82px !important; }
  .pl-sm-82,
  .px-sm-82 {
    padding-left: 82px !important; }
  .p-sm-81 {
    padding: 81px !important; }
  .pt-sm-81,
  .py-sm-81 {
    padding-top: 81px !important; }
  .pr-sm-81,
  .px-sm-81 {
    padding-right: 81px !important; }
  .pb-sm-81,
  .py-sm-81 {
    padding-bottom: 81px !important; }
  .pl-sm-81,
  .px-sm-81 {
    padding-left: 81px !important; }
  .p-sm-80 {
    padding: 80px !important; }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important; }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px !important; }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important; }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px !important; }
  .p-sm-79 {
    padding: 79px !important; }
  .pt-sm-79,
  .py-sm-79 {
    padding-top: 79px !important; }
  .pr-sm-79,
  .px-sm-79 {
    padding-right: 79px !important; }
  .pb-sm-79,
  .py-sm-79 {
    padding-bottom: 79px !important; }
  .pl-sm-79,
  .px-sm-79 {
    padding-left: 79px !important; }
  .p-sm-78 {
    padding: 78px !important; }
  .pt-sm-78,
  .py-sm-78 {
    padding-top: 78px !important; }
  .pr-sm-78,
  .px-sm-78 {
    padding-right: 78px !important; }
  .pb-sm-78,
  .py-sm-78 {
    padding-bottom: 78px !important; }
  .pl-sm-78,
  .px-sm-78 {
    padding-left: 78px !important; }
  .p-sm-77 {
    padding: 77px !important; }
  .pt-sm-77,
  .py-sm-77 {
    padding-top: 77px !important; }
  .pr-sm-77,
  .px-sm-77 {
    padding-right: 77px !important; }
  .pb-sm-77,
  .py-sm-77 {
    padding-bottom: 77px !important; }
  .pl-sm-77,
  .px-sm-77 {
    padding-left: 77px !important; }
  .p-sm-76 {
    padding: 76px !important; }
  .pt-sm-76,
  .py-sm-76 {
    padding-top: 76px !important; }
  .pr-sm-76,
  .px-sm-76 {
    padding-right: 76px !important; }
  .pb-sm-76,
  .py-sm-76 {
    padding-bottom: 76px !important; }
  .pl-sm-76,
  .px-sm-76 {
    padding-left: 76px !important; }
  .p-sm-75 {
    padding: 75px !important; }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 75px !important; }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 75px !important; }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 75px !important; }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 75px !important; }
  .p-sm-74 {
    padding: 74px !important; }
  .pt-sm-74,
  .py-sm-74 {
    padding-top: 74px !important; }
  .pr-sm-74,
  .px-sm-74 {
    padding-right: 74px !important; }
  .pb-sm-74,
  .py-sm-74 {
    padding-bottom: 74px !important; }
  .pl-sm-74,
  .px-sm-74 {
    padding-left: 74px !important; }
  .p-sm-73 {
    padding: 73px !important; }
  .pt-sm-73,
  .py-sm-73 {
    padding-top: 73px !important; }
  .pr-sm-73,
  .px-sm-73 {
    padding-right: 73px !important; }
  .pb-sm-73,
  .py-sm-73 {
    padding-bottom: 73px !important; }
  .pl-sm-73,
  .px-sm-73 {
    padding-left: 73px !important; }
  .p-sm-72 {
    padding: 72px !important; }
  .pt-sm-72,
  .py-sm-72 {
    padding-top: 72px !important; }
  .pr-sm-72,
  .px-sm-72 {
    padding-right: 72px !important; }
  .pb-sm-72,
  .py-sm-72 {
    padding-bottom: 72px !important; }
  .pl-sm-72,
  .px-sm-72 {
    padding-left: 72px !important; }
  .p-sm-71 {
    padding: 71px !important; }
  .pt-sm-71,
  .py-sm-71 {
    padding-top: 71px !important; }
  .pr-sm-71,
  .px-sm-71 {
    padding-right: 71px !important; }
  .pb-sm-71,
  .py-sm-71 {
    padding-bottom: 71px !important; }
  .pl-sm-71,
  .px-sm-71 {
    padding-left: 71px !important; }
  .p-sm-70 {
    padding: 70px !important; }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 70px !important; }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 70px !important; }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 70px !important; }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 70px !important; }
  .p-sm-69 {
    padding: 69px !important; }
  .pt-sm-69,
  .py-sm-69 {
    padding-top: 69px !important; }
  .pr-sm-69,
  .px-sm-69 {
    padding-right: 69px !important; }
  .pb-sm-69,
  .py-sm-69 {
    padding-bottom: 69px !important; }
  .pl-sm-69,
  .px-sm-69 {
    padding-left: 69px !important; }
  .p-sm-68 {
    padding: 68px !important; }
  .pt-sm-68,
  .py-sm-68 {
    padding-top: 68px !important; }
  .pr-sm-68,
  .px-sm-68 {
    padding-right: 68px !important; }
  .pb-sm-68,
  .py-sm-68 {
    padding-bottom: 68px !important; }
  .pl-sm-68,
  .px-sm-68 {
    padding-left: 68px !important; }
  .p-sm-67 {
    padding: 67px !important; }
  .pt-sm-67,
  .py-sm-67 {
    padding-top: 67px !important; }
  .pr-sm-67,
  .px-sm-67 {
    padding-right: 67px !important; }
  .pb-sm-67,
  .py-sm-67 {
    padding-bottom: 67px !important; }
  .pl-sm-67,
  .px-sm-67 {
    padding-left: 67px !important; }
  .p-sm-66 {
    padding: 66px !important; }
  .pt-sm-66,
  .py-sm-66 {
    padding-top: 66px !important; }
  .pr-sm-66,
  .px-sm-66 {
    padding-right: 66px !important; }
  .pb-sm-66,
  .py-sm-66 {
    padding-bottom: 66px !important; }
  .pl-sm-66,
  .px-sm-66 {
    padding-left: 66px !important; }
  .p-sm-65 {
    padding: 65px !important; }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 65px !important; }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 65px !important; }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 65px !important; }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 65px !important; }
  .p-sm-64 {
    padding: 64px !important; }
  .pt-sm-64,
  .py-sm-64 {
    padding-top: 64px !important; }
  .pr-sm-64,
  .px-sm-64 {
    padding-right: 64px !important; }
  .pb-sm-64,
  .py-sm-64 {
    padding-bottom: 64px !important; }
  .pl-sm-64,
  .px-sm-64 {
    padding-left: 64px !important; }
  .p-sm-63 {
    padding: 63px !important; }
  .pt-sm-63,
  .py-sm-63 {
    padding-top: 63px !important; }
  .pr-sm-63,
  .px-sm-63 {
    padding-right: 63px !important; }
  .pb-sm-63,
  .py-sm-63 {
    padding-bottom: 63px !important; }
  .pl-sm-63,
  .px-sm-63 {
    padding-left: 63px !important; }
  .p-sm-62 {
    padding: 62px !important; }
  .pt-sm-62,
  .py-sm-62 {
    padding-top: 62px !important; }
  .pr-sm-62,
  .px-sm-62 {
    padding-right: 62px !important; }
  .pb-sm-62,
  .py-sm-62 {
    padding-bottom: 62px !important; }
  .pl-sm-62,
  .px-sm-62 {
    padding-left: 62px !important; }
  .p-sm-61 {
    padding: 61px !important; }
  .pt-sm-61,
  .py-sm-61 {
    padding-top: 61px !important; }
  .pr-sm-61,
  .px-sm-61 {
    padding-right: 61px !important; }
  .pb-sm-61,
  .py-sm-61 {
    padding-bottom: 61px !important; }
  .pl-sm-61,
  .px-sm-61 {
    padding-left: 61px !important; }
  .p-sm-60 {
    padding: 60px !important; }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px !important; }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px !important; }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px !important; }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px !important; }
  .p-sm-59 {
    padding: 59px !important; }
  .pt-sm-59,
  .py-sm-59 {
    padding-top: 59px !important; }
  .pr-sm-59,
  .px-sm-59 {
    padding-right: 59px !important; }
  .pb-sm-59,
  .py-sm-59 {
    padding-bottom: 59px !important; }
  .pl-sm-59,
  .px-sm-59 {
    padding-left: 59px !important; }
  .p-sm-58 {
    padding: 58px !important; }
  .pt-sm-58,
  .py-sm-58 {
    padding-top: 58px !important; }
  .pr-sm-58,
  .px-sm-58 {
    padding-right: 58px !important; }
  .pb-sm-58,
  .py-sm-58 {
    padding-bottom: 58px !important; }
  .pl-sm-58,
  .px-sm-58 {
    padding-left: 58px !important; }
  .p-sm-57 {
    padding: 57px !important; }
  .pt-sm-57,
  .py-sm-57 {
    padding-top: 57px !important; }
  .pr-sm-57,
  .px-sm-57 {
    padding-right: 57px !important; }
  .pb-sm-57,
  .py-sm-57 {
    padding-bottom: 57px !important; }
  .pl-sm-57,
  .px-sm-57 {
    padding-left: 57px !important; }
  .p-sm-56 {
    padding: 56px !important; }
  .pt-sm-56,
  .py-sm-56 {
    padding-top: 56px !important; }
  .pr-sm-56,
  .px-sm-56 {
    padding-right: 56px !important; }
  .pb-sm-56,
  .py-sm-56 {
    padding-bottom: 56px !important; }
  .pl-sm-56,
  .px-sm-56 {
    padding-left: 56px !important; }
  .p-sm-55 {
    padding: 55px !important; }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 55px !important; }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 55px !important; }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 55px !important; }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 55px !important; }
  .p-sm-54 {
    padding: 54px !important; }
  .pt-sm-54,
  .py-sm-54 {
    padding-top: 54px !important; }
  .pr-sm-54,
  .px-sm-54 {
    padding-right: 54px !important; }
  .pb-sm-54,
  .py-sm-54 {
    padding-bottom: 54px !important; }
  .pl-sm-54,
  .px-sm-54 {
    padding-left: 54px !important; }
  .p-sm-53 {
    padding: 53px !important; }
  .pt-sm-53,
  .py-sm-53 {
    padding-top: 53px !important; }
  .pr-sm-53,
  .px-sm-53 {
    padding-right: 53px !important; }
  .pb-sm-53,
  .py-sm-53 {
    padding-bottom: 53px !important; }
  .pl-sm-53,
  .px-sm-53 {
    padding-left: 53px !important; }
  .p-sm-52 {
    padding: 52px !important; }
  .pt-sm-52,
  .py-sm-52 {
    padding-top: 52px !important; }
  .pr-sm-52,
  .px-sm-52 {
    padding-right: 52px !important; }
  .pb-sm-52,
  .py-sm-52 {
    padding-bottom: 52px !important; }
  .pl-sm-52,
  .px-sm-52 {
    padding-left: 52px !important; }
  .p-sm-51 {
    padding: 51px !important; }
  .pt-sm-51,
  .py-sm-51 {
    padding-top: 51px !important; }
  .pr-sm-51,
  .px-sm-51 {
    padding-right: 51px !important; }
  .pb-sm-51,
  .py-sm-51 {
    padding-bottom: 51px !important; }
  .pl-sm-51,
  .px-sm-51 {
    padding-left: 51px !important; }
  .p-sm-50 {
    padding: 50px !important; }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important; }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important; }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important; }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important; }
  .p-sm-49 {
    padding: 49px !important; }
  .pt-sm-49,
  .py-sm-49 {
    padding-top: 49px !important; }
  .pr-sm-49,
  .px-sm-49 {
    padding-right: 49px !important; }
  .pb-sm-49,
  .py-sm-49 {
    padding-bottom: 49px !important; }
  .pl-sm-49,
  .px-sm-49 {
    padding-left: 49px !important; }
  .p-sm-48 {
    padding: 48px !important; }
  .pt-sm-48,
  .py-sm-48 {
    padding-top: 48px !important; }
  .pr-sm-48,
  .px-sm-48 {
    padding-right: 48px !important; }
  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 48px !important; }
  .pl-sm-48,
  .px-sm-48 {
    padding-left: 48px !important; }
  .p-sm-47 {
    padding: 47px !important; }
  .pt-sm-47,
  .py-sm-47 {
    padding-top: 47px !important; }
  .pr-sm-47,
  .px-sm-47 {
    padding-right: 47px !important; }
  .pb-sm-47,
  .py-sm-47 {
    padding-bottom: 47px !important; }
  .pl-sm-47,
  .px-sm-47 {
    padding-left: 47px !important; }
  .p-sm-46 {
    padding: 46px !important; }
  .pt-sm-46,
  .py-sm-46 {
    padding-top: 46px !important; }
  .pr-sm-46,
  .px-sm-46 {
    padding-right: 46px !important; }
  .pb-sm-46,
  .py-sm-46 {
    padding-bottom: 46px !important; }
  .pl-sm-46,
  .px-sm-46 {
    padding-left: 46px !important; }
  .p-sm-45 {
    padding: 45px !important; }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 45px !important; }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 45px !important; }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 45px !important; }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 45px !important; }
  .p-sm-44 {
    padding: 44px !important; }
  .pt-sm-44,
  .py-sm-44 {
    padding-top: 44px !important; }
  .pr-sm-44,
  .px-sm-44 {
    padding-right: 44px !important; }
  .pb-sm-44,
  .py-sm-44 {
    padding-bottom: 44px !important; }
  .pl-sm-44,
  .px-sm-44 {
    padding-left: 44px !important; }
  .p-sm-43 {
    padding: 43px !important; }
  .pt-sm-43,
  .py-sm-43 {
    padding-top: 43px !important; }
  .pr-sm-43,
  .px-sm-43 {
    padding-right: 43px !important; }
  .pb-sm-43,
  .py-sm-43 {
    padding-bottom: 43px !important; }
  .pl-sm-43,
  .px-sm-43 {
    padding-left: 43px !important; }
  .p-sm-42 {
    padding: 42px !important; }
  .pt-sm-42,
  .py-sm-42 {
    padding-top: 42px !important; }
  .pr-sm-42,
  .px-sm-42 {
    padding-right: 42px !important; }
  .pb-sm-42,
  .py-sm-42 {
    padding-bottom: 42px !important; }
  .pl-sm-42,
  .px-sm-42 {
    padding-left: 42px !important; }
  .p-sm-41 {
    padding: 41px !important; }
  .pt-sm-41,
  .py-sm-41 {
    padding-top: 41px !important; }
  .pr-sm-41,
  .px-sm-41 {
    padding-right: 41px !important; }
  .pb-sm-41,
  .py-sm-41 {
    padding-bottom: 41px !important; }
  .pl-sm-41,
  .px-sm-41 {
    padding-left: 41px !important; }
  .p-sm-40 {
    padding: 40px !important; }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important; }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important; }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important; }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important; }
  .p-sm-39 {
    padding: 39px !important; }
  .pt-sm-39,
  .py-sm-39 {
    padding-top: 39px !important; }
  .pr-sm-39,
  .px-sm-39 {
    padding-right: 39px !important; }
  .pb-sm-39,
  .py-sm-39 {
    padding-bottom: 39px !important; }
  .pl-sm-39,
  .px-sm-39 {
    padding-left: 39px !important; }
  .p-sm-38 {
    padding: 38px !important; }
  .pt-sm-38,
  .py-sm-38 {
    padding-top: 38px !important; }
  .pr-sm-38,
  .px-sm-38 {
    padding-right: 38px !important; }
  .pb-sm-38,
  .py-sm-38 {
    padding-bottom: 38px !important; }
  .pl-sm-38,
  .px-sm-38 {
    padding-left: 38px !important; }
  .p-sm-37 {
    padding: 37px !important; }
  .pt-sm-37,
  .py-sm-37 {
    padding-top: 37px !important; }
  .pr-sm-37,
  .px-sm-37 {
    padding-right: 37px !important; }
  .pb-sm-37,
  .py-sm-37 {
    padding-bottom: 37px !important; }
  .pl-sm-37,
  .px-sm-37 {
    padding-left: 37px !important; }
  .p-sm-36 {
    padding: 36px !important; }
  .pt-sm-36,
  .py-sm-36 {
    padding-top: 36px !important; }
  .pr-sm-36,
  .px-sm-36 {
    padding-right: 36px !important; }
  .pb-sm-36,
  .py-sm-36 {
    padding-bottom: 36px !important; }
  .pl-sm-36,
  .px-sm-36 {
    padding-left: 36px !important; }
  .p-sm-35 {
    padding: 35px !important; }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 35px !important; }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 35px !important; }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 35px !important; }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 35px !important; }
  .p-sm-34 {
    padding: 34px !important; }
  .pt-sm-34,
  .py-sm-34 {
    padding-top: 34px !important; }
  .pr-sm-34,
  .px-sm-34 {
    padding-right: 34px !important; }
  .pb-sm-34,
  .py-sm-34 {
    padding-bottom: 34px !important; }
  .pl-sm-34,
  .px-sm-34 {
    padding-left: 34px !important; }
  .p-sm-33 {
    padding: 33px !important; }
  .pt-sm-33,
  .py-sm-33 {
    padding-top: 33px !important; }
  .pr-sm-33,
  .px-sm-33 {
    padding-right: 33px !important; }
  .pb-sm-33,
  .py-sm-33 {
    padding-bottom: 33px !important; }
  .pl-sm-33,
  .px-sm-33 {
    padding-left: 33px !important; }
  .p-sm-32 {
    padding: 32px !important; }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 32px !important; }
  .pr-sm-32,
  .px-sm-32 {
    padding-right: 32px !important; }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 32px !important; }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 32px !important; }
  .p-sm-31 {
    padding: 31px !important; }
  .pt-sm-31,
  .py-sm-31 {
    padding-top: 31px !important; }
  .pr-sm-31,
  .px-sm-31 {
    padding-right: 31px !important; }
  .pb-sm-31,
  .py-sm-31 {
    padding-bottom: 31px !important; }
  .pl-sm-31,
  .px-sm-31 {
    padding-left: 31px !important; }
  .p-sm-30 {
    padding: 30px !important; }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important; }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important; }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important; }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important; }
  .p-sm-29 {
    padding: 29px !important; }
  .pt-sm-29,
  .py-sm-29 {
    padding-top: 29px !important; }
  .pr-sm-29,
  .px-sm-29 {
    padding-right: 29px !important; }
  .pb-sm-29,
  .py-sm-29 {
    padding-bottom: 29px !important; }
  .pl-sm-29,
  .px-sm-29 {
    padding-left: 29px !important; }
  .p-sm-28 {
    padding: 28px !important; }
  .pt-sm-28,
  .py-sm-28 {
    padding-top: 28px !important; }
  .pr-sm-28,
  .px-sm-28 {
    padding-right: 28px !important; }
  .pb-sm-28,
  .py-sm-28 {
    padding-bottom: 28px !important; }
  .pl-sm-28,
  .px-sm-28 {
    padding-left: 28px !important; }
  .p-sm-27 {
    padding: 27px !important; }
  .pt-sm-27,
  .py-sm-27 {
    padding-top: 27px !important; }
  .pr-sm-27,
  .px-sm-27 {
    padding-right: 27px !important; }
  .pb-sm-27,
  .py-sm-27 {
    padding-bottom: 27px !important; }
  .pl-sm-27,
  .px-sm-27 {
    padding-left: 27px !important; }
  .p-sm-26 {
    padding: 26px !important; }
  .pt-sm-26,
  .py-sm-26 {
    padding-top: 26px !important; }
  .pr-sm-26,
  .px-sm-26 {
    padding-right: 26px !important; }
  .pb-sm-26,
  .py-sm-26 {
    padding-bottom: 26px !important; }
  .pl-sm-26,
  .px-sm-26 {
    padding-left: 26px !important; }
  .p-sm-25 {
    padding: 25px !important; }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25px !important; }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25px !important; }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25px !important; }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25px !important; }
  .p-sm-24 {
    padding: 24px !important; }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 24px !important; }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 24px !important; }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 24px !important; }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 24px !important; }
  .p-sm-23 {
    padding: 23px !important; }
  .pt-sm-23,
  .py-sm-23 {
    padding-top: 23px !important; }
  .pr-sm-23,
  .px-sm-23 {
    padding-right: 23px !important; }
  .pb-sm-23,
  .py-sm-23 {
    padding-bottom: 23px !important; }
  .pl-sm-23,
  .px-sm-23 {
    padding-left: 23px !important; }
  .p-sm-22 {
    padding: 22px !important; }
  .pt-sm-22,
  .py-sm-22 {
    padding-top: 22px !important; }
  .pr-sm-22,
  .px-sm-22 {
    padding-right: 22px !important; }
  .pb-sm-22,
  .py-sm-22 {
    padding-bottom: 22px !important; }
  .pl-sm-22,
  .px-sm-22 {
    padding-left: 22px !important; }
  .p-sm-21 {
    padding: 21px !important; }
  .pt-sm-21,
  .py-sm-21 {
    padding-top: 21px !important; }
  .pr-sm-21,
  .px-sm-21 {
    padding-right: 21px !important; }
  .pb-sm-21,
  .py-sm-21 {
    padding-bottom: 21px !important; }
  .pl-sm-21,
  .px-sm-21 {
    padding-left: 21px !important; }
  .p-sm-20 {
    padding: 20px !important; }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important; }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important; }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important; }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important; }
  .p-sm-19 {
    padding: 19px !important; }
  .pt-sm-19,
  .py-sm-19 {
    padding-top: 19px !important; }
  .pr-sm-19,
  .px-sm-19 {
    padding-right: 19px !important; }
  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 19px !important; }
  .pl-sm-19,
  .px-sm-19 {
    padding-left: 19px !important; }
  .p-sm-18 {
    padding: 18px !important; }
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 18px !important; }
  .pr-sm-18,
  .px-sm-18 {
    padding-right: 18px !important; }
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 18px !important; }
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 18px !important; }
  .p-sm-17 {
    padding: 17px !important; }
  .pt-sm-17,
  .py-sm-17 {
    padding-top: 17px !important; }
  .pr-sm-17,
  .px-sm-17 {
    padding-right: 17px !important; }
  .pb-sm-17,
  .py-sm-17 {
    padding-bottom: 17px !important; }
  .pl-sm-17,
  .px-sm-17 {
    padding-left: 17px !important; }
  .p-sm-16 {
    padding: 16px !important; }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 16px !important; }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 16px !important; }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 16px !important; }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 16px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important; }
  .p-sm-14 {
    padding: 14px !important; }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 14px !important; }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 14px !important; }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 14px !important; }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 14px !important; }
  .p-sm-13 {
    padding: 13px !important; }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 13px !important; }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 13px !important; }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 13px !important; }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 13px !important; }
  .p-sm-12 {
    padding: 12px !important; }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 12px !important; }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 12px !important; }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 12px !important; }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 12px !important; }
  .p-sm-11 {
    padding: 11px !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 11px !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 11px !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 11px !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 11px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important; }
  .p-sm-9 {
    padding: 9px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9px !important; }
  .p-sm-8 {
    padding: 8px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8px !important; }
  .p-sm-7 {
    padding: 7px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7px !important; }
  .p-sm-6 {
    padding: 6px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6px !important; }
  .m-sm-n1 {
    margin: -1px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1px !important; }
  .m-sm-n2 {
    margin: -2px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2px !important; }
  .m-sm-n3 {
    margin: -3px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3px !important; }
  .m-sm-n4 {
    margin: -4px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4px !important; }
  .m-sm-n5 {
    margin: -5px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5px !important; }
  .m-sm-n100 {
    margin: -100px !important; }
  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -100px !important; }
  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -100px !important; }
  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -100px !important; }
  .ml-sm-n100,
  .mx-sm-n100 {
    margin-left: -100px !important; }
  .m-sm-n99 {
    margin: -99px !important; }
  .mt-sm-n99,
  .my-sm-n99 {
    margin-top: -99px !important; }
  .mr-sm-n99,
  .mx-sm-n99 {
    margin-right: -99px !important; }
  .mb-sm-n99,
  .my-sm-n99 {
    margin-bottom: -99px !important; }
  .ml-sm-n99,
  .mx-sm-n99 {
    margin-left: -99px !important; }
  .m-sm-n98 {
    margin: -98px !important; }
  .mt-sm-n98,
  .my-sm-n98 {
    margin-top: -98px !important; }
  .mr-sm-n98,
  .mx-sm-n98 {
    margin-right: -98px !important; }
  .mb-sm-n98,
  .my-sm-n98 {
    margin-bottom: -98px !important; }
  .ml-sm-n98,
  .mx-sm-n98 {
    margin-left: -98px !important; }
  .m-sm-n97 {
    margin: -97px !important; }
  .mt-sm-n97,
  .my-sm-n97 {
    margin-top: -97px !important; }
  .mr-sm-n97,
  .mx-sm-n97 {
    margin-right: -97px !important; }
  .mb-sm-n97,
  .my-sm-n97 {
    margin-bottom: -97px !important; }
  .ml-sm-n97,
  .mx-sm-n97 {
    margin-left: -97px !important; }
  .m-sm-n96 {
    margin: -96px !important; }
  .mt-sm-n96,
  .my-sm-n96 {
    margin-top: -96px !important; }
  .mr-sm-n96,
  .mx-sm-n96 {
    margin-right: -96px !important; }
  .mb-sm-n96,
  .my-sm-n96 {
    margin-bottom: -96px !important; }
  .ml-sm-n96,
  .mx-sm-n96 {
    margin-left: -96px !important; }
  .m-sm-n95 {
    margin: -95px !important; }
  .mt-sm-n95,
  .my-sm-n95 {
    margin-top: -95px !important; }
  .mr-sm-n95,
  .mx-sm-n95 {
    margin-right: -95px !important; }
  .mb-sm-n95,
  .my-sm-n95 {
    margin-bottom: -95px !important; }
  .ml-sm-n95,
  .mx-sm-n95 {
    margin-left: -95px !important; }
  .m-sm-n94 {
    margin: -94px !important; }
  .mt-sm-n94,
  .my-sm-n94 {
    margin-top: -94px !important; }
  .mr-sm-n94,
  .mx-sm-n94 {
    margin-right: -94px !important; }
  .mb-sm-n94,
  .my-sm-n94 {
    margin-bottom: -94px !important; }
  .ml-sm-n94,
  .mx-sm-n94 {
    margin-left: -94px !important; }
  .m-sm-n93 {
    margin: -93px !important; }
  .mt-sm-n93,
  .my-sm-n93 {
    margin-top: -93px !important; }
  .mr-sm-n93,
  .mx-sm-n93 {
    margin-right: -93px !important; }
  .mb-sm-n93,
  .my-sm-n93 {
    margin-bottom: -93px !important; }
  .ml-sm-n93,
  .mx-sm-n93 {
    margin-left: -93px !important; }
  .m-sm-n92 {
    margin: -92px !important; }
  .mt-sm-n92,
  .my-sm-n92 {
    margin-top: -92px !important; }
  .mr-sm-n92,
  .mx-sm-n92 {
    margin-right: -92px !important; }
  .mb-sm-n92,
  .my-sm-n92 {
    margin-bottom: -92px !important; }
  .ml-sm-n92,
  .mx-sm-n92 {
    margin-left: -92px !important; }
  .m-sm-n91 {
    margin: -91px !important; }
  .mt-sm-n91,
  .my-sm-n91 {
    margin-top: -91px !important; }
  .mr-sm-n91,
  .mx-sm-n91 {
    margin-right: -91px !important; }
  .mb-sm-n91,
  .my-sm-n91 {
    margin-bottom: -91px !important; }
  .ml-sm-n91,
  .mx-sm-n91 {
    margin-left: -91px !important; }
  .m-sm-n90 {
    margin: -90px !important; }
  .mt-sm-n90,
  .my-sm-n90 {
    margin-top: -90px !important; }
  .mr-sm-n90,
  .mx-sm-n90 {
    margin-right: -90px !important; }
  .mb-sm-n90,
  .my-sm-n90 {
    margin-bottom: -90px !important; }
  .ml-sm-n90,
  .mx-sm-n90 {
    margin-left: -90px !important; }
  .m-sm-n89 {
    margin: -89px !important; }
  .mt-sm-n89,
  .my-sm-n89 {
    margin-top: -89px !important; }
  .mr-sm-n89,
  .mx-sm-n89 {
    margin-right: -89px !important; }
  .mb-sm-n89,
  .my-sm-n89 {
    margin-bottom: -89px !important; }
  .ml-sm-n89,
  .mx-sm-n89 {
    margin-left: -89px !important; }
  .m-sm-n88 {
    margin: -88px !important; }
  .mt-sm-n88,
  .my-sm-n88 {
    margin-top: -88px !important; }
  .mr-sm-n88,
  .mx-sm-n88 {
    margin-right: -88px !important; }
  .mb-sm-n88,
  .my-sm-n88 {
    margin-bottom: -88px !important; }
  .ml-sm-n88,
  .mx-sm-n88 {
    margin-left: -88px !important; }
  .m-sm-n87 {
    margin: -87px !important; }
  .mt-sm-n87,
  .my-sm-n87 {
    margin-top: -87px !important; }
  .mr-sm-n87,
  .mx-sm-n87 {
    margin-right: -87px !important; }
  .mb-sm-n87,
  .my-sm-n87 {
    margin-bottom: -87px !important; }
  .ml-sm-n87,
  .mx-sm-n87 {
    margin-left: -87px !important; }
  .m-sm-n86 {
    margin: -86px !important; }
  .mt-sm-n86,
  .my-sm-n86 {
    margin-top: -86px !important; }
  .mr-sm-n86,
  .mx-sm-n86 {
    margin-right: -86px !important; }
  .mb-sm-n86,
  .my-sm-n86 {
    margin-bottom: -86px !important; }
  .ml-sm-n86,
  .mx-sm-n86 {
    margin-left: -86px !important; }
  .m-sm-n85 {
    margin: -85px !important; }
  .mt-sm-n85,
  .my-sm-n85 {
    margin-top: -85px !important; }
  .mr-sm-n85,
  .mx-sm-n85 {
    margin-right: -85px !important; }
  .mb-sm-n85,
  .my-sm-n85 {
    margin-bottom: -85px !important; }
  .ml-sm-n85,
  .mx-sm-n85 {
    margin-left: -85px !important; }
  .m-sm-n84 {
    margin: -84px !important; }
  .mt-sm-n84,
  .my-sm-n84 {
    margin-top: -84px !important; }
  .mr-sm-n84,
  .mx-sm-n84 {
    margin-right: -84px !important; }
  .mb-sm-n84,
  .my-sm-n84 {
    margin-bottom: -84px !important; }
  .ml-sm-n84,
  .mx-sm-n84 {
    margin-left: -84px !important; }
  .m-sm-n83 {
    margin: -83px !important; }
  .mt-sm-n83,
  .my-sm-n83 {
    margin-top: -83px !important; }
  .mr-sm-n83,
  .mx-sm-n83 {
    margin-right: -83px !important; }
  .mb-sm-n83,
  .my-sm-n83 {
    margin-bottom: -83px !important; }
  .ml-sm-n83,
  .mx-sm-n83 {
    margin-left: -83px !important; }
  .m-sm-n82 {
    margin: -82px !important; }
  .mt-sm-n82,
  .my-sm-n82 {
    margin-top: -82px !important; }
  .mr-sm-n82,
  .mx-sm-n82 {
    margin-right: -82px !important; }
  .mb-sm-n82,
  .my-sm-n82 {
    margin-bottom: -82px !important; }
  .ml-sm-n82,
  .mx-sm-n82 {
    margin-left: -82px !important; }
  .m-sm-n81 {
    margin: -81px !important; }
  .mt-sm-n81,
  .my-sm-n81 {
    margin-top: -81px !important; }
  .mr-sm-n81,
  .mx-sm-n81 {
    margin-right: -81px !important; }
  .mb-sm-n81,
  .my-sm-n81 {
    margin-bottom: -81px !important; }
  .ml-sm-n81,
  .mx-sm-n81 {
    margin-left: -81px !important; }
  .m-sm-n80 {
    margin: -80px !important; }
  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -80px !important; }
  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -80px !important; }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -80px !important; }
  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -80px !important; }
  .m-sm-n79 {
    margin: -79px !important; }
  .mt-sm-n79,
  .my-sm-n79 {
    margin-top: -79px !important; }
  .mr-sm-n79,
  .mx-sm-n79 {
    margin-right: -79px !important; }
  .mb-sm-n79,
  .my-sm-n79 {
    margin-bottom: -79px !important; }
  .ml-sm-n79,
  .mx-sm-n79 {
    margin-left: -79px !important; }
  .m-sm-n78 {
    margin: -78px !important; }
  .mt-sm-n78,
  .my-sm-n78 {
    margin-top: -78px !important; }
  .mr-sm-n78,
  .mx-sm-n78 {
    margin-right: -78px !important; }
  .mb-sm-n78,
  .my-sm-n78 {
    margin-bottom: -78px !important; }
  .ml-sm-n78,
  .mx-sm-n78 {
    margin-left: -78px !important; }
  .m-sm-n77 {
    margin: -77px !important; }
  .mt-sm-n77,
  .my-sm-n77 {
    margin-top: -77px !important; }
  .mr-sm-n77,
  .mx-sm-n77 {
    margin-right: -77px !important; }
  .mb-sm-n77,
  .my-sm-n77 {
    margin-bottom: -77px !important; }
  .ml-sm-n77,
  .mx-sm-n77 {
    margin-left: -77px !important; }
  .m-sm-n76 {
    margin: -76px !important; }
  .mt-sm-n76,
  .my-sm-n76 {
    margin-top: -76px !important; }
  .mr-sm-n76,
  .mx-sm-n76 {
    margin-right: -76px !important; }
  .mb-sm-n76,
  .my-sm-n76 {
    margin-bottom: -76px !important; }
  .ml-sm-n76,
  .mx-sm-n76 {
    margin-left: -76px !important; }
  .m-sm-n75 {
    margin: -75px !important; }
  .mt-sm-n75,
  .my-sm-n75 {
    margin-top: -75px !important; }
  .mr-sm-n75,
  .mx-sm-n75 {
    margin-right: -75px !important; }
  .mb-sm-n75,
  .my-sm-n75 {
    margin-bottom: -75px !important; }
  .ml-sm-n75,
  .mx-sm-n75 {
    margin-left: -75px !important; }
  .m-sm-n74 {
    margin: -74px !important; }
  .mt-sm-n74,
  .my-sm-n74 {
    margin-top: -74px !important; }
  .mr-sm-n74,
  .mx-sm-n74 {
    margin-right: -74px !important; }
  .mb-sm-n74,
  .my-sm-n74 {
    margin-bottom: -74px !important; }
  .ml-sm-n74,
  .mx-sm-n74 {
    margin-left: -74px !important; }
  .m-sm-n73 {
    margin: -73px !important; }
  .mt-sm-n73,
  .my-sm-n73 {
    margin-top: -73px !important; }
  .mr-sm-n73,
  .mx-sm-n73 {
    margin-right: -73px !important; }
  .mb-sm-n73,
  .my-sm-n73 {
    margin-bottom: -73px !important; }
  .ml-sm-n73,
  .mx-sm-n73 {
    margin-left: -73px !important; }
  .m-sm-n72 {
    margin: -72px !important; }
  .mt-sm-n72,
  .my-sm-n72 {
    margin-top: -72px !important; }
  .mr-sm-n72,
  .mx-sm-n72 {
    margin-right: -72px !important; }
  .mb-sm-n72,
  .my-sm-n72 {
    margin-bottom: -72px !important; }
  .ml-sm-n72,
  .mx-sm-n72 {
    margin-left: -72px !important; }
  .m-sm-n71 {
    margin: -71px !important; }
  .mt-sm-n71,
  .my-sm-n71 {
    margin-top: -71px !important; }
  .mr-sm-n71,
  .mx-sm-n71 {
    margin-right: -71px !important; }
  .mb-sm-n71,
  .my-sm-n71 {
    margin-bottom: -71px !important; }
  .ml-sm-n71,
  .mx-sm-n71 {
    margin-left: -71px !important; }
  .m-sm-n70 {
    margin: -70px !important; }
  .mt-sm-n70,
  .my-sm-n70 {
    margin-top: -70px !important; }
  .mr-sm-n70,
  .mx-sm-n70 {
    margin-right: -70px !important; }
  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -70px !important; }
  .ml-sm-n70,
  .mx-sm-n70 {
    margin-left: -70px !important; }
  .m-sm-n69 {
    margin: -69px !important; }
  .mt-sm-n69,
  .my-sm-n69 {
    margin-top: -69px !important; }
  .mr-sm-n69,
  .mx-sm-n69 {
    margin-right: -69px !important; }
  .mb-sm-n69,
  .my-sm-n69 {
    margin-bottom: -69px !important; }
  .ml-sm-n69,
  .mx-sm-n69 {
    margin-left: -69px !important; }
  .m-sm-n68 {
    margin: -68px !important; }
  .mt-sm-n68,
  .my-sm-n68 {
    margin-top: -68px !important; }
  .mr-sm-n68,
  .mx-sm-n68 {
    margin-right: -68px !important; }
  .mb-sm-n68,
  .my-sm-n68 {
    margin-bottom: -68px !important; }
  .ml-sm-n68,
  .mx-sm-n68 {
    margin-left: -68px !important; }
  .m-sm-n67 {
    margin: -67px !important; }
  .mt-sm-n67,
  .my-sm-n67 {
    margin-top: -67px !important; }
  .mr-sm-n67,
  .mx-sm-n67 {
    margin-right: -67px !important; }
  .mb-sm-n67,
  .my-sm-n67 {
    margin-bottom: -67px !important; }
  .ml-sm-n67,
  .mx-sm-n67 {
    margin-left: -67px !important; }
  .m-sm-n66 {
    margin: -66px !important; }
  .mt-sm-n66,
  .my-sm-n66 {
    margin-top: -66px !important; }
  .mr-sm-n66,
  .mx-sm-n66 {
    margin-right: -66px !important; }
  .mb-sm-n66,
  .my-sm-n66 {
    margin-bottom: -66px !important; }
  .ml-sm-n66,
  .mx-sm-n66 {
    margin-left: -66px !important; }
  .m-sm-n65 {
    margin: -65px !important; }
  .mt-sm-n65,
  .my-sm-n65 {
    margin-top: -65px !important; }
  .mr-sm-n65,
  .mx-sm-n65 {
    margin-right: -65px !important; }
  .mb-sm-n65,
  .my-sm-n65 {
    margin-bottom: -65px !important; }
  .ml-sm-n65,
  .mx-sm-n65 {
    margin-left: -65px !important; }
  .m-sm-n64 {
    margin: -64px !important; }
  .mt-sm-n64,
  .my-sm-n64 {
    margin-top: -64px !important; }
  .mr-sm-n64,
  .mx-sm-n64 {
    margin-right: -64px !important; }
  .mb-sm-n64,
  .my-sm-n64 {
    margin-bottom: -64px !important; }
  .ml-sm-n64,
  .mx-sm-n64 {
    margin-left: -64px !important; }
  .m-sm-n63 {
    margin: -63px !important; }
  .mt-sm-n63,
  .my-sm-n63 {
    margin-top: -63px !important; }
  .mr-sm-n63,
  .mx-sm-n63 {
    margin-right: -63px !important; }
  .mb-sm-n63,
  .my-sm-n63 {
    margin-bottom: -63px !important; }
  .ml-sm-n63,
  .mx-sm-n63 {
    margin-left: -63px !important; }
  .m-sm-n62 {
    margin: -62px !important; }
  .mt-sm-n62,
  .my-sm-n62 {
    margin-top: -62px !important; }
  .mr-sm-n62,
  .mx-sm-n62 {
    margin-right: -62px !important; }
  .mb-sm-n62,
  .my-sm-n62 {
    margin-bottom: -62px !important; }
  .ml-sm-n62,
  .mx-sm-n62 {
    margin-left: -62px !important; }
  .m-sm-n61 {
    margin: -61px !important; }
  .mt-sm-n61,
  .my-sm-n61 {
    margin-top: -61px !important; }
  .mr-sm-n61,
  .mx-sm-n61 {
    margin-right: -61px !important; }
  .mb-sm-n61,
  .my-sm-n61 {
    margin-bottom: -61px !important; }
  .ml-sm-n61,
  .mx-sm-n61 {
    margin-left: -61px !important; }
  .m-sm-n60 {
    margin: -60px !important; }
  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -60px !important; }
  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -60px !important; }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -60px !important; }
  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -60px !important; }
  .m-sm-n59 {
    margin: -59px !important; }
  .mt-sm-n59,
  .my-sm-n59 {
    margin-top: -59px !important; }
  .mr-sm-n59,
  .mx-sm-n59 {
    margin-right: -59px !important; }
  .mb-sm-n59,
  .my-sm-n59 {
    margin-bottom: -59px !important; }
  .ml-sm-n59,
  .mx-sm-n59 {
    margin-left: -59px !important; }
  .m-sm-n58 {
    margin: -58px !important; }
  .mt-sm-n58,
  .my-sm-n58 {
    margin-top: -58px !important; }
  .mr-sm-n58,
  .mx-sm-n58 {
    margin-right: -58px !important; }
  .mb-sm-n58,
  .my-sm-n58 {
    margin-bottom: -58px !important; }
  .ml-sm-n58,
  .mx-sm-n58 {
    margin-left: -58px !important; }
  .m-sm-n57 {
    margin: -57px !important; }
  .mt-sm-n57,
  .my-sm-n57 {
    margin-top: -57px !important; }
  .mr-sm-n57,
  .mx-sm-n57 {
    margin-right: -57px !important; }
  .mb-sm-n57,
  .my-sm-n57 {
    margin-bottom: -57px !important; }
  .ml-sm-n57,
  .mx-sm-n57 {
    margin-left: -57px !important; }
  .m-sm-n56 {
    margin: -56px !important; }
  .mt-sm-n56,
  .my-sm-n56 {
    margin-top: -56px !important; }
  .mr-sm-n56,
  .mx-sm-n56 {
    margin-right: -56px !important; }
  .mb-sm-n56,
  .my-sm-n56 {
    margin-bottom: -56px !important; }
  .ml-sm-n56,
  .mx-sm-n56 {
    margin-left: -56px !important; }
  .m-sm-n55 {
    margin: -55px !important; }
  .mt-sm-n55,
  .my-sm-n55 {
    margin-top: -55px !important; }
  .mr-sm-n55,
  .mx-sm-n55 {
    margin-right: -55px !important; }
  .mb-sm-n55,
  .my-sm-n55 {
    margin-bottom: -55px !important; }
  .ml-sm-n55,
  .mx-sm-n55 {
    margin-left: -55px !important; }
  .m-sm-n54 {
    margin: -54px !important; }
  .mt-sm-n54,
  .my-sm-n54 {
    margin-top: -54px !important; }
  .mr-sm-n54,
  .mx-sm-n54 {
    margin-right: -54px !important; }
  .mb-sm-n54,
  .my-sm-n54 {
    margin-bottom: -54px !important; }
  .ml-sm-n54,
  .mx-sm-n54 {
    margin-left: -54px !important; }
  .m-sm-n53 {
    margin: -53px !important; }
  .mt-sm-n53,
  .my-sm-n53 {
    margin-top: -53px !important; }
  .mr-sm-n53,
  .mx-sm-n53 {
    margin-right: -53px !important; }
  .mb-sm-n53,
  .my-sm-n53 {
    margin-bottom: -53px !important; }
  .ml-sm-n53,
  .mx-sm-n53 {
    margin-left: -53px !important; }
  .m-sm-n52 {
    margin: -52px !important; }
  .mt-sm-n52,
  .my-sm-n52 {
    margin-top: -52px !important; }
  .mr-sm-n52,
  .mx-sm-n52 {
    margin-right: -52px !important; }
  .mb-sm-n52,
  .my-sm-n52 {
    margin-bottom: -52px !important; }
  .ml-sm-n52,
  .mx-sm-n52 {
    margin-left: -52px !important; }
  .m-sm-n51 {
    margin: -51px !important; }
  .mt-sm-n51,
  .my-sm-n51 {
    margin-top: -51px !important; }
  .mr-sm-n51,
  .mx-sm-n51 {
    margin-right: -51px !important; }
  .mb-sm-n51,
  .my-sm-n51 {
    margin-bottom: -51px !important; }
  .ml-sm-n51,
  .mx-sm-n51 {
    margin-left: -51px !important; }
  .m-sm-n50 {
    margin: -50px !important; }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -50px !important; }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -50px !important; }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -50px !important; }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -50px !important; }
  .m-sm-n49 {
    margin: -49px !important; }
  .mt-sm-n49,
  .my-sm-n49 {
    margin-top: -49px !important; }
  .mr-sm-n49,
  .mx-sm-n49 {
    margin-right: -49px !important; }
  .mb-sm-n49,
  .my-sm-n49 {
    margin-bottom: -49px !important; }
  .ml-sm-n49,
  .mx-sm-n49 {
    margin-left: -49px !important; }
  .m-sm-n48 {
    margin: -48px !important; }
  .mt-sm-n48,
  .my-sm-n48 {
    margin-top: -48px !important; }
  .mr-sm-n48,
  .mx-sm-n48 {
    margin-right: -48px !important; }
  .mb-sm-n48,
  .my-sm-n48 {
    margin-bottom: -48px !important; }
  .ml-sm-n48,
  .mx-sm-n48 {
    margin-left: -48px !important; }
  .m-sm-n47 {
    margin: -47px !important; }
  .mt-sm-n47,
  .my-sm-n47 {
    margin-top: -47px !important; }
  .mr-sm-n47,
  .mx-sm-n47 {
    margin-right: -47px !important; }
  .mb-sm-n47,
  .my-sm-n47 {
    margin-bottom: -47px !important; }
  .ml-sm-n47,
  .mx-sm-n47 {
    margin-left: -47px !important; }
  .m-sm-n46 {
    margin: -46px !important; }
  .mt-sm-n46,
  .my-sm-n46 {
    margin-top: -46px !important; }
  .mr-sm-n46,
  .mx-sm-n46 {
    margin-right: -46px !important; }
  .mb-sm-n46,
  .my-sm-n46 {
    margin-bottom: -46px !important; }
  .ml-sm-n46,
  .mx-sm-n46 {
    margin-left: -46px !important; }
  .m-sm-n45 {
    margin: -45px !important; }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -45px !important; }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -45px !important; }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -45px !important; }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -45px !important; }
  .m-sm-n44 {
    margin: -44px !important; }
  .mt-sm-n44,
  .my-sm-n44 {
    margin-top: -44px !important; }
  .mr-sm-n44,
  .mx-sm-n44 {
    margin-right: -44px !important; }
  .mb-sm-n44,
  .my-sm-n44 {
    margin-bottom: -44px !important; }
  .ml-sm-n44,
  .mx-sm-n44 {
    margin-left: -44px !important; }
  .m-sm-n43 {
    margin: -43px !important; }
  .mt-sm-n43,
  .my-sm-n43 {
    margin-top: -43px !important; }
  .mr-sm-n43,
  .mx-sm-n43 {
    margin-right: -43px !important; }
  .mb-sm-n43,
  .my-sm-n43 {
    margin-bottom: -43px !important; }
  .ml-sm-n43,
  .mx-sm-n43 {
    margin-left: -43px !important; }
  .m-sm-n42 {
    margin: -42px !important; }
  .mt-sm-n42,
  .my-sm-n42 {
    margin-top: -42px !important; }
  .mr-sm-n42,
  .mx-sm-n42 {
    margin-right: -42px !important; }
  .mb-sm-n42,
  .my-sm-n42 {
    margin-bottom: -42px !important; }
  .ml-sm-n42,
  .mx-sm-n42 {
    margin-left: -42px !important; }
  .m-sm-n41 {
    margin: -41px !important; }
  .mt-sm-n41,
  .my-sm-n41 {
    margin-top: -41px !important; }
  .mr-sm-n41,
  .mx-sm-n41 {
    margin-right: -41px !important; }
  .mb-sm-n41,
  .my-sm-n41 {
    margin-bottom: -41px !important; }
  .ml-sm-n41,
  .mx-sm-n41 {
    margin-left: -41px !important; }
  .m-sm-n40 {
    margin: -40px !important; }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -40px !important; }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -40px !important; }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -40px !important; }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -40px !important; }
  .m-sm-n39 {
    margin: -39px !important; }
  .mt-sm-n39,
  .my-sm-n39 {
    margin-top: -39px !important; }
  .mr-sm-n39,
  .mx-sm-n39 {
    margin-right: -39px !important; }
  .mb-sm-n39,
  .my-sm-n39 {
    margin-bottom: -39px !important; }
  .ml-sm-n39,
  .mx-sm-n39 {
    margin-left: -39px !important; }
  .m-sm-n38 {
    margin: -38px !important; }
  .mt-sm-n38,
  .my-sm-n38 {
    margin-top: -38px !important; }
  .mr-sm-n38,
  .mx-sm-n38 {
    margin-right: -38px !important; }
  .mb-sm-n38,
  .my-sm-n38 {
    margin-bottom: -38px !important; }
  .ml-sm-n38,
  .mx-sm-n38 {
    margin-left: -38px !important; }
  .m-sm-n37 {
    margin: -37px !important; }
  .mt-sm-n37,
  .my-sm-n37 {
    margin-top: -37px !important; }
  .mr-sm-n37,
  .mx-sm-n37 {
    margin-right: -37px !important; }
  .mb-sm-n37,
  .my-sm-n37 {
    margin-bottom: -37px !important; }
  .ml-sm-n37,
  .mx-sm-n37 {
    margin-left: -37px !important; }
  .m-sm-n36 {
    margin: -36px !important; }
  .mt-sm-n36,
  .my-sm-n36 {
    margin-top: -36px !important; }
  .mr-sm-n36,
  .mx-sm-n36 {
    margin-right: -36px !important; }
  .mb-sm-n36,
  .my-sm-n36 {
    margin-bottom: -36px !important; }
  .ml-sm-n36,
  .mx-sm-n36 {
    margin-left: -36px !important; }
  .m-sm-n35 {
    margin: -35px !important; }
  .mt-sm-n35,
  .my-sm-n35 {
    margin-top: -35px !important; }
  .mr-sm-n35,
  .mx-sm-n35 {
    margin-right: -35px !important; }
  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -35px !important; }
  .ml-sm-n35,
  .mx-sm-n35 {
    margin-left: -35px !important; }
  .m-sm-n34 {
    margin: -34px !important; }
  .mt-sm-n34,
  .my-sm-n34 {
    margin-top: -34px !important; }
  .mr-sm-n34,
  .mx-sm-n34 {
    margin-right: -34px !important; }
  .mb-sm-n34,
  .my-sm-n34 {
    margin-bottom: -34px !important; }
  .ml-sm-n34,
  .mx-sm-n34 {
    margin-left: -34px !important; }
  .m-sm-n33 {
    margin: -33px !important; }
  .mt-sm-n33,
  .my-sm-n33 {
    margin-top: -33px !important; }
  .mr-sm-n33,
  .mx-sm-n33 {
    margin-right: -33px !important; }
  .mb-sm-n33,
  .my-sm-n33 {
    margin-bottom: -33px !important; }
  .ml-sm-n33,
  .mx-sm-n33 {
    margin-left: -33px !important; }
  .m-sm-n32 {
    margin: -32px !important; }
  .mt-sm-n32,
  .my-sm-n32 {
    margin-top: -32px !important; }
  .mr-sm-n32,
  .mx-sm-n32 {
    margin-right: -32px !important; }
  .mb-sm-n32,
  .my-sm-n32 {
    margin-bottom: -32px !important; }
  .ml-sm-n32,
  .mx-sm-n32 {
    margin-left: -32px !important; }
  .m-sm-n31 {
    margin: -31px !important; }
  .mt-sm-n31,
  .my-sm-n31 {
    margin-top: -31px !important; }
  .mr-sm-n31,
  .mx-sm-n31 {
    margin-right: -31px !important; }
  .mb-sm-n31,
  .my-sm-n31 {
    margin-bottom: -31px !important; }
  .ml-sm-n31,
  .mx-sm-n31 {
    margin-left: -31px !important; }
  .m-sm-n30 {
    margin: -30px !important; }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -30px !important; }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -30px !important; }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -30px !important; }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -30px !important; }
  .m-sm-n29 {
    margin: -29px !important; }
  .mt-sm-n29,
  .my-sm-n29 {
    margin-top: -29px !important; }
  .mr-sm-n29,
  .mx-sm-n29 {
    margin-right: -29px !important; }
  .mb-sm-n29,
  .my-sm-n29 {
    margin-bottom: -29px !important; }
  .ml-sm-n29,
  .mx-sm-n29 {
    margin-left: -29px !important; }
  .m-sm-n28 {
    margin: -28px !important; }
  .mt-sm-n28,
  .my-sm-n28 {
    margin-top: -28px !important; }
  .mr-sm-n28,
  .mx-sm-n28 {
    margin-right: -28px !important; }
  .mb-sm-n28,
  .my-sm-n28 {
    margin-bottom: -28px !important; }
  .ml-sm-n28,
  .mx-sm-n28 {
    margin-left: -28px !important; }
  .m-sm-n27 {
    margin: -27px !important; }
  .mt-sm-n27,
  .my-sm-n27 {
    margin-top: -27px !important; }
  .mr-sm-n27,
  .mx-sm-n27 {
    margin-right: -27px !important; }
  .mb-sm-n27,
  .my-sm-n27 {
    margin-bottom: -27px !important; }
  .ml-sm-n27,
  .mx-sm-n27 {
    margin-left: -27px !important; }
  .m-sm-n26 {
    margin: -26px !important; }
  .mt-sm-n26,
  .my-sm-n26 {
    margin-top: -26px !important; }
  .mr-sm-n26,
  .mx-sm-n26 {
    margin-right: -26px !important; }
  .mb-sm-n26,
  .my-sm-n26 {
    margin-bottom: -26px !important; }
  .ml-sm-n26,
  .mx-sm-n26 {
    margin-left: -26px !important; }
  .m-sm-n25 {
    margin: -25px !important; }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -25px !important; }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -25px !important; }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -25px !important; }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -25px !important; }
  .m-sm-n24 {
    margin: -24px !important; }
  .mt-sm-n24,
  .my-sm-n24 {
    margin-top: -24px !important; }
  .mr-sm-n24,
  .mx-sm-n24 {
    margin-right: -24px !important; }
  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -24px !important; }
  .ml-sm-n24,
  .mx-sm-n24 {
    margin-left: -24px !important; }
  .m-sm-n23 {
    margin: -23px !important; }
  .mt-sm-n23,
  .my-sm-n23 {
    margin-top: -23px !important; }
  .mr-sm-n23,
  .mx-sm-n23 {
    margin-right: -23px !important; }
  .mb-sm-n23,
  .my-sm-n23 {
    margin-bottom: -23px !important; }
  .ml-sm-n23,
  .mx-sm-n23 {
    margin-left: -23px !important; }
  .m-sm-n22 {
    margin: -22px !important; }
  .mt-sm-n22,
  .my-sm-n22 {
    margin-top: -22px !important; }
  .mr-sm-n22,
  .mx-sm-n22 {
    margin-right: -22px !important; }
  .mb-sm-n22,
  .my-sm-n22 {
    margin-bottom: -22px !important; }
  .ml-sm-n22,
  .mx-sm-n22 {
    margin-left: -22px !important; }
  .m-sm-n21 {
    margin: -21px !important; }
  .mt-sm-n21,
  .my-sm-n21 {
    margin-top: -21px !important; }
  .mr-sm-n21,
  .mx-sm-n21 {
    margin-right: -21px !important; }
  .mb-sm-n21,
  .my-sm-n21 {
    margin-bottom: -21px !important; }
  .ml-sm-n21,
  .mx-sm-n21 {
    margin-left: -21px !important; }
  .m-sm-n20 {
    margin: -20px !important; }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -20px !important; }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -20px !important; }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -20px !important; }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -20px !important; }
  .m-sm-n19 {
    margin: -19px !important; }
  .mt-sm-n19,
  .my-sm-n19 {
    margin-top: -19px !important; }
  .mr-sm-n19,
  .mx-sm-n19 {
    margin-right: -19px !important; }
  .mb-sm-n19,
  .my-sm-n19 {
    margin-bottom: -19px !important; }
  .ml-sm-n19,
  .mx-sm-n19 {
    margin-left: -19px !important; }
  .m-sm-n18 {
    margin: -18px !important; }
  .mt-sm-n18,
  .my-sm-n18 {
    margin-top: -18px !important; }
  .mr-sm-n18,
  .mx-sm-n18 {
    margin-right: -18px !important; }
  .mb-sm-n18,
  .my-sm-n18 {
    margin-bottom: -18px !important; }
  .ml-sm-n18,
  .mx-sm-n18 {
    margin-left: -18px !important; }
  .m-sm-n17 {
    margin: -17px !important; }
  .mt-sm-n17,
  .my-sm-n17 {
    margin-top: -17px !important; }
  .mr-sm-n17,
  .mx-sm-n17 {
    margin-right: -17px !important; }
  .mb-sm-n17,
  .my-sm-n17 {
    margin-bottom: -17px !important; }
  .ml-sm-n17,
  .mx-sm-n17 {
    margin-left: -17px !important; }
  .m-sm-n16 {
    margin: -16px !important; }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -16px !important; }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -16px !important; }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -16px !important; }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -16px !important; }
  .m-sm-n15 {
    margin: -15px !important; }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -15px !important; }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -15px !important; }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -15px !important; }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -15px !important; }
  .m-sm-n14 {
    margin: -14px !important; }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -14px !important; }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -14px !important; }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -14px !important; }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -14px !important; }
  .m-sm-n13 {
    margin: -13px !important; }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -13px !important; }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -13px !important; }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -13px !important; }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -13px !important; }
  .m-sm-n12 {
    margin: -12px !important; }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -12px !important; }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -12px !important; }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -12px !important; }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -12px !important; }
  .m-sm-n11 {
    margin: -11px !important; }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -11px !important; }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -11px !important; }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -11px !important; }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -11px !important; }
  .m-sm-n10 {
    margin: -10px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10px !important; }
  .m-sm-n9 {
    margin: -9px !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9px !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9px !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9px !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9px !important; }
  .m-sm-n8 {
    margin: -8px !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8px !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8px !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8px !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8px !important; }
  .m-sm-n7 {
    margin: -7px !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7px !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7px !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7px !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7px !important; }
  .m-sm-n6 {
    margin: -6px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6px !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: 960px) {
  .m-md-0 {
    margin: 0px !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0px !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0px !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0px !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0px !important; }
  .m-md-1 {
    margin: 1px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1px !important; }
  .m-md-2 {
    margin: 2px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2px !important; }
  .m-md-3 {
    margin: 3px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3px !important; }
  .m-md-4 {
    margin: 4px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4px !important; }
  .m-md-5 {
    margin: 5px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5px !important; }
  .m-md-100 {
    margin: 100px !important; }
  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important; }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 100px !important; }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important; }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 100px !important; }
  .m-md-99 {
    margin: 99px !important; }
  .mt-md-99,
  .my-md-99 {
    margin-top: 99px !important; }
  .mr-md-99,
  .mx-md-99 {
    margin-right: 99px !important; }
  .mb-md-99,
  .my-md-99 {
    margin-bottom: 99px !important; }
  .ml-md-99,
  .mx-md-99 {
    margin-left: 99px !important; }
  .m-md-98 {
    margin: 98px !important; }
  .mt-md-98,
  .my-md-98 {
    margin-top: 98px !important; }
  .mr-md-98,
  .mx-md-98 {
    margin-right: 98px !important; }
  .mb-md-98,
  .my-md-98 {
    margin-bottom: 98px !important; }
  .ml-md-98,
  .mx-md-98 {
    margin-left: 98px !important; }
  .m-md-97 {
    margin: 97px !important; }
  .mt-md-97,
  .my-md-97 {
    margin-top: 97px !important; }
  .mr-md-97,
  .mx-md-97 {
    margin-right: 97px !important; }
  .mb-md-97,
  .my-md-97 {
    margin-bottom: 97px !important; }
  .ml-md-97,
  .mx-md-97 {
    margin-left: 97px !important; }
  .m-md-96 {
    margin: 96px !important; }
  .mt-md-96,
  .my-md-96 {
    margin-top: 96px !important; }
  .mr-md-96,
  .mx-md-96 {
    margin-right: 96px !important; }
  .mb-md-96,
  .my-md-96 {
    margin-bottom: 96px !important; }
  .ml-md-96,
  .mx-md-96 {
    margin-left: 96px !important; }
  .m-md-95 {
    margin: 95px !important; }
  .mt-md-95,
  .my-md-95 {
    margin-top: 95px !important; }
  .mr-md-95,
  .mx-md-95 {
    margin-right: 95px !important; }
  .mb-md-95,
  .my-md-95 {
    margin-bottom: 95px !important; }
  .ml-md-95,
  .mx-md-95 {
    margin-left: 95px !important; }
  .m-md-94 {
    margin: 94px !important; }
  .mt-md-94,
  .my-md-94 {
    margin-top: 94px !important; }
  .mr-md-94,
  .mx-md-94 {
    margin-right: 94px !important; }
  .mb-md-94,
  .my-md-94 {
    margin-bottom: 94px !important; }
  .ml-md-94,
  .mx-md-94 {
    margin-left: 94px !important; }
  .m-md-93 {
    margin: 93px !important; }
  .mt-md-93,
  .my-md-93 {
    margin-top: 93px !important; }
  .mr-md-93,
  .mx-md-93 {
    margin-right: 93px !important; }
  .mb-md-93,
  .my-md-93 {
    margin-bottom: 93px !important; }
  .ml-md-93,
  .mx-md-93 {
    margin-left: 93px !important; }
  .m-md-92 {
    margin: 92px !important; }
  .mt-md-92,
  .my-md-92 {
    margin-top: 92px !important; }
  .mr-md-92,
  .mx-md-92 {
    margin-right: 92px !important; }
  .mb-md-92,
  .my-md-92 {
    margin-bottom: 92px !important; }
  .ml-md-92,
  .mx-md-92 {
    margin-left: 92px !important; }
  .m-md-91 {
    margin: 91px !important; }
  .mt-md-91,
  .my-md-91 {
    margin-top: 91px !important; }
  .mr-md-91,
  .mx-md-91 {
    margin-right: 91px !important; }
  .mb-md-91,
  .my-md-91 {
    margin-bottom: 91px !important; }
  .ml-md-91,
  .mx-md-91 {
    margin-left: 91px !important; }
  .m-md-90 {
    margin: 90px !important; }
  .mt-md-90,
  .my-md-90 {
    margin-top: 90px !important; }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 90px !important; }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 90px !important; }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 90px !important; }
  .m-md-89 {
    margin: 89px !important; }
  .mt-md-89,
  .my-md-89 {
    margin-top: 89px !important; }
  .mr-md-89,
  .mx-md-89 {
    margin-right: 89px !important; }
  .mb-md-89,
  .my-md-89 {
    margin-bottom: 89px !important; }
  .ml-md-89,
  .mx-md-89 {
    margin-left: 89px !important; }
  .m-md-88 {
    margin: 88px !important; }
  .mt-md-88,
  .my-md-88 {
    margin-top: 88px !important; }
  .mr-md-88,
  .mx-md-88 {
    margin-right: 88px !important; }
  .mb-md-88,
  .my-md-88 {
    margin-bottom: 88px !important; }
  .ml-md-88,
  .mx-md-88 {
    margin-left: 88px !important; }
  .m-md-87 {
    margin: 87px !important; }
  .mt-md-87,
  .my-md-87 {
    margin-top: 87px !important; }
  .mr-md-87,
  .mx-md-87 {
    margin-right: 87px !important; }
  .mb-md-87,
  .my-md-87 {
    margin-bottom: 87px !important; }
  .ml-md-87,
  .mx-md-87 {
    margin-left: 87px !important; }
  .m-md-86 {
    margin: 86px !important; }
  .mt-md-86,
  .my-md-86 {
    margin-top: 86px !important; }
  .mr-md-86,
  .mx-md-86 {
    margin-right: 86px !important; }
  .mb-md-86,
  .my-md-86 {
    margin-bottom: 86px !important; }
  .ml-md-86,
  .mx-md-86 {
    margin-left: 86px !important; }
  .m-md-85 {
    margin: 85px !important; }
  .mt-md-85,
  .my-md-85 {
    margin-top: 85px !important; }
  .mr-md-85,
  .mx-md-85 {
    margin-right: 85px !important; }
  .mb-md-85,
  .my-md-85 {
    margin-bottom: 85px !important; }
  .ml-md-85,
  .mx-md-85 {
    margin-left: 85px !important; }
  .m-md-84 {
    margin: 84px !important; }
  .mt-md-84,
  .my-md-84 {
    margin-top: 84px !important; }
  .mr-md-84,
  .mx-md-84 {
    margin-right: 84px !important; }
  .mb-md-84,
  .my-md-84 {
    margin-bottom: 84px !important; }
  .ml-md-84,
  .mx-md-84 {
    margin-left: 84px !important; }
  .m-md-83 {
    margin: 83px !important; }
  .mt-md-83,
  .my-md-83 {
    margin-top: 83px !important; }
  .mr-md-83,
  .mx-md-83 {
    margin-right: 83px !important; }
  .mb-md-83,
  .my-md-83 {
    margin-bottom: 83px !important; }
  .ml-md-83,
  .mx-md-83 {
    margin-left: 83px !important; }
  .m-md-82 {
    margin: 82px !important; }
  .mt-md-82,
  .my-md-82 {
    margin-top: 82px !important; }
  .mr-md-82,
  .mx-md-82 {
    margin-right: 82px !important; }
  .mb-md-82,
  .my-md-82 {
    margin-bottom: 82px !important; }
  .ml-md-82,
  .mx-md-82 {
    margin-left: 82px !important; }
  .m-md-81 {
    margin: 81px !important; }
  .mt-md-81,
  .my-md-81 {
    margin-top: 81px !important; }
  .mr-md-81,
  .mx-md-81 {
    margin-right: 81px !important; }
  .mb-md-81,
  .my-md-81 {
    margin-bottom: 81px !important; }
  .ml-md-81,
  .mx-md-81 {
    margin-left: 81px !important; }
  .m-md-80 {
    margin: 80px !important; }
  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important; }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important; }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important; }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important; }
  .m-md-79 {
    margin: 79px !important; }
  .mt-md-79,
  .my-md-79 {
    margin-top: 79px !important; }
  .mr-md-79,
  .mx-md-79 {
    margin-right: 79px !important; }
  .mb-md-79,
  .my-md-79 {
    margin-bottom: 79px !important; }
  .ml-md-79,
  .mx-md-79 {
    margin-left: 79px !important; }
  .m-md-78 {
    margin: 78px !important; }
  .mt-md-78,
  .my-md-78 {
    margin-top: 78px !important; }
  .mr-md-78,
  .mx-md-78 {
    margin-right: 78px !important; }
  .mb-md-78,
  .my-md-78 {
    margin-bottom: 78px !important; }
  .ml-md-78,
  .mx-md-78 {
    margin-left: 78px !important; }
  .m-md-77 {
    margin: 77px !important; }
  .mt-md-77,
  .my-md-77 {
    margin-top: 77px !important; }
  .mr-md-77,
  .mx-md-77 {
    margin-right: 77px !important; }
  .mb-md-77,
  .my-md-77 {
    margin-bottom: 77px !important; }
  .ml-md-77,
  .mx-md-77 {
    margin-left: 77px !important; }
  .m-md-76 {
    margin: 76px !important; }
  .mt-md-76,
  .my-md-76 {
    margin-top: 76px !important; }
  .mr-md-76,
  .mx-md-76 {
    margin-right: 76px !important; }
  .mb-md-76,
  .my-md-76 {
    margin-bottom: 76px !important; }
  .ml-md-76,
  .mx-md-76 {
    margin-left: 76px !important; }
  .m-md-75 {
    margin: 75px !important; }
  .mt-md-75,
  .my-md-75 {
    margin-top: 75px !important; }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 75px !important; }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 75px !important; }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 75px !important; }
  .m-md-74 {
    margin: 74px !important; }
  .mt-md-74,
  .my-md-74 {
    margin-top: 74px !important; }
  .mr-md-74,
  .mx-md-74 {
    margin-right: 74px !important; }
  .mb-md-74,
  .my-md-74 {
    margin-bottom: 74px !important; }
  .ml-md-74,
  .mx-md-74 {
    margin-left: 74px !important; }
  .m-md-73 {
    margin: 73px !important; }
  .mt-md-73,
  .my-md-73 {
    margin-top: 73px !important; }
  .mr-md-73,
  .mx-md-73 {
    margin-right: 73px !important; }
  .mb-md-73,
  .my-md-73 {
    margin-bottom: 73px !important; }
  .ml-md-73,
  .mx-md-73 {
    margin-left: 73px !important; }
  .m-md-72 {
    margin: 72px !important; }
  .mt-md-72,
  .my-md-72 {
    margin-top: 72px !important; }
  .mr-md-72,
  .mx-md-72 {
    margin-right: 72px !important; }
  .mb-md-72,
  .my-md-72 {
    margin-bottom: 72px !important; }
  .ml-md-72,
  .mx-md-72 {
    margin-left: 72px !important; }
  .m-md-71 {
    margin: 71px !important; }
  .mt-md-71,
  .my-md-71 {
    margin-top: 71px !important; }
  .mr-md-71,
  .mx-md-71 {
    margin-right: 71px !important; }
  .mb-md-71,
  .my-md-71 {
    margin-bottom: 71px !important; }
  .ml-md-71,
  .mx-md-71 {
    margin-left: 71px !important; }
  .m-md-70 {
    margin: 70px !important; }
  .mt-md-70,
  .my-md-70 {
    margin-top: 70px !important; }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 70px !important; }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 70px !important; }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 70px !important; }
  .m-md-69 {
    margin: 69px !important; }
  .mt-md-69,
  .my-md-69 {
    margin-top: 69px !important; }
  .mr-md-69,
  .mx-md-69 {
    margin-right: 69px !important; }
  .mb-md-69,
  .my-md-69 {
    margin-bottom: 69px !important; }
  .ml-md-69,
  .mx-md-69 {
    margin-left: 69px !important; }
  .m-md-68 {
    margin: 68px !important; }
  .mt-md-68,
  .my-md-68 {
    margin-top: 68px !important; }
  .mr-md-68,
  .mx-md-68 {
    margin-right: 68px !important; }
  .mb-md-68,
  .my-md-68 {
    margin-bottom: 68px !important; }
  .ml-md-68,
  .mx-md-68 {
    margin-left: 68px !important; }
  .m-md-67 {
    margin: 67px !important; }
  .mt-md-67,
  .my-md-67 {
    margin-top: 67px !important; }
  .mr-md-67,
  .mx-md-67 {
    margin-right: 67px !important; }
  .mb-md-67,
  .my-md-67 {
    margin-bottom: 67px !important; }
  .ml-md-67,
  .mx-md-67 {
    margin-left: 67px !important; }
  .m-md-66 {
    margin: 66px !important; }
  .mt-md-66,
  .my-md-66 {
    margin-top: 66px !important; }
  .mr-md-66,
  .mx-md-66 {
    margin-right: 66px !important; }
  .mb-md-66,
  .my-md-66 {
    margin-bottom: 66px !important; }
  .ml-md-66,
  .mx-md-66 {
    margin-left: 66px !important; }
  .m-md-65 {
    margin: 65px !important; }
  .mt-md-65,
  .my-md-65 {
    margin-top: 65px !important; }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 65px !important; }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 65px !important; }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 65px !important; }
  .m-md-64 {
    margin: 64px !important; }
  .mt-md-64,
  .my-md-64 {
    margin-top: 64px !important; }
  .mr-md-64,
  .mx-md-64 {
    margin-right: 64px !important; }
  .mb-md-64,
  .my-md-64 {
    margin-bottom: 64px !important; }
  .ml-md-64,
  .mx-md-64 {
    margin-left: 64px !important; }
  .m-md-63 {
    margin: 63px !important; }
  .mt-md-63,
  .my-md-63 {
    margin-top: 63px !important; }
  .mr-md-63,
  .mx-md-63 {
    margin-right: 63px !important; }
  .mb-md-63,
  .my-md-63 {
    margin-bottom: 63px !important; }
  .ml-md-63,
  .mx-md-63 {
    margin-left: 63px !important; }
  .m-md-62 {
    margin: 62px !important; }
  .mt-md-62,
  .my-md-62 {
    margin-top: 62px !important; }
  .mr-md-62,
  .mx-md-62 {
    margin-right: 62px !important; }
  .mb-md-62,
  .my-md-62 {
    margin-bottom: 62px !important; }
  .ml-md-62,
  .mx-md-62 {
    margin-left: 62px !important; }
  .m-md-61 {
    margin: 61px !important; }
  .mt-md-61,
  .my-md-61 {
    margin-top: 61px !important; }
  .mr-md-61,
  .mx-md-61 {
    margin-right: 61px !important; }
  .mb-md-61,
  .my-md-61 {
    margin-bottom: 61px !important; }
  .ml-md-61,
  .mx-md-61 {
    margin-left: 61px !important; }
  .m-md-60 {
    margin: 60px !important; }
  .mt-md-60,
  .my-md-60 {
    margin-top: 60px !important; }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px !important; }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px !important; }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px !important; }
  .m-md-59 {
    margin: 59px !important; }
  .mt-md-59,
  .my-md-59 {
    margin-top: 59px !important; }
  .mr-md-59,
  .mx-md-59 {
    margin-right: 59px !important; }
  .mb-md-59,
  .my-md-59 {
    margin-bottom: 59px !important; }
  .ml-md-59,
  .mx-md-59 {
    margin-left: 59px !important; }
  .m-md-58 {
    margin: 58px !important; }
  .mt-md-58,
  .my-md-58 {
    margin-top: 58px !important; }
  .mr-md-58,
  .mx-md-58 {
    margin-right: 58px !important; }
  .mb-md-58,
  .my-md-58 {
    margin-bottom: 58px !important; }
  .ml-md-58,
  .mx-md-58 {
    margin-left: 58px !important; }
  .m-md-57 {
    margin: 57px !important; }
  .mt-md-57,
  .my-md-57 {
    margin-top: 57px !important; }
  .mr-md-57,
  .mx-md-57 {
    margin-right: 57px !important; }
  .mb-md-57,
  .my-md-57 {
    margin-bottom: 57px !important; }
  .ml-md-57,
  .mx-md-57 {
    margin-left: 57px !important; }
  .m-md-56 {
    margin: 56px !important; }
  .mt-md-56,
  .my-md-56 {
    margin-top: 56px !important; }
  .mr-md-56,
  .mx-md-56 {
    margin-right: 56px !important; }
  .mb-md-56,
  .my-md-56 {
    margin-bottom: 56px !important; }
  .ml-md-56,
  .mx-md-56 {
    margin-left: 56px !important; }
  .m-md-55 {
    margin: 55px !important; }
  .mt-md-55,
  .my-md-55 {
    margin-top: 55px !important; }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 55px !important; }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 55px !important; }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 55px !important; }
  .m-md-54 {
    margin: 54px !important; }
  .mt-md-54,
  .my-md-54 {
    margin-top: 54px !important; }
  .mr-md-54,
  .mx-md-54 {
    margin-right: 54px !important; }
  .mb-md-54,
  .my-md-54 {
    margin-bottom: 54px !important; }
  .ml-md-54,
  .mx-md-54 {
    margin-left: 54px !important; }
  .m-md-53 {
    margin: 53px !important; }
  .mt-md-53,
  .my-md-53 {
    margin-top: 53px !important; }
  .mr-md-53,
  .mx-md-53 {
    margin-right: 53px !important; }
  .mb-md-53,
  .my-md-53 {
    margin-bottom: 53px !important; }
  .ml-md-53,
  .mx-md-53 {
    margin-left: 53px !important; }
  .m-md-52 {
    margin: 52px !important; }
  .mt-md-52,
  .my-md-52 {
    margin-top: 52px !important; }
  .mr-md-52,
  .mx-md-52 {
    margin-right: 52px !important; }
  .mb-md-52,
  .my-md-52 {
    margin-bottom: 52px !important; }
  .ml-md-52,
  .mx-md-52 {
    margin-left: 52px !important; }
  .m-md-51 {
    margin: 51px !important; }
  .mt-md-51,
  .my-md-51 {
    margin-top: 51px !important; }
  .mr-md-51,
  .mx-md-51 {
    margin-right: 51px !important; }
  .mb-md-51,
  .my-md-51 {
    margin-bottom: 51px !important; }
  .ml-md-51,
  .mx-md-51 {
    margin-left: 51px !important; }
  .m-md-50 {
    margin: 50px !important; }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important; }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important; }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important; }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important; }
  .m-md-49 {
    margin: 49px !important; }
  .mt-md-49,
  .my-md-49 {
    margin-top: 49px !important; }
  .mr-md-49,
  .mx-md-49 {
    margin-right: 49px !important; }
  .mb-md-49,
  .my-md-49 {
    margin-bottom: 49px !important; }
  .ml-md-49,
  .mx-md-49 {
    margin-left: 49px !important; }
  .m-md-48 {
    margin: 48px !important; }
  .mt-md-48,
  .my-md-48 {
    margin-top: 48px !important; }
  .mr-md-48,
  .mx-md-48 {
    margin-right: 48px !important; }
  .mb-md-48,
  .my-md-48 {
    margin-bottom: 48px !important; }
  .ml-md-48,
  .mx-md-48 {
    margin-left: 48px !important; }
  .m-md-47 {
    margin: 47px !important; }
  .mt-md-47,
  .my-md-47 {
    margin-top: 47px !important; }
  .mr-md-47,
  .mx-md-47 {
    margin-right: 47px !important; }
  .mb-md-47,
  .my-md-47 {
    margin-bottom: 47px !important; }
  .ml-md-47,
  .mx-md-47 {
    margin-left: 47px !important; }
  .m-md-46 {
    margin: 46px !important; }
  .mt-md-46,
  .my-md-46 {
    margin-top: 46px !important; }
  .mr-md-46,
  .mx-md-46 {
    margin-right: 46px !important; }
  .mb-md-46,
  .my-md-46 {
    margin-bottom: 46px !important; }
  .ml-md-46,
  .mx-md-46 {
    margin-left: 46px !important; }
  .m-md-45 {
    margin: 45px !important; }
  .mt-md-45,
  .my-md-45 {
    margin-top: 45px !important; }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 45px !important; }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 45px !important; }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 45px !important; }
  .m-md-44 {
    margin: 44px !important; }
  .mt-md-44,
  .my-md-44 {
    margin-top: 44px !important; }
  .mr-md-44,
  .mx-md-44 {
    margin-right: 44px !important; }
  .mb-md-44,
  .my-md-44 {
    margin-bottom: 44px !important; }
  .ml-md-44,
  .mx-md-44 {
    margin-left: 44px !important; }
  .m-md-43 {
    margin: 43px !important; }
  .mt-md-43,
  .my-md-43 {
    margin-top: 43px !important; }
  .mr-md-43,
  .mx-md-43 {
    margin-right: 43px !important; }
  .mb-md-43,
  .my-md-43 {
    margin-bottom: 43px !important; }
  .ml-md-43,
  .mx-md-43 {
    margin-left: 43px !important; }
  .m-md-42 {
    margin: 42px !important; }
  .mt-md-42,
  .my-md-42 {
    margin-top: 42px !important; }
  .mr-md-42,
  .mx-md-42 {
    margin-right: 42px !important; }
  .mb-md-42,
  .my-md-42 {
    margin-bottom: 42px !important; }
  .ml-md-42,
  .mx-md-42 {
    margin-left: 42px !important; }
  .m-md-41 {
    margin: 41px !important; }
  .mt-md-41,
  .my-md-41 {
    margin-top: 41px !important; }
  .mr-md-41,
  .mx-md-41 {
    margin-right: 41px !important; }
  .mb-md-41,
  .my-md-41 {
    margin-bottom: 41px !important; }
  .ml-md-41,
  .mx-md-41 {
    margin-left: 41px !important; }
  .m-md-40 {
    margin: 40px !important; }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important; }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important; }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important; }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important; }
  .m-md-39 {
    margin: 39px !important; }
  .mt-md-39,
  .my-md-39 {
    margin-top: 39px !important; }
  .mr-md-39,
  .mx-md-39 {
    margin-right: 39px !important; }
  .mb-md-39,
  .my-md-39 {
    margin-bottom: 39px !important; }
  .ml-md-39,
  .mx-md-39 {
    margin-left: 39px !important; }
  .m-md-38 {
    margin: 38px !important; }
  .mt-md-38,
  .my-md-38 {
    margin-top: 38px !important; }
  .mr-md-38,
  .mx-md-38 {
    margin-right: 38px !important; }
  .mb-md-38,
  .my-md-38 {
    margin-bottom: 38px !important; }
  .ml-md-38,
  .mx-md-38 {
    margin-left: 38px !important; }
  .m-md-37 {
    margin: 37px !important; }
  .mt-md-37,
  .my-md-37 {
    margin-top: 37px !important; }
  .mr-md-37,
  .mx-md-37 {
    margin-right: 37px !important; }
  .mb-md-37,
  .my-md-37 {
    margin-bottom: 37px !important; }
  .ml-md-37,
  .mx-md-37 {
    margin-left: 37px !important; }
  .m-md-36 {
    margin: 36px !important; }
  .mt-md-36,
  .my-md-36 {
    margin-top: 36px !important; }
  .mr-md-36,
  .mx-md-36 {
    margin-right: 36px !important; }
  .mb-md-36,
  .my-md-36 {
    margin-bottom: 36px !important; }
  .ml-md-36,
  .mx-md-36 {
    margin-left: 36px !important; }
  .m-md-35 {
    margin: 35px !important; }
  .mt-md-35,
  .my-md-35 {
    margin-top: 35px !important; }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 35px !important; }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 35px !important; }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 35px !important; }
  .m-md-34 {
    margin: 34px !important; }
  .mt-md-34,
  .my-md-34 {
    margin-top: 34px !important; }
  .mr-md-34,
  .mx-md-34 {
    margin-right: 34px !important; }
  .mb-md-34,
  .my-md-34 {
    margin-bottom: 34px !important; }
  .ml-md-34,
  .mx-md-34 {
    margin-left: 34px !important; }
  .m-md-33 {
    margin: 33px !important; }
  .mt-md-33,
  .my-md-33 {
    margin-top: 33px !important; }
  .mr-md-33,
  .mx-md-33 {
    margin-right: 33px !important; }
  .mb-md-33,
  .my-md-33 {
    margin-bottom: 33px !important; }
  .ml-md-33,
  .mx-md-33 {
    margin-left: 33px !important; }
  .m-md-32 {
    margin: 32px !important; }
  .mt-md-32,
  .my-md-32 {
    margin-top: 32px !important; }
  .mr-md-32,
  .mx-md-32 {
    margin-right: 32px !important; }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 32px !important; }
  .ml-md-32,
  .mx-md-32 {
    margin-left: 32px !important; }
  .m-md-31 {
    margin: 31px !important; }
  .mt-md-31,
  .my-md-31 {
    margin-top: 31px !important; }
  .mr-md-31,
  .mx-md-31 {
    margin-right: 31px !important; }
  .mb-md-31,
  .my-md-31 {
    margin-bottom: 31px !important; }
  .ml-md-31,
  .mx-md-31 {
    margin-left: 31px !important; }
  .m-md-30 {
    margin: 30px !important; }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important; }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important; }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important; }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important; }
  .m-md-29 {
    margin: 29px !important; }
  .mt-md-29,
  .my-md-29 {
    margin-top: 29px !important; }
  .mr-md-29,
  .mx-md-29 {
    margin-right: 29px !important; }
  .mb-md-29,
  .my-md-29 {
    margin-bottom: 29px !important; }
  .ml-md-29,
  .mx-md-29 {
    margin-left: 29px !important; }
  .m-md-28 {
    margin: 28px !important; }
  .mt-md-28,
  .my-md-28 {
    margin-top: 28px !important; }
  .mr-md-28,
  .mx-md-28 {
    margin-right: 28px !important; }
  .mb-md-28,
  .my-md-28 {
    margin-bottom: 28px !important; }
  .ml-md-28,
  .mx-md-28 {
    margin-left: 28px !important; }
  .m-md-27 {
    margin: 27px !important; }
  .mt-md-27,
  .my-md-27 {
    margin-top: 27px !important; }
  .mr-md-27,
  .mx-md-27 {
    margin-right: 27px !important; }
  .mb-md-27,
  .my-md-27 {
    margin-bottom: 27px !important; }
  .ml-md-27,
  .mx-md-27 {
    margin-left: 27px !important; }
  .m-md-26 {
    margin: 26px !important; }
  .mt-md-26,
  .my-md-26 {
    margin-top: 26px !important; }
  .mr-md-26,
  .mx-md-26 {
    margin-right: 26px !important; }
  .mb-md-26,
  .my-md-26 {
    margin-bottom: 26px !important; }
  .ml-md-26,
  .mx-md-26 {
    margin-left: 26px !important; }
  .m-md-25 {
    margin: 25px !important; }
  .mt-md-25,
  .my-md-25 {
    margin-top: 25px !important; }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 25px !important; }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25px !important; }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 25px !important; }
  .m-md-24 {
    margin: 24px !important; }
  .mt-md-24,
  .my-md-24 {
    margin-top: 24px !important; }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 24px !important; }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 24px !important; }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 24px !important; }
  .m-md-23 {
    margin: 23px !important; }
  .mt-md-23,
  .my-md-23 {
    margin-top: 23px !important; }
  .mr-md-23,
  .mx-md-23 {
    margin-right: 23px !important; }
  .mb-md-23,
  .my-md-23 {
    margin-bottom: 23px !important; }
  .ml-md-23,
  .mx-md-23 {
    margin-left: 23px !important; }
  .m-md-22 {
    margin: 22px !important; }
  .mt-md-22,
  .my-md-22 {
    margin-top: 22px !important; }
  .mr-md-22,
  .mx-md-22 {
    margin-right: 22px !important; }
  .mb-md-22,
  .my-md-22 {
    margin-bottom: 22px !important; }
  .ml-md-22,
  .mx-md-22 {
    margin-left: 22px !important; }
  .m-md-21 {
    margin: 21px !important; }
  .mt-md-21,
  .my-md-21 {
    margin-top: 21px !important; }
  .mr-md-21,
  .mx-md-21 {
    margin-right: 21px !important; }
  .mb-md-21,
  .my-md-21 {
    margin-bottom: 21px !important; }
  .ml-md-21,
  .mx-md-21 {
    margin-left: 21px !important; }
  .m-md-20 {
    margin: 20px !important; }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important; }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important; }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important; }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important; }
  .m-md-19 {
    margin: 19px !important; }
  .mt-md-19,
  .my-md-19 {
    margin-top: 19px !important; }
  .mr-md-19,
  .mx-md-19 {
    margin-right: 19px !important; }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 19px !important; }
  .ml-md-19,
  .mx-md-19 {
    margin-left: 19px !important; }
  .m-md-18 {
    margin: 18px !important; }
  .mt-md-18,
  .my-md-18 {
    margin-top: 18px !important; }
  .mr-md-18,
  .mx-md-18 {
    margin-right: 18px !important; }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 18px !important; }
  .ml-md-18,
  .mx-md-18 {
    margin-left: 18px !important; }
  .m-md-17 {
    margin: 17px !important; }
  .mt-md-17,
  .my-md-17 {
    margin-top: 17px !important; }
  .mr-md-17,
  .mx-md-17 {
    margin-right: 17px !important; }
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 17px !important; }
  .ml-md-17,
  .mx-md-17 {
    margin-left: 17px !important; }
  .m-md-16 {
    margin: 16px !important; }
  .mt-md-16,
  .my-md-16 {
    margin-top: 16px !important; }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 16px !important; }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 16px !important; }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 16px !important; }
  .m-md-15 {
    margin: 15px !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important; }
  .m-md-14 {
    margin: 14px !important; }
  .mt-md-14,
  .my-md-14 {
    margin-top: 14px !important; }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 14px !important; }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 14px !important; }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 14px !important; }
  .m-md-13 {
    margin: 13px !important; }
  .mt-md-13,
  .my-md-13 {
    margin-top: 13px !important; }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 13px !important; }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 13px !important; }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 13px !important; }
  .m-md-12 {
    margin: 12px !important; }
  .mt-md-12,
  .my-md-12 {
    margin-top: 12px !important; }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 12px !important; }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 12px !important; }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 12px !important; }
  .m-md-11 {
    margin: 11px !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 11px !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 11px !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 11px !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 11px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important; }
  .m-md-9 {
    margin: 9px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9px !important; }
  .m-md-8 {
    margin: 8px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8px !important; }
  .m-md-7 {
    margin: 7px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7px !important; }
  .m-md-6 {
    margin: 6px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6px !important; }
  .p-md-0 {
    padding: 0px !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0px !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0px !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0px !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0px !important; }
  .p-md-1 {
    padding: 1px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1px !important; }
  .p-md-2 {
    padding: 2px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2px !important; }
  .p-md-3 {
    padding: 3px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3px !important; }
  .p-md-4 {
    padding: 4px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4px !important; }
  .p-md-5 {
    padding: 5px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5px !important; }
  .p-md-100 {
    padding: 100px !important; }
  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important; }
  .pr-md-100,
  .px-md-100 {
    padding-right: 100px !important; }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important; }
  .pl-md-100,
  .px-md-100 {
    padding-left: 100px !important; }
  .p-md-99 {
    padding: 99px !important; }
  .pt-md-99,
  .py-md-99 {
    padding-top: 99px !important; }
  .pr-md-99,
  .px-md-99 {
    padding-right: 99px !important; }
  .pb-md-99,
  .py-md-99 {
    padding-bottom: 99px !important; }
  .pl-md-99,
  .px-md-99 {
    padding-left: 99px !important; }
  .p-md-98 {
    padding: 98px !important; }
  .pt-md-98,
  .py-md-98 {
    padding-top: 98px !important; }
  .pr-md-98,
  .px-md-98 {
    padding-right: 98px !important; }
  .pb-md-98,
  .py-md-98 {
    padding-bottom: 98px !important; }
  .pl-md-98,
  .px-md-98 {
    padding-left: 98px !important; }
  .p-md-97 {
    padding: 97px !important; }
  .pt-md-97,
  .py-md-97 {
    padding-top: 97px !important; }
  .pr-md-97,
  .px-md-97 {
    padding-right: 97px !important; }
  .pb-md-97,
  .py-md-97 {
    padding-bottom: 97px !important; }
  .pl-md-97,
  .px-md-97 {
    padding-left: 97px !important; }
  .p-md-96 {
    padding: 96px !important; }
  .pt-md-96,
  .py-md-96 {
    padding-top: 96px !important; }
  .pr-md-96,
  .px-md-96 {
    padding-right: 96px !important; }
  .pb-md-96,
  .py-md-96 {
    padding-bottom: 96px !important; }
  .pl-md-96,
  .px-md-96 {
    padding-left: 96px !important; }
  .p-md-95 {
    padding: 95px !important; }
  .pt-md-95,
  .py-md-95 {
    padding-top: 95px !important; }
  .pr-md-95,
  .px-md-95 {
    padding-right: 95px !important; }
  .pb-md-95,
  .py-md-95 {
    padding-bottom: 95px !important; }
  .pl-md-95,
  .px-md-95 {
    padding-left: 95px !important; }
  .p-md-94 {
    padding: 94px !important; }
  .pt-md-94,
  .py-md-94 {
    padding-top: 94px !important; }
  .pr-md-94,
  .px-md-94 {
    padding-right: 94px !important; }
  .pb-md-94,
  .py-md-94 {
    padding-bottom: 94px !important; }
  .pl-md-94,
  .px-md-94 {
    padding-left: 94px !important; }
  .p-md-93 {
    padding: 93px !important; }
  .pt-md-93,
  .py-md-93 {
    padding-top: 93px !important; }
  .pr-md-93,
  .px-md-93 {
    padding-right: 93px !important; }
  .pb-md-93,
  .py-md-93 {
    padding-bottom: 93px !important; }
  .pl-md-93,
  .px-md-93 {
    padding-left: 93px !important; }
  .p-md-92 {
    padding: 92px !important; }
  .pt-md-92,
  .py-md-92 {
    padding-top: 92px !important; }
  .pr-md-92,
  .px-md-92 {
    padding-right: 92px !important; }
  .pb-md-92,
  .py-md-92 {
    padding-bottom: 92px !important; }
  .pl-md-92,
  .px-md-92 {
    padding-left: 92px !important; }
  .p-md-91 {
    padding: 91px !important; }
  .pt-md-91,
  .py-md-91 {
    padding-top: 91px !important; }
  .pr-md-91,
  .px-md-91 {
    padding-right: 91px !important; }
  .pb-md-91,
  .py-md-91 {
    padding-bottom: 91px !important; }
  .pl-md-91,
  .px-md-91 {
    padding-left: 91px !important; }
  .p-md-90 {
    padding: 90px !important; }
  .pt-md-90,
  .py-md-90 {
    padding-top: 90px !important; }
  .pr-md-90,
  .px-md-90 {
    padding-right: 90px !important; }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 90px !important; }
  .pl-md-90,
  .px-md-90 {
    padding-left: 90px !important; }
  .p-md-89 {
    padding: 89px !important; }
  .pt-md-89,
  .py-md-89 {
    padding-top: 89px !important; }
  .pr-md-89,
  .px-md-89 {
    padding-right: 89px !important; }
  .pb-md-89,
  .py-md-89 {
    padding-bottom: 89px !important; }
  .pl-md-89,
  .px-md-89 {
    padding-left: 89px !important; }
  .p-md-88 {
    padding: 88px !important; }
  .pt-md-88,
  .py-md-88 {
    padding-top: 88px !important; }
  .pr-md-88,
  .px-md-88 {
    padding-right: 88px !important; }
  .pb-md-88,
  .py-md-88 {
    padding-bottom: 88px !important; }
  .pl-md-88,
  .px-md-88 {
    padding-left: 88px !important; }
  .p-md-87 {
    padding: 87px !important; }
  .pt-md-87,
  .py-md-87 {
    padding-top: 87px !important; }
  .pr-md-87,
  .px-md-87 {
    padding-right: 87px !important; }
  .pb-md-87,
  .py-md-87 {
    padding-bottom: 87px !important; }
  .pl-md-87,
  .px-md-87 {
    padding-left: 87px !important; }
  .p-md-86 {
    padding: 86px !important; }
  .pt-md-86,
  .py-md-86 {
    padding-top: 86px !important; }
  .pr-md-86,
  .px-md-86 {
    padding-right: 86px !important; }
  .pb-md-86,
  .py-md-86 {
    padding-bottom: 86px !important; }
  .pl-md-86,
  .px-md-86 {
    padding-left: 86px !important; }
  .p-md-85 {
    padding: 85px !important; }
  .pt-md-85,
  .py-md-85 {
    padding-top: 85px !important; }
  .pr-md-85,
  .px-md-85 {
    padding-right: 85px !important; }
  .pb-md-85,
  .py-md-85 {
    padding-bottom: 85px !important; }
  .pl-md-85,
  .px-md-85 {
    padding-left: 85px !important; }
  .p-md-84 {
    padding: 84px !important; }
  .pt-md-84,
  .py-md-84 {
    padding-top: 84px !important; }
  .pr-md-84,
  .px-md-84 {
    padding-right: 84px !important; }
  .pb-md-84,
  .py-md-84 {
    padding-bottom: 84px !important; }
  .pl-md-84,
  .px-md-84 {
    padding-left: 84px !important; }
  .p-md-83 {
    padding: 83px !important; }
  .pt-md-83,
  .py-md-83 {
    padding-top: 83px !important; }
  .pr-md-83,
  .px-md-83 {
    padding-right: 83px !important; }
  .pb-md-83,
  .py-md-83 {
    padding-bottom: 83px !important; }
  .pl-md-83,
  .px-md-83 {
    padding-left: 83px !important; }
  .p-md-82 {
    padding: 82px !important; }
  .pt-md-82,
  .py-md-82 {
    padding-top: 82px !important; }
  .pr-md-82,
  .px-md-82 {
    padding-right: 82px !important; }
  .pb-md-82,
  .py-md-82 {
    padding-bottom: 82px !important; }
  .pl-md-82,
  .px-md-82 {
    padding-left: 82px !important; }
  .p-md-81 {
    padding: 81px !important; }
  .pt-md-81,
  .py-md-81 {
    padding-top: 81px !important; }
  .pr-md-81,
  .px-md-81 {
    padding-right: 81px !important; }
  .pb-md-81,
  .py-md-81 {
    padding-bottom: 81px !important; }
  .pl-md-81,
  .px-md-81 {
    padding-left: 81px !important; }
  .p-md-80 {
    padding: 80px !important; }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important; }
  .pr-md-80,
  .px-md-80 {
    padding-right: 80px !important; }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important; }
  .pl-md-80,
  .px-md-80 {
    padding-left: 80px !important; }
  .p-md-79 {
    padding: 79px !important; }
  .pt-md-79,
  .py-md-79 {
    padding-top: 79px !important; }
  .pr-md-79,
  .px-md-79 {
    padding-right: 79px !important; }
  .pb-md-79,
  .py-md-79 {
    padding-bottom: 79px !important; }
  .pl-md-79,
  .px-md-79 {
    padding-left: 79px !important; }
  .p-md-78 {
    padding: 78px !important; }
  .pt-md-78,
  .py-md-78 {
    padding-top: 78px !important; }
  .pr-md-78,
  .px-md-78 {
    padding-right: 78px !important; }
  .pb-md-78,
  .py-md-78 {
    padding-bottom: 78px !important; }
  .pl-md-78,
  .px-md-78 {
    padding-left: 78px !important; }
  .p-md-77 {
    padding: 77px !important; }
  .pt-md-77,
  .py-md-77 {
    padding-top: 77px !important; }
  .pr-md-77,
  .px-md-77 {
    padding-right: 77px !important; }
  .pb-md-77,
  .py-md-77 {
    padding-bottom: 77px !important; }
  .pl-md-77,
  .px-md-77 {
    padding-left: 77px !important; }
  .p-md-76 {
    padding: 76px !important; }
  .pt-md-76,
  .py-md-76 {
    padding-top: 76px !important; }
  .pr-md-76,
  .px-md-76 {
    padding-right: 76px !important; }
  .pb-md-76,
  .py-md-76 {
    padding-bottom: 76px !important; }
  .pl-md-76,
  .px-md-76 {
    padding-left: 76px !important; }
  .p-md-75 {
    padding: 75px !important; }
  .pt-md-75,
  .py-md-75 {
    padding-top: 75px !important; }
  .pr-md-75,
  .px-md-75 {
    padding-right: 75px !important; }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 75px !important; }
  .pl-md-75,
  .px-md-75 {
    padding-left: 75px !important; }
  .p-md-74 {
    padding: 74px !important; }
  .pt-md-74,
  .py-md-74 {
    padding-top: 74px !important; }
  .pr-md-74,
  .px-md-74 {
    padding-right: 74px !important; }
  .pb-md-74,
  .py-md-74 {
    padding-bottom: 74px !important; }
  .pl-md-74,
  .px-md-74 {
    padding-left: 74px !important; }
  .p-md-73 {
    padding: 73px !important; }
  .pt-md-73,
  .py-md-73 {
    padding-top: 73px !important; }
  .pr-md-73,
  .px-md-73 {
    padding-right: 73px !important; }
  .pb-md-73,
  .py-md-73 {
    padding-bottom: 73px !important; }
  .pl-md-73,
  .px-md-73 {
    padding-left: 73px !important; }
  .p-md-72 {
    padding: 72px !important; }
  .pt-md-72,
  .py-md-72 {
    padding-top: 72px !important; }
  .pr-md-72,
  .px-md-72 {
    padding-right: 72px !important; }
  .pb-md-72,
  .py-md-72 {
    padding-bottom: 72px !important; }
  .pl-md-72,
  .px-md-72 {
    padding-left: 72px !important; }
  .p-md-71 {
    padding: 71px !important; }
  .pt-md-71,
  .py-md-71 {
    padding-top: 71px !important; }
  .pr-md-71,
  .px-md-71 {
    padding-right: 71px !important; }
  .pb-md-71,
  .py-md-71 {
    padding-bottom: 71px !important; }
  .pl-md-71,
  .px-md-71 {
    padding-left: 71px !important; }
  .p-md-70 {
    padding: 70px !important; }
  .pt-md-70,
  .py-md-70 {
    padding-top: 70px !important; }
  .pr-md-70,
  .px-md-70 {
    padding-right: 70px !important; }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 70px !important; }
  .pl-md-70,
  .px-md-70 {
    padding-left: 70px !important; }
  .p-md-69 {
    padding: 69px !important; }
  .pt-md-69,
  .py-md-69 {
    padding-top: 69px !important; }
  .pr-md-69,
  .px-md-69 {
    padding-right: 69px !important; }
  .pb-md-69,
  .py-md-69 {
    padding-bottom: 69px !important; }
  .pl-md-69,
  .px-md-69 {
    padding-left: 69px !important; }
  .p-md-68 {
    padding: 68px !important; }
  .pt-md-68,
  .py-md-68 {
    padding-top: 68px !important; }
  .pr-md-68,
  .px-md-68 {
    padding-right: 68px !important; }
  .pb-md-68,
  .py-md-68 {
    padding-bottom: 68px !important; }
  .pl-md-68,
  .px-md-68 {
    padding-left: 68px !important; }
  .p-md-67 {
    padding: 67px !important; }
  .pt-md-67,
  .py-md-67 {
    padding-top: 67px !important; }
  .pr-md-67,
  .px-md-67 {
    padding-right: 67px !important; }
  .pb-md-67,
  .py-md-67 {
    padding-bottom: 67px !important; }
  .pl-md-67,
  .px-md-67 {
    padding-left: 67px !important; }
  .p-md-66 {
    padding: 66px !important; }
  .pt-md-66,
  .py-md-66 {
    padding-top: 66px !important; }
  .pr-md-66,
  .px-md-66 {
    padding-right: 66px !important; }
  .pb-md-66,
  .py-md-66 {
    padding-bottom: 66px !important; }
  .pl-md-66,
  .px-md-66 {
    padding-left: 66px !important; }
  .p-md-65 {
    padding: 65px !important; }
  .pt-md-65,
  .py-md-65 {
    padding-top: 65px !important; }
  .pr-md-65,
  .px-md-65 {
    padding-right: 65px !important; }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 65px !important; }
  .pl-md-65,
  .px-md-65 {
    padding-left: 65px !important; }
  .p-md-64 {
    padding: 64px !important; }
  .pt-md-64,
  .py-md-64 {
    padding-top: 64px !important; }
  .pr-md-64,
  .px-md-64 {
    padding-right: 64px !important; }
  .pb-md-64,
  .py-md-64 {
    padding-bottom: 64px !important; }
  .pl-md-64,
  .px-md-64 {
    padding-left: 64px !important; }
  .p-md-63 {
    padding: 63px !important; }
  .pt-md-63,
  .py-md-63 {
    padding-top: 63px !important; }
  .pr-md-63,
  .px-md-63 {
    padding-right: 63px !important; }
  .pb-md-63,
  .py-md-63 {
    padding-bottom: 63px !important; }
  .pl-md-63,
  .px-md-63 {
    padding-left: 63px !important; }
  .p-md-62 {
    padding: 62px !important; }
  .pt-md-62,
  .py-md-62 {
    padding-top: 62px !important; }
  .pr-md-62,
  .px-md-62 {
    padding-right: 62px !important; }
  .pb-md-62,
  .py-md-62 {
    padding-bottom: 62px !important; }
  .pl-md-62,
  .px-md-62 {
    padding-left: 62px !important; }
  .p-md-61 {
    padding: 61px !important; }
  .pt-md-61,
  .py-md-61 {
    padding-top: 61px !important; }
  .pr-md-61,
  .px-md-61 {
    padding-right: 61px !important; }
  .pb-md-61,
  .py-md-61 {
    padding-bottom: 61px !important; }
  .pl-md-61,
  .px-md-61 {
    padding-left: 61px !important; }
  .p-md-60 {
    padding: 60px !important; }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60px !important; }
  .pr-md-60,
  .px-md-60 {
    padding-right: 60px !important; }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px !important; }
  .pl-md-60,
  .px-md-60 {
    padding-left: 60px !important; }
  .p-md-59 {
    padding: 59px !important; }
  .pt-md-59,
  .py-md-59 {
    padding-top: 59px !important; }
  .pr-md-59,
  .px-md-59 {
    padding-right: 59px !important; }
  .pb-md-59,
  .py-md-59 {
    padding-bottom: 59px !important; }
  .pl-md-59,
  .px-md-59 {
    padding-left: 59px !important; }
  .p-md-58 {
    padding: 58px !important; }
  .pt-md-58,
  .py-md-58 {
    padding-top: 58px !important; }
  .pr-md-58,
  .px-md-58 {
    padding-right: 58px !important; }
  .pb-md-58,
  .py-md-58 {
    padding-bottom: 58px !important; }
  .pl-md-58,
  .px-md-58 {
    padding-left: 58px !important; }
  .p-md-57 {
    padding: 57px !important; }
  .pt-md-57,
  .py-md-57 {
    padding-top: 57px !important; }
  .pr-md-57,
  .px-md-57 {
    padding-right: 57px !important; }
  .pb-md-57,
  .py-md-57 {
    padding-bottom: 57px !important; }
  .pl-md-57,
  .px-md-57 {
    padding-left: 57px !important; }
  .p-md-56 {
    padding: 56px !important; }
  .pt-md-56,
  .py-md-56 {
    padding-top: 56px !important; }
  .pr-md-56,
  .px-md-56 {
    padding-right: 56px !important; }
  .pb-md-56,
  .py-md-56 {
    padding-bottom: 56px !important; }
  .pl-md-56,
  .px-md-56 {
    padding-left: 56px !important; }
  .p-md-55 {
    padding: 55px !important; }
  .pt-md-55,
  .py-md-55 {
    padding-top: 55px !important; }
  .pr-md-55,
  .px-md-55 {
    padding-right: 55px !important; }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 55px !important; }
  .pl-md-55,
  .px-md-55 {
    padding-left: 55px !important; }
  .p-md-54 {
    padding: 54px !important; }
  .pt-md-54,
  .py-md-54 {
    padding-top: 54px !important; }
  .pr-md-54,
  .px-md-54 {
    padding-right: 54px !important; }
  .pb-md-54,
  .py-md-54 {
    padding-bottom: 54px !important; }
  .pl-md-54,
  .px-md-54 {
    padding-left: 54px !important; }
  .p-md-53 {
    padding: 53px !important; }
  .pt-md-53,
  .py-md-53 {
    padding-top: 53px !important; }
  .pr-md-53,
  .px-md-53 {
    padding-right: 53px !important; }
  .pb-md-53,
  .py-md-53 {
    padding-bottom: 53px !important; }
  .pl-md-53,
  .px-md-53 {
    padding-left: 53px !important; }
  .p-md-52 {
    padding: 52px !important; }
  .pt-md-52,
  .py-md-52 {
    padding-top: 52px !important; }
  .pr-md-52,
  .px-md-52 {
    padding-right: 52px !important; }
  .pb-md-52,
  .py-md-52 {
    padding-bottom: 52px !important; }
  .pl-md-52,
  .px-md-52 {
    padding-left: 52px !important; }
  .p-md-51 {
    padding: 51px !important; }
  .pt-md-51,
  .py-md-51 {
    padding-top: 51px !important; }
  .pr-md-51,
  .px-md-51 {
    padding-right: 51px !important; }
  .pb-md-51,
  .py-md-51 {
    padding-bottom: 51px !important; }
  .pl-md-51,
  .px-md-51 {
    padding-left: 51px !important; }
  .p-md-50 {
    padding: 50px !important; }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important; }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important; }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important; }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important; }
  .p-md-49 {
    padding: 49px !important; }
  .pt-md-49,
  .py-md-49 {
    padding-top: 49px !important; }
  .pr-md-49,
  .px-md-49 {
    padding-right: 49px !important; }
  .pb-md-49,
  .py-md-49 {
    padding-bottom: 49px !important; }
  .pl-md-49,
  .px-md-49 {
    padding-left: 49px !important; }
  .p-md-48 {
    padding: 48px !important; }
  .pt-md-48,
  .py-md-48 {
    padding-top: 48px !important; }
  .pr-md-48,
  .px-md-48 {
    padding-right: 48px !important; }
  .pb-md-48,
  .py-md-48 {
    padding-bottom: 48px !important; }
  .pl-md-48,
  .px-md-48 {
    padding-left: 48px !important; }
  .p-md-47 {
    padding: 47px !important; }
  .pt-md-47,
  .py-md-47 {
    padding-top: 47px !important; }
  .pr-md-47,
  .px-md-47 {
    padding-right: 47px !important; }
  .pb-md-47,
  .py-md-47 {
    padding-bottom: 47px !important; }
  .pl-md-47,
  .px-md-47 {
    padding-left: 47px !important; }
  .p-md-46 {
    padding: 46px !important; }
  .pt-md-46,
  .py-md-46 {
    padding-top: 46px !important; }
  .pr-md-46,
  .px-md-46 {
    padding-right: 46px !important; }
  .pb-md-46,
  .py-md-46 {
    padding-bottom: 46px !important; }
  .pl-md-46,
  .px-md-46 {
    padding-left: 46px !important; }
  .p-md-45 {
    padding: 45px !important; }
  .pt-md-45,
  .py-md-45 {
    padding-top: 45px !important; }
  .pr-md-45,
  .px-md-45 {
    padding-right: 45px !important; }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 45px !important; }
  .pl-md-45,
  .px-md-45 {
    padding-left: 45px !important; }
  .p-md-44 {
    padding: 44px !important; }
  .pt-md-44,
  .py-md-44 {
    padding-top: 44px !important; }
  .pr-md-44,
  .px-md-44 {
    padding-right: 44px !important; }
  .pb-md-44,
  .py-md-44 {
    padding-bottom: 44px !important; }
  .pl-md-44,
  .px-md-44 {
    padding-left: 44px !important; }
  .p-md-43 {
    padding: 43px !important; }
  .pt-md-43,
  .py-md-43 {
    padding-top: 43px !important; }
  .pr-md-43,
  .px-md-43 {
    padding-right: 43px !important; }
  .pb-md-43,
  .py-md-43 {
    padding-bottom: 43px !important; }
  .pl-md-43,
  .px-md-43 {
    padding-left: 43px !important; }
  .p-md-42 {
    padding: 42px !important; }
  .pt-md-42,
  .py-md-42 {
    padding-top: 42px !important; }
  .pr-md-42,
  .px-md-42 {
    padding-right: 42px !important; }
  .pb-md-42,
  .py-md-42 {
    padding-bottom: 42px !important; }
  .pl-md-42,
  .px-md-42 {
    padding-left: 42px !important; }
  .p-md-41 {
    padding: 41px !important; }
  .pt-md-41,
  .py-md-41 {
    padding-top: 41px !important; }
  .pr-md-41,
  .px-md-41 {
    padding-right: 41px !important; }
  .pb-md-41,
  .py-md-41 {
    padding-bottom: 41px !important; }
  .pl-md-41,
  .px-md-41 {
    padding-left: 41px !important; }
  .p-md-40 {
    padding: 40px !important; }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important; }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important; }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important; }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important; }
  .p-md-39 {
    padding: 39px !important; }
  .pt-md-39,
  .py-md-39 {
    padding-top: 39px !important; }
  .pr-md-39,
  .px-md-39 {
    padding-right: 39px !important; }
  .pb-md-39,
  .py-md-39 {
    padding-bottom: 39px !important; }
  .pl-md-39,
  .px-md-39 {
    padding-left: 39px !important; }
  .p-md-38 {
    padding: 38px !important; }
  .pt-md-38,
  .py-md-38 {
    padding-top: 38px !important; }
  .pr-md-38,
  .px-md-38 {
    padding-right: 38px !important; }
  .pb-md-38,
  .py-md-38 {
    padding-bottom: 38px !important; }
  .pl-md-38,
  .px-md-38 {
    padding-left: 38px !important; }
  .p-md-37 {
    padding: 37px !important; }
  .pt-md-37,
  .py-md-37 {
    padding-top: 37px !important; }
  .pr-md-37,
  .px-md-37 {
    padding-right: 37px !important; }
  .pb-md-37,
  .py-md-37 {
    padding-bottom: 37px !important; }
  .pl-md-37,
  .px-md-37 {
    padding-left: 37px !important; }
  .p-md-36 {
    padding: 36px !important; }
  .pt-md-36,
  .py-md-36 {
    padding-top: 36px !important; }
  .pr-md-36,
  .px-md-36 {
    padding-right: 36px !important; }
  .pb-md-36,
  .py-md-36 {
    padding-bottom: 36px !important; }
  .pl-md-36,
  .px-md-36 {
    padding-left: 36px !important; }
  .p-md-35 {
    padding: 35px !important; }
  .pt-md-35,
  .py-md-35 {
    padding-top: 35px !important; }
  .pr-md-35,
  .px-md-35 {
    padding-right: 35px !important; }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 35px !important; }
  .pl-md-35,
  .px-md-35 {
    padding-left: 35px !important; }
  .p-md-34 {
    padding: 34px !important; }
  .pt-md-34,
  .py-md-34 {
    padding-top: 34px !important; }
  .pr-md-34,
  .px-md-34 {
    padding-right: 34px !important; }
  .pb-md-34,
  .py-md-34 {
    padding-bottom: 34px !important; }
  .pl-md-34,
  .px-md-34 {
    padding-left: 34px !important; }
  .p-md-33 {
    padding: 33px !important; }
  .pt-md-33,
  .py-md-33 {
    padding-top: 33px !important; }
  .pr-md-33,
  .px-md-33 {
    padding-right: 33px !important; }
  .pb-md-33,
  .py-md-33 {
    padding-bottom: 33px !important; }
  .pl-md-33,
  .px-md-33 {
    padding-left: 33px !important; }
  .p-md-32 {
    padding: 32px !important; }
  .pt-md-32,
  .py-md-32 {
    padding-top: 32px !important; }
  .pr-md-32,
  .px-md-32 {
    padding-right: 32px !important; }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 32px !important; }
  .pl-md-32,
  .px-md-32 {
    padding-left: 32px !important; }
  .p-md-31 {
    padding: 31px !important; }
  .pt-md-31,
  .py-md-31 {
    padding-top: 31px !important; }
  .pr-md-31,
  .px-md-31 {
    padding-right: 31px !important; }
  .pb-md-31,
  .py-md-31 {
    padding-bottom: 31px !important; }
  .pl-md-31,
  .px-md-31 {
    padding-left: 31px !important; }
  .p-md-30 {
    padding: 30px !important; }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important; }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important; }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important; }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important; }
  .p-md-29 {
    padding: 29px !important; }
  .pt-md-29,
  .py-md-29 {
    padding-top: 29px !important; }
  .pr-md-29,
  .px-md-29 {
    padding-right: 29px !important; }
  .pb-md-29,
  .py-md-29 {
    padding-bottom: 29px !important; }
  .pl-md-29,
  .px-md-29 {
    padding-left: 29px !important; }
  .p-md-28 {
    padding: 28px !important; }
  .pt-md-28,
  .py-md-28 {
    padding-top: 28px !important; }
  .pr-md-28,
  .px-md-28 {
    padding-right: 28px !important; }
  .pb-md-28,
  .py-md-28 {
    padding-bottom: 28px !important; }
  .pl-md-28,
  .px-md-28 {
    padding-left: 28px !important; }
  .p-md-27 {
    padding: 27px !important; }
  .pt-md-27,
  .py-md-27 {
    padding-top: 27px !important; }
  .pr-md-27,
  .px-md-27 {
    padding-right: 27px !important; }
  .pb-md-27,
  .py-md-27 {
    padding-bottom: 27px !important; }
  .pl-md-27,
  .px-md-27 {
    padding-left: 27px !important; }
  .p-md-26 {
    padding: 26px !important; }
  .pt-md-26,
  .py-md-26 {
    padding-top: 26px !important; }
  .pr-md-26,
  .px-md-26 {
    padding-right: 26px !important; }
  .pb-md-26,
  .py-md-26 {
    padding-bottom: 26px !important; }
  .pl-md-26,
  .px-md-26 {
    padding-left: 26px !important; }
  .p-md-25 {
    padding: 25px !important; }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25px !important; }
  .pr-md-25,
  .px-md-25 {
    padding-right: 25px !important; }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25px !important; }
  .pl-md-25,
  .px-md-25 {
    padding-left: 25px !important; }
  .p-md-24 {
    padding: 24px !important; }
  .pt-md-24,
  .py-md-24 {
    padding-top: 24px !important; }
  .pr-md-24,
  .px-md-24 {
    padding-right: 24px !important; }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 24px !important; }
  .pl-md-24,
  .px-md-24 {
    padding-left: 24px !important; }
  .p-md-23 {
    padding: 23px !important; }
  .pt-md-23,
  .py-md-23 {
    padding-top: 23px !important; }
  .pr-md-23,
  .px-md-23 {
    padding-right: 23px !important; }
  .pb-md-23,
  .py-md-23 {
    padding-bottom: 23px !important; }
  .pl-md-23,
  .px-md-23 {
    padding-left: 23px !important; }
  .p-md-22 {
    padding: 22px !important; }
  .pt-md-22,
  .py-md-22 {
    padding-top: 22px !important; }
  .pr-md-22,
  .px-md-22 {
    padding-right: 22px !important; }
  .pb-md-22,
  .py-md-22 {
    padding-bottom: 22px !important; }
  .pl-md-22,
  .px-md-22 {
    padding-left: 22px !important; }
  .p-md-21 {
    padding: 21px !important; }
  .pt-md-21,
  .py-md-21 {
    padding-top: 21px !important; }
  .pr-md-21,
  .px-md-21 {
    padding-right: 21px !important; }
  .pb-md-21,
  .py-md-21 {
    padding-bottom: 21px !important; }
  .pl-md-21,
  .px-md-21 {
    padding-left: 21px !important; }
  .p-md-20 {
    padding: 20px !important; }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important; }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important; }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important; }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important; }
  .p-md-19 {
    padding: 19px !important; }
  .pt-md-19,
  .py-md-19 {
    padding-top: 19px !important; }
  .pr-md-19,
  .px-md-19 {
    padding-right: 19px !important; }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 19px !important; }
  .pl-md-19,
  .px-md-19 {
    padding-left: 19px !important; }
  .p-md-18 {
    padding: 18px !important; }
  .pt-md-18,
  .py-md-18 {
    padding-top: 18px !important; }
  .pr-md-18,
  .px-md-18 {
    padding-right: 18px !important; }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 18px !important; }
  .pl-md-18,
  .px-md-18 {
    padding-left: 18px !important; }
  .p-md-17 {
    padding: 17px !important; }
  .pt-md-17,
  .py-md-17 {
    padding-top: 17px !important; }
  .pr-md-17,
  .px-md-17 {
    padding-right: 17px !important; }
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 17px !important; }
  .pl-md-17,
  .px-md-17 {
    padding-left: 17px !important; }
  .p-md-16 {
    padding: 16px !important; }
  .pt-md-16,
  .py-md-16 {
    padding-top: 16px !important; }
  .pr-md-16,
  .px-md-16 {
    padding-right: 16px !important; }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 16px !important; }
  .pl-md-16,
  .px-md-16 {
    padding-left: 16px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important; }
  .p-md-14 {
    padding: 14px !important; }
  .pt-md-14,
  .py-md-14 {
    padding-top: 14px !important; }
  .pr-md-14,
  .px-md-14 {
    padding-right: 14px !important; }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 14px !important; }
  .pl-md-14,
  .px-md-14 {
    padding-left: 14px !important; }
  .p-md-13 {
    padding: 13px !important; }
  .pt-md-13,
  .py-md-13 {
    padding-top: 13px !important; }
  .pr-md-13,
  .px-md-13 {
    padding-right: 13px !important; }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 13px !important; }
  .pl-md-13,
  .px-md-13 {
    padding-left: 13px !important; }
  .p-md-12 {
    padding: 12px !important; }
  .pt-md-12,
  .py-md-12 {
    padding-top: 12px !important; }
  .pr-md-12,
  .px-md-12 {
    padding-right: 12px !important; }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 12px !important; }
  .pl-md-12,
  .px-md-12 {
    padding-left: 12px !important; }
  .p-md-11 {
    padding: 11px !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 11px !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 11px !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 11px !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 11px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important; }
  .p-md-9 {
    padding: 9px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9px !important; }
  .p-md-8 {
    padding: 8px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8px !important; }
  .p-md-7 {
    padding: 7px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7px !important; }
  .p-md-6 {
    padding: 6px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6px !important; }
  .m-md-n1 {
    margin: -1px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1px !important; }
  .m-md-n2 {
    margin: -2px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2px !important; }
  .m-md-n3 {
    margin: -3px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3px !important; }
  .m-md-n4 {
    margin: -4px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4px !important; }
  .m-md-n5 {
    margin: -5px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5px !important; }
  .m-md-n100 {
    margin: -100px !important; }
  .mt-md-n100,
  .my-md-n100 {
    margin-top: -100px !important; }
  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -100px !important; }
  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -100px !important; }
  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -100px !important; }
  .m-md-n99 {
    margin: -99px !important; }
  .mt-md-n99,
  .my-md-n99 {
    margin-top: -99px !important; }
  .mr-md-n99,
  .mx-md-n99 {
    margin-right: -99px !important; }
  .mb-md-n99,
  .my-md-n99 {
    margin-bottom: -99px !important; }
  .ml-md-n99,
  .mx-md-n99 {
    margin-left: -99px !important; }
  .m-md-n98 {
    margin: -98px !important; }
  .mt-md-n98,
  .my-md-n98 {
    margin-top: -98px !important; }
  .mr-md-n98,
  .mx-md-n98 {
    margin-right: -98px !important; }
  .mb-md-n98,
  .my-md-n98 {
    margin-bottom: -98px !important; }
  .ml-md-n98,
  .mx-md-n98 {
    margin-left: -98px !important; }
  .m-md-n97 {
    margin: -97px !important; }
  .mt-md-n97,
  .my-md-n97 {
    margin-top: -97px !important; }
  .mr-md-n97,
  .mx-md-n97 {
    margin-right: -97px !important; }
  .mb-md-n97,
  .my-md-n97 {
    margin-bottom: -97px !important; }
  .ml-md-n97,
  .mx-md-n97 {
    margin-left: -97px !important; }
  .m-md-n96 {
    margin: -96px !important; }
  .mt-md-n96,
  .my-md-n96 {
    margin-top: -96px !important; }
  .mr-md-n96,
  .mx-md-n96 {
    margin-right: -96px !important; }
  .mb-md-n96,
  .my-md-n96 {
    margin-bottom: -96px !important; }
  .ml-md-n96,
  .mx-md-n96 {
    margin-left: -96px !important; }
  .m-md-n95 {
    margin: -95px !important; }
  .mt-md-n95,
  .my-md-n95 {
    margin-top: -95px !important; }
  .mr-md-n95,
  .mx-md-n95 {
    margin-right: -95px !important; }
  .mb-md-n95,
  .my-md-n95 {
    margin-bottom: -95px !important; }
  .ml-md-n95,
  .mx-md-n95 {
    margin-left: -95px !important; }
  .m-md-n94 {
    margin: -94px !important; }
  .mt-md-n94,
  .my-md-n94 {
    margin-top: -94px !important; }
  .mr-md-n94,
  .mx-md-n94 {
    margin-right: -94px !important; }
  .mb-md-n94,
  .my-md-n94 {
    margin-bottom: -94px !important; }
  .ml-md-n94,
  .mx-md-n94 {
    margin-left: -94px !important; }
  .m-md-n93 {
    margin: -93px !important; }
  .mt-md-n93,
  .my-md-n93 {
    margin-top: -93px !important; }
  .mr-md-n93,
  .mx-md-n93 {
    margin-right: -93px !important; }
  .mb-md-n93,
  .my-md-n93 {
    margin-bottom: -93px !important; }
  .ml-md-n93,
  .mx-md-n93 {
    margin-left: -93px !important; }
  .m-md-n92 {
    margin: -92px !important; }
  .mt-md-n92,
  .my-md-n92 {
    margin-top: -92px !important; }
  .mr-md-n92,
  .mx-md-n92 {
    margin-right: -92px !important; }
  .mb-md-n92,
  .my-md-n92 {
    margin-bottom: -92px !important; }
  .ml-md-n92,
  .mx-md-n92 {
    margin-left: -92px !important; }
  .m-md-n91 {
    margin: -91px !important; }
  .mt-md-n91,
  .my-md-n91 {
    margin-top: -91px !important; }
  .mr-md-n91,
  .mx-md-n91 {
    margin-right: -91px !important; }
  .mb-md-n91,
  .my-md-n91 {
    margin-bottom: -91px !important; }
  .ml-md-n91,
  .mx-md-n91 {
    margin-left: -91px !important; }
  .m-md-n90 {
    margin: -90px !important; }
  .mt-md-n90,
  .my-md-n90 {
    margin-top: -90px !important; }
  .mr-md-n90,
  .mx-md-n90 {
    margin-right: -90px !important; }
  .mb-md-n90,
  .my-md-n90 {
    margin-bottom: -90px !important; }
  .ml-md-n90,
  .mx-md-n90 {
    margin-left: -90px !important; }
  .m-md-n89 {
    margin: -89px !important; }
  .mt-md-n89,
  .my-md-n89 {
    margin-top: -89px !important; }
  .mr-md-n89,
  .mx-md-n89 {
    margin-right: -89px !important; }
  .mb-md-n89,
  .my-md-n89 {
    margin-bottom: -89px !important; }
  .ml-md-n89,
  .mx-md-n89 {
    margin-left: -89px !important; }
  .m-md-n88 {
    margin: -88px !important; }
  .mt-md-n88,
  .my-md-n88 {
    margin-top: -88px !important; }
  .mr-md-n88,
  .mx-md-n88 {
    margin-right: -88px !important; }
  .mb-md-n88,
  .my-md-n88 {
    margin-bottom: -88px !important; }
  .ml-md-n88,
  .mx-md-n88 {
    margin-left: -88px !important; }
  .m-md-n87 {
    margin: -87px !important; }
  .mt-md-n87,
  .my-md-n87 {
    margin-top: -87px !important; }
  .mr-md-n87,
  .mx-md-n87 {
    margin-right: -87px !important; }
  .mb-md-n87,
  .my-md-n87 {
    margin-bottom: -87px !important; }
  .ml-md-n87,
  .mx-md-n87 {
    margin-left: -87px !important; }
  .m-md-n86 {
    margin: -86px !important; }
  .mt-md-n86,
  .my-md-n86 {
    margin-top: -86px !important; }
  .mr-md-n86,
  .mx-md-n86 {
    margin-right: -86px !important; }
  .mb-md-n86,
  .my-md-n86 {
    margin-bottom: -86px !important; }
  .ml-md-n86,
  .mx-md-n86 {
    margin-left: -86px !important; }
  .m-md-n85 {
    margin: -85px !important; }
  .mt-md-n85,
  .my-md-n85 {
    margin-top: -85px !important; }
  .mr-md-n85,
  .mx-md-n85 {
    margin-right: -85px !important; }
  .mb-md-n85,
  .my-md-n85 {
    margin-bottom: -85px !important; }
  .ml-md-n85,
  .mx-md-n85 {
    margin-left: -85px !important; }
  .m-md-n84 {
    margin: -84px !important; }
  .mt-md-n84,
  .my-md-n84 {
    margin-top: -84px !important; }
  .mr-md-n84,
  .mx-md-n84 {
    margin-right: -84px !important; }
  .mb-md-n84,
  .my-md-n84 {
    margin-bottom: -84px !important; }
  .ml-md-n84,
  .mx-md-n84 {
    margin-left: -84px !important; }
  .m-md-n83 {
    margin: -83px !important; }
  .mt-md-n83,
  .my-md-n83 {
    margin-top: -83px !important; }
  .mr-md-n83,
  .mx-md-n83 {
    margin-right: -83px !important; }
  .mb-md-n83,
  .my-md-n83 {
    margin-bottom: -83px !important; }
  .ml-md-n83,
  .mx-md-n83 {
    margin-left: -83px !important; }
  .m-md-n82 {
    margin: -82px !important; }
  .mt-md-n82,
  .my-md-n82 {
    margin-top: -82px !important; }
  .mr-md-n82,
  .mx-md-n82 {
    margin-right: -82px !important; }
  .mb-md-n82,
  .my-md-n82 {
    margin-bottom: -82px !important; }
  .ml-md-n82,
  .mx-md-n82 {
    margin-left: -82px !important; }
  .m-md-n81 {
    margin: -81px !important; }
  .mt-md-n81,
  .my-md-n81 {
    margin-top: -81px !important; }
  .mr-md-n81,
  .mx-md-n81 {
    margin-right: -81px !important; }
  .mb-md-n81,
  .my-md-n81 {
    margin-bottom: -81px !important; }
  .ml-md-n81,
  .mx-md-n81 {
    margin-left: -81px !important; }
  .m-md-n80 {
    margin: -80px !important; }
  .mt-md-n80,
  .my-md-n80 {
    margin-top: -80px !important; }
  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -80px !important; }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -80px !important; }
  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -80px !important; }
  .m-md-n79 {
    margin: -79px !important; }
  .mt-md-n79,
  .my-md-n79 {
    margin-top: -79px !important; }
  .mr-md-n79,
  .mx-md-n79 {
    margin-right: -79px !important; }
  .mb-md-n79,
  .my-md-n79 {
    margin-bottom: -79px !important; }
  .ml-md-n79,
  .mx-md-n79 {
    margin-left: -79px !important; }
  .m-md-n78 {
    margin: -78px !important; }
  .mt-md-n78,
  .my-md-n78 {
    margin-top: -78px !important; }
  .mr-md-n78,
  .mx-md-n78 {
    margin-right: -78px !important; }
  .mb-md-n78,
  .my-md-n78 {
    margin-bottom: -78px !important; }
  .ml-md-n78,
  .mx-md-n78 {
    margin-left: -78px !important; }
  .m-md-n77 {
    margin: -77px !important; }
  .mt-md-n77,
  .my-md-n77 {
    margin-top: -77px !important; }
  .mr-md-n77,
  .mx-md-n77 {
    margin-right: -77px !important; }
  .mb-md-n77,
  .my-md-n77 {
    margin-bottom: -77px !important; }
  .ml-md-n77,
  .mx-md-n77 {
    margin-left: -77px !important; }
  .m-md-n76 {
    margin: -76px !important; }
  .mt-md-n76,
  .my-md-n76 {
    margin-top: -76px !important; }
  .mr-md-n76,
  .mx-md-n76 {
    margin-right: -76px !important; }
  .mb-md-n76,
  .my-md-n76 {
    margin-bottom: -76px !important; }
  .ml-md-n76,
  .mx-md-n76 {
    margin-left: -76px !important; }
  .m-md-n75 {
    margin: -75px !important; }
  .mt-md-n75,
  .my-md-n75 {
    margin-top: -75px !important; }
  .mr-md-n75,
  .mx-md-n75 {
    margin-right: -75px !important; }
  .mb-md-n75,
  .my-md-n75 {
    margin-bottom: -75px !important; }
  .ml-md-n75,
  .mx-md-n75 {
    margin-left: -75px !important; }
  .m-md-n74 {
    margin: -74px !important; }
  .mt-md-n74,
  .my-md-n74 {
    margin-top: -74px !important; }
  .mr-md-n74,
  .mx-md-n74 {
    margin-right: -74px !important; }
  .mb-md-n74,
  .my-md-n74 {
    margin-bottom: -74px !important; }
  .ml-md-n74,
  .mx-md-n74 {
    margin-left: -74px !important; }
  .m-md-n73 {
    margin: -73px !important; }
  .mt-md-n73,
  .my-md-n73 {
    margin-top: -73px !important; }
  .mr-md-n73,
  .mx-md-n73 {
    margin-right: -73px !important; }
  .mb-md-n73,
  .my-md-n73 {
    margin-bottom: -73px !important; }
  .ml-md-n73,
  .mx-md-n73 {
    margin-left: -73px !important; }
  .m-md-n72 {
    margin: -72px !important; }
  .mt-md-n72,
  .my-md-n72 {
    margin-top: -72px !important; }
  .mr-md-n72,
  .mx-md-n72 {
    margin-right: -72px !important; }
  .mb-md-n72,
  .my-md-n72 {
    margin-bottom: -72px !important; }
  .ml-md-n72,
  .mx-md-n72 {
    margin-left: -72px !important; }
  .m-md-n71 {
    margin: -71px !important; }
  .mt-md-n71,
  .my-md-n71 {
    margin-top: -71px !important; }
  .mr-md-n71,
  .mx-md-n71 {
    margin-right: -71px !important; }
  .mb-md-n71,
  .my-md-n71 {
    margin-bottom: -71px !important; }
  .ml-md-n71,
  .mx-md-n71 {
    margin-left: -71px !important; }
  .m-md-n70 {
    margin: -70px !important; }
  .mt-md-n70,
  .my-md-n70 {
    margin-top: -70px !important; }
  .mr-md-n70,
  .mx-md-n70 {
    margin-right: -70px !important; }
  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -70px !important; }
  .ml-md-n70,
  .mx-md-n70 {
    margin-left: -70px !important; }
  .m-md-n69 {
    margin: -69px !important; }
  .mt-md-n69,
  .my-md-n69 {
    margin-top: -69px !important; }
  .mr-md-n69,
  .mx-md-n69 {
    margin-right: -69px !important; }
  .mb-md-n69,
  .my-md-n69 {
    margin-bottom: -69px !important; }
  .ml-md-n69,
  .mx-md-n69 {
    margin-left: -69px !important; }
  .m-md-n68 {
    margin: -68px !important; }
  .mt-md-n68,
  .my-md-n68 {
    margin-top: -68px !important; }
  .mr-md-n68,
  .mx-md-n68 {
    margin-right: -68px !important; }
  .mb-md-n68,
  .my-md-n68 {
    margin-bottom: -68px !important; }
  .ml-md-n68,
  .mx-md-n68 {
    margin-left: -68px !important; }
  .m-md-n67 {
    margin: -67px !important; }
  .mt-md-n67,
  .my-md-n67 {
    margin-top: -67px !important; }
  .mr-md-n67,
  .mx-md-n67 {
    margin-right: -67px !important; }
  .mb-md-n67,
  .my-md-n67 {
    margin-bottom: -67px !important; }
  .ml-md-n67,
  .mx-md-n67 {
    margin-left: -67px !important; }
  .m-md-n66 {
    margin: -66px !important; }
  .mt-md-n66,
  .my-md-n66 {
    margin-top: -66px !important; }
  .mr-md-n66,
  .mx-md-n66 {
    margin-right: -66px !important; }
  .mb-md-n66,
  .my-md-n66 {
    margin-bottom: -66px !important; }
  .ml-md-n66,
  .mx-md-n66 {
    margin-left: -66px !important; }
  .m-md-n65 {
    margin: -65px !important; }
  .mt-md-n65,
  .my-md-n65 {
    margin-top: -65px !important; }
  .mr-md-n65,
  .mx-md-n65 {
    margin-right: -65px !important; }
  .mb-md-n65,
  .my-md-n65 {
    margin-bottom: -65px !important; }
  .ml-md-n65,
  .mx-md-n65 {
    margin-left: -65px !important; }
  .m-md-n64 {
    margin: -64px !important; }
  .mt-md-n64,
  .my-md-n64 {
    margin-top: -64px !important; }
  .mr-md-n64,
  .mx-md-n64 {
    margin-right: -64px !important; }
  .mb-md-n64,
  .my-md-n64 {
    margin-bottom: -64px !important; }
  .ml-md-n64,
  .mx-md-n64 {
    margin-left: -64px !important; }
  .m-md-n63 {
    margin: -63px !important; }
  .mt-md-n63,
  .my-md-n63 {
    margin-top: -63px !important; }
  .mr-md-n63,
  .mx-md-n63 {
    margin-right: -63px !important; }
  .mb-md-n63,
  .my-md-n63 {
    margin-bottom: -63px !important; }
  .ml-md-n63,
  .mx-md-n63 {
    margin-left: -63px !important; }
  .m-md-n62 {
    margin: -62px !important; }
  .mt-md-n62,
  .my-md-n62 {
    margin-top: -62px !important; }
  .mr-md-n62,
  .mx-md-n62 {
    margin-right: -62px !important; }
  .mb-md-n62,
  .my-md-n62 {
    margin-bottom: -62px !important; }
  .ml-md-n62,
  .mx-md-n62 {
    margin-left: -62px !important; }
  .m-md-n61 {
    margin: -61px !important; }
  .mt-md-n61,
  .my-md-n61 {
    margin-top: -61px !important; }
  .mr-md-n61,
  .mx-md-n61 {
    margin-right: -61px !important; }
  .mb-md-n61,
  .my-md-n61 {
    margin-bottom: -61px !important; }
  .ml-md-n61,
  .mx-md-n61 {
    margin-left: -61px !important; }
  .m-md-n60 {
    margin: -60px !important; }
  .mt-md-n60,
  .my-md-n60 {
    margin-top: -60px !important; }
  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -60px !important; }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -60px !important; }
  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -60px !important; }
  .m-md-n59 {
    margin: -59px !important; }
  .mt-md-n59,
  .my-md-n59 {
    margin-top: -59px !important; }
  .mr-md-n59,
  .mx-md-n59 {
    margin-right: -59px !important; }
  .mb-md-n59,
  .my-md-n59 {
    margin-bottom: -59px !important; }
  .ml-md-n59,
  .mx-md-n59 {
    margin-left: -59px !important; }
  .m-md-n58 {
    margin: -58px !important; }
  .mt-md-n58,
  .my-md-n58 {
    margin-top: -58px !important; }
  .mr-md-n58,
  .mx-md-n58 {
    margin-right: -58px !important; }
  .mb-md-n58,
  .my-md-n58 {
    margin-bottom: -58px !important; }
  .ml-md-n58,
  .mx-md-n58 {
    margin-left: -58px !important; }
  .m-md-n57 {
    margin: -57px !important; }
  .mt-md-n57,
  .my-md-n57 {
    margin-top: -57px !important; }
  .mr-md-n57,
  .mx-md-n57 {
    margin-right: -57px !important; }
  .mb-md-n57,
  .my-md-n57 {
    margin-bottom: -57px !important; }
  .ml-md-n57,
  .mx-md-n57 {
    margin-left: -57px !important; }
  .m-md-n56 {
    margin: -56px !important; }
  .mt-md-n56,
  .my-md-n56 {
    margin-top: -56px !important; }
  .mr-md-n56,
  .mx-md-n56 {
    margin-right: -56px !important; }
  .mb-md-n56,
  .my-md-n56 {
    margin-bottom: -56px !important; }
  .ml-md-n56,
  .mx-md-n56 {
    margin-left: -56px !important; }
  .m-md-n55 {
    margin: -55px !important; }
  .mt-md-n55,
  .my-md-n55 {
    margin-top: -55px !important; }
  .mr-md-n55,
  .mx-md-n55 {
    margin-right: -55px !important; }
  .mb-md-n55,
  .my-md-n55 {
    margin-bottom: -55px !important; }
  .ml-md-n55,
  .mx-md-n55 {
    margin-left: -55px !important; }
  .m-md-n54 {
    margin: -54px !important; }
  .mt-md-n54,
  .my-md-n54 {
    margin-top: -54px !important; }
  .mr-md-n54,
  .mx-md-n54 {
    margin-right: -54px !important; }
  .mb-md-n54,
  .my-md-n54 {
    margin-bottom: -54px !important; }
  .ml-md-n54,
  .mx-md-n54 {
    margin-left: -54px !important; }
  .m-md-n53 {
    margin: -53px !important; }
  .mt-md-n53,
  .my-md-n53 {
    margin-top: -53px !important; }
  .mr-md-n53,
  .mx-md-n53 {
    margin-right: -53px !important; }
  .mb-md-n53,
  .my-md-n53 {
    margin-bottom: -53px !important; }
  .ml-md-n53,
  .mx-md-n53 {
    margin-left: -53px !important; }
  .m-md-n52 {
    margin: -52px !important; }
  .mt-md-n52,
  .my-md-n52 {
    margin-top: -52px !important; }
  .mr-md-n52,
  .mx-md-n52 {
    margin-right: -52px !important; }
  .mb-md-n52,
  .my-md-n52 {
    margin-bottom: -52px !important; }
  .ml-md-n52,
  .mx-md-n52 {
    margin-left: -52px !important; }
  .m-md-n51 {
    margin: -51px !important; }
  .mt-md-n51,
  .my-md-n51 {
    margin-top: -51px !important; }
  .mr-md-n51,
  .mx-md-n51 {
    margin-right: -51px !important; }
  .mb-md-n51,
  .my-md-n51 {
    margin-bottom: -51px !important; }
  .ml-md-n51,
  .mx-md-n51 {
    margin-left: -51px !important; }
  .m-md-n50 {
    margin: -50px !important; }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -50px !important; }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -50px !important; }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -50px !important; }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -50px !important; }
  .m-md-n49 {
    margin: -49px !important; }
  .mt-md-n49,
  .my-md-n49 {
    margin-top: -49px !important; }
  .mr-md-n49,
  .mx-md-n49 {
    margin-right: -49px !important; }
  .mb-md-n49,
  .my-md-n49 {
    margin-bottom: -49px !important; }
  .ml-md-n49,
  .mx-md-n49 {
    margin-left: -49px !important; }
  .m-md-n48 {
    margin: -48px !important; }
  .mt-md-n48,
  .my-md-n48 {
    margin-top: -48px !important; }
  .mr-md-n48,
  .mx-md-n48 {
    margin-right: -48px !important; }
  .mb-md-n48,
  .my-md-n48 {
    margin-bottom: -48px !important; }
  .ml-md-n48,
  .mx-md-n48 {
    margin-left: -48px !important; }
  .m-md-n47 {
    margin: -47px !important; }
  .mt-md-n47,
  .my-md-n47 {
    margin-top: -47px !important; }
  .mr-md-n47,
  .mx-md-n47 {
    margin-right: -47px !important; }
  .mb-md-n47,
  .my-md-n47 {
    margin-bottom: -47px !important; }
  .ml-md-n47,
  .mx-md-n47 {
    margin-left: -47px !important; }
  .m-md-n46 {
    margin: -46px !important; }
  .mt-md-n46,
  .my-md-n46 {
    margin-top: -46px !important; }
  .mr-md-n46,
  .mx-md-n46 {
    margin-right: -46px !important; }
  .mb-md-n46,
  .my-md-n46 {
    margin-bottom: -46px !important; }
  .ml-md-n46,
  .mx-md-n46 {
    margin-left: -46px !important; }
  .m-md-n45 {
    margin: -45px !important; }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -45px !important; }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -45px !important; }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -45px !important; }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -45px !important; }
  .m-md-n44 {
    margin: -44px !important; }
  .mt-md-n44,
  .my-md-n44 {
    margin-top: -44px !important; }
  .mr-md-n44,
  .mx-md-n44 {
    margin-right: -44px !important; }
  .mb-md-n44,
  .my-md-n44 {
    margin-bottom: -44px !important; }
  .ml-md-n44,
  .mx-md-n44 {
    margin-left: -44px !important; }
  .m-md-n43 {
    margin: -43px !important; }
  .mt-md-n43,
  .my-md-n43 {
    margin-top: -43px !important; }
  .mr-md-n43,
  .mx-md-n43 {
    margin-right: -43px !important; }
  .mb-md-n43,
  .my-md-n43 {
    margin-bottom: -43px !important; }
  .ml-md-n43,
  .mx-md-n43 {
    margin-left: -43px !important; }
  .m-md-n42 {
    margin: -42px !important; }
  .mt-md-n42,
  .my-md-n42 {
    margin-top: -42px !important; }
  .mr-md-n42,
  .mx-md-n42 {
    margin-right: -42px !important; }
  .mb-md-n42,
  .my-md-n42 {
    margin-bottom: -42px !important; }
  .ml-md-n42,
  .mx-md-n42 {
    margin-left: -42px !important; }
  .m-md-n41 {
    margin: -41px !important; }
  .mt-md-n41,
  .my-md-n41 {
    margin-top: -41px !important; }
  .mr-md-n41,
  .mx-md-n41 {
    margin-right: -41px !important; }
  .mb-md-n41,
  .my-md-n41 {
    margin-bottom: -41px !important; }
  .ml-md-n41,
  .mx-md-n41 {
    margin-left: -41px !important; }
  .m-md-n40 {
    margin: -40px !important; }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -40px !important; }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -40px !important; }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -40px !important; }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -40px !important; }
  .m-md-n39 {
    margin: -39px !important; }
  .mt-md-n39,
  .my-md-n39 {
    margin-top: -39px !important; }
  .mr-md-n39,
  .mx-md-n39 {
    margin-right: -39px !important; }
  .mb-md-n39,
  .my-md-n39 {
    margin-bottom: -39px !important; }
  .ml-md-n39,
  .mx-md-n39 {
    margin-left: -39px !important; }
  .m-md-n38 {
    margin: -38px !important; }
  .mt-md-n38,
  .my-md-n38 {
    margin-top: -38px !important; }
  .mr-md-n38,
  .mx-md-n38 {
    margin-right: -38px !important; }
  .mb-md-n38,
  .my-md-n38 {
    margin-bottom: -38px !important; }
  .ml-md-n38,
  .mx-md-n38 {
    margin-left: -38px !important; }
  .m-md-n37 {
    margin: -37px !important; }
  .mt-md-n37,
  .my-md-n37 {
    margin-top: -37px !important; }
  .mr-md-n37,
  .mx-md-n37 {
    margin-right: -37px !important; }
  .mb-md-n37,
  .my-md-n37 {
    margin-bottom: -37px !important; }
  .ml-md-n37,
  .mx-md-n37 {
    margin-left: -37px !important; }
  .m-md-n36 {
    margin: -36px !important; }
  .mt-md-n36,
  .my-md-n36 {
    margin-top: -36px !important; }
  .mr-md-n36,
  .mx-md-n36 {
    margin-right: -36px !important; }
  .mb-md-n36,
  .my-md-n36 {
    margin-bottom: -36px !important; }
  .ml-md-n36,
  .mx-md-n36 {
    margin-left: -36px !important; }
  .m-md-n35 {
    margin: -35px !important; }
  .mt-md-n35,
  .my-md-n35 {
    margin-top: -35px !important; }
  .mr-md-n35,
  .mx-md-n35 {
    margin-right: -35px !important; }
  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -35px !important; }
  .ml-md-n35,
  .mx-md-n35 {
    margin-left: -35px !important; }
  .m-md-n34 {
    margin: -34px !important; }
  .mt-md-n34,
  .my-md-n34 {
    margin-top: -34px !important; }
  .mr-md-n34,
  .mx-md-n34 {
    margin-right: -34px !important; }
  .mb-md-n34,
  .my-md-n34 {
    margin-bottom: -34px !important; }
  .ml-md-n34,
  .mx-md-n34 {
    margin-left: -34px !important; }
  .m-md-n33 {
    margin: -33px !important; }
  .mt-md-n33,
  .my-md-n33 {
    margin-top: -33px !important; }
  .mr-md-n33,
  .mx-md-n33 {
    margin-right: -33px !important; }
  .mb-md-n33,
  .my-md-n33 {
    margin-bottom: -33px !important; }
  .ml-md-n33,
  .mx-md-n33 {
    margin-left: -33px !important; }
  .m-md-n32 {
    margin: -32px !important; }
  .mt-md-n32,
  .my-md-n32 {
    margin-top: -32px !important; }
  .mr-md-n32,
  .mx-md-n32 {
    margin-right: -32px !important; }
  .mb-md-n32,
  .my-md-n32 {
    margin-bottom: -32px !important; }
  .ml-md-n32,
  .mx-md-n32 {
    margin-left: -32px !important; }
  .m-md-n31 {
    margin: -31px !important; }
  .mt-md-n31,
  .my-md-n31 {
    margin-top: -31px !important; }
  .mr-md-n31,
  .mx-md-n31 {
    margin-right: -31px !important; }
  .mb-md-n31,
  .my-md-n31 {
    margin-bottom: -31px !important; }
  .ml-md-n31,
  .mx-md-n31 {
    margin-left: -31px !important; }
  .m-md-n30 {
    margin: -30px !important; }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -30px !important; }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -30px !important; }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -30px !important; }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -30px !important; }
  .m-md-n29 {
    margin: -29px !important; }
  .mt-md-n29,
  .my-md-n29 {
    margin-top: -29px !important; }
  .mr-md-n29,
  .mx-md-n29 {
    margin-right: -29px !important; }
  .mb-md-n29,
  .my-md-n29 {
    margin-bottom: -29px !important; }
  .ml-md-n29,
  .mx-md-n29 {
    margin-left: -29px !important; }
  .m-md-n28 {
    margin: -28px !important; }
  .mt-md-n28,
  .my-md-n28 {
    margin-top: -28px !important; }
  .mr-md-n28,
  .mx-md-n28 {
    margin-right: -28px !important; }
  .mb-md-n28,
  .my-md-n28 {
    margin-bottom: -28px !important; }
  .ml-md-n28,
  .mx-md-n28 {
    margin-left: -28px !important; }
  .m-md-n27 {
    margin: -27px !important; }
  .mt-md-n27,
  .my-md-n27 {
    margin-top: -27px !important; }
  .mr-md-n27,
  .mx-md-n27 {
    margin-right: -27px !important; }
  .mb-md-n27,
  .my-md-n27 {
    margin-bottom: -27px !important; }
  .ml-md-n27,
  .mx-md-n27 {
    margin-left: -27px !important; }
  .m-md-n26 {
    margin: -26px !important; }
  .mt-md-n26,
  .my-md-n26 {
    margin-top: -26px !important; }
  .mr-md-n26,
  .mx-md-n26 {
    margin-right: -26px !important; }
  .mb-md-n26,
  .my-md-n26 {
    margin-bottom: -26px !important; }
  .ml-md-n26,
  .mx-md-n26 {
    margin-left: -26px !important; }
  .m-md-n25 {
    margin: -25px !important; }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -25px !important; }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -25px !important; }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -25px !important; }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -25px !important; }
  .m-md-n24 {
    margin: -24px !important; }
  .mt-md-n24,
  .my-md-n24 {
    margin-top: -24px !important; }
  .mr-md-n24,
  .mx-md-n24 {
    margin-right: -24px !important; }
  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -24px !important; }
  .ml-md-n24,
  .mx-md-n24 {
    margin-left: -24px !important; }
  .m-md-n23 {
    margin: -23px !important; }
  .mt-md-n23,
  .my-md-n23 {
    margin-top: -23px !important; }
  .mr-md-n23,
  .mx-md-n23 {
    margin-right: -23px !important; }
  .mb-md-n23,
  .my-md-n23 {
    margin-bottom: -23px !important; }
  .ml-md-n23,
  .mx-md-n23 {
    margin-left: -23px !important; }
  .m-md-n22 {
    margin: -22px !important; }
  .mt-md-n22,
  .my-md-n22 {
    margin-top: -22px !important; }
  .mr-md-n22,
  .mx-md-n22 {
    margin-right: -22px !important; }
  .mb-md-n22,
  .my-md-n22 {
    margin-bottom: -22px !important; }
  .ml-md-n22,
  .mx-md-n22 {
    margin-left: -22px !important; }
  .m-md-n21 {
    margin: -21px !important; }
  .mt-md-n21,
  .my-md-n21 {
    margin-top: -21px !important; }
  .mr-md-n21,
  .mx-md-n21 {
    margin-right: -21px !important; }
  .mb-md-n21,
  .my-md-n21 {
    margin-bottom: -21px !important; }
  .ml-md-n21,
  .mx-md-n21 {
    margin-left: -21px !important; }
  .m-md-n20 {
    margin: -20px !important; }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -20px !important; }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -20px !important; }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -20px !important; }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -20px !important; }
  .m-md-n19 {
    margin: -19px !important; }
  .mt-md-n19,
  .my-md-n19 {
    margin-top: -19px !important; }
  .mr-md-n19,
  .mx-md-n19 {
    margin-right: -19px !important; }
  .mb-md-n19,
  .my-md-n19 {
    margin-bottom: -19px !important; }
  .ml-md-n19,
  .mx-md-n19 {
    margin-left: -19px !important; }
  .m-md-n18 {
    margin: -18px !important; }
  .mt-md-n18,
  .my-md-n18 {
    margin-top: -18px !important; }
  .mr-md-n18,
  .mx-md-n18 {
    margin-right: -18px !important; }
  .mb-md-n18,
  .my-md-n18 {
    margin-bottom: -18px !important; }
  .ml-md-n18,
  .mx-md-n18 {
    margin-left: -18px !important; }
  .m-md-n17 {
    margin: -17px !important; }
  .mt-md-n17,
  .my-md-n17 {
    margin-top: -17px !important; }
  .mr-md-n17,
  .mx-md-n17 {
    margin-right: -17px !important; }
  .mb-md-n17,
  .my-md-n17 {
    margin-bottom: -17px !important; }
  .ml-md-n17,
  .mx-md-n17 {
    margin-left: -17px !important; }
  .m-md-n16 {
    margin: -16px !important; }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -16px !important; }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -16px !important; }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -16px !important; }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -16px !important; }
  .m-md-n15 {
    margin: -15px !important; }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -15px !important; }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -15px !important; }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15px !important; }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -15px !important; }
  .m-md-n14 {
    margin: -14px !important; }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -14px !important; }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -14px !important; }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -14px !important; }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -14px !important; }
  .m-md-n13 {
    margin: -13px !important; }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -13px !important; }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -13px !important; }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -13px !important; }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -13px !important; }
  .m-md-n12 {
    margin: -12px !important; }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -12px !important; }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -12px !important; }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -12px !important; }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -12px !important; }
  .m-md-n11 {
    margin: -11px !important; }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -11px !important; }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -11px !important; }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -11px !important; }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -11px !important; }
  .m-md-n10 {
    margin: -10px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10px !important; }
  .m-md-n9 {
    margin: -9px !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9px !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9px !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9px !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9px !important; }
  .m-md-n8 {
    margin: -8px !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8px !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8px !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8px !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8px !important; }
  .m-md-n7 {
    margin: -7px !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7px !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7px !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7px !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7px !important; }
  .m-md-n6 {
    margin: -6px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6px !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: 1200px) {
  .m-lg-0 {
    margin: 0px !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0px !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0px !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0px !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0px !important; }
  .m-lg-1 {
    margin: 1px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1px !important; }
  .m-lg-2 {
    margin: 2px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2px !important; }
  .m-lg-3 {
    margin: 3px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3px !important; }
  .m-lg-4 {
    margin: 4px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4px !important; }
  .m-lg-5 {
    margin: 5px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5px !important; }
  .m-lg-100 {
    margin: 100px !important; }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px !important; }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px !important; }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px !important; }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px !important; }
  .m-lg-99 {
    margin: 99px !important; }
  .mt-lg-99,
  .my-lg-99 {
    margin-top: 99px !important; }
  .mr-lg-99,
  .mx-lg-99 {
    margin-right: 99px !important; }
  .mb-lg-99,
  .my-lg-99 {
    margin-bottom: 99px !important; }
  .ml-lg-99,
  .mx-lg-99 {
    margin-left: 99px !important; }
  .m-lg-98 {
    margin: 98px !important; }
  .mt-lg-98,
  .my-lg-98 {
    margin-top: 98px !important; }
  .mr-lg-98,
  .mx-lg-98 {
    margin-right: 98px !important; }
  .mb-lg-98,
  .my-lg-98 {
    margin-bottom: 98px !important; }
  .ml-lg-98,
  .mx-lg-98 {
    margin-left: 98px !important; }
  .m-lg-97 {
    margin: 97px !important; }
  .mt-lg-97,
  .my-lg-97 {
    margin-top: 97px !important; }
  .mr-lg-97,
  .mx-lg-97 {
    margin-right: 97px !important; }
  .mb-lg-97,
  .my-lg-97 {
    margin-bottom: 97px !important; }
  .ml-lg-97,
  .mx-lg-97 {
    margin-left: 97px !important; }
  .m-lg-96 {
    margin: 96px !important; }
  .mt-lg-96,
  .my-lg-96 {
    margin-top: 96px !important; }
  .mr-lg-96,
  .mx-lg-96 {
    margin-right: 96px !important; }
  .mb-lg-96,
  .my-lg-96 {
    margin-bottom: 96px !important; }
  .ml-lg-96,
  .mx-lg-96 {
    margin-left: 96px !important; }
  .m-lg-95 {
    margin: 95px !important; }
  .mt-lg-95,
  .my-lg-95 {
    margin-top: 95px !important; }
  .mr-lg-95,
  .mx-lg-95 {
    margin-right: 95px !important; }
  .mb-lg-95,
  .my-lg-95 {
    margin-bottom: 95px !important; }
  .ml-lg-95,
  .mx-lg-95 {
    margin-left: 95px !important; }
  .m-lg-94 {
    margin: 94px !important; }
  .mt-lg-94,
  .my-lg-94 {
    margin-top: 94px !important; }
  .mr-lg-94,
  .mx-lg-94 {
    margin-right: 94px !important; }
  .mb-lg-94,
  .my-lg-94 {
    margin-bottom: 94px !important; }
  .ml-lg-94,
  .mx-lg-94 {
    margin-left: 94px !important; }
  .m-lg-93 {
    margin: 93px !important; }
  .mt-lg-93,
  .my-lg-93 {
    margin-top: 93px !important; }
  .mr-lg-93,
  .mx-lg-93 {
    margin-right: 93px !important; }
  .mb-lg-93,
  .my-lg-93 {
    margin-bottom: 93px !important; }
  .ml-lg-93,
  .mx-lg-93 {
    margin-left: 93px !important; }
  .m-lg-92 {
    margin: 92px !important; }
  .mt-lg-92,
  .my-lg-92 {
    margin-top: 92px !important; }
  .mr-lg-92,
  .mx-lg-92 {
    margin-right: 92px !important; }
  .mb-lg-92,
  .my-lg-92 {
    margin-bottom: 92px !important; }
  .ml-lg-92,
  .mx-lg-92 {
    margin-left: 92px !important; }
  .m-lg-91 {
    margin: 91px !important; }
  .mt-lg-91,
  .my-lg-91 {
    margin-top: 91px !important; }
  .mr-lg-91,
  .mx-lg-91 {
    margin-right: 91px !important; }
  .mb-lg-91,
  .my-lg-91 {
    margin-bottom: 91px !important; }
  .ml-lg-91,
  .mx-lg-91 {
    margin-left: 91px !important; }
  .m-lg-90 {
    margin: 90px !important; }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 90px !important; }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 90px !important; }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 90px !important; }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 90px !important; }
  .m-lg-89 {
    margin: 89px !important; }
  .mt-lg-89,
  .my-lg-89 {
    margin-top: 89px !important; }
  .mr-lg-89,
  .mx-lg-89 {
    margin-right: 89px !important; }
  .mb-lg-89,
  .my-lg-89 {
    margin-bottom: 89px !important; }
  .ml-lg-89,
  .mx-lg-89 {
    margin-left: 89px !important; }
  .m-lg-88 {
    margin: 88px !important; }
  .mt-lg-88,
  .my-lg-88 {
    margin-top: 88px !important; }
  .mr-lg-88,
  .mx-lg-88 {
    margin-right: 88px !important; }
  .mb-lg-88,
  .my-lg-88 {
    margin-bottom: 88px !important; }
  .ml-lg-88,
  .mx-lg-88 {
    margin-left: 88px !important; }
  .m-lg-87 {
    margin: 87px !important; }
  .mt-lg-87,
  .my-lg-87 {
    margin-top: 87px !important; }
  .mr-lg-87,
  .mx-lg-87 {
    margin-right: 87px !important; }
  .mb-lg-87,
  .my-lg-87 {
    margin-bottom: 87px !important; }
  .ml-lg-87,
  .mx-lg-87 {
    margin-left: 87px !important; }
  .m-lg-86 {
    margin: 86px !important; }
  .mt-lg-86,
  .my-lg-86 {
    margin-top: 86px !important; }
  .mr-lg-86,
  .mx-lg-86 {
    margin-right: 86px !important; }
  .mb-lg-86,
  .my-lg-86 {
    margin-bottom: 86px !important; }
  .ml-lg-86,
  .mx-lg-86 {
    margin-left: 86px !important; }
  .m-lg-85 {
    margin: 85px !important; }
  .mt-lg-85,
  .my-lg-85 {
    margin-top: 85px !important; }
  .mr-lg-85,
  .mx-lg-85 {
    margin-right: 85px !important; }
  .mb-lg-85,
  .my-lg-85 {
    margin-bottom: 85px !important; }
  .ml-lg-85,
  .mx-lg-85 {
    margin-left: 85px !important; }
  .m-lg-84 {
    margin: 84px !important; }
  .mt-lg-84,
  .my-lg-84 {
    margin-top: 84px !important; }
  .mr-lg-84,
  .mx-lg-84 {
    margin-right: 84px !important; }
  .mb-lg-84,
  .my-lg-84 {
    margin-bottom: 84px !important; }
  .ml-lg-84,
  .mx-lg-84 {
    margin-left: 84px !important; }
  .m-lg-83 {
    margin: 83px !important; }
  .mt-lg-83,
  .my-lg-83 {
    margin-top: 83px !important; }
  .mr-lg-83,
  .mx-lg-83 {
    margin-right: 83px !important; }
  .mb-lg-83,
  .my-lg-83 {
    margin-bottom: 83px !important; }
  .ml-lg-83,
  .mx-lg-83 {
    margin-left: 83px !important; }
  .m-lg-82 {
    margin: 82px !important; }
  .mt-lg-82,
  .my-lg-82 {
    margin-top: 82px !important; }
  .mr-lg-82,
  .mx-lg-82 {
    margin-right: 82px !important; }
  .mb-lg-82,
  .my-lg-82 {
    margin-bottom: 82px !important; }
  .ml-lg-82,
  .mx-lg-82 {
    margin-left: 82px !important; }
  .m-lg-81 {
    margin: 81px !important; }
  .mt-lg-81,
  .my-lg-81 {
    margin-top: 81px !important; }
  .mr-lg-81,
  .mx-lg-81 {
    margin-right: 81px !important; }
  .mb-lg-81,
  .my-lg-81 {
    margin-bottom: 81px !important; }
  .ml-lg-81,
  .mx-lg-81 {
    margin-left: 81px !important; }
  .m-lg-80 {
    margin: 80px !important; }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important; }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important; }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important; }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important; }
  .m-lg-79 {
    margin: 79px !important; }
  .mt-lg-79,
  .my-lg-79 {
    margin-top: 79px !important; }
  .mr-lg-79,
  .mx-lg-79 {
    margin-right: 79px !important; }
  .mb-lg-79,
  .my-lg-79 {
    margin-bottom: 79px !important; }
  .ml-lg-79,
  .mx-lg-79 {
    margin-left: 79px !important; }
  .m-lg-78 {
    margin: 78px !important; }
  .mt-lg-78,
  .my-lg-78 {
    margin-top: 78px !important; }
  .mr-lg-78,
  .mx-lg-78 {
    margin-right: 78px !important; }
  .mb-lg-78,
  .my-lg-78 {
    margin-bottom: 78px !important; }
  .ml-lg-78,
  .mx-lg-78 {
    margin-left: 78px !important; }
  .m-lg-77 {
    margin: 77px !important; }
  .mt-lg-77,
  .my-lg-77 {
    margin-top: 77px !important; }
  .mr-lg-77,
  .mx-lg-77 {
    margin-right: 77px !important; }
  .mb-lg-77,
  .my-lg-77 {
    margin-bottom: 77px !important; }
  .ml-lg-77,
  .mx-lg-77 {
    margin-left: 77px !important; }
  .m-lg-76 {
    margin: 76px !important; }
  .mt-lg-76,
  .my-lg-76 {
    margin-top: 76px !important; }
  .mr-lg-76,
  .mx-lg-76 {
    margin-right: 76px !important; }
  .mb-lg-76,
  .my-lg-76 {
    margin-bottom: 76px !important; }
  .ml-lg-76,
  .mx-lg-76 {
    margin-left: 76px !important; }
  .m-lg-75 {
    margin: 75px !important; }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 75px !important; }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 75px !important; }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 75px !important; }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 75px !important; }
  .m-lg-74 {
    margin: 74px !important; }
  .mt-lg-74,
  .my-lg-74 {
    margin-top: 74px !important; }
  .mr-lg-74,
  .mx-lg-74 {
    margin-right: 74px !important; }
  .mb-lg-74,
  .my-lg-74 {
    margin-bottom: 74px !important; }
  .ml-lg-74,
  .mx-lg-74 {
    margin-left: 74px !important; }
  .m-lg-73 {
    margin: 73px !important; }
  .mt-lg-73,
  .my-lg-73 {
    margin-top: 73px !important; }
  .mr-lg-73,
  .mx-lg-73 {
    margin-right: 73px !important; }
  .mb-lg-73,
  .my-lg-73 {
    margin-bottom: 73px !important; }
  .ml-lg-73,
  .mx-lg-73 {
    margin-left: 73px !important; }
  .m-lg-72 {
    margin: 72px !important; }
  .mt-lg-72,
  .my-lg-72 {
    margin-top: 72px !important; }
  .mr-lg-72,
  .mx-lg-72 {
    margin-right: 72px !important; }
  .mb-lg-72,
  .my-lg-72 {
    margin-bottom: 72px !important; }
  .ml-lg-72,
  .mx-lg-72 {
    margin-left: 72px !important; }
  .m-lg-71 {
    margin: 71px !important; }
  .mt-lg-71,
  .my-lg-71 {
    margin-top: 71px !important; }
  .mr-lg-71,
  .mx-lg-71 {
    margin-right: 71px !important; }
  .mb-lg-71,
  .my-lg-71 {
    margin-bottom: 71px !important; }
  .ml-lg-71,
  .mx-lg-71 {
    margin-left: 71px !important; }
  .m-lg-70 {
    margin: 70px !important; }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 70px !important; }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 70px !important; }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 70px !important; }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 70px !important; }
  .m-lg-69 {
    margin: 69px !important; }
  .mt-lg-69,
  .my-lg-69 {
    margin-top: 69px !important; }
  .mr-lg-69,
  .mx-lg-69 {
    margin-right: 69px !important; }
  .mb-lg-69,
  .my-lg-69 {
    margin-bottom: 69px !important; }
  .ml-lg-69,
  .mx-lg-69 {
    margin-left: 69px !important; }
  .m-lg-68 {
    margin: 68px !important; }
  .mt-lg-68,
  .my-lg-68 {
    margin-top: 68px !important; }
  .mr-lg-68,
  .mx-lg-68 {
    margin-right: 68px !important; }
  .mb-lg-68,
  .my-lg-68 {
    margin-bottom: 68px !important; }
  .ml-lg-68,
  .mx-lg-68 {
    margin-left: 68px !important; }
  .m-lg-67 {
    margin: 67px !important; }
  .mt-lg-67,
  .my-lg-67 {
    margin-top: 67px !important; }
  .mr-lg-67,
  .mx-lg-67 {
    margin-right: 67px !important; }
  .mb-lg-67,
  .my-lg-67 {
    margin-bottom: 67px !important; }
  .ml-lg-67,
  .mx-lg-67 {
    margin-left: 67px !important; }
  .m-lg-66 {
    margin: 66px !important; }
  .mt-lg-66,
  .my-lg-66 {
    margin-top: 66px !important; }
  .mr-lg-66,
  .mx-lg-66 {
    margin-right: 66px !important; }
  .mb-lg-66,
  .my-lg-66 {
    margin-bottom: 66px !important; }
  .ml-lg-66,
  .mx-lg-66 {
    margin-left: 66px !important; }
  .m-lg-65 {
    margin: 65px !important; }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 65px !important; }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 65px !important; }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 65px !important; }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 65px !important; }
  .m-lg-64 {
    margin: 64px !important; }
  .mt-lg-64,
  .my-lg-64 {
    margin-top: 64px !important; }
  .mr-lg-64,
  .mx-lg-64 {
    margin-right: 64px !important; }
  .mb-lg-64,
  .my-lg-64 {
    margin-bottom: 64px !important; }
  .ml-lg-64,
  .mx-lg-64 {
    margin-left: 64px !important; }
  .m-lg-63 {
    margin: 63px !important; }
  .mt-lg-63,
  .my-lg-63 {
    margin-top: 63px !important; }
  .mr-lg-63,
  .mx-lg-63 {
    margin-right: 63px !important; }
  .mb-lg-63,
  .my-lg-63 {
    margin-bottom: 63px !important; }
  .ml-lg-63,
  .mx-lg-63 {
    margin-left: 63px !important; }
  .m-lg-62 {
    margin: 62px !important; }
  .mt-lg-62,
  .my-lg-62 {
    margin-top: 62px !important; }
  .mr-lg-62,
  .mx-lg-62 {
    margin-right: 62px !important; }
  .mb-lg-62,
  .my-lg-62 {
    margin-bottom: 62px !important; }
  .ml-lg-62,
  .mx-lg-62 {
    margin-left: 62px !important; }
  .m-lg-61 {
    margin: 61px !important; }
  .mt-lg-61,
  .my-lg-61 {
    margin-top: 61px !important; }
  .mr-lg-61,
  .mx-lg-61 {
    margin-right: 61px !important; }
  .mb-lg-61,
  .my-lg-61 {
    margin-bottom: 61px !important; }
  .ml-lg-61,
  .mx-lg-61 {
    margin-left: 61px !important; }
  .m-lg-60 {
    margin: 60px !important; }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px !important; }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important; }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px !important; }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important; }
  .m-lg-59 {
    margin: 59px !important; }
  .mt-lg-59,
  .my-lg-59 {
    margin-top: 59px !important; }
  .mr-lg-59,
  .mx-lg-59 {
    margin-right: 59px !important; }
  .mb-lg-59,
  .my-lg-59 {
    margin-bottom: 59px !important; }
  .ml-lg-59,
  .mx-lg-59 {
    margin-left: 59px !important; }
  .m-lg-58 {
    margin: 58px !important; }
  .mt-lg-58,
  .my-lg-58 {
    margin-top: 58px !important; }
  .mr-lg-58,
  .mx-lg-58 {
    margin-right: 58px !important; }
  .mb-lg-58,
  .my-lg-58 {
    margin-bottom: 58px !important; }
  .ml-lg-58,
  .mx-lg-58 {
    margin-left: 58px !important; }
  .m-lg-57 {
    margin: 57px !important; }
  .mt-lg-57,
  .my-lg-57 {
    margin-top: 57px !important; }
  .mr-lg-57,
  .mx-lg-57 {
    margin-right: 57px !important; }
  .mb-lg-57,
  .my-lg-57 {
    margin-bottom: 57px !important; }
  .ml-lg-57,
  .mx-lg-57 {
    margin-left: 57px !important; }
  .m-lg-56 {
    margin: 56px !important; }
  .mt-lg-56,
  .my-lg-56 {
    margin-top: 56px !important; }
  .mr-lg-56,
  .mx-lg-56 {
    margin-right: 56px !important; }
  .mb-lg-56,
  .my-lg-56 {
    margin-bottom: 56px !important; }
  .ml-lg-56,
  .mx-lg-56 {
    margin-left: 56px !important; }
  .m-lg-55 {
    margin: 55px !important; }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 55px !important; }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 55px !important; }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 55px !important; }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 55px !important; }
  .m-lg-54 {
    margin: 54px !important; }
  .mt-lg-54,
  .my-lg-54 {
    margin-top: 54px !important; }
  .mr-lg-54,
  .mx-lg-54 {
    margin-right: 54px !important; }
  .mb-lg-54,
  .my-lg-54 {
    margin-bottom: 54px !important; }
  .ml-lg-54,
  .mx-lg-54 {
    margin-left: 54px !important; }
  .m-lg-53 {
    margin: 53px !important; }
  .mt-lg-53,
  .my-lg-53 {
    margin-top: 53px !important; }
  .mr-lg-53,
  .mx-lg-53 {
    margin-right: 53px !important; }
  .mb-lg-53,
  .my-lg-53 {
    margin-bottom: 53px !important; }
  .ml-lg-53,
  .mx-lg-53 {
    margin-left: 53px !important; }
  .m-lg-52 {
    margin: 52px !important; }
  .mt-lg-52,
  .my-lg-52 {
    margin-top: 52px !important; }
  .mr-lg-52,
  .mx-lg-52 {
    margin-right: 52px !important; }
  .mb-lg-52,
  .my-lg-52 {
    margin-bottom: 52px !important; }
  .ml-lg-52,
  .mx-lg-52 {
    margin-left: 52px !important; }
  .m-lg-51 {
    margin: 51px !important; }
  .mt-lg-51,
  .my-lg-51 {
    margin-top: 51px !important; }
  .mr-lg-51,
  .mx-lg-51 {
    margin-right: 51px !important; }
  .mb-lg-51,
  .my-lg-51 {
    margin-bottom: 51px !important; }
  .ml-lg-51,
  .mx-lg-51 {
    margin-left: 51px !important; }
  .m-lg-50 {
    margin: 50px !important; }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important; }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important; }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important; }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important; }
  .m-lg-49 {
    margin: 49px !important; }
  .mt-lg-49,
  .my-lg-49 {
    margin-top: 49px !important; }
  .mr-lg-49,
  .mx-lg-49 {
    margin-right: 49px !important; }
  .mb-lg-49,
  .my-lg-49 {
    margin-bottom: 49px !important; }
  .ml-lg-49,
  .mx-lg-49 {
    margin-left: 49px !important; }
  .m-lg-48 {
    margin: 48px !important; }
  .mt-lg-48,
  .my-lg-48 {
    margin-top: 48px !important; }
  .mr-lg-48,
  .mx-lg-48 {
    margin-right: 48px !important; }
  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 48px !important; }
  .ml-lg-48,
  .mx-lg-48 {
    margin-left: 48px !important; }
  .m-lg-47 {
    margin: 47px !important; }
  .mt-lg-47,
  .my-lg-47 {
    margin-top: 47px !important; }
  .mr-lg-47,
  .mx-lg-47 {
    margin-right: 47px !important; }
  .mb-lg-47,
  .my-lg-47 {
    margin-bottom: 47px !important; }
  .ml-lg-47,
  .mx-lg-47 {
    margin-left: 47px !important; }
  .m-lg-46 {
    margin: 46px !important; }
  .mt-lg-46,
  .my-lg-46 {
    margin-top: 46px !important; }
  .mr-lg-46,
  .mx-lg-46 {
    margin-right: 46px !important; }
  .mb-lg-46,
  .my-lg-46 {
    margin-bottom: 46px !important; }
  .ml-lg-46,
  .mx-lg-46 {
    margin-left: 46px !important; }
  .m-lg-45 {
    margin: 45px !important; }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 45px !important; }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 45px !important; }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 45px !important; }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 45px !important; }
  .m-lg-44 {
    margin: 44px !important; }
  .mt-lg-44,
  .my-lg-44 {
    margin-top: 44px !important; }
  .mr-lg-44,
  .mx-lg-44 {
    margin-right: 44px !important; }
  .mb-lg-44,
  .my-lg-44 {
    margin-bottom: 44px !important; }
  .ml-lg-44,
  .mx-lg-44 {
    margin-left: 44px !important; }
  .m-lg-43 {
    margin: 43px !important; }
  .mt-lg-43,
  .my-lg-43 {
    margin-top: 43px !important; }
  .mr-lg-43,
  .mx-lg-43 {
    margin-right: 43px !important; }
  .mb-lg-43,
  .my-lg-43 {
    margin-bottom: 43px !important; }
  .ml-lg-43,
  .mx-lg-43 {
    margin-left: 43px !important; }
  .m-lg-42 {
    margin: 42px !important; }
  .mt-lg-42,
  .my-lg-42 {
    margin-top: 42px !important; }
  .mr-lg-42,
  .mx-lg-42 {
    margin-right: 42px !important; }
  .mb-lg-42,
  .my-lg-42 {
    margin-bottom: 42px !important; }
  .ml-lg-42,
  .mx-lg-42 {
    margin-left: 42px !important; }
  .m-lg-41 {
    margin: 41px !important; }
  .mt-lg-41,
  .my-lg-41 {
    margin-top: 41px !important; }
  .mr-lg-41,
  .mx-lg-41 {
    margin-right: 41px !important; }
  .mb-lg-41,
  .my-lg-41 {
    margin-bottom: 41px !important; }
  .ml-lg-41,
  .mx-lg-41 {
    margin-left: 41px !important; }
  .m-lg-40 {
    margin: 40px !important; }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important; }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important; }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important; }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important; }
  .m-lg-39 {
    margin: 39px !important; }
  .mt-lg-39,
  .my-lg-39 {
    margin-top: 39px !important; }
  .mr-lg-39,
  .mx-lg-39 {
    margin-right: 39px !important; }
  .mb-lg-39,
  .my-lg-39 {
    margin-bottom: 39px !important; }
  .ml-lg-39,
  .mx-lg-39 {
    margin-left: 39px !important; }
  .m-lg-38 {
    margin: 38px !important; }
  .mt-lg-38,
  .my-lg-38 {
    margin-top: 38px !important; }
  .mr-lg-38,
  .mx-lg-38 {
    margin-right: 38px !important; }
  .mb-lg-38,
  .my-lg-38 {
    margin-bottom: 38px !important; }
  .ml-lg-38,
  .mx-lg-38 {
    margin-left: 38px !important; }
  .m-lg-37 {
    margin: 37px !important; }
  .mt-lg-37,
  .my-lg-37 {
    margin-top: 37px !important; }
  .mr-lg-37,
  .mx-lg-37 {
    margin-right: 37px !important; }
  .mb-lg-37,
  .my-lg-37 {
    margin-bottom: 37px !important; }
  .ml-lg-37,
  .mx-lg-37 {
    margin-left: 37px !important; }
  .m-lg-36 {
    margin: 36px !important; }
  .mt-lg-36,
  .my-lg-36 {
    margin-top: 36px !important; }
  .mr-lg-36,
  .mx-lg-36 {
    margin-right: 36px !important; }
  .mb-lg-36,
  .my-lg-36 {
    margin-bottom: 36px !important; }
  .ml-lg-36,
  .mx-lg-36 {
    margin-left: 36px !important; }
  .m-lg-35 {
    margin: 35px !important; }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 35px !important; }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 35px !important; }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 35px !important; }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 35px !important; }
  .m-lg-34 {
    margin: 34px !important; }
  .mt-lg-34,
  .my-lg-34 {
    margin-top: 34px !important; }
  .mr-lg-34,
  .mx-lg-34 {
    margin-right: 34px !important; }
  .mb-lg-34,
  .my-lg-34 {
    margin-bottom: 34px !important; }
  .ml-lg-34,
  .mx-lg-34 {
    margin-left: 34px !important; }
  .m-lg-33 {
    margin: 33px !important; }
  .mt-lg-33,
  .my-lg-33 {
    margin-top: 33px !important; }
  .mr-lg-33,
  .mx-lg-33 {
    margin-right: 33px !important; }
  .mb-lg-33,
  .my-lg-33 {
    margin-bottom: 33px !important; }
  .ml-lg-33,
  .mx-lg-33 {
    margin-left: 33px !important; }
  .m-lg-32 {
    margin: 32px !important; }
  .mt-lg-32,
  .my-lg-32 {
    margin-top: 32px !important; }
  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 32px !important; }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 32px !important; }
  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 32px !important; }
  .m-lg-31 {
    margin: 31px !important; }
  .mt-lg-31,
  .my-lg-31 {
    margin-top: 31px !important; }
  .mr-lg-31,
  .mx-lg-31 {
    margin-right: 31px !important; }
  .mb-lg-31,
  .my-lg-31 {
    margin-bottom: 31px !important; }
  .ml-lg-31,
  .mx-lg-31 {
    margin-left: 31px !important; }
  .m-lg-30 {
    margin: 30px !important; }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important; }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important; }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important; }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important; }
  .m-lg-29 {
    margin: 29px !important; }
  .mt-lg-29,
  .my-lg-29 {
    margin-top: 29px !important; }
  .mr-lg-29,
  .mx-lg-29 {
    margin-right: 29px !important; }
  .mb-lg-29,
  .my-lg-29 {
    margin-bottom: 29px !important; }
  .ml-lg-29,
  .mx-lg-29 {
    margin-left: 29px !important; }
  .m-lg-28 {
    margin: 28px !important; }
  .mt-lg-28,
  .my-lg-28 {
    margin-top: 28px !important; }
  .mr-lg-28,
  .mx-lg-28 {
    margin-right: 28px !important; }
  .mb-lg-28,
  .my-lg-28 {
    margin-bottom: 28px !important; }
  .ml-lg-28,
  .mx-lg-28 {
    margin-left: 28px !important; }
  .m-lg-27 {
    margin: 27px !important; }
  .mt-lg-27,
  .my-lg-27 {
    margin-top: 27px !important; }
  .mr-lg-27,
  .mx-lg-27 {
    margin-right: 27px !important; }
  .mb-lg-27,
  .my-lg-27 {
    margin-bottom: 27px !important; }
  .ml-lg-27,
  .mx-lg-27 {
    margin-left: 27px !important; }
  .m-lg-26 {
    margin: 26px !important; }
  .mt-lg-26,
  .my-lg-26 {
    margin-top: 26px !important; }
  .mr-lg-26,
  .mx-lg-26 {
    margin-right: 26px !important; }
  .mb-lg-26,
  .my-lg-26 {
    margin-bottom: 26px !important; }
  .ml-lg-26,
  .mx-lg-26 {
    margin-left: 26px !important; }
  .m-lg-25 {
    margin: 25px !important; }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25px !important; }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25px !important; }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25px !important; }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25px !important; }
  .m-lg-24 {
    margin: 24px !important; }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 24px !important; }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 24px !important; }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 24px !important; }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 24px !important; }
  .m-lg-23 {
    margin: 23px !important; }
  .mt-lg-23,
  .my-lg-23 {
    margin-top: 23px !important; }
  .mr-lg-23,
  .mx-lg-23 {
    margin-right: 23px !important; }
  .mb-lg-23,
  .my-lg-23 {
    margin-bottom: 23px !important; }
  .ml-lg-23,
  .mx-lg-23 {
    margin-left: 23px !important; }
  .m-lg-22 {
    margin: 22px !important; }
  .mt-lg-22,
  .my-lg-22 {
    margin-top: 22px !important; }
  .mr-lg-22,
  .mx-lg-22 {
    margin-right: 22px !important; }
  .mb-lg-22,
  .my-lg-22 {
    margin-bottom: 22px !important; }
  .ml-lg-22,
  .mx-lg-22 {
    margin-left: 22px !important; }
  .m-lg-21 {
    margin: 21px !important; }
  .mt-lg-21,
  .my-lg-21 {
    margin-top: 21px !important; }
  .mr-lg-21,
  .mx-lg-21 {
    margin-right: 21px !important; }
  .mb-lg-21,
  .my-lg-21 {
    margin-bottom: 21px !important; }
  .ml-lg-21,
  .mx-lg-21 {
    margin-left: 21px !important; }
  .m-lg-20 {
    margin: 20px !important; }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important; }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important; }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important; }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important; }
  .m-lg-19 {
    margin: 19px !important; }
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 19px !important; }
  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 19px !important; }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 19px !important; }
  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 19px !important; }
  .m-lg-18 {
    margin: 18px !important; }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 18px !important; }
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 18px !important; }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 18px !important; }
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 18px !important; }
  .m-lg-17 {
    margin: 17px !important; }
  .mt-lg-17,
  .my-lg-17 {
    margin-top: 17px !important; }
  .mr-lg-17,
  .mx-lg-17 {
    margin-right: 17px !important; }
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 17px !important; }
  .ml-lg-17,
  .mx-lg-17 {
    margin-left: 17px !important; }
  .m-lg-16 {
    margin: 16px !important; }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 16px !important; }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 16px !important; }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 16px !important; }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 16px !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important; }
  .m-lg-14 {
    margin: 14px !important; }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 14px !important; }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 14px !important; }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 14px !important; }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 14px !important; }
  .m-lg-13 {
    margin: 13px !important; }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 13px !important; }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 13px !important; }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 13px !important; }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 13px !important; }
  .m-lg-12 {
    margin: 12px !important; }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 12px !important; }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 12px !important; }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 12px !important; }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 12px !important; }
  .m-lg-11 {
    margin: 11px !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 11px !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 11px !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 11px !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 11px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important; }
  .m-lg-9 {
    margin: 9px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9px !important; }
  .m-lg-8 {
    margin: 8px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8px !important; }
  .m-lg-7 {
    margin: 7px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7px !important; }
  .m-lg-6 {
    margin: 6px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6px !important; }
  .p-lg-0 {
    padding: 0px !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0px !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0px !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0px !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0px !important; }
  .p-lg-1 {
    padding: 1px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1px !important; }
  .p-lg-2 {
    padding: 2px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2px !important; }
  .p-lg-3 {
    padding: 3px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3px !important; }
  .p-lg-4 {
    padding: 4px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4px !important; }
  .p-lg-5 {
    padding: 5px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5px !important; }
  .p-lg-100 {
    padding: 100px !important; }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important; }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 100px !important; }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important; }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100px !important; }
  .p-lg-99 {
    padding: 99px !important; }
  .pt-lg-99,
  .py-lg-99 {
    padding-top: 99px !important; }
  .pr-lg-99,
  .px-lg-99 {
    padding-right: 99px !important; }
  .pb-lg-99,
  .py-lg-99 {
    padding-bottom: 99px !important; }
  .pl-lg-99,
  .px-lg-99 {
    padding-left: 99px !important; }
  .p-lg-98 {
    padding: 98px !important; }
  .pt-lg-98,
  .py-lg-98 {
    padding-top: 98px !important; }
  .pr-lg-98,
  .px-lg-98 {
    padding-right: 98px !important; }
  .pb-lg-98,
  .py-lg-98 {
    padding-bottom: 98px !important; }
  .pl-lg-98,
  .px-lg-98 {
    padding-left: 98px !important; }
  .p-lg-97 {
    padding: 97px !important; }
  .pt-lg-97,
  .py-lg-97 {
    padding-top: 97px !important; }
  .pr-lg-97,
  .px-lg-97 {
    padding-right: 97px !important; }
  .pb-lg-97,
  .py-lg-97 {
    padding-bottom: 97px !important; }
  .pl-lg-97,
  .px-lg-97 {
    padding-left: 97px !important; }
  .p-lg-96 {
    padding: 96px !important; }
  .pt-lg-96,
  .py-lg-96 {
    padding-top: 96px !important; }
  .pr-lg-96,
  .px-lg-96 {
    padding-right: 96px !important; }
  .pb-lg-96,
  .py-lg-96 {
    padding-bottom: 96px !important; }
  .pl-lg-96,
  .px-lg-96 {
    padding-left: 96px !important; }
  .p-lg-95 {
    padding: 95px !important; }
  .pt-lg-95,
  .py-lg-95 {
    padding-top: 95px !important; }
  .pr-lg-95,
  .px-lg-95 {
    padding-right: 95px !important; }
  .pb-lg-95,
  .py-lg-95 {
    padding-bottom: 95px !important; }
  .pl-lg-95,
  .px-lg-95 {
    padding-left: 95px !important; }
  .p-lg-94 {
    padding: 94px !important; }
  .pt-lg-94,
  .py-lg-94 {
    padding-top: 94px !important; }
  .pr-lg-94,
  .px-lg-94 {
    padding-right: 94px !important; }
  .pb-lg-94,
  .py-lg-94 {
    padding-bottom: 94px !important; }
  .pl-lg-94,
  .px-lg-94 {
    padding-left: 94px !important; }
  .p-lg-93 {
    padding: 93px !important; }
  .pt-lg-93,
  .py-lg-93 {
    padding-top: 93px !important; }
  .pr-lg-93,
  .px-lg-93 {
    padding-right: 93px !important; }
  .pb-lg-93,
  .py-lg-93 {
    padding-bottom: 93px !important; }
  .pl-lg-93,
  .px-lg-93 {
    padding-left: 93px !important; }
  .p-lg-92 {
    padding: 92px !important; }
  .pt-lg-92,
  .py-lg-92 {
    padding-top: 92px !important; }
  .pr-lg-92,
  .px-lg-92 {
    padding-right: 92px !important; }
  .pb-lg-92,
  .py-lg-92 {
    padding-bottom: 92px !important; }
  .pl-lg-92,
  .px-lg-92 {
    padding-left: 92px !important; }
  .p-lg-91 {
    padding: 91px !important; }
  .pt-lg-91,
  .py-lg-91 {
    padding-top: 91px !important; }
  .pr-lg-91,
  .px-lg-91 {
    padding-right: 91px !important; }
  .pb-lg-91,
  .py-lg-91 {
    padding-bottom: 91px !important; }
  .pl-lg-91,
  .px-lg-91 {
    padding-left: 91px !important; }
  .p-lg-90 {
    padding: 90px !important; }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 90px !important; }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 90px !important; }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 90px !important; }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 90px !important; }
  .p-lg-89 {
    padding: 89px !important; }
  .pt-lg-89,
  .py-lg-89 {
    padding-top: 89px !important; }
  .pr-lg-89,
  .px-lg-89 {
    padding-right: 89px !important; }
  .pb-lg-89,
  .py-lg-89 {
    padding-bottom: 89px !important; }
  .pl-lg-89,
  .px-lg-89 {
    padding-left: 89px !important; }
  .p-lg-88 {
    padding: 88px !important; }
  .pt-lg-88,
  .py-lg-88 {
    padding-top: 88px !important; }
  .pr-lg-88,
  .px-lg-88 {
    padding-right: 88px !important; }
  .pb-lg-88,
  .py-lg-88 {
    padding-bottom: 88px !important; }
  .pl-lg-88,
  .px-lg-88 {
    padding-left: 88px !important; }
  .p-lg-87 {
    padding: 87px !important; }
  .pt-lg-87,
  .py-lg-87 {
    padding-top: 87px !important; }
  .pr-lg-87,
  .px-lg-87 {
    padding-right: 87px !important; }
  .pb-lg-87,
  .py-lg-87 {
    padding-bottom: 87px !important; }
  .pl-lg-87,
  .px-lg-87 {
    padding-left: 87px !important; }
  .p-lg-86 {
    padding: 86px !important; }
  .pt-lg-86,
  .py-lg-86 {
    padding-top: 86px !important; }
  .pr-lg-86,
  .px-lg-86 {
    padding-right: 86px !important; }
  .pb-lg-86,
  .py-lg-86 {
    padding-bottom: 86px !important; }
  .pl-lg-86,
  .px-lg-86 {
    padding-left: 86px !important; }
  .p-lg-85 {
    padding: 85px !important; }
  .pt-lg-85,
  .py-lg-85 {
    padding-top: 85px !important; }
  .pr-lg-85,
  .px-lg-85 {
    padding-right: 85px !important; }
  .pb-lg-85,
  .py-lg-85 {
    padding-bottom: 85px !important; }
  .pl-lg-85,
  .px-lg-85 {
    padding-left: 85px !important; }
  .p-lg-84 {
    padding: 84px !important; }
  .pt-lg-84,
  .py-lg-84 {
    padding-top: 84px !important; }
  .pr-lg-84,
  .px-lg-84 {
    padding-right: 84px !important; }
  .pb-lg-84,
  .py-lg-84 {
    padding-bottom: 84px !important; }
  .pl-lg-84,
  .px-lg-84 {
    padding-left: 84px !important; }
  .p-lg-83 {
    padding: 83px !important; }
  .pt-lg-83,
  .py-lg-83 {
    padding-top: 83px !important; }
  .pr-lg-83,
  .px-lg-83 {
    padding-right: 83px !important; }
  .pb-lg-83,
  .py-lg-83 {
    padding-bottom: 83px !important; }
  .pl-lg-83,
  .px-lg-83 {
    padding-left: 83px !important; }
  .p-lg-82 {
    padding: 82px !important; }
  .pt-lg-82,
  .py-lg-82 {
    padding-top: 82px !important; }
  .pr-lg-82,
  .px-lg-82 {
    padding-right: 82px !important; }
  .pb-lg-82,
  .py-lg-82 {
    padding-bottom: 82px !important; }
  .pl-lg-82,
  .px-lg-82 {
    padding-left: 82px !important; }
  .p-lg-81 {
    padding: 81px !important; }
  .pt-lg-81,
  .py-lg-81 {
    padding-top: 81px !important; }
  .pr-lg-81,
  .px-lg-81 {
    padding-right: 81px !important; }
  .pb-lg-81,
  .py-lg-81 {
    padding-bottom: 81px !important; }
  .pl-lg-81,
  .px-lg-81 {
    padding-left: 81px !important; }
  .p-lg-80 {
    padding: 80px !important; }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important; }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important; }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important; }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important; }
  .p-lg-79 {
    padding: 79px !important; }
  .pt-lg-79,
  .py-lg-79 {
    padding-top: 79px !important; }
  .pr-lg-79,
  .px-lg-79 {
    padding-right: 79px !important; }
  .pb-lg-79,
  .py-lg-79 {
    padding-bottom: 79px !important; }
  .pl-lg-79,
  .px-lg-79 {
    padding-left: 79px !important; }
  .p-lg-78 {
    padding: 78px !important; }
  .pt-lg-78,
  .py-lg-78 {
    padding-top: 78px !important; }
  .pr-lg-78,
  .px-lg-78 {
    padding-right: 78px !important; }
  .pb-lg-78,
  .py-lg-78 {
    padding-bottom: 78px !important; }
  .pl-lg-78,
  .px-lg-78 {
    padding-left: 78px !important; }
  .p-lg-77 {
    padding: 77px !important; }
  .pt-lg-77,
  .py-lg-77 {
    padding-top: 77px !important; }
  .pr-lg-77,
  .px-lg-77 {
    padding-right: 77px !important; }
  .pb-lg-77,
  .py-lg-77 {
    padding-bottom: 77px !important; }
  .pl-lg-77,
  .px-lg-77 {
    padding-left: 77px !important; }
  .p-lg-76 {
    padding: 76px !important; }
  .pt-lg-76,
  .py-lg-76 {
    padding-top: 76px !important; }
  .pr-lg-76,
  .px-lg-76 {
    padding-right: 76px !important; }
  .pb-lg-76,
  .py-lg-76 {
    padding-bottom: 76px !important; }
  .pl-lg-76,
  .px-lg-76 {
    padding-left: 76px !important; }
  .p-lg-75 {
    padding: 75px !important; }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 75px !important; }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 75px !important; }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 75px !important; }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 75px !important; }
  .p-lg-74 {
    padding: 74px !important; }
  .pt-lg-74,
  .py-lg-74 {
    padding-top: 74px !important; }
  .pr-lg-74,
  .px-lg-74 {
    padding-right: 74px !important; }
  .pb-lg-74,
  .py-lg-74 {
    padding-bottom: 74px !important; }
  .pl-lg-74,
  .px-lg-74 {
    padding-left: 74px !important; }
  .p-lg-73 {
    padding: 73px !important; }
  .pt-lg-73,
  .py-lg-73 {
    padding-top: 73px !important; }
  .pr-lg-73,
  .px-lg-73 {
    padding-right: 73px !important; }
  .pb-lg-73,
  .py-lg-73 {
    padding-bottom: 73px !important; }
  .pl-lg-73,
  .px-lg-73 {
    padding-left: 73px !important; }
  .p-lg-72 {
    padding: 72px !important; }
  .pt-lg-72,
  .py-lg-72 {
    padding-top: 72px !important; }
  .pr-lg-72,
  .px-lg-72 {
    padding-right: 72px !important; }
  .pb-lg-72,
  .py-lg-72 {
    padding-bottom: 72px !important; }
  .pl-lg-72,
  .px-lg-72 {
    padding-left: 72px !important; }
  .p-lg-71 {
    padding: 71px !important; }
  .pt-lg-71,
  .py-lg-71 {
    padding-top: 71px !important; }
  .pr-lg-71,
  .px-lg-71 {
    padding-right: 71px !important; }
  .pb-lg-71,
  .py-lg-71 {
    padding-bottom: 71px !important; }
  .pl-lg-71,
  .px-lg-71 {
    padding-left: 71px !important; }
  .p-lg-70 {
    padding: 70px !important; }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 70px !important; }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 70px !important; }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 70px !important; }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 70px !important; }
  .p-lg-69 {
    padding: 69px !important; }
  .pt-lg-69,
  .py-lg-69 {
    padding-top: 69px !important; }
  .pr-lg-69,
  .px-lg-69 {
    padding-right: 69px !important; }
  .pb-lg-69,
  .py-lg-69 {
    padding-bottom: 69px !important; }
  .pl-lg-69,
  .px-lg-69 {
    padding-left: 69px !important; }
  .p-lg-68 {
    padding: 68px !important; }
  .pt-lg-68,
  .py-lg-68 {
    padding-top: 68px !important; }
  .pr-lg-68,
  .px-lg-68 {
    padding-right: 68px !important; }
  .pb-lg-68,
  .py-lg-68 {
    padding-bottom: 68px !important; }
  .pl-lg-68,
  .px-lg-68 {
    padding-left: 68px !important; }
  .p-lg-67 {
    padding: 67px !important; }
  .pt-lg-67,
  .py-lg-67 {
    padding-top: 67px !important; }
  .pr-lg-67,
  .px-lg-67 {
    padding-right: 67px !important; }
  .pb-lg-67,
  .py-lg-67 {
    padding-bottom: 67px !important; }
  .pl-lg-67,
  .px-lg-67 {
    padding-left: 67px !important; }
  .p-lg-66 {
    padding: 66px !important; }
  .pt-lg-66,
  .py-lg-66 {
    padding-top: 66px !important; }
  .pr-lg-66,
  .px-lg-66 {
    padding-right: 66px !important; }
  .pb-lg-66,
  .py-lg-66 {
    padding-bottom: 66px !important; }
  .pl-lg-66,
  .px-lg-66 {
    padding-left: 66px !important; }
  .p-lg-65 {
    padding: 65px !important; }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 65px !important; }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 65px !important; }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 65px !important; }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 65px !important; }
  .p-lg-64 {
    padding: 64px !important; }
  .pt-lg-64,
  .py-lg-64 {
    padding-top: 64px !important; }
  .pr-lg-64,
  .px-lg-64 {
    padding-right: 64px !important; }
  .pb-lg-64,
  .py-lg-64 {
    padding-bottom: 64px !important; }
  .pl-lg-64,
  .px-lg-64 {
    padding-left: 64px !important; }
  .p-lg-63 {
    padding: 63px !important; }
  .pt-lg-63,
  .py-lg-63 {
    padding-top: 63px !important; }
  .pr-lg-63,
  .px-lg-63 {
    padding-right: 63px !important; }
  .pb-lg-63,
  .py-lg-63 {
    padding-bottom: 63px !important; }
  .pl-lg-63,
  .px-lg-63 {
    padding-left: 63px !important; }
  .p-lg-62 {
    padding: 62px !important; }
  .pt-lg-62,
  .py-lg-62 {
    padding-top: 62px !important; }
  .pr-lg-62,
  .px-lg-62 {
    padding-right: 62px !important; }
  .pb-lg-62,
  .py-lg-62 {
    padding-bottom: 62px !important; }
  .pl-lg-62,
  .px-lg-62 {
    padding-left: 62px !important; }
  .p-lg-61 {
    padding: 61px !important; }
  .pt-lg-61,
  .py-lg-61 {
    padding-top: 61px !important; }
  .pr-lg-61,
  .px-lg-61 {
    padding-right: 61px !important; }
  .pb-lg-61,
  .py-lg-61 {
    padding-bottom: 61px !important; }
  .pl-lg-61,
  .px-lg-61 {
    padding-left: 61px !important; }
  .p-lg-60 {
    padding: 60px !important; }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px !important; }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px !important; }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px !important; }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px !important; }
  .p-lg-59 {
    padding: 59px !important; }
  .pt-lg-59,
  .py-lg-59 {
    padding-top: 59px !important; }
  .pr-lg-59,
  .px-lg-59 {
    padding-right: 59px !important; }
  .pb-lg-59,
  .py-lg-59 {
    padding-bottom: 59px !important; }
  .pl-lg-59,
  .px-lg-59 {
    padding-left: 59px !important; }
  .p-lg-58 {
    padding: 58px !important; }
  .pt-lg-58,
  .py-lg-58 {
    padding-top: 58px !important; }
  .pr-lg-58,
  .px-lg-58 {
    padding-right: 58px !important; }
  .pb-lg-58,
  .py-lg-58 {
    padding-bottom: 58px !important; }
  .pl-lg-58,
  .px-lg-58 {
    padding-left: 58px !important; }
  .p-lg-57 {
    padding: 57px !important; }
  .pt-lg-57,
  .py-lg-57 {
    padding-top: 57px !important; }
  .pr-lg-57,
  .px-lg-57 {
    padding-right: 57px !important; }
  .pb-lg-57,
  .py-lg-57 {
    padding-bottom: 57px !important; }
  .pl-lg-57,
  .px-lg-57 {
    padding-left: 57px !important; }
  .p-lg-56 {
    padding: 56px !important; }
  .pt-lg-56,
  .py-lg-56 {
    padding-top: 56px !important; }
  .pr-lg-56,
  .px-lg-56 {
    padding-right: 56px !important; }
  .pb-lg-56,
  .py-lg-56 {
    padding-bottom: 56px !important; }
  .pl-lg-56,
  .px-lg-56 {
    padding-left: 56px !important; }
  .p-lg-55 {
    padding: 55px !important; }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 55px !important; }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 55px !important; }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 55px !important; }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 55px !important; }
  .p-lg-54 {
    padding: 54px !important; }
  .pt-lg-54,
  .py-lg-54 {
    padding-top: 54px !important; }
  .pr-lg-54,
  .px-lg-54 {
    padding-right: 54px !important; }
  .pb-lg-54,
  .py-lg-54 {
    padding-bottom: 54px !important; }
  .pl-lg-54,
  .px-lg-54 {
    padding-left: 54px !important; }
  .p-lg-53 {
    padding: 53px !important; }
  .pt-lg-53,
  .py-lg-53 {
    padding-top: 53px !important; }
  .pr-lg-53,
  .px-lg-53 {
    padding-right: 53px !important; }
  .pb-lg-53,
  .py-lg-53 {
    padding-bottom: 53px !important; }
  .pl-lg-53,
  .px-lg-53 {
    padding-left: 53px !important; }
  .p-lg-52 {
    padding: 52px !important; }
  .pt-lg-52,
  .py-lg-52 {
    padding-top: 52px !important; }
  .pr-lg-52,
  .px-lg-52 {
    padding-right: 52px !important; }
  .pb-lg-52,
  .py-lg-52 {
    padding-bottom: 52px !important; }
  .pl-lg-52,
  .px-lg-52 {
    padding-left: 52px !important; }
  .p-lg-51 {
    padding: 51px !important; }
  .pt-lg-51,
  .py-lg-51 {
    padding-top: 51px !important; }
  .pr-lg-51,
  .px-lg-51 {
    padding-right: 51px !important; }
  .pb-lg-51,
  .py-lg-51 {
    padding-bottom: 51px !important; }
  .pl-lg-51,
  .px-lg-51 {
    padding-left: 51px !important; }
  .p-lg-50 {
    padding: 50px !important; }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important; }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important; }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important; }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important; }
  .p-lg-49 {
    padding: 49px !important; }
  .pt-lg-49,
  .py-lg-49 {
    padding-top: 49px !important; }
  .pr-lg-49,
  .px-lg-49 {
    padding-right: 49px !important; }
  .pb-lg-49,
  .py-lg-49 {
    padding-bottom: 49px !important; }
  .pl-lg-49,
  .px-lg-49 {
    padding-left: 49px !important; }
  .p-lg-48 {
    padding: 48px !important; }
  .pt-lg-48,
  .py-lg-48 {
    padding-top: 48px !important; }
  .pr-lg-48,
  .px-lg-48 {
    padding-right: 48px !important; }
  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 48px !important; }
  .pl-lg-48,
  .px-lg-48 {
    padding-left: 48px !important; }
  .p-lg-47 {
    padding: 47px !important; }
  .pt-lg-47,
  .py-lg-47 {
    padding-top: 47px !important; }
  .pr-lg-47,
  .px-lg-47 {
    padding-right: 47px !important; }
  .pb-lg-47,
  .py-lg-47 {
    padding-bottom: 47px !important; }
  .pl-lg-47,
  .px-lg-47 {
    padding-left: 47px !important; }
  .p-lg-46 {
    padding: 46px !important; }
  .pt-lg-46,
  .py-lg-46 {
    padding-top: 46px !important; }
  .pr-lg-46,
  .px-lg-46 {
    padding-right: 46px !important; }
  .pb-lg-46,
  .py-lg-46 {
    padding-bottom: 46px !important; }
  .pl-lg-46,
  .px-lg-46 {
    padding-left: 46px !important; }
  .p-lg-45 {
    padding: 45px !important; }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 45px !important; }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 45px !important; }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 45px !important; }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 45px !important; }
  .p-lg-44 {
    padding: 44px !important; }
  .pt-lg-44,
  .py-lg-44 {
    padding-top: 44px !important; }
  .pr-lg-44,
  .px-lg-44 {
    padding-right: 44px !important; }
  .pb-lg-44,
  .py-lg-44 {
    padding-bottom: 44px !important; }
  .pl-lg-44,
  .px-lg-44 {
    padding-left: 44px !important; }
  .p-lg-43 {
    padding: 43px !important; }
  .pt-lg-43,
  .py-lg-43 {
    padding-top: 43px !important; }
  .pr-lg-43,
  .px-lg-43 {
    padding-right: 43px !important; }
  .pb-lg-43,
  .py-lg-43 {
    padding-bottom: 43px !important; }
  .pl-lg-43,
  .px-lg-43 {
    padding-left: 43px !important; }
  .p-lg-42 {
    padding: 42px !important; }
  .pt-lg-42,
  .py-lg-42 {
    padding-top: 42px !important; }
  .pr-lg-42,
  .px-lg-42 {
    padding-right: 42px !important; }
  .pb-lg-42,
  .py-lg-42 {
    padding-bottom: 42px !important; }
  .pl-lg-42,
  .px-lg-42 {
    padding-left: 42px !important; }
  .p-lg-41 {
    padding: 41px !important; }
  .pt-lg-41,
  .py-lg-41 {
    padding-top: 41px !important; }
  .pr-lg-41,
  .px-lg-41 {
    padding-right: 41px !important; }
  .pb-lg-41,
  .py-lg-41 {
    padding-bottom: 41px !important; }
  .pl-lg-41,
  .px-lg-41 {
    padding-left: 41px !important; }
  .p-lg-40 {
    padding: 40px !important; }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important; }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important; }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important; }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important; }
  .p-lg-39 {
    padding: 39px !important; }
  .pt-lg-39,
  .py-lg-39 {
    padding-top: 39px !important; }
  .pr-lg-39,
  .px-lg-39 {
    padding-right: 39px !important; }
  .pb-lg-39,
  .py-lg-39 {
    padding-bottom: 39px !important; }
  .pl-lg-39,
  .px-lg-39 {
    padding-left: 39px !important; }
  .p-lg-38 {
    padding: 38px !important; }
  .pt-lg-38,
  .py-lg-38 {
    padding-top: 38px !important; }
  .pr-lg-38,
  .px-lg-38 {
    padding-right: 38px !important; }
  .pb-lg-38,
  .py-lg-38 {
    padding-bottom: 38px !important; }
  .pl-lg-38,
  .px-lg-38 {
    padding-left: 38px !important; }
  .p-lg-37 {
    padding: 37px !important; }
  .pt-lg-37,
  .py-lg-37 {
    padding-top: 37px !important; }
  .pr-lg-37,
  .px-lg-37 {
    padding-right: 37px !important; }
  .pb-lg-37,
  .py-lg-37 {
    padding-bottom: 37px !important; }
  .pl-lg-37,
  .px-lg-37 {
    padding-left: 37px !important; }
  .p-lg-36 {
    padding: 36px !important; }
  .pt-lg-36,
  .py-lg-36 {
    padding-top: 36px !important; }
  .pr-lg-36,
  .px-lg-36 {
    padding-right: 36px !important; }
  .pb-lg-36,
  .py-lg-36 {
    padding-bottom: 36px !important; }
  .pl-lg-36,
  .px-lg-36 {
    padding-left: 36px !important; }
  .p-lg-35 {
    padding: 35px !important; }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 35px !important; }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 35px !important; }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 35px !important; }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 35px !important; }
  .p-lg-34 {
    padding: 34px !important; }
  .pt-lg-34,
  .py-lg-34 {
    padding-top: 34px !important; }
  .pr-lg-34,
  .px-lg-34 {
    padding-right: 34px !important; }
  .pb-lg-34,
  .py-lg-34 {
    padding-bottom: 34px !important; }
  .pl-lg-34,
  .px-lg-34 {
    padding-left: 34px !important; }
  .p-lg-33 {
    padding: 33px !important; }
  .pt-lg-33,
  .py-lg-33 {
    padding-top: 33px !important; }
  .pr-lg-33,
  .px-lg-33 {
    padding-right: 33px !important; }
  .pb-lg-33,
  .py-lg-33 {
    padding-bottom: 33px !important; }
  .pl-lg-33,
  .px-lg-33 {
    padding-left: 33px !important; }
  .p-lg-32 {
    padding: 32px !important; }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 32px !important; }
  .pr-lg-32,
  .px-lg-32 {
    padding-right: 32px !important; }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 32px !important; }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 32px !important; }
  .p-lg-31 {
    padding: 31px !important; }
  .pt-lg-31,
  .py-lg-31 {
    padding-top: 31px !important; }
  .pr-lg-31,
  .px-lg-31 {
    padding-right: 31px !important; }
  .pb-lg-31,
  .py-lg-31 {
    padding-bottom: 31px !important; }
  .pl-lg-31,
  .px-lg-31 {
    padding-left: 31px !important; }
  .p-lg-30 {
    padding: 30px !important; }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important; }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important; }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important; }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important; }
  .p-lg-29 {
    padding: 29px !important; }
  .pt-lg-29,
  .py-lg-29 {
    padding-top: 29px !important; }
  .pr-lg-29,
  .px-lg-29 {
    padding-right: 29px !important; }
  .pb-lg-29,
  .py-lg-29 {
    padding-bottom: 29px !important; }
  .pl-lg-29,
  .px-lg-29 {
    padding-left: 29px !important; }
  .p-lg-28 {
    padding: 28px !important; }
  .pt-lg-28,
  .py-lg-28 {
    padding-top: 28px !important; }
  .pr-lg-28,
  .px-lg-28 {
    padding-right: 28px !important; }
  .pb-lg-28,
  .py-lg-28 {
    padding-bottom: 28px !important; }
  .pl-lg-28,
  .px-lg-28 {
    padding-left: 28px !important; }
  .p-lg-27 {
    padding: 27px !important; }
  .pt-lg-27,
  .py-lg-27 {
    padding-top: 27px !important; }
  .pr-lg-27,
  .px-lg-27 {
    padding-right: 27px !important; }
  .pb-lg-27,
  .py-lg-27 {
    padding-bottom: 27px !important; }
  .pl-lg-27,
  .px-lg-27 {
    padding-left: 27px !important; }
  .p-lg-26 {
    padding: 26px !important; }
  .pt-lg-26,
  .py-lg-26 {
    padding-top: 26px !important; }
  .pr-lg-26,
  .px-lg-26 {
    padding-right: 26px !important; }
  .pb-lg-26,
  .py-lg-26 {
    padding-bottom: 26px !important; }
  .pl-lg-26,
  .px-lg-26 {
    padding-left: 26px !important; }
  .p-lg-25 {
    padding: 25px !important; }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25px !important; }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25px !important; }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25px !important; }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25px !important; }
  .p-lg-24 {
    padding: 24px !important; }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 24px !important; }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 24px !important; }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 24px !important; }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 24px !important; }
  .p-lg-23 {
    padding: 23px !important; }
  .pt-lg-23,
  .py-lg-23 {
    padding-top: 23px !important; }
  .pr-lg-23,
  .px-lg-23 {
    padding-right: 23px !important; }
  .pb-lg-23,
  .py-lg-23 {
    padding-bottom: 23px !important; }
  .pl-lg-23,
  .px-lg-23 {
    padding-left: 23px !important; }
  .p-lg-22 {
    padding: 22px !important; }
  .pt-lg-22,
  .py-lg-22 {
    padding-top: 22px !important; }
  .pr-lg-22,
  .px-lg-22 {
    padding-right: 22px !important; }
  .pb-lg-22,
  .py-lg-22 {
    padding-bottom: 22px !important; }
  .pl-lg-22,
  .px-lg-22 {
    padding-left: 22px !important; }
  .p-lg-21 {
    padding: 21px !important; }
  .pt-lg-21,
  .py-lg-21 {
    padding-top: 21px !important; }
  .pr-lg-21,
  .px-lg-21 {
    padding-right: 21px !important; }
  .pb-lg-21,
  .py-lg-21 {
    padding-bottom: 21px !important; }
  .pl-lg-21,
  .px-lg-21 {
    padding-left: 21px !important; }
  .p-lg-20 {
    padding: 20px !important; }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important; }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important; }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important; }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important; }
  .p-lg-19 {
    padding: 19px !important; }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 19px !important; }
  .pr-lg-19,
  .px-lg-19 {
    padding-right: 19px !important; }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 19px !important; }
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 19px !important; }
  .p-lg-18 {
    padding: 18px !important; }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 18px !important; }
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 18px !important; }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 18px !important; }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 18px !important; }
  .p-lg-17 {
    padding: 17px !important; }
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 17px !important; }
  .pr-lg-17,
  .px-lg-17 {
    padding-right: 17px !important; }
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 17px !important; }
  .pl-lg-17,
  .px-lg-17 {
    padding-left: 17px !important; }
  .p-lg-16 {
    padding: 16px !important; }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 16px !important; }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 16px !important; }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 16px !important; }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 16px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important; }
  .p-lg-14 {
    padding: 14px !important; }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 14px !important; }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 14px !important; }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 14px !important; }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 14px !important; }
  .p-lg-13 {
    padding: 13px !important; }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 13px !important; }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 13px !important; }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 13px !important; }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 13px !important; }
  .p-lg-12 {
    padding: 12px !important; }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 12px !important; }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 12px !important; }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 12px !important; }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 12px !important; }
  .p-lg-11 {
    padding: 11px !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 11px !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 11px !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 11px !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 11px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important; }
  .p-lg-9 {
    padding: 9px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9px !important; }
  .p-lg-8 {
    padding: 8px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8px !important; }
  .p-lg-7 {
    padding: 7px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7px !important; }
  .p-lg-6 {
    padding: 6px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6px !important; }
  .m-lg-n1 {
    margin: -1px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1px !important; }
  .m-lg-n2 {
    margin: -2px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2px !important; }
  .m-lg-n3 {
    margin: -3px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3px !important; }
  .m-lg-n4 {
    margin: -4px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4px !important; }
  .m-lg-n5 {
    margin: -5px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5px !important; }
  .m-lg-n100 {
    margin: -100px !important; }
  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -100px !important; }
  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -100px !important; }
  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -100px !important; }
  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -100px !important; }
  .m-lg-n99 {
    margin: -99px !important; }
  .mt-lg-n99,
  .my-lg-n99 {
    margin-top: -99px !important; }
  .mr-lg-n99,
  .mx-lg-n99 {
    margin-right: -99px !important; }
  .mb-lg-n99,
  .my-lg-n99 {
    margin-bottom: -99px !important; }
  .ml-lg-n99,
  .mx-lg-n99 {
    margin-left: -99px !important; }
  .m-lg-n98 {
    margin: -98px !important; }
  .mt-lg-n98,
  .my-lg-n98 {
    margin-top: -98px !important; }
  .mr-lg-n98,
  .mx-lg-n98 {
    margin-right: -98px !important; }
  .mb-lg-n98,
  .my-lg-n98 {
    margin-bottom: -98px !important; }
  .ml-lg-n98,
  .mx-lg-n98 {
    margin-left: -98px !important; }
  .m-lg-n97 {
    margin: -97px !important; }
  .mt-lg-n97,
  .my-lg-n97 {
    margin-top: -97px !important; }
  .mr-lg-n97,
  .mx-lg-n97 {
    margin-right: -97px !important; }
  .mb-lg-n97,
  .my-lg-n97 {
    margin-bottom: -97px !important; }
  .ml-lg-n97,
  .mx-lg-n97 {
    margin-left: -97px !important; }
  .m-lg-n96 {
    margin: -96px !important; }
  .mt-lg-n96,
  .my-lg-n96 {
    margin-top: -96px !important; }
  .mr-lg-n96,
  .mx-lg-n96 {
    margin-right: -96px !important; }
  .mb-lg-n96,
  .my-lg-n96 {
    margin-bottom: -96px !important; }
  .ml-lg-n96,
  .mx-lg-n96 {
    margin-left: -96px !important; }
  .m-lg-n95 {
    margin: -95px !important; }
  .mt-lg-n95,
  .my-lg-n95 {
    margin-top: -95px !important; }
  .mr-lg-n95,
  .mx-lg-n95 {
    margin-right: -95px !important; }
  .mb-lg-n95,
  .my-lg-n95 {
    margin-bottom: -95px !important; }
  .ml-lg-n95,
  .mx-lg-n95 {
    margin-left: -95px !important; }
  .m-lg-n94 {
    margin: -94px !important; }
  .mt-lg-n94,
  .my-lg-n94 {
    margin-top: -94px !important; }
  .mr-lg-n94,
  .mx-lg-n94 {
    margin-right: -94px !important; }
  .mb-lg-n94,
  .my-lg-n94 {
    margin-bottom: -94px !important; }
  .ml-lg-n94,
  .mx-lg-n94 {
    margin-left: -94px !important; }
  .m-lg-n93 {
    margin: -93px !important; }
  .mt-lg-n93,
  .my-lg-n93 {
    margin-top: -93px !important; }
  .mr-lg-n93,
  .mx-lg-n93 {
    margin-right: -93px !important; }
  .mb-lg-n93,
  .my-lg-n93 {
    margin-bottom: -93px !important; }
  .ml-lg-n93,
  .mx-lg-n93 {
    margin-left: -93px !important; }
  .m-lg-n92 {
    margin: -92px !important; }
  .mt-lg-n92,
  .my-lg-n92 {
    margin-top: -92px !important; }
  .mr-lg-n92,
  .mx-lg-n92 {
    margin-right: -92px !important; }
  .mb-lg-n92,
  .my-lg-n92 {
    margin-bottom: -92px !important; }
  .ml-lg-n92,
  .mx-lg-n92 {
    margin-left: -92px !important; }
  .m-lg-n91 {
    margin: -91px !important; }
  .mt-lg-n91,
  .my-lg-n91 {
    margin-top: -91px !important; }
  .mr-lg-n91,
  .mx-lg-n91 {
    margin-right: -91px !important; }
  .mb-lg-n91,
  .my-lg-n91 {
    margin-bottom: -91px !important; }
  .ml-lg-n91,
  .mx-lg-n91 {
    margin-left: -91px !important; }
  .m-lg-n90 {
    margin: -90px !important; }
  .mt-lg-n90,
  .my-lg-n90 {
    margin-top: -90px !important; }
  .mr-lg-n90,
  .mx-lg-n90 {
    margin-right: -90px !important; }
  .mb-lg-n90,
  .my-lg-n90 {
    margin-bottom: -90px !important; }
  .ml-lg-n90,
  .mx-lg-n90 {
    margin-left: -90px !important; }
  .m-lg-n89 {
    margin: -89px !important; }
  .mt-lg-n89,
  .my-lg-n89 {
    margin-top: -89px !important; }
  .mr-lg-n89,
  .mx-lg-n89 {
    margin-right: -89px !important; }
  .mb-lg-n89,
  .my-lg-n89 {
    margin-bottom: -89px !important; }
  .ml-lg-n89,
  .mx-lg-n89 {
    margin-left: -89px !important; }
  .m-lg-n88 {
    margin: -88px !important; }
  .mt-lg-n88,
  .my-lg-n88 {
    margin-top: -88px !important; }
  .mr-lg-n88,
  .mx-lg-n88 {
    margin-right: -88px !important; }
  .mb-lg-n88,
  .my-lg-n88 {
    margin-bottom: -88px !important; }
  .ml-lg-n88,
  .mx-lg-n88 {
    margin-left: -88px !important; }
  .m-lg-n87 {
    margin: -87px !important; }
  .mt-lg-n87,
  .my-lg-n87 {
    margin-top: -87px !important; }
  .mr-lg-n87,
  .mx-lg-n87 {
    margin-right: -87px !important; }
  .mb-lg-n87,
  .my-lg-n87 {
    margin-bottom: -87px !important; }
  .ml-lg-n87,
  .mx-lg-n87 {
    margin-left: -87px !important; }
  .m-lg-n86 {
    margin: -86px !important; }
  .mt-lg-n86,
  .my-lg-n86 {
    margin-top: -86px !important; }
  .mr-lg-n86,
  .mx-lg-n86 {
    margin-right: -86px !important; }
  .mb-lg-n86,
  .my-lg-n86 {
    margin-bottom: -86px !important; }
  .ml-lg-n86,
  .mx-lg-n86 {
    margin-left: -86px !important; }
  .m-lg-n85 {
    margin: -85px !important; }
  .mt-lg-n85,
  .my-lg-n85 {
    margin-top: -85px !important; }
  .mr-lg-n85,
  .mx-lg-n85 {
    margin-right: -85px !important; }
  .mb-lg-n85,
  .my-lg-n85 {
    margin-bottom: -85px !important; }
  .ml-lg-n85,
  .mx-lg-n85 {
    margin-left: -85px !important; }
  .m-lg-n84 {
    margin: -84px !important; }
  .mt-lg-n84,
  .my-lg-n84 {
    margin-top: -84px !important; }
  .mr-lg-n84,
  .mx-lg-n84 {
    margin-right: -84px !important; }
  .mb-lg-n84,
  .my-lg-n84 {
    margin-bottom: -84px !important; }
  .ml-lg-n84,
  .mx-lg-n84 {
    margin-left: -84px !important; }
  .m-lg-n83 {
    margin: -83px !important; }
  .mt-lg-n83,
  .my-lg-n83 {
    margin-top: -83px !important; }
  .mr-lg-n83,
  .mx-lg-n83 {
    margin-right: -83px !important; }
  .mb-lg-n83,
  .my-lg-n83 {
    margin-bottom: -83px !important; }
  .ml-lg-n83,
  .mx-lg-n83 {
    margin-left: -83px !important; }
  .m-lg-n82 {
    margin: -82px !important; }
  .mt-lg-n82,
  .my-lg-n82 {
    margin-top: -82px !important; }
  .mr-lg-n82,
  .mx-lg-n82 {
    margin-right: -82px !important; }
  .mb-lg-n82,
  .my-lg-n82 {
    margin-bottom: -82px !important; }
  .ml-lg-n82,
  .mx-lg-n82 {
    margin-left: -82px !important; }
  .m-lg-n81 {
    margin: -81px !important; }
  .mt-lg-n81,
  .my-lg-n81 {
    margin-top: -81px !important; }
  .mr-lg-n81,
  .mx-lg-n81 {
    margin-right: -81px !important; }
  .mb-lg-n81,
  .my-lg-n81 {
    margin-bottom: -81px !important; }
  .ml-lg-n81,
  .mx-lg-n81 {
    margin-left: -81px !important; }
  .m-lg-n80 {
    margin: -80px !important; }
  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -80px !important; }
  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -80px !important; }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -80px !important; }
  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -80px !important; }
  .m-lg-n79 {
    margin: -79px !important; }
  .mt-lg-n79,
  .my-lg-n79 {
    margin-top: -79px !important; }
  .mr-lg-n79,
  .mx-lg-n79 {
    margin-right: -79px !important; }
  .mb-lg-n79,
  .my-lg-n79 {
    margin-bottom: -79px !important; }
  .ml-lg-n79,
  .mx-lg-n79 {
    margin-left: -79px !important; }
  .m-lg-n78 {
    margin: -78px !important; }
  .mt-lg-n78,
  .my-lg-n78 {
    margin-top: -78px !important; }
  .mr-lg-n78,
  .mx-lg-n78 {
    margin-right: -78px !important; }
  .mb-lg-n78,
  .my-lg-n78 {
    margin-bottom: -78px !important; }
  .ml-lg-n78,
  .mx-lg-n78 {
    margin-left: -78px !important; }
  .m-lg-n77 {
    margin: -77px !important; }
  .mt-lg-n77,
  .my-lg-n77 {
    margin-top: -77px !important; }
  .mr-lg-n77,
  .mx-lg-n77 {
    margin-right: -77px !important; }
  .mb-lg-n77,
  .my-lg-n77 {
    margin-bottom: -77px !important; }
  .ml-lg-n77,
  .mx-lg-n77 {
    margin-left: -77px !important; }
  .m-lg-n76 {
    margin: -76px !important; }
  .mt-lg-n76,
  .my-lg-n76 {
    margin-top: -76px !important; }
  .mr-lg-n76,
  .mx-lg-n76 {
    margin-right: -76px !important; }
  .mb-lg-n76,
  .my-lg-n76 {
    margin-bottom: -76px !important; }
  .ml-lg-n76,
  .mx-lg-n76 {
    margin-left: -76px !important; }
  .m-lg-n75 {
    margin: -75px !important; }
  .mt-lg-n75,
  .my-lg-n75 {
    margin-top: -75px !important; }
  .mr-lg-n75,
  .mx-lg-n75 {
    margin-right: -75px !important; }
  .mb-lg-n75,
  .my-lg-n75 {
    margin-bottom: -75px !important; }
  .ml-lg-n75,
  .mx-lg-n75 {
    margin-left: -75px !important; }
  .m-lg-n74 {
    margin: -74px !important; }
  .mt-lg-n74,
  .my-lg-n74 {
    margin-top: -74px !important; }
  .mr-lg-n74,
  .mx-lg-n74 {
    margin-right: -74px !important; }
  .mb-lg-n74,
  .my-lg-n74 {
    margin-bottom: -74px !important; }
  .ml-lg-n74,
  .mx-lg-n74 {
    margin-left: -74px !important; }
  .m-lg-n73 {
    margin: -73px !important; }
  .mt-lg-n73,
  .my-lg-n73 {
    margin-top: -73px !important; }
  .mr-lg-n73,
  .mx-lg-n73 {
    margin-right: -73px !important; }
  .mb-lg-n73,
  .my-lg-n73 {
    margin-bottom: -73px !important; }
  .ml-lg-n73,
  .mx-lg-n73 {
    margin-left: -73px !important; }
  .m-lg-n72 {
    margin: -72px !important; }
  .mt-lg-n72,
  .my-lg-n72 {
    margin-top: -72px !important; }
  .mr-lg-n72,
  .mx-lg-n72 {
    margin-right: -72px !important; }
  .mb-lg-n72,
  .my-lg-n72 {
    margin-bottom: -72px !important; }
  .ml-lg-n72,
  .mx-lg-n72 {
    margin-left: -72px !important; }
  .m-lg-n71 {
    margin: -71px !important; }
  .mt-lg-n71,
  .my-lg-n71 {
    margin-top: -71px !important; }
  .mr-lg-n71,
  .mx-lg-n71 {
    margin-right: -71px !important; }
  .mb-lg-n71,
  .my-lg-n71 {
    margin-bottom: -71px !important; }
  .ml-lg-n71,
  .mx-lg-n71 {
    margin-left: -71px !important; }
  .m-lg-n70 {
    margin: -70px !important; }
  .mt-lg-n70,
  .my-lg-n70 {
    margin-top: -70px !important; }
  .mr-lg-n70,
  .mx-lg-n70 {
    margin-right: -70px !important; }
  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -70px !important; }
  .ml-lg-n70,
  .mx-lg-n70 {
    margin-left: -70px !important; }
  .m-lg-n69 {
    margin: -69px !important; }
  .mt-lg-n69,
  .my-lg-n69 {
    margin-top: -69px !important; }
  .mr-lg-n69,
  .mx-lg-n69 {
    margin-right: -69px !important; }
  .mb-lg-n69,
  .my-lg-n69 {
    margin-bottom: -69px !important; }
  .ml-lg-n69,
  .mx-lg-n69 {
    margin-left: -69px !important; }
  .m-lg-n68 {
    margin: -68px !important; }
  .mt-lg-n68,
  .my-lg-n68 {
    margin-top: -68px !important; }
  .mr-lg-n68,
  .mx-lg-n68 {
    margin-right: -68px !important; }
  .mb-lg-n68,
  .my-lg-n68 {
    margin-bottom: -68px !important; }
  .ml-lg-n68,
  .mx-lg-n68 {
    margin-left: -68px !important; }
  .m-lg-n67 {
    margin: -67px !important; }
  .mt-lg-n67,
  .my-lg-n67 {
    margin-top: -67px !important; }
  .mr-lg-n67,
  .mx-lg-n67 {
    margin-right: -67px !important; }
  .mb-lg-n67,
  .my-lg-n67 {
    margin-bottom: -67px !important; }
  .ml-lg-n67,
  .mx-lg-n67 {
    margin-left: -67px !important; }
  .m-lg-n66 {
    margin: -66px !important; }
  .mt-lg-n66,
  .my-lg-n66 {
    margin-top: -66px !important; }
  .mr-lg-n66,
  .mx-lg-n66 {
    margin-right: -66px !important; }
  .mb-lg-n66,
  .my-lg-n66 {
    margin-bottom: -66px !important; }
  .ml-lg-n66,
  .mx-lg-n66 {
    margin-left: -66px !important; }
  .m-lg-n65 {
    margin: -65px !important; }
  .mt-lg-n65,
  .my-lg-n65 {
    margin-top: -65px !important; }
  .mr-lg-n65,
  .mx-lg-n65 {
    margin-right: -65px !important; }
  .mb-lg-n65,
  .my-lg-n65 {
    margin-bottom: -65px !important; }
  .ml-lg-n65,
  .mx-lg-n65 {
    margin-left: -65px !important; }
  .m-lg-n64 {
    margin: -64px !important; }
  .mt-lg-n64,
  .my-lg-n64 {
    margin-top: -64px !important; }
  .mr-lg-n64,
  .mx-lg-n64 {
    margin-right: -64px !important; }
  .mb-lg-n64,
  .my-lg-n64 {
    margin-bottom: -64px !important; }
  .ml-lg-n64,
  .mx-lg-n64 {
    margin-left: -64px !important; }
  .m-lg-n63 {
    margin: -63px !important; }
  .mt-lg-n63,
  .my-lg-n63 {
    margin-top: -63px !important; }
  .mr-lg-n63,
  .mx-lg-n63 {
    margin-right: -63px !important; }
  .mb-lg-n63,
  .my-lg-n63 {
    margin-bottom: -63px !important; }
  .ml-lg-n63,
  .mx-lg-n63 {
    margin-left: -63px !important; }
  .m-lg-n62 {
    margin: -62px !important; }
  .mt-lg-n62,
  .my-lg-n62 {
    margin-top: -62px !important; }
  .mr-lg-n62,
  .mx-lg-n62 {
    margin-right: -62px !important; }
  .mb-lg-n62,
  .my-lg-n62 {
    margin-bottom: -62px !important; }
  .ml-lg-n62,
  .mx-lg-n62 {
    margin-left: -62px !important; }
  .m-lg-n61 {
    margin: -61px !important; }
  .mt-lg-n61,
  .my-lg-n61 {
    margin-top: -61px !important; }
  .mr-lg-n61,
  .mx-lg-n61 {
    margin-right: -61px !important; }
  .mb-lg-n61,
  .my-lg-n61 {
    margin-bottom: -61px !important; }
  .ml-lg-n61,
  .mx-lg-n61 {
    margin-left: -61px !important; }
  .m-lg-n60 {
    margin: -60px !important; }
  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -60px !important; }
  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -60px !important; }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -60px !important; }
  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -60px !important; }
  .m-lg-n59 {
    margin: -59px !important; }
  .mt-lg-n59,
  .my-lg-n59 {
    margin-top: -59px !important; }
  .mr-lg-n59,
  .mx-lg-n59 {
    margin-right: -59px !important; }
  .mb-lg-n59,
  .my-lg-n59 {
    margin-bottom: -59px !important; }
  .ml-lg-n59,
  .mx-lg-n59 {
    margin-left: -59px !important; }
  .m-lg-n58 {
    margin: -58px !important; }
  .mt-lg-n58,
  .my-lg-n58 {
    margin-top: -58px !important; }
  .mr-lg-n58,
  .mx-lg-n58 {
    margin-right: -58px !important; }
  .mb-lg-n58,
  .my-lg-n58 {
    margin-bottom: -58px !important; }
  .ml-lg-n58,
  .mx-lg-n58 {
    margin-left: -58px !important; }
  .m-lg-n57 {
    margin: -57px !important; }
  .mt-lg-n57,
  .my-lg-n57 {
    margin-top: -57px !important; }
  .mr-lg-n57,
  .mx-lg-n57 {
    margin-right: -57px !important; }
  .mb-lg-n57,
  .my-lg-n57 {
    margin-bottom: -57px !important; }
  .ml-lg-n57,
  .mx-lg-n57 {
    margin-left: -57px !important; }
  .m-lg-n56 {
    margin: -56px !important; }
  .mt-lg-n56,
  .my-lg-n56 {
    margin-top: -56px !important; }
  .mr-lg-n56,
  .mx-lg-n56 {
    margin-right: -56px !important; }
  .mb-lg-n56,
  .my-lg-n56 {
    margin-bottom: -56px !important; }
  .ml-lg-n56,
  .mx-lg-n56 {
    margin-left: -56px !important; }
  .m-lg-n55 {
    margin: -55px !important; }
  .mt-lg-n55,
  .my-lg-n55 {
    margin-top: -55px !important; }
  .mr-lg-n55,
  .mx-lg-n55 {
    margin-right: -55px !important; }
  .mb-lg-n55,
  .my-lg-n55 {
    margin-bottom: -55px !important; }
  .ml-lg-n55,
  .mx-lg-n55 {
    margin-left: -55px !important; }
  .m-lg-n54 {
    margin: -54px !important; }
  .mt-lg-n54,
  .my-lg-n54 {
    margin-top: -54px !important; }
  .mr-lg-n54,
  .mx-lg-n54 {
    margin-right: -54px !important; }
  .mb-lg-n54,
  .my-lg-n54 {
    margin-bottom: -54px !important; }
  .ml-lg-n54,
  .mx-lg-n54 {
    margin-left: -54px !important; }
  .m-lg-n53 {
    margin: -53px !important; }
  .mt-lg-n53,
  .my-lg-n53 {
    margin-top: -53px !important; }
  .mr-lg-n53,
  .mx-lg-n53 {
    margin-right: -53px !important; }
  .mb-lg-n53,
  .my-lg-n53 {
    margin-bottom: -53px !important; }
  .ml-lg-n53,
  .mx-lg-n53 {
    margin-left: -53px !important; }
  .m-lg-n52 {
    margin: -52px !important; }
  .mt-lg-n52,
  .my-lg-n52 {
    margin-top: -52px !important; }
  .mr-lg-n52,
  .mx-lg-n52 {
    margin-right: -52px !important; }
  .mb-lg-n52,
  .my-lg-n52 {
    margin-bottom: -52px !important; }
  .ml-lg-n52,
  .mx-lg-n52 {
    margin-left: -52px !important; }
  .m-lg-n51 {
    margin: -51px !important; }
  .mt-lg-n51,
  .my-lg-n51 {
    margin-top: -51px !important; }
  .mr-lg-n51,
  .mx-lg-n51 {
    margin-right: -51px !important; }
  .mb-lg-n51,
  .my-lg-n51 {
    margin-bottom: -51px !important; }
  .ml-lg-n51,
  .mx-lg-n51 {
    margin-left: -51px !important; }
  .m-lg-n50 {
    margin: -50px !important; }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -50px !important; }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -50px !important; }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -50px !important; }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -50px !important; }
  .m-lg-n49 {
    margin: -49px !important; }
  .mt-lg-n49,
  .my-lg-n49 {
    margin-top: -49px !important; }
  .mr-lg-n49,
  .mx-lg-n49 {
    margin-right: -49px !important; }
  .mb-lg-n49,
  .my-lg-n49 {
    margin-bottom: -49px !important; }
  .ml-lg-n49,
  .mx-lg-n49 {
    margin-left: -49px !important; }
  .m-lg-n48 {
    margin: -48px !important; }
  .mt-lg-n48,
  .my-lg-n48 {
    margin-top: -48px !important; }
  .mr-lg-n48,
  .mx-lg-n48 {
    margin-right: -48px !important; }
  .mb-lg-n48,
  .my-lg-n48 {
    margin-bottom: -48px !important; }
  .ml-lg-n48,
  .mx-lg-n48 {
    margin-left: -48px !important; }
  .m-lg-n47 {
    margin: -47px !important; }
  .mt-lg-n47,
  .my-lg-n47 {
    margin-top: -47px !important; }
  .mr-lg-n47,
  .mx-lg-n47 {
    margin-right: -47px !important; }
  .mb-lg-n47,
  .my-lg-n47 {
    margin-bottom: -47px !important; }
  .ml-lg-n47,
  .mx-lg-n47 {
    margin-left: -47px !important; }
  .m-lg-n46 {
    margin: -46px !important; }
  .mt-lg-n46,
  .my-lg-n46 {
    margin-top: -46px !important; }
  .mr-lg-n46,
  .mx-lg-n46 {
    margin-right: -46px !important; }
  .mb-lg-n46,
  .my-lg-n46 {
    margin-bottom: -46px !important; }
  .ml-lg-n46,
  .mx-lg-n46 {
    margin-left: -46px !important; }
  .m-lg-n45 {
    margin: -45px !important; }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -45px !important; }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -45px !important; }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -45px !important; }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -45px !important; }
  .m-lg-n44 {
    margin: -44px !important; }
  .mt-lg-n44,
  .my-lg-n44 {
    margin-top: -44px !important; }
  .mr-lg-n44,
  .mx-lg-n44 {
    margin-right: -44px !important; }
  .mb-lg-n44,
  .my-lg-n44 {
    margin-bottom: -44px !important; }
  .ml-lg-n44,
  .mx-lg-n44 {
    margin-left: -44px !important; }
  .m-lg-n43 {
    margin: -43px !important; }
  .mt-lg-n43,
  .my-lg-n43 {
    margin-top: -43px !important; }
  .mr-lg-n43,
  .mx-lg-n43 {
    margin-right: -43px !important; }
  .mb-lg-n43,
  .my-lg-n43 {
    margin-bottom: -43px !important; }
  .ml-lg-n43,
  .mx-lg-n43 {
    margin-left: -43px !important; }
  .m-lg-n42 {
    margin: -42px !important; }
  .mt-lg-n42,
  .my-lg-n42 {
    margin-top: -42px !important; }
  .mr-lg-n42,
  .mx-lg-n42 {
    margin-right: -42px !important; }
  .mb-lg-n42,
  .my-lg-n42 {
    margin-bottom: -42px !important; }
  .ml-lg-n42,
  .mx-lg-n42 {
    margin-left: -42px !important; }
  .m-lg-n41 {
    margin: -41px !important; }
  .mt-lg-n41,
  .my-lg-n41 {
    margin-top: -41px !important; }
  .mr-lg-n41,
  .mx-lg-n41 {
    margin-right: -41px !important; }
  .mb-lg-n41,
  .my-lg-n41 {
    margin-bottom: -41px !important; }
  .ml-lg-n41,
  .mx-lg-n41 {
    margin-left: -41px !important; }
  .m-lg-n40 {
    margin: -40px !important; }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -40px !important; }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -40px !important; }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -40px !important; }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -40px !important; }
  .m-lg-n39 {
    margin: -39px !important; }
  .mt-lg-n39,
  .my-lg-n39 {
    margin-top: -39px !important; }
  .mr-lg-n39,
  .mx-lg-n39 {
    margin-right: -39px !important; }
  .mb-lg-n39,
  .my-lg-n39 {
    margin-bottom: -39px !important; }
  .ml-lg-n39,
  .mx-lg-n39 {
    margin-left: -39px !important; }
  .m-lg-n38 {
    margin: -38px !important; }
  .mt-lg-n38,
  .my-lg-n38 {
    margin-top: -38px !important; }
  .mr-lg-n38,
  .mx-lg-n38 {
    margin-right: -38px !important; }
  .mb-lg-n38,
  .my-lg-n38 {
    margin-bottom: -38px !important; }
  .ml-lg-n38,
  .mx-lg-n38 {
    margin-left: -38px !important; }
  .m-lg-n37 {
    margin: -37px !important; }
  .mt-lg-n37,
  .my-lg-n37 {
    margin-top: -37px !important; }
  .mr-lg-n37,
  .mx-lg-n37 {
    margin-right: -37px !important; }
  .mb-lg-n37,
  .my-lg-n37 {
    margin-bottom: -37px !important; }
  .ml-lg-n37,
  .mx-lg-n37 {
    margin-left: -37px !important; }
  .m-lg-n36 {
    margin: -36px !important; }
  .mt-lg-n36,
  .my-lg-n36 {
    margin-top: -36px !important; }
  .mr-lg-n36,
  .mx-lg-n36 {
    margin-right: -36px !important; }
  .mb-lg-n36,
  .my-lg-n36 {
    margin-bottom: -36px !important; }
  .ml-lg-n36,
  .mx-lg-n36 {
    margin-left: -36px !important; }
  .m-lg-n35 {
    margin: -35px !important; }
  .mt-lg-n35,
  .my-lg-n35 {
    margin-top: -35px !important; }
  .mr-lg-n35,
  .mx-lg-n35 {
    margin-right: -35px !important; }
  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -35px !important; }
  .ml-lg-n35,
  .mx-lg-n35 {
    margin-left: -35px !important; }
  .m-lg-n34 {
    margin: -34px !important; }
  .mt-lg-n34,
  .my-lg-n34 {
    margin-top: -34px !important; }
  .mr-lg-n34,
  .mx-lg-n34 {
    margin-right: -34px !important; }
  .mb-lg-n34,
  .my-lg-n34 {
    margin-bottom: -34px !important; }
  .ml-lg-n34,
  .mx-lg-n34 {
    margin-left: -34px !important; }
  .m-lg-n33 {
    margin: -33px !important; }
  .mt-lg-n33,
  .my-lg-n33 {
    margin-top: -33px !important; }
  .mr-lg-n33,
  .mx-lg-n33 {
    margin-right: -33px !important; }
  .mb-lg-n33,
  .my-lg-n33 {
    margin-bottom: -33px !important; }
  .ml-lg-n33,
  .mx-lg-n33 {
    margin-left: -33px !important; }
  .m-lg-n32 {
    margin: -32px !important; }
  .mt-lg-n32,
  .my-lg-n32 {
    margin-top: -32px !important; }
  .mr-lg-n32,
  .mx-lg-n32 {
    margin-right: -32px !important; }
  .mb-lg-n32,
  .my-lg-n32 {
    margin-bottom: -32px !important; }
  .ml-lg-n32,
  .mx-lg-n32 {
    margin-left: -32px !important; }
  .m-lg-n31 {
    margin: -31px !important; }
  .mt-lg-n31,
  .my-lg-n31 {
    margin-top: -31px !important; }
  .mr-lg-n31,
  .mx-lg-n31 {
    margin-right: -31px !important; }
  .mb-lg-n31,
  .my-lg-n31 {
    margin-bottom: -31px !important; }
  .ml-lg-n31,
  .mx-lg-n31 {
    margin-left: -31px !important; }
  .m-lg-n30 {
    margin: -30px !important; }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -30px !important; }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -30px !important; }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -30px !important; }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -30px !important; }
  .m-lg-n29 {
    margin: -29px !important; }
  .mt-lg-n29,
  .my-lg-n29 {
    margin-top: -29px !important; }
  .mr-lg-n29,
  .mx-lg-n29 {
    margin-right: -29px !important; }
  .mb-lg-n29,
  .my-lg-n29 {
    margin-bottom: -29px !important; }
  .ml-lg-n29,
  .mx-lg-n29 {
    margin-left: -29px !important; }
  .m-lg-n28 {
    margin: -28px !important; }
  .mt-lg-n28,
  .my-lg-n28 {
    margin-top: -28px !important; }
  .mr-lg-n28,
  .mx-lg-n28 {
    margin-right: -28px !important; }
  .mb-lg-n28,
  .my-lg-n28 {
    margin-bottom: -28px !important; }
  .ml-lg-n28,
  .mx-lg-n28 {
    margin-left: -28px !important; }
  .m-lg-n27 {
    margin: -27px !important; }
  .mt-lg-n27,
  .my-lg-n27 {
    margin-top: -27px !important; }
  .mr-lg-n27,
  .mx-lg-n27 {
    margin-right: -27px !important; }
  .mb-lg-n27,
  .my-lg-n27 {
    margin-bottom: -27px !important; }
  .ml-lg-n27,
  .mx-lg-n27 {
    margin-left: -27px !important; }
  .m-lg-n26 {
    margin: -26px !important; }
  .mt-lg-n26,
  .my-lg-n26 {
    margin-top: -26px !important; }
  .mr-lg-n26,
  .mx-lg-n26 {
    margin-right: -26px !important; }
  .mb-lg-n26,
  .my-lg-n26 {
    margin-bottom: -26px !important; }
  .ml-lg-n26,
  .mx-lg-n26 {
    margin-left: -26px !important; }
  .m-lg-n25 {
    margin: -25px !important; }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -25px !important; }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -25px !important; }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -25px !important; }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -25px !important; }
  .m-lg-n24 {
    margin: -24px !important; }
  .mt-lg-n24,
  .my-lg-n24 {
    margin-top: -24px !important; }
  .mr-lg-n24,
  .mx-lg-n24 {
    margin-right: -24px !important; }
  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -24px !important; }
  .ml-lg-n24,
  .mx-lg-n24 {
    margin-left: -24px !important; }
  .m-lg-n23 {
    margin: -23px !important; }
  .mt-lg-n23,
  .my-lg-n23 {
    margin-top: -23px !important; }
  .mr-lg-n23,
  .mx-lg-n23 {
    margin-right: -23px !important; }
  .mb-lg-n23,
  .my-lg-n23 {
    margin-bottom: -23px !important; }
  .ml-lg-n23,
  .mx-lg-n23 {
    margin-left: -23px !important; }
  .m-lg-n22 {
    margin: -22px !important; }
  .mt-lg-n22,
  .my-lg-n22 {
    margin-top: -22px !important; }
  .mr-lg-n22,
  .mx-lg-n22 {
    margin-right: -22px !important; }
  .mb-lg-n22,
  .my-lg-n22 {
    margin-bottom: -22px !important; }
  .ml-lg-n22,
  .mx-lg-n22 {
    margin-left: -22px !important; }
  .m-lg-n21 {
    margin: -21px !important; }
  .mt-lg-n21,
  .my-lg-n21 {
    margin-top: -21px !important; }
  .mr-lg-n21,
  .mx-lg-n21 {
    margin-right: -21px !important; }
  .mb-lg-n21,
  .my-lg-n21 {
    margin-bottom: -21px !important; }
  .ml-lg-n21,
  .mx-lg-n21 {
    margin-left: -21px !important; }
  .m-lg-n20 {
    margin: -20px !important; }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -20px !important; }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -20px !important; }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -20px !important; }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -20px !important; }
  .m-lg-n19 {
    margin: -19px !important; }
  .mt-lg-n19,
  .my-lg-n19 {
    margin-top: -19px !important; }
  .mr-lg-n19,
  .mx-lg-n19 {
    margin-right: -19px !important; }
  .mb-lg-n19,
  .my-lg-n19 {
    margin-bottom: -19px !important; }
  .ml-lg-n19,
  .mx-lg-n19 {
    margin-left: -19px !important; }
  .m-lg-n18 {
    margin: -18px !important; }
  .mt-lg-n18,
  .my-lg-n18 {
    margin-top: -18px !important; }
  .mr-lg-n18,
  .mx-lg-n18 {
    margin-right: -18px !important; }
  .mb-lg-n18,
  .my-lg-n18 {
    margin-bottom: -18px !important; }
  .ml-lg-n18,
  .mx-lg-n18 {
    margin-left: -18px !important; }
  .m-lg-n17 {
    margin: -17px !important; }
  .mt-lg-n17,
  .my-lg-n17 {
    margin-top: -17px !important; }
  .mr-lg-n17,
  .mx-lg-n17 {
    margin-right: -17px !important; }
  .mb-lg-n17,
  .my-lg-n17 {
    margin-bottom: -17px !important; }
  .ml-lg-n17,
  .mx-lg-n17 {
    margin-left: -17px !important; }
  .m-lg-n16 {
    margin: -16px !important; }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -16px !important; }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -16px !important; }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -16px !important; }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -16px !important; }
  .m-lg-n15 {
    margin: -15px !important; }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15px !important; }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15px !important; }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15px !important; }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15px !important; }
  .m-lg-n14 {
    margin: -14px !important; }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -14px !important; }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -14px !important; }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -14px !important; }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -14px !important; }
  .m-lg-n13 {
    margin: -13px !important; }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -13px !important; }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -13px !important; }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -13px !important; }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -13px !important; }
  .m-lg-n12 {
    margin: -12px !important; }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -12px !important; }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -12px !important; }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -12px !important; }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -12px !important; }
  .m-lg-n11 {
    margin: -11px !important; }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -11px !important; }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -11px !important; }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -11px !important; }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -11px !important; }
  .m-lg-n10 {
    margin: -10px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10px !important; }
  .m-lg-n9 {
    margin: -9px !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9px !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9px !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9px !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9px !important; }
  .m-lg-n8 {
    margin: -8px !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8px !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8px !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8px !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8px !important; }
  .m-lg-n7 {
    margin: -7px !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7px !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7px !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7px !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7px !important; }
  .m-lg-n6 {
    margin: -6px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6px !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: 1440px) {
  .m-xl-0 {
    margin: 0px !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0px !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0px !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0px !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0px !important; }
  .m-xl-1 {
    margin: 1px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1px !important; }
  .m-xl-2 {
    margin: 2px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2px !important; }
  .m-xl-3 {
    margin: 3px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3px !important; }
  .m-xl-4 {
    margin: 4px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4px !important; }
  .m-xl-5 {
    margin: 5px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5px !important; }
  .m-xl-100 {
    margin: 100px !important; }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px !important; }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 100px !important; }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px !important; }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 100px !important; }
  .m-xl-99 {
    margin: 99px !important; }
  .mt-xl-99,
  .my-xl-99 {
    margin-top: 99px !important; }
  .mr-xl-99,
  .mx-xl-99 {
    margin-right: 99px !important; }
  .mb-xl-99,
  .my-xl-99 {
    margin-bottom: 99px !important; }
  .ml-xl-99,
  .mx-xl-99 {
    margin-left: 99px !important; }
  .m-xl-98 {
    margin: 98px !important; }
  .mt-xl-98,
  .my-xl-98 {
    margin-top: 98px !important; }
  .mr-xl-98,
  .mx-xl-98 {
    margin-right: 98px !important; }
  .mb-xl-98,
  .my-xl-98 {
    margin-bottom: 98px !important; }
  .ml-xl-98,
  .mx-xl-98 {
    margin-left: 98px !important; }
  .m-xl-97 {
    margin: 97px !important; }
  .mt-xl-97,
  .my-xl-97 {
    margin-top: 97px !important; }
  .mr-xl-97,
  .mx-xl-97 {
    margin-right: 97px !important; }
  .mb-xl-97,
  .my-xl-97 {
    margin-bottom: 97px !important; }
  .ml-xl-97,
  .mx-xl-97 {
    margin-left: 97px !important; }
  .m-xl-96 {
    margin: 96px !important; }
  .mt-xl-96,
  .my-xl-96 {
    margin-top: 96px !important; }
  .mr-xl-96,
  .mx-xl-96 {
    margin-right: 96px !important; }
  .mb-xl-96,
  .my-xl-96 {
    margin-bottom: 96px !important; }
  .ml-xl-96,
  .mx-xl-96 {
    margin-left: 96px !important; }
  .m-xl-95 {
    margin: 95px !important; }
  .mt-xl-95,
  .my-xl-95 {
    margin-top: 95px !important; }
  .mr-xl-95,
  .mx-xl-95 {
    margin-right: 95px !important; }
  .mb-xl-95,
  .my-xl-95 {
    margin-bottom: 95px !important; }
  .ml-xl-95,
  .mx-xl-95 {
    margin-left: 95px !important; }
  .m-xl-94 {
    margin: 94px !important; }
  .mt-xl-94,
  .my-xl-94 {
    margin-top: 94px !important; }
  .mr-xl-94,
  .mx-xl-94 {
    margin-right: 94px !important; }
  .mb-xl-94,
  .my-xl-94 {
    margin-bottom: 94px !important; }
  .ml-xl-94,
  .mx-xl-94 {
    margin-left: 94px !important; }
  .m-xl-93 {
    margin: 93px !important; }
  .mt-xl-93,
  .my-xl-93 {
    margin-top: 93px !important; }
  .mr-xl-93,
  .mx-xl-93 {
    margin-right: 93px !important; }
  .mb-xl-93,
  .my-xl-93 {
    margin-bottom: 93px !important; }
  .ml-xl-93,
  .mx-xl-93 {
    margin-left: 93px !important; }
  .m-xl-92 {
    margin: 92px !important; }
  .mt-xl-92,
  .my-xl-92 {
    margin-top: 92px !important; }
  .mr-xl-92,
  .mx-xl-92 {
    margin-right: 92px !important; }
  .mb-xl-92,
  .my-xl-92 {
    margin-bottom: 92px !important; }
  .ml-xl-92,
  .mx-xl-92 {
    margin-left: 92px !important; }
  .m-xl-91 {
    margin: 91px !important; }
  .mt-xl-91,
  .my-xl-91 {
    margin-top: 91px !important; }
  .mr-xl-91,
  .mx-xl-91 {
    margin-right: 91px !important; }
  .mb-xl-91,
  .my-xl-91 {
    margin-bottom: 91px !important; }
  .ml-xl-91,
  .mx-xl-91 {
    margin-left: 91px !important; }
  .m-xl-90 {
    margin: 90px !important; }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 90px !important; }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 90px !important; }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 90px !important; }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 90px !important; }
  .m-xl-89 {
    margin: 89px !important; }
  .mt-xl-89,
  .my-xl-89 {
    margin-top: 89px !important; }
  .mr-xl-89,
  .mx-xl-89 {
    margin-right: 89px !important; }
  .mb-xl-89,
  .my-xl-89 {
    margin-bottom: 89px !important; }
  .ml-xl-89,
  .mx-xl-89 {
    margin-left: 89px !important; }
  .m-xl-88 {
    margin: 88px !important; }
  .mt-xl-88,
  .my-xl-88 {
    margin-top: 88px !important; }
  .mr-xl-88,
  .mx-xl-88 {
    margin-right: 88px !important; }
  .mb-xl-88,
  .my-xl-88 {
    margin-bottom: 88px !important; }
  .ml-xl-88,
  .mx-xl-88 {
    margin-left: 88px !important; }
  .m-xl-87 {
    margin: 87px !important; }
  .mt-xl-87,
  .my-xl-87 {
    margin-top: 87px !important; }
  .mr-xl-87,
  .mx-xl-87 {
    margin-right: 87px !important; }
  .mb-xl-87,
  .my-xl-87 {
    margin-bottom: 87px !important; }
  .ml-xl-87,
  .mx-xl-87 {
    margin-left: 87px !important; }
  .m-xl-86 {
    margin: 86px !important; }
  .mt-xl-86,
  .my-xl-86 {
    margin-top: 86px !important; }
  .mr-xl-86,
  .mx-xl-86 {
    margin-right: 86px !important; }
  .mb-xl-86,
  .my-xl-86 {
    margin-bottom: 86px !important; }
  .ml-xl-86,
  .mx-xl-86 {
    margin-left: 86px !important; }
  .m-xl-85 {
    margin: 85px !important; }
  .mt-xl-85,
  .my-xl-85 {
    margin-top: 85px !important; }
  .mr-xl-85,
  .mx-xl-85 {
    margin-right: 85px !important; }
  .mb-xl-85,
  .my-xl-85 {
    margin-bottom: 85px !important; }
  .ml-xl-85,
  .mx-xl-85 {
    margin-left: 85px !important; }
  .m-xl-84 {
    margin: 84px !important; }
  .mt-xl-84,
  .my-xl-84 {
    margin-top: 84px !important; }
  .mr-xl-84,
  .mx-xl-84 {
    margin-right: 84px !important; }
  .mb-xl-84,
  .my-xl-84 {
    margin-bottom: 84px !important; }
  .ml-xl-84,
  .mx-xl-84 {
    margin-left: 84px !important; }
  .m-xl-83 {
    margin: 83px !important; }
  .mt-xl-83,
  .my-xl-83 {
    margin-top: 83px !important; }
  .mr-xl-83,
  .mx-xl-83 {
    margin-right: 83px !important; }
  .mb-xl-83,
  .my-xl-83 {
    margin-bottom: 83px !important; }
  .ml-xl-83,
  .mx-xl-83 {
    margin-left: 83px !important; }
  .m-xl-82 {
    margin: 82px !important; }
  .mt-xl-82,
  .my-xl-82 {
    margin-top: 82px !important; }
  .mr-xl-82,
  .mx-xl-82 {
    margin-right: 82px !important; }
  .mb-xl-82,
  .my-xl-82 {
    margin-bottom: 82px !important; }
  .ml-xl-82,
  .mx-xl-82 {
    margin-left: 82px !important; }
  .m-xl-81 {
    margin: 81px !important; }
  .mt-xl-81,
  .my-xl-81 {
    margin-top: 81px !important; }
  .mr-xl-81,
  .mx-xl-81 {
    margin-right: 81px !important; }
  .mb-xl-81,
  .my-xl-81 {
    margin-bottom: 81px !important; }
  .ml-xl-81,
  .mx-xl-81 {
    margin-left: 81px !important; }
  .m-xl-80 {
    margin: 80px !important; }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important; }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important; }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important; }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important; }
  .m-xl-79 {
    margin: 79px !important; }
  .mt-xl-79,
  .my-xl-79 {
    margin-top: 79px !important; }
  .mr-xl-79,
  .mx-xl-79 {
    margin-right: 79px !important; }
  .mb-xl-79,
  .my-xl-79 {
    margin-bottom: 79px !important; }
  .ml-xl-79,
  .mx-xl-79 {
    margin-left: 79px !important; }
  .m-xl-78 {
    margin: 78px !important; }
  .mt-xl-78,
  .my-xl-78 {
    margin-top: 78px !important; }
  .mr-xl-78,
  .mx-xl-78 {
    margin-right: 78px !important; }
  .mb-xl-78,
  .my-xl-78 {
    margin-bottom: 78px !important; }
  .ml-xl-78,
  .mx-xl-78 {
    margin-left: 78px !important; }
  .m-xl-77 {
    margin: 77px !important; }
  .mt-xl-77,
  .my-xl-77 {
    margin-top: 77px !important; }
  .mr-xl-77,
  .mx-xl-77 {
    margin-right: 77px !important; }
  .mb-xl-77,
  .my-xl-77 {
    margin-bottom: 77px !important; }
  .ml-xl-77,
  .mx-xl-77 {
    margin-left: 77px !important; }
  .m-xl-76 {
    margin: 76px !important; }
  .mt-xl-76,
  .my-xl-76 {
    margin-top: 76px !important; }
  .mr-xl-76,
  .mx-xl-76 {
    margin-right: 76px !important; }
  .mb-xl-76,
  .my-xl-76 {
    margin-bottom: 76px !important; }
  .ml-xl-76,
  .mx-xl-76 {
    margin-left: 76px !important; }
  .m-xl-75 {
    margin: 75px !important; }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 75px !important; }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 75px !important; }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 75px !important; }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 75px !important; }
  .m-xl-74 {
    margin: 74px !important; }
  .mt-xl-74,
  .my-xl-74 {
    margin-top: 74px !important; }
  .mr-xl-74,
  .mx-xl-74 {
    margin-right: 74px !important; }
  .mb-xl-74,
  .my-xl-74 {
    margin-bottom: 74px !important; }
  .ml-xl-74,
  .mx-xl-74 {
    margin-left: 74px !important; }
  .m-xl-73 {
    margin: 73px !important; }
  .mt-xl-73,
  .my-xl-73 {
    margin-top: 73px !important; }
  .mr-xl-73,
  .mx-xl-73 {
    margin-right: 73px !important; }
  .mb-xl-73,
  .my-xl-73 {
    margin-bottom: 73px !important; }
  .ml-xl-73,
  .mx-xl-73 {
    margin-left: 73px !important; }
  .m-xl-72 {
    margin: 72px !important; }
  .mt-xl-72,
  .my-xl-72 {
    margin-top: 72px !important; }
  .mr-xl-72,
  .mx-xl-72 {
    margin-right: 72px !important; }
  .mb-xl-72,
  .my-xl-72 {
    margin-bottom: 72px !important; }
  .ml-xl-72,
  .mx-xl-72 {
    margin-left: 72px !important; }
  .m-xl-71 {
    margin: 71px !important; }
  .mt-xl-71,
  .my-xl-71 {
    margin-top: 71px !important; }
  .mr-xl-71,
  .mx-xl-71 {
    margin-right: 71px !important; }
  .mb-xl-71,
  .my-xl-71 {
    margin-bottom: 71px !important; }
  .ml-xl-71,
  .mx-xl-71 {
    margin-left: 71px !important; }
  .m-xl-70 {
    margin: 70px !important; }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 70px !important; }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 70px !important; }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 70px !important; }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 70px !important; }
  .m-xl-69 {
    margin: 69px !important; }
  .mt-xl-69,
  .my-xl-69 {
    margin-top: 69px !important; }
  .mr-xl-69,
  .mx-xl-69 {
    margin-right: 69px !important; }
  .mb-xl-69,
  .my-xl-69 {
    margin-bottom: 69px !important; }
  .ml-xl-69,
  .mx-xl-69 {
    margin-left: 69px !important; }
  .m-xl-68 {
    margin: 68px !important; }
  .mt-xl-68,
  .my-xl-68 {
    margin-top: 68px !important; }
  .mr-xl-68,
  .mx-xl-68 {
    margin-right: 68px !important; }
  .mb-xl-68,
  .my-xl-68 {
    margin-bottom: 68px !important; }
  .ml-xl-68,
  .mx-xl-68 {
    margin-left: 68px !important; }
  .m-xl-67 {
    margin: 67px !important; }
  .mt-xl-67,
  .my-xl-67 {
    margin-top: 67px !important; }
  .mr-xl-67,
  .mx-xl-67 {
    margin-right: 67px !important; }
  .mb-xl-67,
  .my-xl-67 {
    margin-bottom: 67px !important; }
  .ml-xl-67,
  .mx-xl-67 {
    margin-left: 67px !important; }
  .m-xl-66 {
    margin: 66px !important; }
  .mt-xl-66,
  .my-xl-66 {
    margin-top: 66px !important; }
  .mr-xl-66,
  .mx-xl-66 {
    margin-right: 66px !important; }
  .mb-xl-66,
  .my-xl-66 {
    margin-bottom: 66px !important; }
  .ml-xl-66,
  .mx-xl-66 {
    margin-left: 66px !important; }
  .m-xl-65 {
    margin: 65px !important; }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 65px !important; }
  .mr-xl-65,
  .mx-xl-65 {
    margin-right: 65px !important; }
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 65px !important; }
  .ml-xl-65,
  .mx-xl-65 {
    margin-left: 65px !important; }
  .m-xl-64 {
    margin: 64px !important; }
  .mt-xl-64,
  .my-xl-64 {
    margin-top: 64px !important; }
  .mr-xl-64,
  .mx-xl-64 {
    margin-right: 64px !important; }
  .mb-xl-64,
  .my-xl-64 {
    margin-bottom: 64px !important; }
  .ml-xl-64,
  .mx-xl-64 {
    margin-left: 64px !important; }
  .m-xl-63 {
    margin: 63px !important; }
  .mt-xl-63,
  .my-xl-63 {
    margin-top: 63px !important; }
  .mr-xl-63,
  .mx-xl-63 {
    margin-right: 63px !important; }
  .mb-xl-63,
  .my-xl-63 {
    margin-bottom: 63px !important; }
  .ml-xl-63,
  .mx-xl-63 {
    margin-left: 63px !important; }
  .m-xl-62 {
    margin: 62px !important; }
  .mt-xl-62,
  .my-xl-62 {
    margin-top: 62px !important; }
  .mr-xl-62,
  .mx-xl-62 {
    margin-right: 62px !important; }
  .mb-xl-62,
  .my-xl-62 {
    margin-bottom: 62px !important; }
  .ml-xl-62,
  .mx-xl-62 {
    margin-left: 62px !important; }
  .m-xl-61 {
    margin: 61px !important; }
  .mt-xl-61,
  .my-xl-61 {
    margin-top: 61px !important; }
  .mr-xl-61,
  .mx-xl-61 {
    margin-right: 61px !important; }
  .mb-xl-61,
  .my-xl-61 {
    margin-bottom: 61px !important; }
  .ml-xl-61,
  .mx-xl-61 {
    margin-left: 61px !important; }
  .m-xl-60 {
    margin: 60px !important; }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px !important; }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px !important; }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px !important; }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px !important; }
  .m-xl-59 {
    margin: 59px !important; }
  .mt-xl-59,
  .my-xl-59 {
    margin-top: 59px !important; }
  .mr-xl-59,
  .mx-xl-59 {
    margin-right: 59px !important; }
  .mb-xl-59,
  .my-xl-59 {
    margin-bottom: 59px !important; }
  .ml-xl-59,
  .mx-xl-59 {
    margin-left: 59px !important; }
  .m-xl-58 {
    margin: 58px !important; }
  .mt-xl-58,
  .my-xl-58 {
    margin-top: 58px !important; }
  .mr-xl-58,
  .mx-xl-58 {
    margin-right: 58px !important; }
  .mb-xl-58,
  .my-xl-58 {
    margin-bottom: 58px !important; }
  .ml-xl-58,
  .mx-xl-58 {
    margin-left: 58px !important; }
  .m-xl-57 {
    margin: 57px !important; }
  .mt-xl-57,
  .my-xl-57 {
    margin-top: 57px !important; }
  .mr-xl-57,
  .mx-xl-57 {
    margin-right: 57px !important; }
  .mb-xl-57,
  .my-xl-57 {
    margin-bottom: 57px !important; }
  .ml-xl-57,
  .mx-xl-57 {
    margin-left: 57px !important; }
  .m-xl-56 {
    margin: 56px !important; }
  .mt-xl-56,
  .my-xl-56 {
    margin-top: 56px !important; }
  .mr-xl-56,
  .mx-xl-56 {
    margin-right: 56px !important; }
  .mb-xl-56,
  .my-xl-56 {
    margin-bottom: 56px !important; }
  .ml-xl-56,
  .mx-xl-56 {
    margin-left: 56px !important; }
  .m-xl-55 {
    margin: 55px !important; }
  .mt-xl-55,
  .my-xl-55 {
    margin-top: 55px !important; }
  .mr-xl-55,
  .mx-xl-55 {
    margin-right: 55px !important; }
  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 55px !important; }
  .ml-xl-55,
  .mx-xl-55 {
    margin-left: 55px !important; }
  .m-xl-54 {
    margin: 54px !important; }
  .mt-xl-54,
  .my-xl-54 {
    margin-top: 54px !important; }
  .mr-xl-54,
  .mx-xl-54 {
    margin-right: 54px !important; }
  .mb-xl-54,
  .my-xl-54 {
    margin-bottom: 54px !important; }
  .ml-xl-54,
  .mx-xl-54 {
    margin-left: 54px !important; }
  .m-xl-53 {
    margin: 53px !important; }
  .mt-xl-53,
  .my-xl-53 {
    margin-top: 53px !important; }
  .mr-xl-53,
  .mx-xl-53 {
    margin-right: 53px !important; }
  .mb-xl-53,
  .my-xl-53 {
    margin-bottom: 53px !important; }
  .ml-xl-53,
  .mx-xl-53 {
    margin-left: 53px !important; }
  .m-xl-52 {
    margin: 52px !important; }
  .mt-xl-52,
  .my-xl-52 {
    margin-top: 52px !important; }
  .mr-xl-52,
  .mx-xl-52 {
    margin-right: 52px !important; }
  .mb-xl-52,
  .my-xl-52 {
    margin-bottom: 52px !important; }
  .ml-xl-52,
  .mx-xl-52 {
    margin-left: 52px !important; }
  .m-xl-51 {
    margin: 51px !important; }
  .mt-xl-51,
  .my-xl-51 {
    margin-top: 51px !important; }
  .mr-xl-51,
  .mx-xl-51 {
    margin-right: 51px !important; }
  .mb-xl-51,
  .my-xl-51 {
    margin-bottom: 51px !important; }
  .ml-xl-51,
  .mx-xl-51 {
    margin-left: 51px !important; }
  .m-xl-50 {
    margin: 50px !important; }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important; }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important; }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important; }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important; }
  .m-xl-49 {
    margin: 49px !important; }
  .mt-xl-49,
  .my-xl-49 {
    margin-top: 49px !important; }
  .mr-xl-49,
  .mx-xl-49 {
    margin-right: 49px !important; }
  .mb-xl-49,
  .my-xl-49 {
    margin-bottom: 49px !important; }
  .ml-xl-49,
  .mx-xl-49 {
    margin-left: 49px !important; }
  .m-xl-48 {
    margin: 48px !important; }
  .mt-xl-48,
  .my-xl-48 {
    margin-top: 48px !important; }
  .mr-xl-48,
  .mx-xl-48 {
    margin-right: 48px !important; }
  .mb-xl-48,
  .my-xl-48 {
    margin-bottom: 48px !important; }
  .ml-xl-48,
  .mx-xl-48 {
    margin-left: 48px !important; }
  .m-xl-47 {
    margin: 47px !important; }
  .mt-xl-47,
  .my-xl-47 {
    margin-top: 47px !important; }
  .mr-xl-47,
  .mx-xl-47 {
    margin-right: 47px !important; }
  .mb-xl-47,
  .my-xl-47 {
    margin-bottom: 47px !important; }
  .ml-xl-47,
  .mx-xl-47 {
    margin-left: 47px !important; }
  .m-xl-46 {
    margin: 46px !important; }
  .mt-xl-46,
  .my-xl-46 {
    margin-top: 46px !important; }
  .mr-xl-46,
  .mx-xl-46 {
    margin-right: 46px !important; }
  .mb-xl-46,
  .my-xl-46 {
    margin-bottom: 46px !important; }
  .ml-xl-46,
  .mx-xl-46 {
    margin-left: 46px !important; }
  .m-xl-45 {
    margin: 45px !important; }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 45px !important; }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 45px !important; }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 45px !important; }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 45px !important; }
  .m-xl-44 {
    margin: 44px !important; }
  .mt-xl-44,
  .my-xl-44 {
    margin-top: 44px !important; }
  .mr-xl-44,
  .mx-xl-44 {
    margin-right: 44px !important; }
  .mb-xl-44,
  .my-xl-44 {
    margin-bottom: 44px !important; }
  .ml-xl-44,
  .mx-xl-44 {
    margin-left: 44px !important; }
  .m-xl-43 {
    margin: 43px !important; }
  .mt-xl-43,
  .my-xl-43 {
    margin-top: 43px !important; }
  .mr-xl-43,
  .mx-xl-43 {
    margin-right: 43px !important; }
  .mb-xl-43,
  .my-xl-43 {
    margin-bottom: 43px !important; }
  .ml-xl-43,
  .mx-xl-43 {
    margin-left: 43px !important; }
  .m-xl-42 {
    margin: 42px !important; }
  .mt-xl-42,
  .my-xl-42 {
    margin-top: 42px !important; }
  .mr-xl-42,
  .mx-xl-42 {
    margin-right: 42px !important; }
  .mb-xl-42,
  .my-xl-42 {
    margin-bottom: 42px !important; }
  .ml-xl-42,
  .mx-xl-42 {
    margin-left: 42px !important; }
  .m-xl-41 {
    margin: 41px !important; }
  .mt-xl-41,
  .my-xl-41 {
    margin-top: 41px !important; }
  .mr-xl-41,
  .mx-xl-41 {
    margin-right: 41px !important; }
  .mb-xl-41,
  .my-xl-41 {
    margin-bottom: 41px !important; }
  .ml-xl-41,
  .mx-xl-41 {
    margin-left: 41px !important; }
  .m-xl-40 {
    margin: 40px !important; }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important; }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important; }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important; }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important; }
  .m-xl-39 {
    margin: 39px !important; }
  .mt-xl-39,
  .my-xl-39 {
    margin-top: 39px !important; }
  .mr-xl-39,
  .mx-xl-39 {
    margin-right: 39px !important; }
  .mb-xl-39,
  .my-xl-39 {
    margin-bottom: 39px !important; }
  .ml-xl-39,
  .mx-xl-39 {
    margin-left: 39px !important; }
  .m-xl-38 {
    margin: 38px !important; }
  .mt-xl-38,
  .my-xl-38 {
    margin-top: 38px !important; }
  .mr-xl-38,
  .mx-xl-38 {
    margin-right: 38px !important; }
  .mb-xl-38,
  .my-xl-38 {
    margin-bottom: 38px !important; }
  .ml-xl-38,
  .mx-xl-38 {
    margin-left: 38px !important; }
  .m-xl-37 {
    margin: 37px !important; }
  .mt-xl-37,
  .my-xl-37 {
    margin-top: 37px !important; }
  .mr-xl-37,
  .mx-xl-37 {
    margin-right: 37px !important; }
  .mb-xl-37,
  .my-xl-37 {
    margin-bottom: 37px !important; }
  .ml-xl-37,
  .mx-xl-37 {
    margin-left: 37px !important; }
  .m-xl-36 {
    margin: 36px !important; }
  .mt-xl-36,
  .my-xl-36 {
    margin-top: 36px !important; }
  .mr-xl-36,
  .mx-xl-36 {
    margin-right: 36px !important; }
  .mb-xl-36,
  .my-xl-36 {
    margin-bottom: 36px !important; }
  .ml-xl-36,
  .mx-xl-36 {
    margin-left: 36px !important; }
  .m-xl-35 {
    margin: 35px !important; }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 35px !important; }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 35px !important; }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 35px !important; }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 35px !important; }
  .m-xl-34 {
    margin: 34px !important; }
  .mt-xl-34,
  .my-xl-34 {
    margin-top: 34px !important; }
  .mr-xl-34,
  .mx-xl-34 {
    margin-right: 34px !important; }
  .mb-xl-34,
  .my-xl-34 {
    margin-bottom: 34px !important; }
  .ml-xl-34,
  .mx-xl-34 {
    margin-left: 34px !important; }
  .m-xl-33 {
    margin: 33px !important; }
  .mt-xl-33,
  .my-xl-33 {
    margin-top: 33px !important; }
  .mr-xl-33,
  .mx-xl-33 {
    margin-right: 33px !important; }
  .mb-xl-33,
  .my-xl-33 {
    margin-bottom: 33px !important; }
  .ml-xl-33,
  .mx-xl-33 {
    margin-left: 33px !important; }
  .m-xl-32 {
    margin: 32px !important; }
  .mt-xl-32,
  .my-xl-32 {
    margin-top: 32px !important; }
  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 32px !important; }
  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 32px !important; }
  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 32px !important; }
  .m-xl-31 {
    margin: 31px !important; }
  .mt-xl-31,
  .my-xl-31 {
    margin-top: 31px !important; }
  .mr-xl-31,
  .mx-xl-31 {
    margin-right: 31px !important; }
  .mb-xl-31,
  .my-xl-31 {
    margin-bottom: 31px !important; }
  .ml-xl-31,
  .mx-xl-31 {
    margin-left: 31px !important; }
  .m-xl-30 {
    margin: 30px !important; }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important; }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important; }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important; }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important; }
  .m-xl-29 {
    margin: 29px !important; }
  .mt-xl-29,
  .my-xl-29 {
    margin-top: 29px !important; }
  .mr-xl-29,
  .mx-xl-29 {
    margin-right: 29px !important; }
  .mb-xl-29,
  .my-xl-29 {
    margin-bottom: 29px !important; }
  .ml-xl-29,
  .mx-xl-29 {
    margin-left: 29px !important; }
  .m-xl-28 {
    margin: 28px !important; }
  .mt-xl-28,
  .my-xl-28 {
    margin-top: 28px !important; }
  .mr-xl-28,
  .mx-xl-28 {
    margin-right: 28px !important; }
  .mb-xl-28,
  .my-xl-28 {
    margin-bottom: 28px !important; }
  .ml-xl-28,
  .mx-xl-28 {
    margin-left: 28px !important; }
  .m-xl-27 {
    margin: 27px !important; }
  .mt-xl-27,
  .my-xl-27 {
    margin-top: 27px !important; }
  .mr-xl-27,
  .mx-xl-27 {
    margin-right: 27px !important; }
  .mb-xl-27,
  .my-xl-27 {
    margin-bottom: 27px !important; }
  .ml-xl-27,
  .mx-xl-27 {
    margin-left: 27px !important; }
  .m-xl-26 {
    margin: 26px !important; }
  .mt-xl-26,
  .my-xl-26 {
    margin-top: 26px !important; }
  .mr-xl-26,
  .mx-xl-26 {
    margin-right: 26px !important; }
  .mb-xl-26,
  .my-xl-26 {
    margin-bottom: 26px !important; }
  .ml-xl-26,
  .mx-xl-26 {
    margin-left: 26px !important; }
  .m-xl-25 {
    margin: 25px !important; }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25px !important; }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25px !important; }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25px !important; }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25px !important; }
  .m-xl-24 {
    margin: 24px !important; }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 24px !important; }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 24px !important; }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 24px !important; }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 24px !important; }
  .m-xl-23 {
    margin: 23px !important; }
  .mt-xl-23,
  .my-xl-23 {
    margin-top: 23px !important; }
  .mr-xl-23,
  .mx-xl-23 {
    margin-right: 23px !important; }
  .mb-xl-23,
  .my-xl-23 {
    margin-bottom: 23px !important; }
  .ml-xl-23,
  .mx-xl-23 {
    margin-left: 23px !important; }
  .m-xl-22 {
    margin: 22px !important; }
  .mt-xl-22,
  .my-xl-22 {
    margin-top: 22px !important; }
  .mr-xl-22,
  .mx-xl-22 {
    margin-right: 22px !important; }
  .mb-xl-22,
  .my-xl-22 {
    margin-bottom: 22px !important; }
  .ml-xl-22,
  .mx-xl-22 {
    margin-left: 22px !important; }
  .m-xl-21 {
    margin: 21px !important; }
  .mt-xl-21,
  .my-xl-21 {
    margin-top: 21px !important; }
  .mr-xl-21,
  .mx-xl-21 {
    margin-right: 21px !important; }
  .mb-xl-21,
  .my-xl-21 {
    margin-bottom: 21px !important; }
  .ml-xl-21,
  .mx-xl-21 {
    margin-left: 21px !important; }
  .m-xl-20 {
    margin: 20px !important; }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important; }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important; }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important; }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important; }
  .m-xl-19 {
    margin: 19px !important; }
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 19px !important; }
  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 19px !important; }
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 19px !important; }
  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 19px !important; }
  .m-xl-18 {
    margin: 18px !important; }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 18px !important; }
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 18px !important; }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 18px !important; }
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 18px !important; }
  .m-xl-17 {
    margin: 17px !important; }
  .mt-xl-17,
  .my-xl-17 {
    margin-top: 17px !important; }
  .mr-xl-17,
  .mx-xl-17 {
    margin-right: 17px !important; }
  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 17px !important; }
  .ml-xl-17,
  .mx-xl-17 {
    margin-left: 17px !important; }
  .m-xl-16 {
    margin: 16px !important; }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 16px !important; }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 16px !important; }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 16px !important; }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 16px !important; }
  .m-xl-15 {
    margin: 15px !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important; }
  .m-xl-14 {
    margin: 14px !important; }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 14px !important; }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 14px !important; }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 14px !important; }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 14px !important; }
  .m-xl-13 {
    margin: 13px !important; }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 13px !important; }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 13px !important; }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 13px !important; }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 13px !important; }
  .m-xl-12 {
    margin: 12px !important; }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 12px !important; }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 12px !important; }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 12px !important; }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 12px !important; }
  .m-xl-11 {
    margin: 11px !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 11px !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 11px !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 11px !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 11px !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important; }
  .m-xl-9 {
    margin: 9px !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9px !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9px !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9px !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9px !important; }
  .m-xl-8 {
    margin: 8px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8px !important; }
  .m-xl-7 {
    margin: 7px !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7px !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7px !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7px !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7px !important; }
  .m-xl-6 {
    margin: 6px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6px !important; }
  .p-xl-0 {
    padding: 0px !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0px !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0px !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0px !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0px !important; }
  .p-xl-1 {
    padding: 1px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1px !important; }
  .p-xl-2 {
    padding: 2px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2px !important; }
  .p-xl-3 {
    padding: 3px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3px !important; }
  .p-xl-4 {
    padding: 4px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4px !important; }
  .p-xl-5 {
    padding: 5px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5px !important; }
  .p-xl-100 {
    padding: 100px !important; }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px !important; }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 100px !important; }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px !important; }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 100px !important; }
  .p-xl-99 {
    padding: 99px !important; }
  .pt-xl-99,
  .py-xl-99 {
    padding-top: 99px !important; }
  .pr-xl-99,
  .px-xl-99 {
    padding-right: 99px !important; }
  .pb-xl-99,
  .py-xl-99 {
    padding-bottom: 99px !important; }
  .pl-xl-99,
  .px-xl-99 {
    padding-left: 99px !important; }
  .p-xl-98 {
    padding: 98px !important; }
  .pt-xl-98,
  .py-xl-98 {
    padding-top: 98px !important; }
  .pr-xl-98,
  .px-xl-98 {
    padding-right: 98px !important; }
  .pb-xl-98,
  .py-xl-98 {
    padding-bottom: 98px !important; }
  .pl-xl-98,
  .px-xl-98 {
    padding-left: 98px !important; }
  .p-xl-97 {
    padding: 97px !important; }
  .pt-xl-97,
  .py-xl-97 {
    padding-top: 97px !important; }
  .pr-xl-97,
  .px-xl-97 {
    padding-right: 97px !important; }
  .pb-xl-97,
  .py-xl-97 {
    padding-bottom: 97px !important; }
  .pl-xl-97,
  .px-xl-97 {
    padding-left: 97px !important; }
  .p-xl-96 {
    padding: 96px !important; }
  .pt-xl-96,
  .py-xl-96 {
    padding-top: 96px !important; }
  .pr-xl-96,
  .px-xl-96 {
    padding-right: 96px !important; }
  .pb-xl-96,
  .py-xl-96 {
    padding-bottom: 96px !important; }
  .pl-xl-96,
  .px-xl-96 {
    padding-left: 96px !important; }
  .p-xl-95 {
    padding: 95px !important; }
  .pt-xl-95,
  .py-xl-95 {
    padding-top: 95px !important; }
  .pr-xl-95,
  .px-xl-95 {
    padding-right: 95px !important; }
  .pb-xl-95,
  .py-xl-95 {
    padding-bottom: 95px !important; }
  .pl-xl-95,
  .px-xl-95 {
    padding-left: 95px !important; }
  .p-xl-94 {
    padding: 94px !important; }
  .pt-xl-94,
  .py-xl-94 {
    padding-top: 94px !important; }
  .pr-xl-94,
  .px-xl-94 {
    padding-right: 94px !important; }
  .pb-xl-94,
  .py-xl-94 {
    padding-bottom: 94px !important; }
  .pl-xl-94,
  .px-xl-94 {
    padding-left: 94px !important; }
  .p-xl-93 {
    padding: 93px !important; }
  .pt-xl-93,
  .py-xl-93 {
    padding-top: 93px !important; }
  .pr-xl-93,
  .px-xl-93 {
    padding-right: 93px !important; }
  .pb-xl-93,
  .py-xl-93 {
    padding-bottom: 93px !important; }
  .pl-xl-93,
  .px-xl-93 {
    padding-left: 93px !important; }
  .p-xl-92 {
    padding: 92px !important; }
  .pt-xl-92,
  .py-xl-92 {
    padding-top: 92px !important; }
  .pr-xl-92,
  .px-xl-92 {
    padding-right: 92px !important; }
  .pb-xl-92,
  .py-xl-92 {
    padding-bottom: 92px !important; }
  .pl-xl-92,
  .px-xl-92 {
    padding-left: 92px !important; }
  .p-xl-91 {
    padding: 91px !important; }
  .pt-xl-91,
  .py-xl-91 {
    padding-top: 91px !important; }
  .pr-xl-91,
  .px-xl-91 {
    padding-right: 91px !important; }
  .pb-xl-91,
  .py-xl-91 {
    padding-bottom: 91px !important; }
  .pl-xl-91,
  .px-xl-91 {
    padding-left: 91px !important; }
  .p-xl-90 {
    padding: 90px !important; }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 90px !important; }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 90px !important; }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 90px !important; }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 90px !important; }
  .p-xl-89 {
    padding: 89px !important; }
  .pt-xl-89,
  .py-xl-89 {
    padding-top: 89px !important; }
  .pr-xl-89,
  .px-xl-89 {
    padding-right: 89px !important; }
  .pb-xl-89,
  .py-xl-89 {
    padding-bottom: 89px !important; }
  .pl-xl-89,
  .px-xl-89 {
    padding-left: 89px !important; }
  .p-xl-88 {
    padding: 88px !important; }
  .pt-xl-88,
  .py-xl-88 {
    padding-top: 88px !important; }
  .pr-xl-88,
  .px-xl-88 {
    padding-right: 88px !important; }
  .pb-xl-88,
  .py-xl-88 {
    padding-bottom: 88px !important; }
  .pl-xl-88,
  .px-xl-88 {
    padding-left: 88px !important; }
  .p-xl-87 {
    padding: 87px !important; }
  .pt-xl-87,
  .py-xl-87 {
    padding-top: 87px !important; }
  .pr-xl-87,
  .px-xl-87 {
    padding-right: 87px !important; }
  .pb-xl-87,
  .py-xl-87 {
    padding-bottom: 87px !important; }
  .pl-xl-87,
  .px-xl-87 {
    padding-left: 87px !important; }
  .p-xl-86 {
    padding: 86px !important; }
  .pt-xl-86,
  .py-xl-86 {
    padding-top: 86px !important; }
  .pr-xl-86,
  .px-xl-86 {
    padding-right: 86px !important; }
  .pb-xl-86,
  .py-xl-86 {
    padding-bottom: 86px !important; }
  .pl-xl-86,
  .px-xl-86 {
    padding-left: 86px !important; }
  .p-xl-85 {
    padding: 85px !important; }
  .pt-xl-85,
  .py-xl-85 {
    padding-top: 85px !important; }
  .pr-xl-85,
  .px-xl-85 {
    padding-right: 85px !important; }
  .pb-xl-85,
  .py-xl-85 {
    padding-bottom: 85px !important; }
  .pl-xl-85,
  .px-xl-85 {
    padding-left: 85px !important; }
  .p-xl-84 {
    padding: 84px !important; }
  .pt-xl-84,
  .py-xl-84 {
    padding-top: 84px !important; }
  .pr-xl-84,
  .px-xl-84 {
    padding-right: 84px !important; }
  .pb-xl-84,
  .py-xl-84 {
    padding-bottom: 84px !important; }
  .pl-xl-84,
  .px-xl-84 {
    padding-left: 84px !important; }
  .p-xl-83 {
    padding: 83px !important; }
  .pt-xl-83,
  .py-xl-83 {
    padding-top: 83px !important; }
  .pr-xl-83,
  .px-xl-83 {
    padding-right: 83px !important; }
  .pb-xl-83,
  .py-xl-83 {
    padding-bottom: 83px !important; }
  .pl-xl-83,
  .px-xl-83 {
    padding-left: 83px !important; }
  .p-xl-82 {
    padding: 82px !important; }
  .pt-xl-82,
  .py-xl-82 {
    padding-top: 82px !important; }
  .pr-xl-82,
  .px-xl-82 {
    padding-right: 82px !important; }
  .pb-xl-82,
  .py-xl-82 {
    padding-bottom: 82px !important; }
  .pl-xl-82,
  .px-xl-82 {
    padding-left: 82px !important; }
  .p-xl-81 {
    padding: 81px !important; }
  .pt-xl-81,
  .py-xl-81 {
    padding-top: 81px !important; }
  .pr-xl-81,
  .px-xl-81 {
    padding-right: 81px !important; }
  .pb-xl-81,
  .py-xl-81 {
    padding-bottom: 81px !important; }
  .pl-xl-81,
  .px-xl-81 {
    padding-left: 81px !important; }
  .p-xl-80 {
    padding: 80px !important; }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important; }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important; }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important; }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important; }
  .p-xl-79 {
    padding: 79px !important; }
  .pt-xl-79,
  .py-xl-79 {
    padding-top: 79px !important; }
  .pr-xl-79,
  .px-xl-79 {
    padding-right: 79px !important; }
  .pb-xl-79,
  .py-xl-79 {
    padding-bottom: 79px !important; }
  .pl-xl-79,
  .px-xl-79 {
    padding-left: 79px !important; }
  .p-xl-78 {
    padding: 78px !important; }
  .pt-xl-78,
  .py-xl-78 {
    padding-top: 78px !important; }
  .pr-xl-78,
  .px-xl-78 {
    padding-right: 78px !important; }
  .pb-xl-78,
  .py-xl-78 {
    padding-bottom: 78px !important; }
  .pl-xl-78,
  .px-xl-78 {
    padding-left: 78px !important; }
  .p-xl-77 {
    padding: 77px !important; }
  .pt-xl-77,
  .py-xl-77 {
    padding-top: 77px !important; }
  .pr-xl-77,
  .px-xl-77 {
    padding-right: 77px !important; }
  .pb-xl-77,
  .py-xl-77 {
    padding-bottom: 77px !important; }
  .pl-xl-77,
  .px-xl-77 {
    padding-left: 77px !important; }
  .p-xl-76 {
    padding: 76px !important; }
  .pt-xl-76,
  .py-xl-76 {
    padding-top: 76px !important; }
  .pr-xl-76,
  .px-xl-76 {
    padding-right: 76px !important; }
  .pb-xl-76,
  .py-xl-76 {
    padding-bottom: 76px !important; }
  .pl-xl-76,
  .px-xl-76 {
    padding-left: 76px !important; }
  .p-xl-75 {
    padding: 75px !important; }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 75px !important; }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 75px !important; }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 75px !important; }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 75px !important; }
  .p-xl-74 {
    padding: 74px !important; }
  .pt-xl-74,
  .py-xl-74 {
    padding-top: 74px !important; }
  .pr-xl-74,
  .px-xl-74 {
    padding-right: 74px !important; }
  .pb-xl-74,
  .py-xl-74 {
    padding-bottom: 74px !important; }
  .pl-xl-74,
  .px-xl-74 {
    padding-left: 74px !important; }
  .p-xl-73 {
    padding: 73px !important; }
  .pt-xl-73,
  .py-xl-73 {
    padding-top: 73px !important; }
  .pr-xl-73,
  .px-xl-73 {
    padding-right: 73px !important; }
  .pb-xl-73,
  .py-xl-73 {
    padding-bottom: 73px !important; }
  .pl-xl-73,
  .px-xl-73 {
    padding-left: 73px !important; }
  .p-xl-72 {
    padding: 72px !important; }
  .pt-xl-72,
  .py-xl-72 {
    padding-top: 72px !important; }
  .pr-xl-72,
  .px-xl-72 {
    padding-right: 72px !important; }
  .pb-xl-72,
  .py-xl-72 {
    padding-bottom: 72px !important; }
  .pl-xl-72,
  .px-xl-72 {
    padding-left: 72px !important; }
  .p-xl-71 {
    padding: 71px !important; }
  .pt-xl-71,
  .py-xl-71 {
    padding-top: 71px !important; }
  .pr-xl-71,
  .px-xl-71 {
    padding-right: 71px !important; }
  .pb-xl-71,
  .py-xl-71 {
    padding-bottom: 71px !important; }
  .pl-xl-71,
  .px-xl-71 {
    padding-left: 71px !important; }
  .p-xl-70 {
    padding: 70px !important; }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 70px !important; }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 70px !important; }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 70px !important; }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 70px !important; }
  .p-xl-69 {
    padding: 69px !important; }
  .pt-xl-69,
  .py-xl-69 {
    padding-top: 69px !important; }
  .pr-xl-69,
  .px-xl-69 {
    padding-right: 69px !important; }
  .pb-xl-69,
  .py-xl-69 {
    padding-bottom: 69px !important; }
  .pl-xl-69,
  .px-xl-69 {
    padding-left: 69px !important; }
  .p-xl-68 {
    padding: 68px !important; }
  .pt-xl-68,
  .py-xl-68 {
    padding-top: 68px !important; }
  .pr-xl-68,
  .px-xl-68 {
    padding-right: 68px !important; }
  .pb-xl-68,
  .py-xl-68 {
    padding-bottom: 68px !important; }
  .pl-xl-68,
  .px-xl-68 {
    padding-left: 68px !important; }
  .p-xl-67 {
    padding: 67px !important; }
  .pt-xl-67,
  .py-xl-67 {
    padding-top: 67px !important; }
  .pr-xl-67,
  .px-xl-67 {
    padding-right: 67px !important; }
  .pb-xl-67,
  .py-xl-67 {
    padding-bottom: 67px !important; }
  .pl-xl-67,
  .px-xl-67 {
    padding-left: 67px !important; }
  .p-xl-66 {
    padding: 66px !important; }
  .pt-xl-66,
  .py-xl-66 {
    padding-top: 66px !important; }
  .pr-xl-66,
  .px-xl-66 {
    padding-right: 66px !important; }
  .pb-xl-66,
  .py-xl-66 {
    padding-bottom: 66px !important; }
  .pl-xl-66,
  .px-xl-66 {
    padding-left: 66px !important; }
  .p-xl-65 {
    padding: 65px !important; }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 65px !important; }
  .pr-xl-65,
  .px-xl-65 {
    padding-right: 65px !important; }
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 65px !important; }
  .pl-xl-65,
  .px-xl-65 {
    padding-left: 65px !important; }
  .p-xl-64 {
    padding: 64px !important; }
  .pt-xl-64,
  .py-xl-64 {
    padding-top: 64px !important; }
  .pr-xl-64,
  .px-xl-64 {
    padding-right: 64px !important; }
  .pb-xl-64,
  .py-xl-64 {
    padding-bottom: 64px !important; }
  .pl-xl-64,
  .px-xl-64 {
    padding-left: 64px !important; }
  .p-xl-63 {
    padding: 63px !important; }
  .pt-xl-63,
  .py-xl-63 {
    padding-top: 63px !important; }
  .pr-xl-63,
  .px-xl-63 {
    padding-right: 63px !important; }
  .pb-xl-63,
  .py-xl-63 {
    padding-bottom: 63px !important; }
  .pl-xl-63,
  .px-xl-63 {
    padding-left: 63px !important; }
  .p-xl-62 {
    padding: 62px !important; }
  .pt-xl-62,
  .py-xl-62 {
    padding-top: 62px !important; }
  .pr-xl-62,
  .px-xl-62 {
    padding-right: 62px !important; }
  .pb-xl-62,
  .py-xl-62 {
    padding-bottom: 62px !important; }
  .pl-xl-62,
  .px-xl-62 {
    padding-left: 62px !important; }
  .p-xl-61 {
    padding: 61px !important; }
  .pt-xl-61,
  .py-xl-61 {
    padding-top: 61px !important; }
  .pr-xl-61,
  .px-xl-61 {
    padding-right: 61px !important; }
  .pb-xl-61,
  .py-xl-61 {
    padding-bottom: 61px !important; }
  .pl-xl-61,
  .px-xl-61 {
    padding-left: 61px !important; }
  .p-xl-60 {
    padding: 60px !important; }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px !important; }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px !important; }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px !important; }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px !important; }
  .p-xl-59 {
    padding: 59px !important; }
  .pt-xl-59,
  .py-xl-59 {
    padding-top: 59px !important; }
  .pr-xl-59,
  .px-xl-59 {
    padding-right: 59px !important; }
  .pb-xl-59,
  .py-xl-59 {
    padding-bottom: 59px !important; }
  .pl-xl-59,
  .px-xl-59 {
    padding-left: 59px !important; }
  .p-xl-58 {
    padding: 58px !important; }
  .pt-xl-58,
  .py-xl-58 {
    padding-top: 58px !important; }
  .pr-xl-58,
  .px-xl-58 {
    padding-right: 58px !important; }
  .pb-xl-58,
  .py-xl-58 {
    padding-bottom: 58px !important; }
  .pl-xl-58,
  .px-xl-58 {
    padding-left: 58px !important; }
  .p-xl-57 {
    padding: 57px !important; }
  .pt-xl-57,
  .py-xl-57 {
    padding-top: 57px !important; }
  .pr-xl-57,
  .px-xl-57 {
    padding-right: 57px !important; }
  .pb-xl-57,
  .py-xl-57 {
    padding-bottom: 57px !important; }
  .pl-xl-57,
  .px-xl-57 {
    padding-left: 57px !important; }
  .p-xl-56 {
    padding: 56px !important; }
  .pt-xl-56,
  .py-xl-56 {
    padding-top: 56px !important; }
  .pr-xl-56,
  .px-xl-56 {
    padding-right: 56px !important; }
  .pb-xl-56,
  .py-xl-56 {
    padding-bottom: 56px !important; }
  .pl-xl-56,
  .px-xl-56 {
    padding-left: 56px !important; }
  .p-xl-55 {
    padding: 55px !important; }
  .pt-xl-55,
  .py-xl-55 {
    padding-top: 55px !important; }
  .pr-xl-55,
  .px-xl-55 {
    padding-right: 55px !important; }
  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 55px !important; }
  .pl-xl-55,
  .px-xl-55 {
    padding-left: 55px !important; }
  .p-xl-54 {
    padding: 54px !important; }
  .pt-xl-54,
  .py-xl-54 {
    padding-top: 54px !important; }
  .pr-xl-54,
  .px-xl-54 {
    padding-right: 54px !important; }
  .pb-xl-54,
  .py-xl-54 {
    padding-bottom: 54px !important; }
  .pl-xl-54,
  .px-xl-54 {
    padding-left: 54px !important; }
  .p-xl-53 {
    padding: 53px !important; }
  .pt-xl-53,
  .py-xl-53 {
    padding-top: 53px !important; }
  .pr-xl-53,
  .px-xl-53 {
    padding-right: 53px !important; }
  .pb-xl-53,
  .py-xl-53 {
    padding-bottom: 53px !important; }
  .pl-xl-53,
  .px-xl-53 {
    padding-left: 53px !important; }
  .p-xl-52 {
    padding: 52px !important; }
  .pt-xl-52,
  .py-xl-52 {
    padding-top: 52px !important; }
  .pr-xl-52,
  .px-xl-52 {
    padding-right: 52px !important; }
  .pb-xl-52,
  .py-xl-52 {
    padding-bottom: 52px !important; }
  .pl-xl-52,
  .px-xl-52 {
    padding-left: 52px !important; }
  .p-xl-51 {
    padding: 51px !important; }
  .pt-xl-51,
  .py-xl-51 {
    padding-top: 51px !important; }
  .pr-xl-51,
  .px-xl-51 {
    padding-right: 51px !important; }
  .pb-xl-51,
  .py-xl-51 {
    padding-bottom: 51px !important; }
  .pl-xl-51,
  .px-xl-51 {
    padding-left: 51px !important; }
  .p-xl-50 {
    padding: 50px !important; }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important; }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important; }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important; }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important; }
  .p-xl-49 {
    padding: 49px !important; }
  .pt-xl-49,
  .py-xl-49 {
    padding-top: 49px !important; }
  .pr-xl-49,
  .px-xl-49 {
    padding-right: 49px !important; }
  .pb-xl-49,
  .py-xl-49 {
    padding-bottom: 49px !important; }
  .pl-xl-49,
  .px-xl-49 {
    padding-left: 49px !important; }
  .p-xl-48 {
    padding: 48px !important; }
  .pt-xl-48,
  .py-xl-48 {
    padding-top: 48px !important; }
  .pr-xl-48,
  .px-xl-48 {
    padding-right: 48px !important; }
  .pb-xl-48,
  .py-xl-48 {
    padding-bottom: 48px !important; }
  .pl-xl-48,
  .px-xl-48 {
    padding-left: 48px !important; }
  .p-xl-47 {
    padding: 47px !important; }
  .pt-xl-47,
  .py-xl-47 {
    padding-top: 47px !important; }
  .pr-xl-47,
  .px-xl-47 {
    padding-right: 47px !important; }
  .pb-xl-47,
  .py-xl-47 {
    padding-bottom: 47px !important; }
  .pl-xl-47,
  .px-xl-47 {
    padding-left: 47px !important; }
  .p-xl-46 {
    padding: 46px !important; }
  .pt-xl-46,
  .py-xl-46 {
    padding-top: 46px !important; }
  .pr-xl-46,
  .px-xl-46 {
    padding-right: 46px !important; }
  .pb-xl-46,
  .py-xl-46 {
    padding-bottom: 46px !important; }
  .pl-xl-46,
  .px-xl-46 {
    padding-left: 46px !important; }
  .p-xl-45 {
    padding: 45px !important; }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 45px !important; }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 45px !important; }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 45px !important; }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 45px !important; }
  .p-xl-44 {
    padding: 44px !important; }
  .pt-xl-44,
  .py-xl-44 {
    padding-top: 44px !important; }
  .pr-xl-44,
  .px-xl-44 {
    padding-right: 44px !important; }
  .pb-xl-44,
  .py-xl-44 {
    padding-bottom: 44px !important; }
  .pl-xl-44,
  .px-xl-44 {
    padding-left: 44px !important; }
  .p-xl-43 {
    padding: 43px !important; }
  .pt-xl-43,
  .py-xl-43 {
    padding-top: 43px !important; }
  .pr-xl-43,
  .px-xl-43 {
    padding-right: 43px !important; }
  .pb-xl-43,
  .py-xl-43 {
    padding-bottom: 43px !important; }
  .pl-xl-43,
  .px-xl-43 {
    padding-left: 43px !important; }
  .p-xl-42 {
    padding: 42px !important; }
  .pt-xl-42,
  .py-xl-42 {
    padding-top: 42px !important; }
  .pr-xl-42,
  .px-xl-42 {
    padding-right: 42px !important; }
  .pb-xl-42,
  .py-xl-42 {
    padding-bottom: 42px !important; }
  .pl-xl-42,
  .px-xl-42 {
    padding-left: 42px !important; }
  .p-xl-41 {
    padding: 41px !important; }
  .pt-xl-41,
  .py-xl-41 {
    padding-top: 41px !important; }
  .pr-xl-41,
  .px-xl-41 {
    padding-right: 41px !important; }
  .pb-xl-41,
  .py-xl-41 {
    padding-bottom: 41px !important; }
  .pl-xl-41,
  .px-xl-41 {
    padding-left: 41px !important; }
  .p-xl-40 {
    padding: 40px !important; }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important; }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important; }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important; }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important; }
  .p-xl-39 {
    padding: 39px !important; }
  .pt-xl-39,
  .py-xl-39 {
    padding-top: 39px !important; }
  .pr-xl-39,
  .px-xl-39 {
    padding-right: 39px !important; }
  .pb-xl-39,
  .py-xl-39 {
    padding-bottom: 39px !important; }
  .pl-xl-39,
  .px-xl-39 {
    padding-left: 39px !important; }
  .p-xl-38 {
    padding: 38px !important; }
  .pt-xl-38,
  .py-xl-38 {
    padding-top: 38px !important; }
  .pr-xl-38,
  .px-xl-38 {
    padding-right: 38px !important; }
  .pb-xl-38,
  .py-xl-38 {
    padding-bottom: 38px !important; }
  .pl-xl-38,
  .px-xl-38 {
    padding-left: 38px !important; }
  .p-xl-37 {
    padding: 37px !important; }
  .pt-xl-37,
  .py-xl-37 {
    padding-top: 37px !important; }
  .pr-xl-37,
  .px-xl-37 {
    padding-right: 37px !important; }
  .pb-xl-37,
  .py-xl-37 {
    padding-bottom: 37px !important; }
  .pl-xl-37,
  .px-xl-37 {
    padding-left: 37px !important; }
  .p-xl-36 {
    padding: 36px !important; }
  .pt-xl-36,
  .py-xl-36 {
    padding-top: 36px !important; }
  .pr-xl-36,
  .px-xl-36 {
    padding-right: 36px !important; }
  .pb-xl-36,
  .py-xl-36 {
    padding-bottom: 36px !important; }
  .pl-xl-36,
  .px-xl-36 {
    padding-left: 36px !important; }
  .p-xl-35 {
    padding: 35px !important; }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 35px !important; }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 35px !important; }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 35px !important; }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 35px !important; }
  .p-xl-34 {
    padding: 34px !important; }
  .pt-xl-34,
  .py-xl-34 {
    padding-top: 34px !important; }
  .pr-xl-34,
  .px-xl-34 {
    padding-right: 34px !important; }
  .pb-xl-34,
  .py-xl-34 {
    padding-bottom: 34px !important; }
  .pl-xl-34,
  .px-xl-34 {
    padding-left: 34px !important; }
  .p-xl-33 {
    padding: 33px !important; }
  .pt-xl-33,
  .py-xl-33 {
    padding-top: 33px !important; }
  .pr-xl-33,
  .px-xl-33 {
    padding-right: 33px !important; }
  .pb-xl-33,
  .py-xl-33 {
    padding-bottom: 33px !important; }
  .pl-xl-33,
  .px-xl-33 {
    padding-left: 33px !important; }
  .p-xl-32 {
    padding: 32px !important; }
  .pt-xl-32,
  .py-xl-32 {
    padding-top: 32px !important; }
  .pr-xl-32,
  .px-xl-32 {
    padding-right: 32px !important; }
  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 32px !important; }
  .pl-xl-32,
  .px-xl-32 {
    padding-left: 32px !important; }
  .p-xl-31 {
    padding: 31px !important; }
  .pt-xl-31,
  .py-xl-31 {
    padding-top: 31px !important; }
  .pr-xl-31,
  .px-xl-31 {
    padding-right: 31px !important; }
  .pb-xl-31,
  .py-xl-31 {
    padding-bottom: 31px !important; }
  .pl-xl-31,
  .px-xl-31 {
    padding-left: 31px !important; }
  .p-xl-30 {
    padding: 30px !important; }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important; }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important; }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important; }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important; }
  .p-xl-29 {
    padding: 29px !important; }
  .pt-xl-29,
  .py-xl-29 {
    padding-top: 29px !important; }
  .pr-xl-29,
  .px-xl-29 {
    padding-right: 29px !important; }
  .pb-xl-29,
  .py-xl-29 {
    padding-bottom: 29px !important; }
  .pl-xl-29,
  .px-xl-29 {
    padding-left: 29px !important; }
  .p-xl-28 {
    padding: 28px !important; }
  .pt-xl-28,
  .py-xl-28 {
    padding-top: 28px !important; }
  .pr-xl-28,
  .px-xl-28 {
    padding-right: 28px !important; }
  .pb-xl-28,
  .py-xl-28 {
    padding-bottom: 28px !important; }
  .pl-xl-28,
  .px-xl-28 {
    padding-left: 28px !important; }
  .p-xl-27 {
    padding: 27px !important; }
  .pt-xl-27,
  .py-xl-27 {
    padding-top: 27px !important; }
  .pr-xl-27,
  .px-xl-27 {
    padding-right: 27px !important; }
  .pb-xl-27,
  .py-xl-27 {
    padding-bottom: 27px !important; }
  .pl-xl-27,
  .px-xl-27 {
    padding-left: 27px !important; }
  .p-xl-26 {
    padding: 26px !important; }
  .pt-xl-26,
  .py-xl-26 {
    padding-top: 26px !important; }
  .pr-xl-26,
  .px-xl-26 {
    padding-right: 26px !important; }
  .pb-xl-26,
  .py-xl-26 {
    padding-bottom: 26px !important; }
  .pl-xl-26,
  .px-xl-26 {
    padding-left: 26px !important; }
  .p-xl-25 {
    padding: 25px !important; }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25px !important; }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25px !important; }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25px !important; }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25px !important; }
  .p-xl-24 {
    padding: 24px !important; }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 24px !important; }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 24px !important; }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 24px !important; }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 24px !important; }
  .p-xl-23 {
    padding: 23px !important; }
  .pt-xl-23,
  .py-xl-23 {
    padding-top: 23px !important; }
  .pr-xl-23,
  .px-xl-23 {
    padding-right: 23px !important; }
  .pb-xl-23,
  .py-xl-23 {
    padding-bottom: 23px !important; }
  .pl-xl-23,
  .px-xl-23 {
    padding-left: 23px !important; }
  .p-xl-22 {
    padding: 22px !important; }
  .pt-xl-22,
  .py-xl-22 {
    padding-top: 22px !important; }
  .pr-xl-22,
  .px-xl-22 {
    padding-right: 22px !important; }
  .pb-xl-22,
  .py-xl-22 {
    padding-bottom: 22px !important; }
  .pl-xl-22,
  .px-xl-22 {
    padding-left: 22px !important; }
  .p-xl-21 {
    padding: 21px !important; }
  .pt-xl-21,
  .py-xl-21 {
    padding-top: 21px !important; }
  .pr-xl-21,
  .px-xl-21 {
    padding-right: 21px !important; }
  .pb-xl-21,
  .py-xl-21 {
    padding-bottom: 21px !important; }
  .pl-xl-21,
  .px-xl-21 {
    padding-left: 21px !important; }
  .p-xl-20 {
    padding: 20px !important; }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important; }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important; }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important; }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important; }
  .p-xl-19 {
    padding: 19px !important; }
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 19px !important; }
  .pr-xl-19,
  .px-xl-19 {
    padding-right: 19px !important; }
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 19px !important; }
  .pl-xl-19,
  .px-xl-19 {
    padding-left: 19px !important; }
  .p-xl-18 {
    padding: 18px !important; }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 18px !important; }
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 18px !important; }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 18px !important; }
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 18px !important; }
  .p-xl-17 {
    padding: 17px !important; }
  .pt-xl-17,
  .py-xl-17 {
    padding-top: 17px !important; }
  .pr-xl-17,
  .px-xl-17 {
    padding-right: 17px !important; }
  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 17px !important; }
  .pl-xl-17,
  .px-xl-17 {
    padding-left: 17px !important; }
  .p-xl-16 {
    padding: 16px !important; }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 16px !important; }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 16px !important; }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 16px !important; }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 16px !important; }
  .p-xl-15 {
    padding: 15px !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important; }
  .p-xl-14 {
    padding: 14px !important; }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 14px !important; }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 14px !important; }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 14px !important; }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 14px !important; }
  .p-xl-13 {
    padding: 13px !important; }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 13px !important; }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 13px !important; }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 13px !important; }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 13px !important; }
  .p-xl-12 {
    padding: 12px !important; }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 12px !important; }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 12px !important; }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 12px !important; }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 12px !important; }
  .p-xl-11 {
    padding: 11px !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 11px !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 11px !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 11px !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 11px !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important; }
  .p-xl-9 {
    padding: 9px !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9px !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9px !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9px !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9px !important; }
  .p-xl-8 {
    padding: 8px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8px !important; }
  .p-xl-7 {
    padding: 7px !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7px !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7px !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7px !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7px !important; }
  .p-xl-6 {
    padding: 6px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6px !important; }
  .m-xl-n1 {
    margin: -1px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1px !important; }
  .m-xl-n2 {
    margin: -2px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2px !important; }
  .m-xl-n3 {
    margin: -3px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3px !important; }
  .m-xl-n4 {
    margin: -4px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4px !important; }
  .m-xl-n5 {
    margin: -5px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5px !important; }
  .m-xl-n100 {
    margin: -100px !important; }
  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -100px !important; }
  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -100px !important; }
  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -100px !important; }
  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -100px !important; }
  .m-xl-n99 {
    margin: -99px !important; }
  .mt-xl-n99,
  .my-xl-n99 {
    margin-top: -99px !important; }
  .mr-xl-n99,
  .mx-xl-n99 {
    margin-right: -99px !important; }
  .mb-xl-n99,
  .my-xl-n99 {
    margin-bottom: -99px !important; }
  .ml-xl-n99,
  .mx-xl-n99 {
    margin-left: -99px !important; }
  .m-xl-n98 {
    margin: -98px !important; }
  .mt-xl-n98,
  .my-xl-n98 {
    margin-top: -98px !important; }
  .mr-xl-n98,
  .mx-xl-n98 {
    margin-right: -98px !important; }
  .mb-xl-n98,
  .my-xl-n98 {
    margin-bottom: -98px !important; }
  .ml-xl-n98,
  .mx-xl-n98 {
    margin-left: -98px !important; }
  .m-xl-n97 {
    margin: -97px !important; }
  .mt-xl-n97,
  .my-xl-n97 {
    margin-top: -97px !important; }
  .mr-xl-n97,
  .mx-xl-n97 {
    margin-right: -97px !important; }
  .mb-xl-n97,
  .my-xl-n97 {
    margin-bottom: -97px !important; }
  .ml-xl-n97,
  .mx-xl-n97 {
    margin-left: -97px !important; }
  .m-xl-n96 {
    margin: -96px !important; }
  .mt-xl-n96,
  .my-xl-n96 {
    margin-top: -96px !important; }
  .mr-xl-n96,
  .mx-xl-n96 {
    margin-right: -96px !important; }
  .mb-xl-n96,
  .my-xl-n96 {
    margin-bottom: -96px !important; }
  .ml-xl-n96,
  .mx-xl-n96 {
    margin-left: -96px !important; }
  .m-xl-n95 {
    margin: -95px !important; }
  .mt-xl-n95,
  .my-xl-n95 {
    margin-top: -95px !important; }
  .mr-xl-n95,
  .mx-xl-n95 {
    margin-right: -95px !important; }
  .mb-xl-n95,
  .my-xl-n95 {
    margin-bottom: -95px !important; }
  .ml-xl-n95,
  .mx-xl-n95 {
    margin-left: -95px !important; }
  .m-xl-n94 {
    margin: -94px !important; }
  .mt-xl-n94,
  .my-xl-n94 {
    margin-top: -94px !important; }
  .mr-xl-n94,
  .mx-xl-n94 {
    margin-right: -94px !important; }
  .mb-xl-n94,
  .my-xl-n94 {
    margin-bottom: -94px !important; }
  .ml-xl-n94,
  .mx-xl-n94 {
    margin-left: -94px !important; }
  .m-xl-n93 {
    margin: -93px !important; }
  .mt-xl-n93,
  .my-xl-n93 {
    margin-top: -93px !important; }
  .mr-xl-n93,
  .mx-xl-n93 {
    margin-right: -93px !important; }
  .mb-xl-n93,
  .my-xl-n93 {
    margin-bottom: -93px !important; }
  .ml-xl-n93,
  .mx-xl-n93 {
    margin-left: -93px !important; }
  .m-xl-n92 {
    margin: -92px !important; }
  .mt-xl-n92,
  .my-xl-n92 {
    margin-top: -92px !important; }
  .mr-xl-n92,
  .mx-xl-n92 {
    margin-right: -92px !important; }
  .mb-xl-n92,
  .my-xl-n92 {
    margin-bottom: -92px !important; }
  .ml-xl-n92,
  .mx-xl-n92 {
    margin-left: -92px !important; }
  .m-xl-n91 {
    margin: -91px !important; }
  .mt-xl-n91,
  .my-xl-n91 {
    margin-top: -91px !important; }
  .mr-xl-n91,
  .mx-xl-n91 {
    margin-right: -91px !important; }
  .mb-xl-n91,
  .my-xl-n91 {
    margin-bottom: -91px !important; }
  .ml-xl-n91,
  .mx-xl-n91 {
    margin-left: -91px !important; }
  .m-xl-n90 {
    margin: -90px !important; }
  .mt-xl-n90,
  .my-xl-n90 {
    margin-top: -90px !important; }
  .mr-xl-n90,
  .mx-xl-n90 {
    margin-right: -90px !important; }
  .mb-xl-n90,
  .my-xl-n90 {
    margin-bottom: -90px !important; }
  .ml-xl-n90,
  .mx-xl-n90 {
    margin-left: -90px !important; }
  .m-xl-n89 {
    margin: -89px !important; }
  .mt-xl-n89,
  .my-xl-n89 {
    margin-top: -89px !important; }
  .mr-xl-n89,
  .mx-xl-n89 {
    margin-right: -89px !important; }
  .mb-xl-n89,
  .my-xl-n89 {
    margin-bottom: -89px !important; }
  .ml-xl-n89,
  .mx-xl-n89 {
    margin-left: -89px !important; }
  .m-xl-n88 {
    margin: -88px !important; }
  .mt-xl-n88,
  .my-xl-n88 {
    margin-top: -88px !important; }
  .mr-xl-n88,
  .mx-xl-n88 {
    margin-right: -88px !important; }
  .mb-xl-n88,
  .my-xl-n88 {
    margin-bottom: -88px !important; }
  .ml-xl-n88,
  .mx-xl-n88 {
    margin-left: -88px !important; }
  .m-xl-n87 {
    margin: -87px !important; }
  .mt-xl-n87,
  .my-xl-n87 {
    margin-top: -87px !important; }
  .mr-xl-n87,
  .mx-xl-n87 {
    margin-right: -87px !important; }
  .mb-xl-n87,
  .my-xl-n87 {
    margin-bottom: -87px !important; }
  .ml-xl-n87,
  .mx-xl-n87 {
    margin-left: -87px !important; }
  .m-xl-n86 {
    margin: -86px !important; }
  .mt-xl-n86,
  .my-xl-n86 {
    margin-top: -86px !important; }
  .mr-xl-n86,
  .mx-xl-n86 {
    margin-right: -86px !important; }
  .mb-xl-n86,
  .my-xl-n86 {
    margin-bottom: -86px !important; }
  .ml-xl-n86,
  .mx-xl-n86 {
    margin-left: -86px !important; }
  .m-xl-n85 {
    margin: -85px !important; }
  .mt-xl-n85,
  .my-xl-n85 {
    margin-top: -85px !important; }
  .mr-xl-n85,
  .mx-xl-n85 {
    margin-right: -85px !important; }
  .mb-xl-n85,
  .my-xl-n85 {
    margin-bottom: -85px !important; }
  .ml-xl-n85,
  .mx-xl-n85 {
    margin-left: -85px !important; }
  .m-xl-n84 {
    margin: -84px !important; }
  .mt-xl-n84,
  .my-xl-n84 {
    margin-top: -84px !important; }
  .mr-xl-n84,
  .mx-xl-n84 {
    margin-right: -84px !important; }
  .mb-xl-n84,
  .my-xl-n84 {
    margin-bottom: -84px !important; }
  .ml-xl-n84,
  .mx-xl-n84 {
    margin-left: -84px !important; }
  .m-xl-n83 {
    margin: -83px !important; }
  .mt-xl-n83,
  .my-xl-n83 {
    margin-top: -83px !important; }
  .mr-xl-n83,
  .mx-xl-n83 {
    margin-right: -83px !important; }
  .mb-xl-n83,
  .my-xl-n83 {
    margin-bottom: -83px !important; }
  .ml-xl-n83,
  .mx-xl-n83 {
    margin-left: -83px !important; }
  .m-xl-n82 {
    margin: -82px !important; }
  .mt-xl-n82,
  .my-xl-n82 {
    margin-top: -82px !important; }
  .mr-xl-n82,
  .mx-xl-n82 {
    margin-right: -82px !important; }
  .mb-xl-n82,
  .my-xl-n82 {
    margin-bottom: -82px !important; }
  .ml-xl-n82,
  .mx-xl-n82 {
    margin-left: -82px !important; }
  .m-xl-n81 {
    margin: -81px !important; }
  .mt-xl-n81,
  .my-xl-n81 {
    margin-top: -81px !important; }
  .mr-xl-n81,
  .mx-xl-n81 {
    margin-right: -81px !important; }
  .mb-xl-n81,
  .my-xl-n81 {
    margin-bottom: -81px !important; }
  .ml-xl-n81,
  .mx-xl-n81 {
    margin-left: -81px !important; }
  .m-xl-n80 {
    margin: -80px !important; }
  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -80px !important; }
  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -80px !important; }
  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -80px !important; }
  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -80px !important; }
  .m-xl-n79 {
    margin: -79px !important; }
  .mt-xl-n79,
  .my-xl-n79 {
    margin-top: -79px !important; }
  .mr-xl-n79,
  .mx-xl-n79 {
    margin-right: -79px !important; }
  .mb-xl-n79,
  .my-xl-n79 {
    margin-bottom: -79px !important; }
  .ml-xl-n79,
  .mx-xl-n79 {
    margin-left: -79px !important; }
  .m-xl-n78 {
    margin: -78px !important; }
  .mt-xl-n78,
  .my-xl-n78 {
    margin-top: -78px !important; }
  .mr-xl-n78,
  .mx-xl-n78 {
    margin-right: -78px !important; }
  .mb-xl-n78,
  .my-xl-n78 {
    margin-bottom: -78px !important; }
  .ml-xl-n78,
  .mx-xl-n78 {
    margin-left: -78px !important; }
  .m-xl-n77 {
    margin: -77px !important; }
  .mt-xl-n77,
  .my-xl-n77 {
    margin-top: -77px !important; }
  .mr-xl-n77,
  .mx-xl-n77 {
    margin-right: -77px !important; }
  .mb-xl-n77,
  .my-xl-n77 {
    margin-bottom: -77px !important; }
  .ml-xl-n77,
  .mx-xl-n77 {
    margin-left: -77px !important; }
  .m-xl-n76 {
    margin: -76px !important; }
  .mt-xl-n76,
  .my-xl-n76 {
    margin-top: -76px !important; }
  .mr-xl-n76,
  .mx-xl-n76 {
    margin-right: -76px !important; }
  .mb-xl-n76,
  .my-xl-n76 {
    margin-bottom: -76px !important; }
  .ml-xl-n76,
  .mx-xl-n76 {
    margin-left: -76px !important; }
  .m-xl-n75 {
    margin: -75px !important; }
  .mt-xl-n75,
  .my-xl-n75 {
    margin-top: -75px !important; }
  .mr-xl-n75,
  .mx-xl-n75 {
    margin-right: -75px !important; }
  .mb-xl-n75,
  .my-xl-n75 {
    margin-bottom: -75px !important; }
  .ml-xl-n75,
  .mx-xl-n75 {
    margin-left: -75px !important; }
  .m-xl-n74 {
    margin: -74px !important; }
  .mt-xl-n74,
  .my-xl-n74 {
    margin-top: -74px !important; }
  .mr-xl-n74,
  .mx-xl-n74 {
    margin-right: -74px !important; }
  .mb-xl-n74,
  .my-xl-n74 {
    margin-bottom: -74px !important; }
  .ml-xl-n74,
  .mx-xl-n74 {
    margin-left: -74px !important; }
  .m-xl-n73 {
    margin: -73px !important; }
  .mt-xl-n73,
  .my-xl-n73 {
    margin-top: -73px !important; }
  .mr-xl-n73,
  .mx-xl-n73 {
    margin-right: -73px !important; }
  .mb-xl-n73,
  .my-xl-n73 {
    margin-bottom: -73px !important; }
  .ml-xl-n73,
  .mx-xl-n73 {
    margin-left: -73px !important; }
  .m-xl-n72 {
    margin: -72px !important; }
  .mt-xl-n72,
  .my-xl-n72 {
    margin-top: -72px !important; }
  .mr-xl-n72,
  .mx-xl-n72 {
    margin-right: -72px !important; }
  .mb-xl-n72,
  .my-xl-n72 {
    margin-bottom: -72px !important; }
  .ml-xl-n72,
  .mx-xl-n72 {
    margin-left: -72px !important; }
  .m-xl-n71 {
    margin: -71px !important; }
  .mt-xl-n71,
  .my-xl-n71 {
    margin-top: -71px !important; }
  .mr-xl-n71,
  .mx-xl-n71 {
    margin-right: -71px !important; }
  .mb-xl-n71,
  .my-xl-n71 {
    margin-bottom: -71px !important; }
  .ml-xl-n71,
  .mx-xl-n71 {
    margin-left: -71px !important; }
  .m-xl-n70 {
    margin: -70px !important; }
  .mt-xl-n70,
  .my-xl-n70 {
    margin-top: -70px !important; }
  .mr-xl-n70,
  .mx-xl-n70 {
    margin-right: -70px !important; }
  .mb-xl-n70,
  .my-xl-n70 {
    margin-bottom: -70px !important; }
  .ml-xl-n70,
  .mx-xl-n70 {
    margin-left: -70px !important; }
  .m-xl-n69 {
    margin: -69px !important; }
  .mt-xl-n69,
  .my-xl-n69 {
    margin-top: -69px !important; }
  .mr-xl-n69,
  .mx-xl-n69 {
    margin-right: -69px !important; }
  .mb-xl-n69,
  .my-xl-n69 {
    margin-bottom: -69px !important; }
  .ml-xl-n69,
  .mx-xl-n69 {
    margin-left: -69px !important; }
  .m-xl-n68 {
    margin: -68px !important; }
  .mt-xl-n68,
  .my-xl-n68 {
    margin-top: -68px !important; }
  .mr-xl-n68,
  .mx-xl-n68 {
    margin-right: -68px !important; }
  .mb-xl-n68,
  .my-xl-n68 {
    margin-bottom: -68px !important; }
  .ml-xl-n68,
  .mx-xl-n68 {
    margin-left: -68px !important; }
  .m-xl-n67 {
    margin: -67px !important; }
  .mt-xl-n67,
  .my-xl-n67 {
    margin-top: -67px !important; }
  .mr-xl-n67,
  .mx-xl-n67 {
    margin-right: -67px !important; }
  .mb-xl-n67,
  .my-xl-n67 {
    margin-bottom: -67px !important; }
  .ml-xl-n67,
  .mx-xl-n67 {
    margin-left: -67px !important; }
  .m-xl-n66 {
    margin: -66px !important; }
  .mt-xl-n66,
  .my-xl-n66 {
    margin-top: -66px !important; }
  .mr-xl-n66,
  .mx-xl-n66 {
    margin-right: -66px !important; }
  .mb-xl-n66,
  .my-xl-n66 {
    margin-bottom: -66px !important; }
  .ml-xl-n66,
  .mx-xl-n66 {
    margin-left: -66px !important; }
  .m-xl-n65 {
    margin: -65px !important; }
  .mt-xl-n65,
  .my-xl-n65 {
    margin-top: -65px !important; }
  .mr-xl-n65,
  .mx-xl-n65 {
    margin-right: -65px !important; }
  .mb-xl-n65,
  .my-xl-n65 {
    margin-bottom: -65px !important; }
  .ml-xl-n65,
  .mx-xl-n65 {
    margin-left: -65px !important; }
  .m-xl-n64 {
    margin: -64px !important; }
  .mt-xl-n64,
  .my-xl-n64 {
    margin-top: -64px !important; }
  .mr-xl-n64,
  .mx-xl-n64 {
    margin-right: -64px !important; }
  .mb-xl-n64,
  .my-xl-n64 {
    margin-bottom: -64px !important; }
  .ml-xl-n64,
  .mx-xl-n64 {
    margin-left: -64px !important; }
  .m-xl-n63 {
    margin: -63px !important; }
  .mt-xl-n63,
  .my-xl-n63 {
    margin-top: -63px !important; }
  .mr-xl-n63,
  .mx-xl-n63 {
    margin-right: -63px !important; }
  .mb-xl-n63,
  .my-xl-n63 {
    margin-bottom: -63px !important; }
  .ml-xl-n63,
  .mx-xl-n63 {
    margin-left: -63px !important; }
  .m-xl-n62 {
    margin: -62px !important; }
  .mt-xl-n62,
  .my-xl-n62 {
    margin-top: -62px !important; }
  .mr-xl-n62,
  .mx-xl-n62 {
    margin-right: -62px !important; }
  .mb-xl-n62,
  .my-xl-n62 {
    margin-bottom: -62px !important; }
  .ml-xl-n62,
  .mx-xl-n62 {
    margin-left: -62px !important; }
  .m-xl-n61 {
    margin: -61px !important; }
  .mt-xl-n61,
  .my-xl-n61 {
    margin-top: -61px !important; }
  .mr-xl-n61,
  .mx-xl-n61 {
    margin-right: -61px !important; }
  .mb-xl-n61,
  .my-xl-n61 {
    margin-bottom: -61px !important; }
  .ml-xl-n61,
  .mx-xl-n61 {
    margin-left: -61px !important; }
  .m-xl-n60 {
    margin: -60px !important; }
  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -60px !important; }
  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -60px !important; }
  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -60px !important; }
  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -60px !important; }
  .m-xl-n59 {
    margin: -59px !important; }
  .mt-xl-n59,
  .my-xl-n59 {
    margin-top: -59px !important; }
  .mr-xl-n59,
  .mx-xl-n59 {
    margin-right: -59px !important; }
  .mb-xl-n59,
  .my-xl-n59 {
    margin-bottom: -59px !important; }
  .ml-xl-n59,
  .mx-xl-n59 {
    margin-left: -59px !important; }
  .m-xl-n58 {
    margin: -58px !important; }
  .mt-xl-n58,
  .my-xl-n58 {
    margin-top: -58px !important; }
  .mr-xl-n58,
  .mx-xl-n58 {
    margin-right: -58px !important; }
  .mb-xl-n58,
  .my-xl-n58 {
    margin-bottom: -58px !important; }
  .ml-xl-n58,
  .mx-xl-n58 {
    margin-left: -58px !important; }
  .m-xl-n57 {
    margin: -57px !important; }
  .mt-xl-n57,
  .my-xl-n57 {
    margin-top: -57px !important; }
  .mr-xl-n57,
  .mx-xl-n57 {
    margin-right: -57px !important; }
  .mb-xl-n57,
  .my-xl-n57 {
    margin-bottom: -57px !important; }
  .ml-xl-n57,
  .mx-xl-n57 {
    margin-left: -57px !important; }
  .m-xl-n56 {
    margin: -56px !important; }
  .mt-xl-n56,
  .my-xl-n56 {
    margin-top: -56px !important; }
  .mr-xl-n56,
  .mx-xl-n56 {
    margin-right: -56px !important; }
  .mb-xl-n56,
  .my-xl-n56 {
    margin-bottom: -56px !important; }
  .ml-xl-n56,
  .mx-xl-n56 {
    margin-left: -56px !important; }
  .m-xl-n55 {
    margin: -55px !important; }
  .mt-xl-n55,
  .my-xl-n55 {
    margin-top: -55px !important; }
  .mr-xl-n55,
  .mx-xl-n55 {
    margin-right: -55px !important; }
  .mb-xl-n55,
  .my-xl-n55 {
    margin-bottom: -55px !important; }
  .ml-xl-n55,
  .mx-xl-n55 {
    margin-left: -55px !important; }
  .m-xl-n54 {
    margin: -54px !important; }
  .mt-xl-n54,
  .my-xl-n54 {
    margin-top: -54px !important; }
  .mr-xl-n54,
  .mx-xl-n54 {
    margin-right: -54px !important; }
  .mb-xl-n54,
  .my-xl-n54 {
    margin-bottom: -54px !important; }
  .ml-xl-n54,
  .mx-xl-n54 {
    margin-left: -54px !important; }
  .m-xl-n53 {
    margin: -53px !important; }
  .mt-xl-n53,
  .my-xl-n53 {
    margin-top: -53px !important; }
  .mr-xl-n53,
  .mx-xl-n53 {
    margin-right: -53px !important; }
  .mb-xl-n53,
  .my-xl-n53 {
    margin-bottom: -53px !important; }
  .ml-xl-n53,
  .mx-xl-n53 {
    margin-left: -53px !important; }
  .m-xl-n52 {
    margin: -52px !important; }
  .mt-xl-n52,
  .my-xl-n52 {
    margin-top: -52px !important; }
  .mr-xl-n52,
  .mx-xl-n52 {
    margin-right: -52px !important; }
  .mb-xl-n52,
  .my-xl-n52 {
    margin-bottom: -52px !important; }
  .ml-xl-n52,
  .mx-xl-n52 {
    margin-left: -52px !important; }
  .m-xl-n51 {
    margin: -51px !important; }
  .mt-xl-n51,
  .my-xl-n51 {
    margin-top: -51px !important; }
  .mr-xl-n51,
  .mx-xl-n51 {
    margin-right: -51px !important; }
  .mb-xl-n51,
  .my-xl-n51 {
    margin-bottom: -51px !important; }
  .ml-xl-n51,
  .mx-xl-n51 {
    margin-left: -51px !important; }
  .m-xl-n50 {
    margin: -50px !important; }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -50px !important; }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -50px !important; }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -50px !important; }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -50px !important; }
  .m-xl-n49 {
    margin: -49px !important; }
  .mt-xl-n49,
  .my-xl-n49 {
    margin-top: -49px !important; }
  .mr-xl-n49,
  .mx-xl-n49 {
    margin-right: -49px !important; }
  .mb-xl-n49,
  .my-xl-n49 {
    margin-bottom: -49px !important; }
  .ml-xl-n49,
  .mx-xl-n49 {
    margin-left: -49px !important; }
  .m-xl-n48 {
    margin: -48px !important; }
  .mt-xl-n48,
  .my-xl-n48 {
    margin-top: -48px !important; }
  .mr-xl-n48,
  .mx-xl-n48 {
    margin-right: -48px !important; }
  .mb-xl-n48,
  .my-xl-n48 {
    margin-bottom: -48px !important; }
  .ml-xl-n48,
  .mx-xl-n48 {
    margin-left: -48px !important; }
  .m-xl-n47 {
    margin: -47px !important; }
  .mt-xl-n47,
  .my-xl-n47 {
    margin-top: -47px !important; }
  .mr-xl-n47,
  .mx-xl-n47 {
    margin-right: -47px !important; }
  .mb-xl-n47,
  .my-xl-n47 {
    margin-bottom: -47px !important; }
  .ml-xl-n47,
  .mx-xl-n47 {
    margin-left: -47px !important; }
  .m-xl-n46 {
    margin: -46px !important; }
  .mt-xl-n46,
  .my-xl-n46 {
    margin-top: -46px !important; }
  .mr-xl-n46,
  .mx-xl-n46 {
    margin-right: -46px !important; }
  .mb-xl-n46,
  .my-xl-n46 {
    margin-bottom: -46px !important; }
  .ml-xl-n46,
  .mx-xl-n46 {
    margin-left: -46px !important; }
  .m-xl-n45 {
    margin: -45px !important; }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -45px !important; }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -45px !important; }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -45px !important; }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -45px !important; }
  .m-xl-n44 {
    margin: -44px !important; }
  .mt-xl-n44,
  .my-xl-n44 {
    margin-top: -44px !important; }
  .mr-xl-n44,
  .mx-xl-n44 {
    margin-right: -44px !important; }
  .mb-xl-n44,
  .my-xl-n44 {
    margin-bottom: -44px !important; }
  .ml-xl-n44,
  .mx-xl-n44 {
    margin-left: -44px !important; }
  .m-xl-n43 {
    margin: -43px !important; }
  .mt-xl-n43,
  .my-xl-n43 {
    margin-top: -43px !important; }
  .mr-xl-n43,
  .mx-xl-n43 {
    margin-right: -43px !important; }
  .mb-xl-n43,
  .my-xl-n43 {
    margin-bottom: -43px !important; }
  .ml-xl-n43,
  .mx-xl-n43 {
    margin-left: -43px !important; }
  .m-xl-n42 {
    margin: -42px !important; }
  .mt-xl-n42,
  .my-xl-n42 {
    margin-top: -42px !important; }
  .mr-xl-n42,
  .mx-xl-n42 {
    margin-right: -42px !important; }
  .mb-xl-n42,
  .my-xl-n42 {
    margin-bottom: -42px !important; }
  .ml-xl-n42,
  .mx-xl-n42 {
    margin-left: -42px !important; }
  .m-xl-n41 {
    margin: -41px !important; }
  .mt-xl-n41,
  .my-xl-n41 {
    margin-top: -41px !important; }
  .mr-xl-n41,
  .mx-xl-n41 {
    margin-right: -41px !important; }
  .mb-xl-n41,
  .my-xl-n41 {
    margin-bottom: -41px !important; }
  .ml-xl-n41,
  .mx-xl-n41 {
    margin-left: -41px !important; }
  .m-xl-n40 {
    margin: -40px !important; }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -40px !important; }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -40px !important; }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -40px !important; }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -40px !important; }
  .m-xl-n39 {
    margin: -39px !important; }
  .mt-xl-n39,
  .my-xl-n39 {
    margin-top: -39px !important; }
  .mr-xl-n39,
  .mx-xl-n39 {
    margin-right: -39px !important; }
  .mb-xl-n39,
  .my-xl-n39 {
    margin-bottom: -39px !important; }
  .ml-xl-n39,
  .mx-xl-n39 {
    margin-left: -39px !important; }
  .m-xl-n38 {
    margin: -38px !important; }
  .mt-xl-n38,
  .my-xl-n38 {
    margin-top: -38px !important; }
  .mr-xl-n38,
  .mx-xl-n38 {
    margin-right: -38px !important; }
  .mb-xl-n38,
  .my-xl-n38 {
    margin-bottom: -38px !important; }
  .ml-xl-n38,
  .mx-xl-n38 {
    margin-left: -38px !important; }
  .m-xl-n37 {
    margin: -37px !important; }
  .mt-xl-n37,
  .my-xl-n37 {
    margin-top: -37px !important; }
  .mr-xl-n37,
  .mx-xl-n37 {
    margin-right: -37px !important; }
  .mb-xl-n37,
  .my-xl-n37 {
    margin-bottom: -37px !important; }
  .ml-xl-n37,
  .mx-xl-n37 {
    margin-left: -37px !important; }
  .m-xl-n36 {
    margin: -36px !important; }
  .mt-xl-n36,
  .my-xl-n36 {
    margin-top: -36px !important; }
  .mr-xl-n36,
  .mx-xl-n36 {
    margin-right: -36px !important; }
  .mb-xl-n36,
  .my-xl-n36 {
    margin-bottom: -36px !important; }
  .ml-xl-n36,
  .mx-xl-n36 {
    margin-left: -36px !important; }
  .m-xl-n35 {
    margin: -35px !important; }
  .mt-xl-n35,
  .my-xl-n35 {
    margin-top: -35px !important; }
  .mr-xl-n35,
  .mx-xl-n35 {
    margin-right: -35px !important; }
  .mb-xl-n35,
  .my-xl-n35 {
    margin-bottom: -35px !important; }
  .ml-xl-n35,
  .mx-xl-n35 {
    margin-left: -35px !important; }
  .m-xl-n34 {
    margin: -34px !important; }
  .mt-xl-n34,
  .my-xl-n34 {
    margin-top: -34px !important; }
  .mr-xl-n34,
  .mx-xl-n34 {
    margin-right: -34px !important; }
  .mb-xl-n34,
  .my-xl-n34 {
    margin-bottom: -34px !important; }
  .ml-xl-n34,
  .mx-xl-n34 {
    margin-left: -34px !important; }
  .m-xl-n33 {
    margin: -33px !important; }
  .mt-xl-n33,
  .my-xl-n33 {
    margin-top: -33px !important; }
  .mr-xl-n33,
  .mx-xl-n33 {
    margin-right: -33px !important; }
  .mb-xl-n33,
  .my-xl-n33 {
    margin-bottom: -33px !important; }
  .ml-xl-n33,
  .mx-xl-n33 {
    margin-left: -33px !important; }
  .m-xl-n32 {
    margin: -32px !important; }
  .mt-xl-n32,
  .my-xl-n32 {
    margin-top: -32px !important; }
  .mr-xl-n32,
  .mx-xl-n32 {
    margin-right: -32px !important; }
  .mb-xl-n32,
  .my-xl-n32 {
    margin-bottom: -32px !important; }
  .ml-xl-n32,
  .mx-xl-n32 {
    margin-left: -32px !important; }
  .m-xl-n31 {
    margin: -31px !important; }
  .mt-xl-n31,
  .my-xl-n31 {
    margin-top: -31px !important; }
  .mr-xl-n31,
  .mx-xl-n31 {
    margin-right: -31px !important; }
  .mb-xl-n31,
  .my-xl-n31 {
    margin-bottom: -31px !important; }
  .ml-xl-n31,
  .mx-xl-n31 {
    margin-left: -31px !important; }
  .m-xl-n30 {
    margin: -30px !important; }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -30px !important; }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -30px !important; }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -30px !important; }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -30px !important; }
  .m-xl-n29 {
    margin: -29px !important; }
  .mt-xl-n29,
  .my-xl-n29 {
    margin-top: -29px !important; }
  .mr-xl-n29,
  .mx-xl-n29 {
    margin-right: -29px !important; }
  .mb-xl-n29,
  .my-xl-n29 {
    margin-bottom: -29px !important; }
  .ml-xl-n29,
  .mx-xl-n29 {
    margin-left: -29px !important; }
  .m-xl-n28 {
    margin: -28px !important; }
  .mt-xl-n28,
  .my-xl-n28 {
    margin-top: -28px !important; }
  .mr-xl-n28,
  .mx-xl-n28 {
    margin-right: -28px !important; }
  .mb-xl-n28,
  .my-xl-n28 {
    margin-bottom: -28px !important; }
  .ml-xl-n28,
  .mx-xl-n28 {
    margin-left: -28px !important; }
  .m-xl-n27 {
    margin: -27px !important; }
  .mt-xl-n27,
  .my-xl-n27 {
    margin-top: -27px !important; }
  .mr-xl-n27,
  .mx-xl-n27 {
    margin-right: -27px !important; }
  .mb-xl-n27,
  .my-xl-n27 {
    margin-bottom: -27px !important; }
  .ml-xl-n27,
  .mx-xl-n27 {
    margin-left: -27px !important; }
  .m-xl-n26 {
    margin: -26px !important; }
  .mt-xl-n26,
  .my-xl-n26 {
    margin-top: -26px !important; }
  .mr-xl-n26,
  .mx-xl-n26 {
    margin-right: -26px !important; }
  .mb-xl-n26,
  .my-xl-n26 {
    margin-bottom: -26px !important; }
  .ml-xl-n26,
  .mx-xl-n26 {
    margin-left: -26px !important; }
  .m-xl-n25 {
    margin: -25px !important; }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -25px !important; }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -25px !important; }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -25px !important; }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -25px !important; }
  .m-xl-n24 {
    margin: -24px !important; }
  .mt-xl-n24,
  .my-xl-n24 {
    margin-top: -24px !important; }
  .mr-xl-n24,
  .mx-xl-n24 {
    margin-right: -24px !important; }
  .mb-xl-n24,
  .my-xl-n24 {
    margin-bottom: -24px !important; }
  .ml-xl-n24,
  .mx-xl-n24 {
    margin-left: -24px !important; }
  .m-xl-n23 {
    margin: -23px !important; }
  .mt-xl-n23,
  .my-xl-n23 {
    margin-top: -23px !important; }
  .mr-xl-n23,
  .mx-xl-n23 {
    margin-right: -23px !important; }
  .mb-xl-n23,
  .my-xl-n23 {
    margin-bottom: -23px !important; }
  .ml-xl-n23,
  .mx-xl-n23 {
    margin-left: -23px !important; }
  .m-xl-n22 {
    margin: -22px !important; }
  .mt-xl-n22,
  .my-xl-n22 {
    margin-top: -22px !important; }
  .mr-xl-n22,
  .mx-xl-n22 {
    margin-right: -22px !important; }
  .mb-xl-n22,
  .my-xl-n22 {
    margin-bottom: -22px !important; }
  .ml-xl-n22,
  .mx-xl-n22 {
    margin-left: -22px !important; }
  .m-xl-n21 {
    margin: -21px !important; }
  .mt-xl-n21,
  .my-xl-n21 {
    margin-top: -21px !important; }
  .mr-xl-n21,
  .mx-xl-n21 {
    margin-right: -21px !important; }
  .mb-xl-n21,
  .my-xl-n21 {
    margin-bottom: -21px !important; }
  .ml-xl-n21,
  .mx-xl-n21 {
    margin-left: -21px !important; }
  .m-xl-n20 {
    margin: -20px !important; }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -20px !important; }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -20px !important; }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -20px !important; }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -20px !important; }
  .m-xl-n19 {
    margin: -19px !important; }
  .mt-xl-n19,
  .my-xl-n19 {
    margin-top: -19px !important; }
  .mr-xl-n19,
  .mx-xl-n19 {
    margin-right: -19px !important; }
  .mb-xl-n19,
  .my-xl-n19 {
    margin-bottom: -19px !important; }
  .ml-xl-n19,
  .mx-xl-n19 {
    margin-left: -19px !important; }
  .m-xl-n18 {
    margin: -18px !important; }
  .mt-xl-n18,
  .my-xl-n18 {
    margin-top: -18px !important; }
  .mr-xl-n18,
  .mx-xl-n18 {
    margin-right: -18px !important; }
  .mb-xl-n18,
  .my-xl-n18 {
    margin-bottom: -18px !important; }
  .ml-xl-n18,
  .mx-xl-n18 {
    margin-left: -18px !important; }
  .m-xl-n17 {
    margin: -17px !important; }
  .mt-xl-n17,
  .my-xl-n17 {
    margin-top: -17px !important; }
  .mr-xl-n17,
  .mx-xl-n17 {
    margin-right: -17px !important; }
  .mb-xl-n17,
  .my-xl-n17 {
    margin-bottom: -17px !important; }
  .ml-xl-n17,
  .mx-xl-n17 {
    margin-left: -17px !important; }
  .m-xl-n16 {
    margin: -16px !important; }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -16px !important; }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -16px !important; }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -16px !important; }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -16px !important; }
  .m-xl-n15 {
    margin: -15px !important; }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -15px !important; }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -15px !important; }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -15px !important; }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -15px !important; }
  .m-xl-n14 {
    margin: -14px !important; }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -14px !important; }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -14px !important; }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -14px !important; }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -14px !important; }
  .m-xl-n13 {
    margin: -13px !important; }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -13px !important; }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -13px !important; }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -13px !important; }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -13px !important; }
  .m-xl-n12 {
    margin: -12px !important; }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -12px !important; }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -12px !important; }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -12px !important; }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -12px !important; }
  .m-xl-n11 {
    margin: -11px !important; }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -11px !important; }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -11px !important; }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -11px !important; }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -11px !important; }
  .m-xl-n10 {
    margin: -10px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10px !important; }
  .m-xl-n9 {
    margin: -9px !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9px !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9px !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9px !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9px !important; }
  .m-xl-n8 {
    margin: -8px !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8px !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8px !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8px !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8px !important; }
  .m-xl-n7 {
    margin: -7px !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -7px !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -7px !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -7px !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -7px !important; }
  .m-xl-n6 {
    margin: -6px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6px !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; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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-tn-left {
    text-align: left !important; }
  .text-tn-right {
    text-align: right !important; }
  .text-tn-center {
    text-align: center !important; } }

@media (min-width: 576px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; } }

@media (min-width: 767px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 960px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-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: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.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; } }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -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) {
  .form-control {
    -webkit-transition: none;
    transition: none; } }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  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: #6c757d; }

.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: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:invalid:focus, .form-control.is-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); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }

.was-validated .custom-select:invalid:focus, .custom-select.is-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); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-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); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-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 {
  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 {
  width: 100%; }

@media (min-width: 767px) {
  .form-inline label, .form-inline .tx-amchamnewsletter a, .tx-amchamnewsletter .form-inline a {
    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; }
  .form-inline .form-group {
    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; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto; }
  .form-inline .form-check {
    display: -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 {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .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 {
    margin-bottom: 0; } }

.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:hover, .nav-link:focus {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -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; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.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: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

@media (max-width: 1199.98px) {
  .container,
  [class*="container-"] {
    padding-right: 15px;
    padding-left: 15px; }
  .row {
    margin-right: -15px;
    margin-left: -15px; }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px; }
  .row.no-gutters > .col,
  .row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; } }



.extbase-debugger-floating {
  z-index: 9999999;
  overflow: visible; }


@font-face {
  font-family: 'Calistoga';
  src: url("../Fonts//Calistoga/Calistoga-Regular.woff2") format("woff2"), url("../Fonts//Calistoga/Calistoga-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }


@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../Fonts//IBM_Plex_Sans/IBMPlexSans-Regular.woff2") format("woff2"), url("../Fonts//IBM_Plex_Sans/IBMPlexSans-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 400; }


@font-face {
  font-family: 'IBM Plex Sans Condensed';
  src: url("../Fonts//IBM_Plex_Sans/IBMPlexSansCondensed-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 700; }


@font-face {
  font-family: 'IBM Plex Sans Condensed';
  src: url("../Fonts//IBM_Plex_Sans/IBMPlexSansCondensed-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 500; }


@font-face {
  font-family: 'IBM Plex Sans Condensed';
  src: url("../Fonts//IBM_Plex_Sans/IBMPlexSansCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }


@font-face {
  font-family: 'IBM Plex Serif';
  src: url("../Fonts//IBM_Plex_Serif/IBMPlexSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }


@font-face {
  font-family: 'IBM Plex Serif';
  src: url("../Fonts//IBM_Plex_Serif/IBMPlexSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }













.slick-slider {
  position: relative;
  display: block;
  -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 {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  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; }


.slick-prev,
.slick-next {
  border-radius: 100%;
  background-color: #EFD74F;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 46, 120, 0.5);
  box-shadow: 0 8px 16px 0 rgba(0, 46, 120, 0.5);
  position: absolute;
  display: block;
  z-index: 1;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  width: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.slick-prev:before {
  background-image: url(../Img/Icons/arrow-left.svg);
  height: 15px; }

.slick-next {
  right: 0; }

.slick-next:before {
  background-image: url(../Img/Icons/arrow-right.svg);
  height: 14px; }


.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li, .slick-dots ol li a, ol li .slick-dots a,
.slick-dots ul li a, ul li .slick-dots a {
  position: relative;
  display: inline-block;
  height: 4px;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.slick-dots li button, ol li .slick-dots a button, ul li .slick-dots a button {
  border: 0;
  background: #071A36;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: #071A36;
  padding: 0;
  cursor: pointer; }

.slick-dots li button:hover, ol li .slick-dots a button:hover, ul li .slick-dots a button:hover, .slick-dots li button:focus, ol li .slick-dots a button:focus, ul li .slick-dots a button:focus {
  outline: none; }

.slick-dots li button:hover:before, ol li .slick-dots a button:hover:before, ul li .slick-dots a button:hover:before, .slick-dots li button:focus:before, ol li .slick-dots a button:focus:before, ul li .slick-dots a button:focus:before {
  opacity: 1; }

.slick-dots li button:before, ol li .slick-dots a button:before, ul li .slick-dots a button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #071A36;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before, .slick-dots ol li a.slick-active button:before, ol li .slick-dots a.slick-active button:before, .slick-dots ul li a.slick-active button:before, ul li .slick-dots a.slick-active button:before {
  background-color: #E5E542;
  opacity: 0.75; }


h1, h2, .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Modal .orejime-Modal-title,
h3 {
  word-break: break-word;
  font-family: "Calistoga";
  letter-spacing: 0;
  font-weight: 400; }

h1.special-header,
h2.special-header,
.orejime-Notice--mandatory .orejime-Notice-body .special-header.orejime-Notice-title,
.orejime-Modal .special-header.orejime-Modal-title,
h3.special-header {
  font-family: "IBM Plex Sans condensed"; }

h1.white,
h2.white,
.orejime-Notice--mandatory .orejime-Notice-body .white.orejime-Notice-title,
.orejime-Modal .white.orejime-Modal-title,
h3.white {
  color: #fff;
  text-shadow: 0 0 22px 0 #195BB3; }

h1.gradient-red,
h2.gradient-red,
.orejime-Notice--mandatory .orejime-Notice-body .gradient-red.orejime-Notice-title,
.orejime-Modal .gradient-red.orejime-Modal-title,
h3.gradient-red {
  background: -webkit-gradient(linear, right top, left top, from(#C73418), to(#9B2813));
  background: linear-gradient(270deg, #C73418 0%, #9B2813 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

h1 {
  font-size: 35px;
  line-height: 40.6px; }

@media (min-width: 960px) {
  h1 {
    font-size: 50px;
    line-height: 58px; } }

h1.small {
  font-size: 24px;
  line-height: 37px; }

@media (min-width: 960px) {
  h1.small {
    font-size: 35px;
    line-height: 47px; } }

.h1-tag {
  font-size: 35px;
  line-height: 40.6px; }

@media (min-width: 960px) {
  .h1-tag {
    font-size: 50px;
    line-height: 58px; } }

h2, .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Modal .orejime-Modal-title {
  font-size: 24px;
  line-height: 37px; }

@media (min-width: 960px) {
  h2, .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Modal .orejime-Modal-title {
    font-size: 35px;
    line-height: 47px; } }

.h2-tag {
  font-family: "Calistoga";
  font-size: 24px;
  line-height: 37px; }

@media (min-width: 960px) {
  .h2-tag {
    font-size: 35px;
    line-height: 47px; } }

h3 {
  font-size: 25px;
  line-height: 34px; }

.h3-tag {
  font-size: 25px;
  line-height: 34px; }

h2.headline, .orejime-Notice--mandatory .orejime-Notice-body .headline.orejime-Notice-title, .orejime-Modal .headline.orejime-Modal-title,
h3.text-big {
  font-family: "IBM Plex Sans condensed"; }

figure.avatar-img {
  width: 102px;
  height: 102px; }

@media (min-width: 1200px) {
  figure.avatar-img {
    width: 181.8px;
    height: 181.8px; } }

figure.avatar-img img {
  border: 0.9px solid #fff;
  border-radius: 100%; }

figure.medium-avatar-img {
  width: 102px;
  height: 102px; }

@media (min-width: 1200px) {
  figure.medium-avatar-img {
    width: 161.8px;
    height: 161.8px; } }

figure.medium-avatar-img img {
  border: 0.9px solid #fff;
  border-radius: 100%; }

figure.small-avatar-img {
  width: 101.8px;
  height: 101.8px; }

figure.small-avatar-img img {
  border: 0.9px solid #fff;
  border-radius: 100%; }

figure.section-first-image {
  height: 380px;
  width: 440px; }

figure.section-first-image img {
  border-radius: 8px; }

figure.section-other-image {
  height: 180px;
  width: 240px; }

figure.section-other-image img {
  border-radius: 8px; }

figure.news-image {
  height: 240px;
  width: 400px; }

figure.news-image img {
  border-radius: 8px; }

figure.gradient-image {
  position: relative; }

figure.gradient-image:before {
  left: 0;
  content: "";
  border-radius: 8px;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); }

figure.image-detail {
  margin-bottom: 20px; }

figure.image-detail img {
  max-width: 100%;
  height: auto;
  border-radius: 8px; }

figure.image-detail iframe {
  min-height: 200px;
  width: 100%; }

@media (min-width: 767px) {
  figure.image-detail iframe {
    min-height: 300px; } }

@media (min-width: 1200px) {
  figure.image-detail iframe {
    min-height: 390px; } }

figure.contact-icon {
  margin-right: -14px;
  height: 41.8px; }

figure.contact-icon img {
  border: 0.9px solid #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: 100%; }

img.radius-100,
div.radius-100 {
  border: 100%; }

img.radius-8,
div.radius-8 {
  border-radius: 8px; }

img.radius-4,
div.radius-4 {
  border-radius: 4px; }

.date-shape {
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 2px 5px;
  aspect-ratio: 1/ 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50.5px;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  background-color: rgba(11, 38, 80, 0.7); }

@media (min-width: 960px) {
  .date-shape {
    height: 70.5px;
    padding: 5px; } }

.date-shape .day {
  font-family: "Calistoga";
  font-size: 15px;
  line-height: 24px; }

@media (min-width: 960px) {
  .date-shape .day {
    font-size: 22px;
    line-height: 35px; } }

.date-shape .month {
  font-family: "IBM Plex Sans condensed";
  font-weight: 700;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  font-size: 11px;
  line-height: 14px; }

@media (min-width: 960px) {
  .date-shape .month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    margin-top: -3px; } }

.swooch-top:before {
  top: 100px;
  position: absolute;
  background-image: url(../Img/swooch-below.svg);
  background-repeat: no-repeat;
  background-size: 220% auto;
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  right: 0; }

@media (min-width: 576px) {
  .swooch-top:before {
    background-size: contain; } }

@media (min-width: 767px) {
  .swooch-top:before {
    top: 130px; } }

@media (min-width: 960px) {
  .swooch-top:before {
    top: 207px; } }

@media (min-width: 1200px) {
  .swooch-top:before {
    top: unset; } }

.swooch-top:after {
  content: "";
  top: 105px;
  z-index: 1;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 220% auto;
  background-image: url(../Img/swooch-top.svg);
  width: 100%;
  height: 100%;
  right: 0; }

@media (min-width: 576px) {
  .swooch-top:after {
    background-size: contain; } }

@media (min-width: 767px) {
  .swooch-top:after {
    top: 135px; } }

@media (min-width: 960px) {
  .swooch-top:after {
    top: 213px; } }

@media (min-width: 1200px) {
  .swooch-top:after {
    top: 142px; } }

@media (min-width: 1440px) {
  .swooch-top:after {
    top: 139px; } }

@media (min-width: 1800px) {
  .swooch-top:after {
    top: 143px; } }

.swooch-footer {
  position: relative; }

.swooch-footer::before {
  position: absolute;
  content: "";
  background-image: url(../Img/swoch-footer.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  bottom: -2.6vw;
  background-size: 100%;
  background-position: bottom; }

@media (min-width: 767px) {
  .swooch-footer::before {
    bottom: -22px; } }

@media (min-width: 960px) {
  .swooch-footer::before {
    bottom: -28px; } }

@media (min-width: 1200px) {
  .swooch-footer::before {
    bottom: -15px; } }

@media (min-width: 1440px) {
  .swooch-footer::before {
    bottom: -21px; } }

.card-square-img {
  background-color: #F1F2F4;
  padding: 15px 20px;
  border-radius: 8px; }

@media (min-width: 960px) {
  .card-square-img {
    padding: 30px 40px; } }

.card-square-img figure {
  width: 100%;
  height: 100%; }

.card-square-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

figcaption {
  margin-top: 12px;
  text-align: left;
  font-family: "IBM Plex Sans";
  color: #5A6778; }

iframe.videoIframe {
  width: 100%;
  border: none;
  height: 250px; }

@media (min-width: 767px) {
  iframe.videoIframe {
    height: 406px; } }

.news-img-wrap {
  all: unset; }

div, p, .text-element .text-bodytext a, .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Modal .orejime-Modal-description,
blockquote {
  word-break: break-word;
  font-family: "IBM Plex Sans condensed";
  letter-spacing: 0;
  font-weight: 400; }

.tag-pill {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background-color: #071A36;
  color: #A5C4F3;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  padding: 7px 7.5px 6px 7.5px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-top: 10px;
  z-index: 10; }

@media (min-width: 960px) {
  .tag-pill {
    padding: 7px 10px 6px 10px; } }

.tag-pill:hover {
  text-decoration: none;
  color: #fff; }

.tag-pill-wrap {
  border-radius: 4px;
  background-color: #071A36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 0; }

@media (min-width: 960px) {
  .tag-pill-wrap {
    padding-left: 7px; } }

.tag-pill-wrap a {
  color: #A5C4F3;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  padding: 7px 7.5px 2px 7.5px;
  text-transform: uppercase; }

.tag-pill-wrap a:last-child {
  padding: 7px 7.5px 6px 7.5px; }

@media (min-width: 960px) {
  .tag-pill-wrap a {
    padding: 7px 7px 2px 0; }
  .tag-pill-wrap a:last-child {
    padding: 7px 7px 6px 0; } }

.tag-pill-wrap a:hover {
  text-decoration: none;
  color: #fff; }

.small {
  font-size: 13px;
  line-height: 17px; }

.small-tag, .small-tag-gray, .small-title-blue, .small-title-white {
  font-size: 10px;
  line-height: 13px;
  font-weight: 500; }

@media (min-width: 960px) {
  .small-tag, .small-tag-gray, .small-title-blue, .small-title-white {
    font-size: 13px;
    line-height: 17px; } }

.small-tag-gray {
  color: #4D4D4D; }

.small-title-blue {
  font-weight: 500;
  color: #4382E5;
  text-transform: uppercase; }

.small-title-white {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase; }

.twitter-small-text {
  font-size: 14px;
  line-height: 17px;
  color: #2B2B2B; }

.tag, .blue-tag, .red-tag {
  font-weight: 700;
  border-radius: 0 0 0 8px;
  height: 21px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #C73418;
  color: #fff;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 13px; }

@media (min-width: 960px) {
  .tag, .blue-tag, .red-tag {
    font-size: 14px;
    line-height: 18px;
    height: 30px;
    padding: 5px 10px 7px 10px; } }

.blue-tag {
  background-color: #113C7E;
  right: 0;
  top: 0;
  position: absolute; }

.red-tag {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #C73418; }

.small-content-text {
  font-size: 10px;
  line-height: 13px; }

@media (min-width: 960px) {
  .small-content-text {
    font-size: 14px;
    line-height: 18px; } }

.small-content-text.gray-500 {
  color: #697882; }

.text-sm {
  font-size: 15px;
  line-height: 22px;
  color: #2B2B2B; }

.p-small {
  font-size: 11px;
  line-height: 14px; }

@media (min-width: 960px) {
  .p-small {
    font-size: 16px;
    line-height: 20px; } }

.input-text {
  font-size: 12.5px;
  line-height: 16px; }

@media (min-width: 960px) {
  .input-text {
    font-size: 18px;
    line-height: 23px; } }

.btn-link {
  font-size: 13px;
  line-height: 17px; }

@media (min-width: 960px) {
  .btn-link {
    font-size: 18px;
    line-height: 23px; } }

.text, .text p, .text .text-element .text-bodytext a, .text-element .text-bodytext .text a, .text .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text .orejime-Notice-description, .text .orejime-Modal .orejime-Modal-description, .orejime-Modal .text .orejime-Modal-description {
  font-size: 13px;
  line-height: 18px; }

@media (min-width: 960px) {
  .text, .text p, .text .text-element .text-bodytext a, .text-element .text-bodytext .text a, .text .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text .orejime-Notice-description, .text .orejime-Modal .orejime-Modal-description, .orejime-Modal .text .orejime-Modal-description {
    font-size: 18px;
    line-height: 23px; } }

.text-teaser {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0; }

.footer-title {
  font-size: 15px;
  line-height: 29px; }

@media (min-width: 960px) {
  .footer-title {
    font-size: 18px;
    line-height: 23px; } }

.quote {
  font-size: 18px;
  line-height: 26px; }

p, .text-element .text-bodytext a, .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Modal .orejime-Modal-description {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 1.5em; }

@media (min-width: 960px) {
  p, .text-element .text-bodytext a, .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Modal .orejime-Modal-description {
    font-size: 18px;
    line-height: 30px; } }

.text-big, .text-element p.text-content, .text-element .text-bodytext a.text-content, .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description, .text-element .orejime-Modal .text-content.orejime-Modal-description, .orejime-Modal .text-element .text-content.orejime-Modal-description, .text-element p.text-content a, .text-element .text-bodytext a.text-content a, .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description a, .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description a, .text-element .orejime-Modal .text-content.orejime-Modal-description a, .orejime-Modal .text-element .text-content.orejime-Modal-description a, .text-element a {
  font-size: 15px;
  line-height: 29px; }

@media (min-width: 960px) {
  .text-big, .text-element p.text-content, .text-element .text-bodytext a.text-content, .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description, .text-element .orejime-Modal .text-content.orejime-Modal-description, .orejime-Modal .text-element .text-content.orejime-Modal-description, .text-element p.text-content a, .text-element .text-bodytext a.text-content a, .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description a, .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description a, .text-element .orejime-Modal .text-content.orejime-Modal-description a, .orejime-Modal .text-element .text-content.orejime-Modal-description a, .text-element a {
    font-size: 22px;
    line-height: 34px; } }

.text-big a, .text-element p.text-content a, .text-element .text-bodytext a.text-content a, .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description a, .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description a, .text-element .orejime-Modal .text-content.orejime-Modal-description a, .orejime-Modal .text-element .text-content.orejime-Modal-description a, .text-element a a {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important; }

.subtitle {
  font-size: 15px;
  line-height: 22px; }

.subline {
  font-size: 15px;
  line-height: 24px; }

@media (min-width: 960px) {
  .subline {
    font-size: 22px;
    line-height: 35px; } }

.headline {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700; }

@media (min-width: 960px) {
  .headline {
    font-size: 25px;
    line-height: 33px; } }

.headline-higher {
  font-size: 25px;
  line-height: 35px; }

.block {
  font-weight: 700;
  font-size: 21px;
  line-height: 24.5px; }

@media (min-width: 960px) {
  .block {
    font-size: 30px;
    line-height: 35px; } }

.layout-title {
  font-size: 21px;
  line-height: 24.5px; }

@media (min-width: 960px) {
  .layout-title {
    font-size: 30px;
    line-height: 47px; } }

.number-shape {
  color: #C73418;
  font-family: "Calistoga";
  font-size: 50px;
  line-height: 58px; }

.bold {
  font-weight: 700; }

blockquote {
  background-image: url(../Img/comment.svg);
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 10px;
  border-radius: 8px;
  background-color: #E9F0FC;
  position: relative;
  z-index: -1;
  padding: 20px;
  font-family: "IBM Plex Serif";
  font-size: 18px;
  line-height: 30px;
  color: #000000; }

@media (min-width: 960px) {
  blockquote {
    padding: 40px;
    background-position-x: 20px;
    background-position-y: 20px; } }

blockquote figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 50%;
  position: absolute;
  top: 0;
  height: 85px;
  width: 85px; }

blockquote figure img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border: 5px solid #E9F0FC;
  border-radius: 100%; }

a,
button {
  word-break: break-word;
  font-family: "IBM Plex Sans condensed";
  cursor: pointer; }

a.btn, a.primary-button,
button.primary-button, a.secondary-button,
button.secondary-button, a.btn-yellow-large,
button.btn-yellow-large, a.btn-red-large,
button.btn-red-large, .orejime-Button, .orejime-Button.orejime-Button--save,
button.btn {
  text-transform: uppercase;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  font-size: 13px;
  line-height: 17px; }

@media (min-width: 960px) {
  a.btn, a.primary-button,
  button.primary-button, a.secondary-button,
  button.secondary-button, a.btn-yellow-large,
  button.btn-yellow-large, a.btn-red-large,
  button.btn-red-large, .orejime-Button, .orejime-Button.orejime-Button--save,
  button.btn {
    padding: 15px 30px;
    font-size: 18px;
    line-height: 23px; } }

a.primary-button,
button.primary-button {
  color: #0B2650;
  border: 1px solid #fff;
  background-color: #E5E542;
  -webkit-box-shadow: 0 0 32px 0 #195BB3;
  box-shadow: 0 0 32px 0 #195BB3;
  padding: 10px 20px; }

@media (min-width: 1200px) {
  a.primary-button,
  button.primary-button {
    padding: 15px 30px; } }

a.primary-button:hover,
button.primary-button:hover {
  color: #0B2650; }

a.secondary-button,
button.secondary-button {
  color: #fff;
  border: 1px solid #fff;
  background-color: #0B2650;
  padding: 15px; }

@media (min-width: 1200px) {
  a.secondary-button,
  button.secondary-button {
    padding: 15px 41px; } }

a.secondary-button:hover,
button.secondary-button:hover {
  color: #fff; }

a.btn-yellow-large,
button.btn-yellow-large {
  color: #0B2650;
  width: 100%;
  border: 1px solid #fff;
  background-color: #E5E542;
  -webkit-box-shadow: 0 0 12px 0 rgba(25, 91, 179, 0.3);
  box-shadow: 0 0 12px 0 rgba(25, 91, 179, 0.3);
  font-size: 12.5px;
  line-height: 16px; }

@media (min-width: 960px) {
  a.btn-yellow-large,
  button.btn-yellow-large {
    font-size: 18px;
    line-height: 23px; } }

a.btn-yellow-large:hover,
button.btn-yellow-large:hover {
  color: #0B2650; }

a.btn-red-large,
button.btn-red-large {
  color: #fff;
  width: 100%;
  border: 1px solid #fff;
  background-color: #C73418;
  -webkit-box-shadow: 0 0 12px 0 rgba(25, 91, 179, 0.3);
  box-shadow: 0 0 12px 0 rgba(25, 91, 179, 0.3);
  font-size: 12.5px;
  line-height: 16px;
  font-weight: 700 !important; }

@media (min-width: 960px) {
  a.btn-red-large,
  button.btn-red-large {
    font-size: 18px;
    line-height: 23px; } }

a.btn-red-large:hover,
button.btn-red-large:hover {
  color: #fff; }

.a-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }

.show-all-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto; }

a {
  text-decoration: underline;
  color: #000000;
  font-size: 11px;
  line-height: 14px; }

@media (min-width: 375px) {
  a {
    font-size: 13px;
    line-height: 18px; } }

@media (min-width: 960px) {
  a {
    font-size: 18px;
    line-height: 23px; } }

a:hover, a:active {
  color: #1751AA; }

a.tel {
  text-decoration: none !important; }

a.link-small {
  font-size: 13px;
  line-height: 17px; }

a.link-gray {
  color: #4D4D4D; }

a.link-gray:hover, a.link-gray:active {
  color: #1751AA; }

a.link-gray-1 {
  font-weight: 700;
  color: #4D4D4D; }

a.link-gray-1:hover, a.link-gray-1:active {
  color: #1751AA; }

a.link-white {
  color: #fff; }

a.link-white:hover, a.link-white:active {
  color: #4382E5; }

a.link-black {
  color: #000000;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px; }

a.link-black:hover, a.link-black:active {
  color: #1751AA; }

form {
  font-family: "IBM Plex Sans condensed";
  margin-top: 10px;
  margin-bottom: 70px;
   }

form h2, form .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body form .orejime-Notice-title, form .orejime-Modal .orejime-Modal-title, .orejime-Modal form .orejime-Modal-title {
  margin-bottom: 15px; }

form .help-block {
  font-style: italic;
  margin-top: -10px;
  margin-bottom: 24px;
  display: block; }

form .form-navigation {
  margin-top: 50px;
  width: 100%; }

form .form-navigation .btn-toolbar::after {
  display: block;
  clear: both;
  content: ""; }

form .form-navigation .btn-toolbar .btn-group > span:nth-child(1) {
  float: left; }

form .form-navigation .btn-toolbar .btn-group > span:nth-child(2) {
  float: right; }

form .form-navigation .btn-toolbar button.btn {
  margin: 0; }

form.needs-validation.was-validated .form-control:valid,
form.needs-validation.was-validated .form-control.is-valid {
  border-color: #448E22;
  background-color: #EFFAEA; }

form.needs-validation.was-validated .form-control:invalid,
form.needs-validation.was-validated .form-control.is-invalid {
  border-color: #8E222C;
  background-color: #FAEAEC; }

form .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8E222C;
  margin-top: 5px;
  margin-bottom: 5px; }

form .has-error .form-control {
  margin-bottom: 0;
  border-color: #8E222C;
  background-color: #FAEAEC; }

form .has-error .form-control:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #8E222C;
  background-color: #FAEAEC; }

form .has-error span.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8E222C;
  margin-top: 5px;
  margin-bottom: 5px; }

form .checkbox span.help-block {
  text-transform: none; }

form span.submit {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 1200px) {
  form span.submit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

form .submit-search[type=submit] {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  margin: 0;
  right: 0; }

form .form-email {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 32px 0 #195BB3;
  box-shadow: 0 0 32px 0 #195BB3; }

form .form-email input[type=email] {
  border-radius: 8px 0 0 8px;
  border: 0px solid;
  color: #4D4D4D;
  padding: 14px 20px;
  margin-right: -4px;
  font-size: 12.5px;
  line-height: 16px; }

@media (min-width: 960px) {
  form .form-email input[type=email] {
    font-size: 18px;
    line-height: 23px; } }

form .form-email input[type=submit].email {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border-radius: 0 8px 8px 0;
  border: 0px solid;
  color: #fff;
  background-color: #4382E5;
  font-size: 13px;
  line-height: 18px; }

@media (min-width: 960px) {
  form .form-email input[type=submit].email {
    font-size: 19px;
    line-height: 24px; } }

.arrow, .arrow-down, .ui-select .jcf-select-text:before, .jcf-select-text:before, .arrow-up, .ui-select .jcf-select.jcf-drop-active .jcf-select-text:before, .jcf-select.jcf-drop-active .jcf-select-text:before {
  content: "";
  position: absolute;
  border: solid #113C7E;
  border-width: 0 2px 2px 0;
  padding: 4px; }

.arrow-down, .ui-select .jcf-select-text:before, .jcf-select-text:before {
  right: 20px;
  top: 35%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.arrow-up, .ui-select .jcf-select.jcf-drop-active .jcf-select-text:before, .jcf-select.jcf-drop-active .jcf-select-text:before {
  right: 20px;
  top: 40%;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

.ui-search-filter {
  font-family: "IBM Plex Sans condensed";
  color: #113C7E;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  border: 1px solid #D4D7DD;
  border-radius: 8px;
  background-color: #F1F2F4;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none; }

.ui-search-filter:hover {
  color: #1751AA;
  text-decoration: none; }

button[type=submit],
input[type=submit] {
  margin: 40px 0;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 8px;
  background-color: #0B2650;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  width: auto; }

.ui-select .jcf-select ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

.ui-select .jcf-select ul li, ol li .ui-select .jcf-select ul a,
.ui-select .jcf-select ul li a {
  margin-bottom: 10px;
  cursor: pointer; }

.ui-select .jcf-select-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px 10px 20px;
  border: 1px solid #D4D7DD;
  border-radius: 8px;
  color: #113C7E;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #F1F2F4; }

.ui-select .jcf-select-drop {
  z-index: 99;
  position: absolute;
  color: #4D4D4D;
  padding: 20px;
  border: 1px solid #D4D7DD;
  border-radius: 4px;
  background-color: #F1F2F4;
  -webkit-box-shadow: 0 0 12px 0 rgba(25, 91, 179, 0.3);
  box-shadow: 0 0 12px 0 rgba(25, 91, 179, 0.3);
  margin-top: 4px;
  font-size: 16px; }

@media (min-width: 960px) {
  .ui-select .jcf-select-drop {
    font-size: 18px;
    line-height: 23px; } }

.jcf-select {
  color: #333333;
  font-family: "IBM Plex Serif";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px; }

.jcf-select ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

.jcf-select ul li, ol li .jcf-select ul a,
.jcf-select ul li a {
  margin-bottom: 10px;
  cursor: pointer; }

.jcf-select.jcf-drop-active .jcf-select-text:before {
  border: solid #2A2E3B;
  border-width: 0 1px 1px 0; }

.jcf-select-text {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14.5px 20px; }

.jcf-select-text:before {
  height: 9px;
  width: 10px;
  border: solid #2A2E3B;
  border-width: 0 1px 1px 0; }

.jcf-select-drop {
  z-index: 99;
  position: absolute;
  padding: 20px;
  border: 1px solid #D4D7DD;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0 0 12px 0 rgba(25, 91, 179, 0.3);
  box-shadow: 0 0 12px 0 rgba(25, 91, 179, 0.3);
  margin-top: 4px;
  font-size: 16px; }

@media (min-width: 960px) {
  .jcf-select-drop {
    font-size: 18px;
    line-height: 23px; } }

.search-icon {
  content: url(../Img/Icons/search-btn.svg);
  width: 14px;
  height: 14px;
  position: absolute;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }

.form-group,
.clearfix {
  padding: 0;
  margin-bottom: 10px; }

.form-group p, .form-group .text-element .text-bodytext a, .text-element .text-bodytext .form-group a, .form-group .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .form-group .orejime-Notice-description, .form-group .orejime-Modal .orejime-Modal-description, .orejime-Modal .form-group .orejime-Modal-description,
.clearfix p,
.clearfix .text-element .text-bodytext a,
.text-element .text-bodytext .clearfix a,
.clearfix .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description,
.orejime-Notice--mandatory .orejime-Notice-body .clearfix .orejime-Notice-description,
.clearfix .orejime-Modal .orejime-Modal-description,
.orejime-Modal .clearfix .orejime-Modal-description {
  text-transform: lowercase;
  font-family: "IBM Plex Sans condensed";
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 0; }

.form-group .checkbox,
.clearfix .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.form-group .checkbox label, .form-group .checkbox .tx-amchamnewsletter a, .tx-amchamnewsletter .form-group .checkbox a,
.form-group .checkbox p,
.form-group .checkbox .text-element .text-bodytext a,
.text-element .text-bodytext .form-group .checkbox a,
.form-group .checkbox .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description,
.orejime-Notice--mandatory .orejime-Notice-body .form-group .checkbox .orejime-Notice-description,
.form-group .checkbox .orejime-Modal .orejime-Modal-description,
.orejime-Modal .form-group .checkbox .orejime-Modal-description,
.clearfix .checkbox label,
.clearfix .checkbox .tx-amchamnewsletter a,
.tx-amchamnewsletter .clearfix .checkbox a,
.clearfix .checkbox p,
.clearfix .checkbox .text-element .text-bodytext a,
.text-element .text-bodytext .clearfix .checkbox a,
.clearfix .checkbox .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description,
.orejime-Notice--mandatory .orejime-Notice-body .clearfix .checkbox .orejime-Notice-description,
.clearfix .checkbox .orejime-Modal .orejime-Modal-description,
.orejime-Modal .clearfix .checkbox .orejime-Modal-description {
  text-transform: uppercase;
  padding-right: 10px; }

.form-group .help-block,
.clearfix .help-block {
  font-family: "IBM Plex Sans condensed";
  font-size: 13px;
  line-height: 17px;
  color: #000000; }

.form-control {
  margin-bottom: 20px; }

label, .tx-amchamnewsletter a {
  text-transform: uppercase;
  font-family: "IBM Plex Sans condensed";
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 6px; }

label.form-radio-label, .tx-amchamnewsletter a.form-radio-label {
  text-transform: lowercase; }

.form-control {
  height: auto;
  padding: 14.5px 20px; }

textarea.form-control {
  padding: 20px;
  min-height: 161px; }

input.form-control,
input[type=email].form-control,
textarea.form-control,
.jcf-select-text {
  color: #333333;
  font-family: "IBM Plex Serif";
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #2D5380;
  border-radius: 6px; }

input.form-control:focus,
input[type=email].form-control:focus,
textarea.form-control:focus,
.jcf-select-text:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #333333;
  border-color: #0AABFF; }

input.form-control.error,
input[type=email].form-control.error,
textarea.form-control.error,
.jcf-select-text.error {
  margin-bottom: 0;
  border-color: #8E222C;
  background-color: #FAEAEC; }

input.form-control.error:focus,
input[type=email].form-control.error:focus,
textarea.form-control.error:focus,
.jcf-select-text.error:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #8E222C;
  background-color: #FAEAEC; }

.form-check-label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

input[type=checkbox],
input[type=radio] {
  cursor: pointer; }

.jcf-checkbox {
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 21px;
  min-width: 21px;
  border: 1px solid #2D5380;
  border-radius: 3px;
  position: relative;
  background-color: #FFFFFF; }

.jcf-checkbox.jcf-checked {
  background-color: #2D5380; }

.jcf-checkbox.jcf-checked:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 6px;
  left: 6px;
  top: 2px;
  border: solid #FFFFFF;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.jcf-checkbox p, .jcf-checkbox .text-element .text-bodytext a, .text-element .text-bodytext .jcf-checkbox a, .jcf-checkbox .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .jcf-checkbox .orejime-Notice-description, .jcf-checkbox .orejime-Modal .orejime-Modal-description, .orejime-Modal .jcf-checkbox .orejime-Modal-description {
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 17px; }

.radio label, .radio .tx-amchamnewsletter a, .tx-amchamnewsletter .radio a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.jcf-radio {
  cursor: pointer;
  margin-right: 20px;
  height: 21px;
  width: 21px;
  border: 1px solid #2D5380;
  border-radius: 10px;
  background-color: #FFFFFF;
  position: relative; }

.jcf-radio.jcf-checked:after {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  border: 1px solid #2D5380;
  border-radius: 10px;
  background-color: #2D5380;
  left: 4px;
  top: 4px; }

.jcf-radio .form-check-input {
  margin-top: 0;
  margin-left: 0; }

.jcf-list {
  display: block; }

.jcf-list-box {
  display: block;
  margin-bottom: 20px; }

.jcf-list-wrapper {
  display: block; }

.jcf-list-content {
  display: block;
   }

.jcf-list-content ul {
  display: block;
  margin: 0;
  padding: 0; }

.jcf-list-content ul li, ol li .jcf-list-content ul a,
.jcf-list-content ul li a {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.jcf-list .jcf-option {
  display: block;
  font-family: "IBM Plex Sans condensed";
  font-size: 13px;
  line-height: 17px;
  padding: 5px 10px 5px 10px; }

.jcf-list .jcf-option:hover {
  cursor: pointer;
  background: #EEE; }

.jcf-list .jcf-option.jcf-selected {
  background: #2D5380;
  color: #FFF; }


.contenttable,
.ce-table {
  width: 100%;
  max-width: 100%;
  font-size: 16px !important;
  line-height: 1.4em !important; }

.contenttable p, .contenttable .text-element .text-bodytext a, .text-element .text-bodytext .contenttable a, .contenttable .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .contenttable .orejime-Notice-description, .contenttable .orejime-Modal .orejime-Modal-description, .orejime-Modal .contenttable .orejime-Modal-description, .contenttable ul li, ol li .contenttable ul a,
.contenttable ul li a, .contenttable ol li, .contenttable ol li a, ul li .contenttable ol a,
.ce-table p,
.ce-table .text-element .text-bodytext a,
.text-element .text-bodytext .ce-table a,
.ce-table .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description,
.orejime-Notice--mandatory .orejime-Notice-body .ce-table .orejime-Notice-description,
.ce-table .orejime-Modal .orejime-Modal-description,
.orejime-Modal .ce-table .orejime-Modal-description,
.ce-table ul li,
ol li .ce-table ul a,
.ce-table ul li a,
.ce-table ol li,
.ce-table ol li a,
ul li .ce-table ol a {
  font-size: 16px;
  line-height: 1.4em; }

.contenttable td, .contenttable th,
.ce-table td,
.ce-table th {
  padding: 0.5em 0.75em;
  vertical-align: top;
  border-top: 1px solid #dadada;
  min-width: 130px; }

.contenttable thead th,
.ce-table thead th {
  border-bottom: 2px solid #dadada; }

ol,
ul {
  padding-left: 20px;
  list-style-position: outside;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 1em; }

ol li, ol li a, ul li ol a,
ul li,
ol li ul a,
ul li a {
  color: #333333;
  margin-bottom: 5px;
  padding-left: 3px;
  font-size: 13px;
  line-height: 21px; }

@media (min-width: 960px) {
  ol li, ol li a, ul li ol a,
  ul li,
  ol li ul a,
  ul li a {
    padding-left: 6px;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 12px; } }

ul.membership-benefits-list li, ol li ul.membership-benefits-list a,
ul.membership-benefits-list li a {
  margin-bottom: 0;
  font-weight: 400; }

@media (min-width: 960px) {
  ul.membership-benefits-list li, ol li ul.membership-benefits-list a,
  ul.membership-benefits-list li a {
    font-size: 22px;
    line-height: 34px; } }

ul.join-amcham-list li, ol li ul.join-amcham-list a,
ul.join-amcham-list li a {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  padding-left: 10px;
  font-family: "IBM Plex Serif"; }

@media (min-width: 960px) {
  ul.join-amcham-list li, ol li ul.join-amcham-list a,
  ul.join-amcham-list li a {
    font-size: 18px;
    line-height: 23px; } }

ul.pagination {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

ul.pagination li, ol li ul.pagination a,
ul.pagination li a {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CACED3;
  border-right: none; }

ul.pagination li:last-child, ol li ul.pagination a:last-child,
ul.pagination li a:last-child {
  border-right: 1px solid #CACED3; }

ul.pagination li.previous, ol li ul.pagination a.previous,
ul.pagination li a.previous {
  border-radius: 4px 0 0 4px; }

ul.pagination li.next, ol li ul.pagination a.next,
ul.pagination li a.next {
  border-radius: 0 4px 4px 0; }

ul.pagination li.current, ol li ul.pagination a.current,
ul.pagination li a.current {
  background-color: #4382E5; }

ul.pagination li.current a, ol li ul.pagination a.current a, ul.pagination li a.current a {
  color: white; }

ul.pagination li a, ol li ul.pagination a a {
  font-size: 13px;
  line-height: 17px;
  padding: 3px 8px;
  color: #CACED3;
  text-decoration: none;
  border: none !important; }

@media (min-width: 960px) {
  ul.pagination li a, ol li ul.pagination a a {
    font-size: 13px;
    line-height: 17px; } }

ul.pagination li a.next, ol li ul.pagination a a.next {
  content: url(../Img/Icons/pagination-arrow-left.svg);
  height: 100%;
  width: 100%; }

ul.pagination li a.previous, ol li ul.pagination a a.previous {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  content: url(../Img/Icons/pagination-arrow-left.svg);
  height: 100%;
  width: 100%; }

ul.pagination.diff {
  margin-bottom: 20px; }

ul.pagination.diff li, ol li ul.pagination.diff a,
ul.pagination.diff li a {
  border: 1px solid #4382E5; }

ul.pagination.diff li:last-child, ol li ul.pagination.diff a:last-child,
ul.pagination.diff li a:last-child {
  border-right: 1px solid #4382E5; }

ul.pagination.diff li.current, ol li ul.pagination.diff a.current,
ul.pagination.diff li a.current {
  background-color: #4382E5; }

ul.pagination.diff li.current a, ol li ul.pagination.diff a.current a, ul.pagination.diff li a.current a {
  color: white; }

ul.pagination.diff li a, ol li ul.pagination.diff a a {
  color: #4382E5;
  font-size: 13px;
  line-height: 17px; }

ul.pagination.diff li a.next, ol li ul.pagination.diff a a.next {
  content: url(../Img/Icons/pagination-arrow-left-blue.svg);
  height: 100%;
  width: 100%; }

ul.pagination.diff li a.previous, ol li ul.pagination.diff a a.previous {
  content: url(../Img/Icons/pagination-arrow-left-blue.svg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg); }

.icon, .mail, .phone, .lock, .search-1, .heart, .twitter-blue, .verified-icon, .info-icon, .small-arrow-down, .small-arrow-up, .circle-twitter, .circle-twitter::before, .circle-x, .circle-x::before, .circle-linkedin, .circle-facebook, .circle-youtube, .circle-arrow-left, .circle-arrow-right, .image-icon, .volume-icon, .podcast-icon, .play-icon, .video-icon, .download-icon {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-image 100ms ease;
  transition: background-image 100ms ease;
  background-position: center; }

.mail {
  background-image: url(../Img/Icons/mail.svg);
  width: 14px;
  height: 12px;
  margin-right: 10px;
  margin-top: 5px; }

.phone {
  background-image: url(../Img/Icons/phone_portrait.svg);
  width: 10px;
  height: 14px;
  margin-right: 10px;
  margin-left: 2px; }

.lock {
  background-image: url(../Img/Icons/lock.svg);
  width: 15px;
  height: 15px;
  margin-right: 10px; }

.search-1 {
  background-image: url(../Img/Icons/search-1.svg);
  width: 15px;
  height: 14px;
  margin-right: 10px; }

.heart {
  background-image: url(../Img/Icons/heart.svg);
  width: 17px;
  height: 17px;
  margin-right: 10px; }

.twitter-blue {
  background-image: url(../Img/Icons/twitter-blue.svg);
  width: 17px;
  height: 14px; }

.verified-icon {
  background-image: url(../Img/Icons/twitter-verified-badge.svg);
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg); }

.info-icon {
  background-image: url(../Img/Icons/button-info.svg);
  width: 13px;
  height: 13px;
  opacity: 0.8; }

.small-arrow-down {
  background-image: url(../Img/Icons/arrow-down.svg);
  width: 8px;
  height: 8px; }

.small-arrow-up {
  background-image: url(../Img/Icons/arrow-down.svg);
  width: 8px;
  height: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.circle-twitter {
  border-radius: 100%;
  background-color: #4D4D4D;
  width: 40px;
  height: 40px;
  position: relative; }

.circle-twitter::before {
  content: "";
  position: absolute;
  background-image: url(../Img/Icons/twitter.svg);
  width: 20px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.circle-x {
  border-radius: 100%;
  background-color: #4D4D4D;
  width: 40px;
  height: 40px;
  position: relative; }

.circle-x::before {
  content: "";
  position: absolute;
  background-image: url(../Img/Icons/x.svg);
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.circle-linkedin {
  border-radius: 100%;
  background-color: #4D4D4D;
  width: 40px;
  height: 40px;
  position: relative; }

.circle-linkedin::before {
  content: "";
  position: absolute;
  background-image: url(../Img/Icons/linkedin.svg);
  width: 19px;
  height: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.circle-facebook {
  border-radius: 100%;
  background-color: #4D4D4D;
  width: 40px;
  height: 40px;
  position: relative; }

.circle-facebook::before {
  content: "";
  position: absolute;
  background-image: url(../Img/Icons/facebook.svg);
  width: 11px;
  height: 21px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.circle-youtube {
  border-radius: 100%;
  background-color: #4D4D4D;
  width: 40px;
  height: 40px;
  position: relative; }

.circle-youtube::before {
  content: "";
  position: absolute;
  background-image: url(../Img/Icons/youtube.svg);
  width: 19px;
  height: 22px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.circle-arrow-left {
  border-radius: 100%;
  background-color: #EFD74F;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 46, 120, 0.5);
  box-shadow: 0 8px 16px 0 rgba(0, 46, 120, 0.5); }

.circle-arrow-left::before {
  content: "";
  position: absolute;
  background-image: url(../Img/Icons/arrow-left.svg);
  width: 18px;
  height: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.circle-arrow-right {
  border-radius: 100%;
  background-color: #EFD74F;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 46, 120, 0.5);
  box-shadow: 0 8px 16px 0 rgba(0, 46, 120, 0.5); }

.circle-arrow-right::before {
  content: "";
  position: absolute;
  background-image: url(../Img/Icons/arrow-right.svg);
  width: 18px;
  height: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.image-icon {
  width: 34px;
  height: 30px;
  border-radius: 0 0 0 8px;
  background-color: #1A1A1A;
  position: relative;
  float: right;
  z-index: 10; }

.image-icon::before {
  position: absolute;
  content: "";
  background-image: url(../Img/Icons/image-w.svg);
  height: 14px;
  width: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.volume-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #06152D;
  position: relative;
  margin-left: 10px;
  margin-top: 10px; }

.volume-icon::before {
  position: absolute;
  content: "";
  background-image: url(../Img/Icons/volume-medium.svg);
  height: 15px;
  width: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.podcast-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #06152D;
  position: relative;
  margin-left: 10px;
  margin-top: 10px; }

.podcast-icon::before {
  position: absolute;
  content: "";
  background-image: url(../Img/Icons/podcast.svg);
  height: 15px;
  width: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100%;
  background-repeat: no-repeat; }

.play-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #06152D;
  position: relative;
  margin-left: 10px;
  margin-top: 10px; }

.play-icon::before {
  position: absolute;
  content: "";
  background-image: url(../Img/Icons/play.svg);
  height: 17px;
  width: 14px;
  top: 50%;
  left: 58%;
  -webkit-transform: translate(-58%, -50%);
  transform: translate(-58%, -50%); }

.video-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #06152D;
  position: relative;
  margin-left: 10px;
  margin-top: 10px; }

.video-icon::before {
  position: absolute;
  content: "";
  background-image: url(../Img/Icons/video.svg);
  height: 15px;
  width: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100%;
  background-repeat: no-repeat; }

.download-icon {
  position: absolute;
  width: 60px;
  height: calc(100% - 4px);
  background-color: #1751AA;
  border-radius: 0 8px 8px 0;
  right: 2px;
  top: 2px; }

.download-icon::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 24px;
  background-image: url(../Img/Icons/download-cloud.svg);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.contact-description {
  border-radius: 5.6px;
  background-color: #F1F2F4;
  height: 100%; }

@media (min-width: 767px) {
  .contact-description {
    border-radius: 8px; } }

.contact-description figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center; }

.contact-description .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

@media (min-width: 767px) {
  .contact-description .content {
    padding-top: 40px;
    padding-bottom: 40px; } }

.contact-description .content .infos .text, .contact-description .content .infos .text p, .text .contact-description .content .infos p, .contact-description .content .infos .text .text-element .text-bodytext a, .text .text-element .text-bodytext .contact-description .content .infos a, .contact-description .content .infos .text-element .text-bodytext .text a, .text-element .text-bodytext .text .contact-description .content .infos a, .contact-description .content .infos .text .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .text .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .orejime-Notice-description, .contact-description .content .infos .orejime-Notice--mandatory .orejime-Notice-body .text .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos .orejime-Notice-description, .contact-description .content .infos .text .orejime-Modal .orejime-Modal-description, .text .orejime-Modal .contact-description .content .infos .orejime-Modal-description, .contact-description .content .infos .orejime-Modal .text .orejime-Modal-description, .orejime-Modal .text .contact-description .content .infos .orejime-Modal-description,
.contact-description .content .infos a {
  font-family: "IBM Plex Sans"; }

.contact-description .content .infos .text-big, .contact-description .content .infos .text-element p.text-content, .text-element .contact-description .content .infos p.text-content, .contact-description .content .infos .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description, .text-element .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .text-content.orejime-Notice-description, .contact-description .content .infos .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text-element .contact-description .content .infos .text-content.orejime-Notice-description, .contact-description .content .infos .text-element .orejime-Modal .text-content.orejime-Modal-description, .text-element .orejime-Modal .contact-description .content .infos .text-content.orejime-Modal-description, .contact-description .content .infos .orejime-Modal .text-element .text-content.orejime-Modal-description, .orejime-Modal .text-element .contact-description .content .infos .text-content.orejime-Modal-description, .contact-description .content .infos .text-element a, .text-element .contact-description .content .infos a {
  font-weight: 700; }

.contact-description .content .infos .text p, .text .contact-description .content .infos p p, .text .text-element .text-bodytext .contact-description .content .infos a p, .text-element .text-bodytext .text .contact-description .content .infos a p, .text .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .orejime-Notice-description p, .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos .orejime-Notice-description p, .text .orejime-Modal .contact-description .content .infos .orejime-Modal-description p, .orejime-Modal .text .contact-description .content .infos .orejime-Modal-description p, .contact-description .content .infos .text .text-element .text-bodytext a, .text-element .text-bodytext .contact-description .content .infos .text a, .text .contact-description .content .infos p .text-element .text-bodytext a, .text-element .text-bodytext .text .contact-description .content .infos p a, .text .text-element .text-bodytext .contact-description .content .infos a a, .contact-description .content .infos .text-element .text-bodytext .text a a, .text-element .text-bodytext .text .contact-description .content .infos a a, .text .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .orejime-Notice-description .text-element .text-bodytext a, .text-element .text-bodytext .text .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .orejime-Notice-description a, .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos .orejime-Notice-description .text-element .text-bodytext a, .text-element .text-bodytext .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos .orejime-Notice-description a, .text .orejime-Modal .contact-description .content .infos .orejime-Modal-description .text-element .text-bodytext a, .text-element .text-bodytext .text .orejime-Modal .contact-description .content .infos .orejime-Modal-description a, .orejime-Modal .text .contact-description .content .infos .orejime-Modal-description .text-element .text-bodytext a, .text-element .text-bodytext .orejime-Modal .text .contact-description .content .infos .orejime-Modal-description a, .contact-description .content .infos .text .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .text .orejime-Notice-description, .text .contact-description .content .infos p .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos p .orejime-Notice-description, .text .text-element .text-bodytext .contact-description .content .infos a .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text .text-element .text-bodytext .contact-description .content .infos a .orejime-Notice-description, .text-element .text-bodytext .text .contact-description .content .infos a .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-bodytext .text .contact-description .content .infos a .orejime-Notice-description, .text .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .orejime-Notice-description .orejime-Notice-description, .contact-description .content .infos .orejime-Notice--mandatory .orejime-Notice-body .text .orejime-Notice-description .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos .orejime-Notice-description .orejime-Notice-description, .text .orejime-Modal .contact-description .content .infos .orejime-Modal-description .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text .orejime-Modal .contact-description .content .infos .orejime-Modal-description .orejime-Notice-description, .orejime-Modal .text .contact-description .content .infos .orejime-Modal-description .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .orejime-Modal .text .contact-description .content .infos .orejime-Modal-description .orejime-Notice-description, .contact-description .content .infos .text .orejime-Modal .orejime-Modal-description, .orejime-Modal .contact-description .content .infos .text .orejime-Modal-description, .text .contact-description .content .infos p .orejime-Modal .orejime-Modal-description, .orejime-Modal .text .contact-description .content .infos p .orejime-Modal-description, .text .text-element .text-bodytext .contact-description .content .infos a .orejime-Modal .orejime-Modal-description, .orejime-Modal .text .text-element .text-bodytext .contact-description .content .infos a .orejime-Modal-description, .text-element .text-bodytext .text .contact-description .content .infos a .orejime-Modal .orejime-Modal-description, .orejime-Modal .text-element .text-bodytext .text .contact-description .content .infos a .orejime-Modal-description, .text .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .orejime-Notice-description .orejime-Modal .orejime-Modal-description, .orejime-Modal .text .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .orejime-Notice-description .orejime-Modal-description, .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos .orejime-Notice-description .orejime-Modal .orejime-Modal-description, .orejime-Modal .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos .orejime-Notice-description .orejime-Modal-description, .text .orejime-Modal .contact-description .content .infos .orejime-Modal-description .orejime-Modal-description, .contact-description .content .infos .orejime-Modal .text .orejime-Modal-description .orejime-Modal-description, .orejime-Modal .text .contact-description .content .infos .orejime-Modal-description .orejime-Modal-description {
  margin-bottom: 5px; }

.contact-description .content .infos .text p:last-child, .text .contact-description .content .infos p p:last-child, .text .text-element .text-bodytext .contact-description .content .infos a p:last-child, .text-element .text-bodytext .text .contact-description .content .infos a p:last-child, .text .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .orejime-Notice-description p:last-child, .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos .orejime-Notice-description p:last-child, .text .orejime-Modal .contact-description .content .infos .orejime-Modal-description p:last-child, .orejime-Modal .text .contact-description .content .infos .orejime-Modal-description p:last-child, .contact-description .content .infos .text .text-element .text-bodytext a:last-child, .text-element .text-bodytext .contact-description .content .infos .text a:last-child, .text .contact-description .content .infos p .text-element .text-bodytext a:last-child, .text-element .text-bodytext .text .contact-description .content .infos p a:last-child, .text .text-element .text-bodytext .contact-description .content .infos a a:last-child, .contact-description .content .infos .text-element .text-bodytext .text a a:last-child, .text-element .text-bodytext .text .contact-description .content .infos a a:last-child, .text .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .orejime-Notice-description .text-element .text-bodytext a:last-child, .text-element .text-bodytext .text .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .orejime-Notice-description a:last-child, .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos .orejime-Notice-description .text-element .text-bodytext a:last-child, .text-element .text-bodytext .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos .orejime-Notice-description a:last-child, .text .orejime-Modal .contact-description .content .infos .orejime-Modal-description .text-element .text-bodytext a:last-child, .text-element .text-bodytext .text .orejime-Modal .contact-description .content .infos .orejime-Modal-description a:last-child, .orejime-Modal .text .contact-description .content .infos .orejime-Modal-description .text-element .text-bodytext a:last-child, .text-element .text-bodytext .orejime-Modal .text .contact-description .content .infos .orejime-Modal-description a:last-child, .contact-description .content .infos .text .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description:last-child, .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .text .orejime-Notice-description:last-child, .text .contact-description .content .infos p .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description:last-child, .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos p .orejime-Notice-description:last-child, .text .text-element .text-bodytext .contact-description .content .infos a .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description:last-child, .orejime-Notice--mandatory .orejime-Notice-body .text .text-element .text-bodytext .contact-description .content .infos a .orejime-Notice-description:last-child, .text-element .text-bodytext .text .contact-description .content .infos a .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description:last-child, .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-bodytext .text .contact-description .content .infos a .orejime-Notice-description:last-child, .text .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .orejime-Notice-description .orejime-Notice-description:last-child, .contact-description .content .infos .orejime-Notice--mandatory .orejime-Notice-body .text .orejime-Notice-description .orejime-Notice-description:last-child, .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos .orejime-Notice-description .orejime-Notice-description:last-child, .text .orejime-Modal .contact-description .content .infos .orejime-Modal-description .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description:last-child, .orejime-Notice--mandatory .orejime-Notice-body .text .orejime-Modal .contact-description .content .infos .orejime-Modal-description .orejime-Notice-description:last-child, .orejime-Modal .text .contact-description .content .infos .orejime-Modal-description .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description:last-child, .orejime-Notice--mandatory .orejime-Notice-body .orejime-Modal .text .contact-description .content .infos .orejime-Modal-description .orejime-Notice-description:last-child, .contact-description .content .infos .text .orejime-Modal .orejime-Modal-description:last-child, .orejime-Modal .contact-description .content .infos .text .orejime-Modal-description:last-child, .text .contact-description .content .infos p .orejime-Modal .orejime-Modal-description:last-child, .orejime-Modal .text .contact-description .content .infos p .orejime-Modal-description:last-child, .text .text-element .text-bodytext .contact-description .content .infos a .orejime-Modal .orejime-Modal-description:last-child, .orejime-Modal .text .text-element .text-bodytext .contact-description .content .infos a .orejime-Modal-description:last-child, .text-element .text-bodytext .text .contact-description .content .infos a .orejime-Modal .orejime-Modal-description:last-child, .orejime-Modal .text-element .text-bodytext .text .contact-description .content .infos a .orejime-Modal-description:last-child, .text .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .orejime-Notice-description .orejime-Modal .orejime-Modal-description:last-child, .orejime-Modal .text .orejime-Notice--mandatory .orejime-Notice-body .contact-description .content .infos .orejime-Notice-description .orejime-Modal-description:last-child, .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos .orejime-Notice-description .orejime-Modal .orejime-Modal-description:last-child, .orejime-Modal .orejime-Notice--mandatory .orejime-Notice-body .text .contact-description .content .infos .orejime-Notice-description .orejime-Modal-description:last-child, .text .orejime-Modal .contact-description .content .infos .orejime-Modal-description .orejime-Modal-description:last-child, .contact-description .content .infos .orejime-Modal .text .orejime-Modal-description .orejime-Modal-description:last-child, .orejime-Modal .text .contact-description .content .infos .orejime-Modal-description .orejime-Modal-description:last-child {
  margin-bottom: 0; }

.contact-description .content .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-description.img-left .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.contact-description.img-left .content .infos {
  padding-left: 15px; }

.contact-description.img-left.small .infos {
  margin-top: 0;
  margin-left: 0; }

.contact-description.img-top {
  background-color: #F1F2F4; }

.contact-description.img-top .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-description.img-top .infos {
  text-align: center;
  margin-top: 30px; }

.contact-description.img-top .infos .contact {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.contact-description figure {
  margin: 0; }

.description-col {
  margin-bottom: 30px; }

.description-col:nth-child(odd) .contact-description {
  margin-right: 0; }

@media (min-width: 767px) {
  .description-col:nth-child(odd) .contact-description {
    margin-right: 20px; } }

.description-col:nth-child(even) .contact-description {
  margin-left: 0; }

@media (min-width: 767px) {
  .description-col:nth-child(even) .contact-description {
    margin-left: 20px; } }

.row-teaser {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 960px) {
  .row-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.first-teaser {
  padding-bottom: 22px; }

.first-teaser figure {
  margin: 0; }

.first-teaser figure img {
  -o-object-position: top center;
  object-position: top center; }

.teaser {
  cursor: pointer;
  position: relative; }

.teaser figure {
  margin-bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%; }

.teaser figure img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover; }

.teaser .teaser-info {
  height: 100%;
  z-index: 9;
  position: relative;
  top: 0;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.teaser-no-image {
  border-radius: 8px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#2064A1), to(#0E3467));
  background: linear-gradient(180deg, #2064A1 0%, #0E3467 100%);
  z-index: 0; }

.teaser-no-image .no-image {
  content: "";
  background-image: url(../Img/swooch-top-w-reflect.svg);
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0;
  background-size: cover;
  width: 100%;
  opacity: 0.6;
  border-radius: 8px; }

.teaser-no-image.Committees {
  position: relative;
  background-color: rgba(11, 38, 80, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(#2D82C6), to(#144B94));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), linear-gradient(180deg, #2D82C6 0%, #144B94 100%); }

.teaser-no-image.Committees .no-image {
  background-image: url(../Img/swooch-top-w-reflect.svg);
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background-repeat: no-repeat;
  background-position: 0 14%;
  top: 0;
  background-size: 310%;
  width: 100%;
  opacity: 0.3;
  border-radius: 8px; }

.teaser-no-image.Committees .no-image:after {
  content: "";
  background-image: url(../Img/swooch-top-w.svg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0;
  background-size: cover;
  width: 100%;
  opacity: 0.3;
  border-radius: 8px; }

.teaser-no-image.Berlin-Brandenburg {
  background-color: rgba(11, 38, 80, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(#2D82C6), to(#144B94));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), linear-gradient(180deg, #2D82C6 0%, #144B94 100%); }

.teaser-no-image.Berlin-Brandenburg .no-image {
  background-image: url(../Img/swooch-top-w.svg);
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background-repeat: no-repeat;
  background-position: 0% 5%;
  top: 0;
  background-size: 300%;
  width: 100%;
  opacity: 0.3;
  border-radius: 8px; }

.teaser-no-image.default-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(#2D82C6), to(#144B94));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), linear-gradient(180deg, #2D82C6 0%, #144B94 100%); }

.teaser-no-image.default-bg .no-image {
  content: "";
  background-image: url(../Img/swooch-top-w.svg);
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0;
  background-size: 173%;
  width: 100%;
  opacity: 0.6;
  border-radius: 8px; }

.teaser-no-image.default-bg .no-image:after {
  content: "";
  background-image: url(../Img/swooch-top-w-reflect.svg);
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background-repeat: no-repeat;
  background-position: 1%;
  top: 0;
  background-size: 200%;
  width: 100%;
  opacity: 0.6;
  border-radius: 8px; }

.tags .volume-icon,
.tags .play-icon {
  margin-bottom: 10px; }

.divider-gray, .divider-blue {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 9px; }

@media (min-width: 960px) {
  .divider-gray, .divider-blue {
    padding-bottom: 0; } }

.divider-gray:before, .divider-blue:before {
  bottom: 0;
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #F1F2F4; }

.divider-blue:before {
  left: 0;
  background-color: #1751AA; }

.filter-select {
  margin-top: 0; }

@media (min-width: 960px) {
  .filter-select {
    margin-top: 4px; } }

.filter-select p.text-teaser, .filter-select .text-element .text-bodytext a.text-teaser, .text-element .text-bodytext .filter-select a.text-teaser, .filter-select .orejime-Notice--mandatory .orejime-Notice-body .text-teaser.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .filter-select .text-teaser.orejime-Notice-description, .filter-select .orejime-Modal .text-teaser.orejime-Modal-description, .orejime-Modal .filter-select .text-teaser.orejime-Modal-description {
  color: #4D4D4D;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media (min-width: 576px) {
  .filter-select p.text-teaser, .filter-select .text-element .text-bodytext a.text-teaser, .text-element .text-bodytext .filter-select a.text-teaser, .filter-select .orejime-Notice--mandatory .orejime-Notice-body .text-teaser.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .filter-select .text-teaser.orejime-Notice-description, .filter-select .orejime-Modal .text-teaser.orejime-Modal-description, .orejime-Modal .filter-select .text-teaser.orejime-Modal-description {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.filter-select .row-teaser {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 5px; }

.filter-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0; }

@media (min-width: 576px) {
  .filter-link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media (min-width: 960px) {
  .filter-link {
    padding-bottom: 9px; } }

.filter-tabs {
  position: relative; }

.filter-tittle {
  position: relative;
  margin-bottom: 20px; }

@media (min-width: 960px) {
  .filter-tittle {
    position: absolute;
    bottom: 3px;
    margin-bottom: 0; } }

ul.right li:first-child, ol li ul.right a:first-child,
ul.right li a:first-child {
  margin-left: auto;
  margin-right: 0; }

ul.nav-tabs {
  margin-left: 0;
  margin-bottom: 20px;
  border-bottom: 3px solid #F1F2F4;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

ul.nav-tabs li.nav-item, ol li ul.nav-tabs a.nav-item,
ul.nav-tabs li a.nav-item {
  padding-left: 0;
  margin-bottom: 0; }

ul.nav-tabs li.nav-item a, ol li ul.nav-tabs a.nav-item a, ul.nav-tabs li a.nav-item a {
  margin-right: 2px; }

ul.nav-tabs li.nav-item a.nav-link, ol li ul.nav-tabs a.nav-item a.nav-link, ul.nav-tabs li a.nav-item a.nav-link {
  text-decoration: none;
  padding: 11px 15px;
  border: none;
  margin-bottom: 2px;
  background-color: #F1F2F4;
  font-family: "IBM Plex Sans condensed";
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  border-radius: 0; }

ul.nav-tabs li.nav-item a.nav-link.active, ol li ul.nav-tabs a.nav-item a.nav-link.active, ul.nav-tabs li a.nav-item a.nav-link.active {
  font-weight: 700;
  background-color: #E5E542;
  color: #0B2650; }

ul.nav-tabs li:first-child.nav-item a, ol li ul.nav-tabs a:first-child.nav-item a, ul.nav-tabs li a:first-child.nav-item a {
  border-radius: 8px 0 0 0; }

ul.nav-tabs li:last-child.nav-item a, ol li ul.nav-tabs a:last-child.nav-item a, ul.nav-tabs li a:last-child.nav-item a {
  margin-right: 0;
  border-radius: 0 8px 0 0; }

.page-detail {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (min-width: 960px) {
  .page-detail {
    padding-top: 40px;
    padding-bottom: 40px; } }

.page-detail .sidebar .ce-downloads {
  border-radius: 8px; }

.page-detail .sidebar .light-gray {
  border-radius: 8px; }

.page-detail .sidebar .btn-yellow-large {
  display: inline-block;
  width: auto;
  margin-bottom: 40px; }

.page-detail .gallery-no-gutters {
  margin: 0 -15px; }

.page-detail h1 {
  color: #0B2650;
  margin-bottom: 30px; }

.page-detail .phone,
.page-detail .mail {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-left: 10px; }

.page-detail .contact-description {
  padding: 30px 10px 40px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

@media (min-width: 960px) {
  .page-detail .contact-description {
    margin-bottom: 40px; } }

.news-text-wrap p:first-of-type:first-letter, .news-text-wrap .text-element .text-bodytext a:first-of-type:first-letter, .text-element .text-bodytext .news-text-wrap a:first-of-type:first-letter, .news-text-wrap .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description:first-of-type:first-letter, .orejime-Notice--mandatory .orejime-Notice-body .news-text-wrap .orejime-Notice-description:first-of-type:first-letter, .news-text-wrap .orejime-Modal .orejime-Modal-description:first-of-type:first-letter, .orejime-Modal .news-text-wrap .orejime-Modal-description:first-of-type:first-letter {
  font-size: 70px;
  line-height: 50px;
  color: #C73418;
  font-family: "IBM Plex Serif";
  float: left;
  padding-right: 5px; }

@media (min-width: 960px) {
  .news-text-wrap p:first-of-type:first-letter, .news-text-wrap .text-element .text-bodytext a:first-of-type:first-letter, .text-element .text-bodytext .news-text-wrap a:first-of-type:first-letter, .news-text-wrap .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description:first-of-type:first-letter, .orejime-Notice--mandatory .orejime-Notice-body .news-text-wrap .orejime-Notice-description:first-of-type:first-letter, .news-text-wrap .orejime-Modal .orejime-Modal-description:first-of-type:first-letter, .orejime-Modal .news-text-wrap .orejime-Modal-description:first-of-type:first-letter {
    padding-top: 3px;
    font-size: 90px;
    line-height: 58px; } }

.news-text-wrap blockquote p:first-of-type:first-letter, .news-text-wrap blockquote .text-element .text-bodytext a:first-of-type:first-letter, .text-element .text-bodytext .news-text-wrap blockquote a:first-of-type:first-letter, .news-text-wrap blockquote .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description:first-of-type:first-letter, .orejime-Notice--mandatory .orejime-Notice-body .news-text-wrap blockquote .orejime-Notice-description:first-of-type:first-letter, .news-text-wrap blockquote .orejime-Modal .orejime-Modal-description:first-of-type:first-letter, .orejime-Modal .news-text-wrap blockquote .orejime-Modal-description:first-of-type:first-letter {
  all: unset; }

.tx-kesearch-pi1 {
  margin-bottom: 20px; }

.tx-kesearch-pi1 .hit {
  color: #C73418; }

.tx-kesearch-pi1 .searchForm input::-webkit-input-placeholder {
  color: #333333; }

.tx-kesearch-pi1 .searchForm input::-moz-placeholder {
  color: #333333; }

.tx-kesearch-pi1 .searchForm input:-ms-input-placeholder {
  color: #333333; }

.tx-kesearch-pi1 .searchForm input::-ms-input-placeholder {
  color: #333333; }

.tx-kesearch-pi1 .searchForm input::placeholder {
  color: #333333; }

.tx-kesearch-pi1 .searchForm button[type=submit] {
  margin: 0;
  width: 100%;
  padding: 15px 45px; }

@media (min-width: 767px) {
  .tx-kesearch-pi1 .searchForm button[type=submit] {
    width: auto;
    padding: 13px 70px; } }

@media (min-width: 1200px) {
  .tx-kesearch-pi1 .searchForm button[type=submit] {
    width: 100%;
    padding: 15px 45px; } }

.tx-kesearch-pi1 #kesearch_results {
  margin: 40px 0; }

.tx-kesearch-pi1 #kesearch_results .result-list-item {
  margin-bottom: 30px;
  padding: 0;
  border-radius: 8px;
  background-color: #E9F0FC; }

.tx-kesearch-pi1 #kesearch_results .result-list-item:nth-child(even) {
  background-color: #fff; }

@media (min-width: 576px) {
  .tx-kesearch-pi1 #kesearch_results .result-list-item .with-image {
    padding-left: 0; } }

.tx-kesearch-pi1 #kesearch_results .result-list-item .with-image .info {
  padding: 10px; }

@media (min-width: 960px) {
  .tx-kesearch-pi1 #kesearch_results .result-list-item .with-image .info {
    padding: 20px 0; } }

.tx-kesearch-pi1 #kesearch_results .result-list-item .without-image .info {
  padding: 10px; }

@media (min-width: 960px) {
  .tx-kesearch-pi1 #kesearch_results .result-list-item .without-image .info {
    padding: 20px; } }

.tx-kesearch-pi1 #kesearch_results .result-list-item .info .result-title {
  margin-bottom: 0; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .info .result-title a {
  color: #0B2650;
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 34px; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .info .text-big, .tx-kesearch-pi1 #kesearch_results .result-list-item .info .text-element p.text-content, .text-element .tx-kesearch-pi1 #kesearch_results .result-list-item .info p.text-content, .tx-kesearch-pi1 #kesearch_results .result-list-item .info .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description, .text-element .orejime-Notice--mandatory .orejime-Notice-body .tx-kesearch-pi1 #kesearch_results .result-list-item .info .text-content.orejime-Notice-description, .tx-kesearch-pi1 #kesearch_results .result-list-item .info .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text-element .tx-kesearch-pi1 #kesearch_results .result-list-item .info .text-content.orejime-Notice-description, .tx-kesearch-pi1 #kesearch_results .result-list-item .info .text-element .orejime-Modal .text-content.orejime-Modal-description, .text-element .orejime-Modal .tx-kesearch-pi1 #kesearch_results .result-list-item .info .text-content.orejime-Modal-description, .tx-kesearch-pi1 #kesearch_results .result-list-item .info .orejime-Modal .text-element .text-content.orejime-Modal-description, .orejime-Modal .text-element .tx-kesearch-pi1 #kesearch_results .result-list-item .info .text-content.orejime-Modal-description, .tx-kesearch-pi1 #kesearch_results .result-list-item .info .text-element a, .text-element .tx-kesearch-pi1 #kesearch_results .result-list-item .info a,
.tx-kesearch-pi1 #kesearch_results .result-list-item .info .result-title {
  color: #0B2650;
  font-weight: bold;
  margin-bottom: 7px; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .info .text, .tx-kesearch-pi1 #kesearch_results .result-list-item .info .text p, .text .tx-kesearch-pi1 #kesearch_results .result-list-item .info p, .tx-kesearch-pi1 #kesearch_results .result-list-item .info .text .text-element .text-bodytext a, .text .text-element .text-bodytext .tx-kesearch-pi1 #kesearch_results .result-list-item .info a, .tx-kesearch-pi1 #kesearch_results .result-list-item .info .text-element .text-bodytext .text a, .text-element .text-bodytext .text .tx-kesearch-pi1 #kesearch_results .result-list-item .info a, .tx-kesearch-pi1 #kesearch_results .result-list-item .info .text .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .text .orejime-Notice--mandatory .orejime-Notice-body .tx-kesearch-pi1 #kesearch_results .result-list-item .info .orejime-Notice-description, .tx-kesearch-pi1 #kesearch_results .result-list-item .info .orejime-Notice--mandatory .orejime-Notice-body .text .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text .tx-kesearch-pi1 #kesearch_results .result-list-item .info .orejime-Notice-description, .tx-kesearch-pi1 #kesearch_results .result-list-item .info .text .orejime-Modal .orejime-Modal-description, .text .orejime-Modal .tx-kesearch-pi1 #kesearch_results .result-list-item .info .orejime-Modal-description, .tx-kesearch-pi1 #kesearch_results .result-list-item .info .orejime-Modal .text .orejime-Modal-description, .orejime-Modal .text .tx-kesearch-pi1 #kesearch_results .result-list-item .info .orejime-Modal-description,
.tx-kesearch-pi1 #kesearch_results .result-list-item .info .result-teaser,
.tx-kesearch-pi1 #kesearch_results .result-list-item .info .result-date {
  margin-bottom: 7px; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .info a {
  color: #4382E5;
  text-decoration: none; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .teaser-image figure {
  height: 100%;
  margin-bottom: 0; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .teaser-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 0 0 8px; }

.light-gray {
  background-color: #F1F2F4; }

.ce-bodytext h1, .ce-bodytext h2, .ce-bodytext .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .ce-bodytext .orejime-Notice-title, .ce-bodytext .orejime-Modal .orejime-Modal-title, .orejime-Modal .ce-bodytext .orejime-Modal-title, .ce-bodytext h3,
.text-top-header h1,
.text-top-header h2,
.text-top-header .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title,
.orejime-Notice--mandatory .orejime-Notice-body .text-top-header .orejime-Notice-title,
.text-top-header .orejime-Modal .orejime-Modal-title,
.orejime-Modal .text-top-header .orejime-Modal-title,
.text-top-header h3 {
  margin-bottom: 20px; }

.ce-bodytext h1 a, .ce-bodytext h2 a, .ce-bodytext .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title a, .orejime-Notice--mandatory .orejime-Notice-body .ce-bodytext .orejime-Notice-title a, .ce-bodytext .orejime-Modal .orejime-Modal-title a, .orejime-Modal .ce-bodytext .orejime-Modal-title a, .ce-bodytext h3 a,
.text-top-header h1 a,
.text-top-header h2 a,
.text-top-header .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title a,
.orejime-Notice--mandatory .orejime-Notice-body .text-top-header .orejime-Notice-title a,
.text-top-header .orejime-Modal .orejime-Modal-title a,
.orejime-Modal .text-top-header .orejime-Modal-title a,
.text-top-header h3 a {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important; }

.ce-bodytext h3,
.text-top-header h3 {
  margin-bottom: 15px; }

.ce-bodytext p, .ce-bodytext .text-element .text-bodytext a, .text-element .text-bodytext .ce-bodytext a, .ce-bodytext .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-bodytext .orejime-Notice-description, .ce-bodytext .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-bodytext .orejime-Modal-description,
.text-top-header p,
.text-top-header .text-element .text-bodytext a,
.text-element .text-bodytext .text-top-header a,
.text-top-header .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description,
.orejime-Notice--mandatory .orejime-Notice-body .text-top-header .orejime-Notice-description,
.text-top-header .orejime-Modal .orejime-Modal-description,
.orejime-Modal .text-top-header .orejime-Modal-description {
  margin-bottom: 1.5em; }


html,
body {
  height: 100%; }

* {
  outline: none;
  margin: 0;
  padding: 0; }

main {
  width: 100%; }

.font-ibmplexsans {
  font-family: "IBM Plex Sans"; }

.font-ibmserif {
  font-family: "IBM Plex Serif"; }

.font-calistoga {
  font-family: "Calistoga"; }

.red-800 {
  color: #C73418; }

.blue-800 {
  color: #0B2650; }

.blue-700 {
  color: #113C7E; }

.blue-200 {
  color: #E0EBFB; }

.black {
  color: #000000; }

.white {
  color: #fff; }

.bold {
  font-weight: 700; }

.gray-800 {
  color: #4D4D4D; }

.gray-900 {
  color: #333333; }

.semi-bold {
  font-weight: 600; }

.uppercase {
  text-transform: uppercase; }

.blue {
  background: linear-gradient(45deg, #0B2650 0%, #195BB3 100%); }

@media (max-width: 1199px) {
  .offcanvas-stop-scrolling {
    height: 100%;
    overflow: hidden; }
  .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
    overflow: scroll;
    background: linear-gradient(135deg, #071A36 0%, rgba(17, 60, 126, 0.9) 100%); }
  .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0; }
  .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1; }
  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .navbar-offcanvas.offcanvas-position.in {
    left: 0; }
  .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -100%;
    top: 0;
    padding-top: 80px;
    padding-left: 40px; }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0; } }

.offcanvas-toggle .icon-bar {
  background: #000;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
  transform: rotate(45deg) translate(5px, 4px); }

.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 0; }

.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px); }

.pull-right {
  float: right !important; }

.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0 5px; }

@media (min-width: 1200px) {
  .navbar-toggle {
    display: none; } }

.navbar-default {
  position: static; }

header {
  -o-border-image: linear-gradient(45deg, #0B2650 0%, #195BB3 100%) 1;
  border-image: linear-gradient(45deg, #0B2650 0%, #195BB3 100%) 1;
  border-bottom: solid;
  border-width: 1px;
  top: 0;
  z-index: 999;
  top: 0; }

header.sticky {
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  margin-top: 0 !important; }

header.z-index-0 {
  z-index: 0; }

header .header-logo {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 37px;
  height: 100%; }

@media (min-width: 1200px) {
  header .header-logo {
    max-height: 61px; } }

header .top-menu {
  display: none;
  padding: 8px 0; }

@media (min-width: 1200px) {
  header .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

header .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 37px;
  margin-top: 15px;
  margin-bottom: 15px;
  z-index: 1; }

@media (min-width: 1200px) {
  header .navbar-brand {
    max-height: 45px; } }

@media (min-width: 1440px) {
  header .navbar-brand {
    position: absolute;
    margin-top: 34px;
    margin-bottom: 25px;
    max-height: 61px; } }

header .logo {
  z-index: 1; }

header .menu-navigation {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 1200px) {
  header .menu-navigation {
    -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: 5px 0 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

header .menu-navigation > li, header ol li .menu-navigation > a, ol li header .menu-navigation > a,
header ul li .menu-navigation > a, ul li header .menu-navigation > a {
  padding-bottom: 18px;
  margin-bottom: 0; }

header .menu-navigation > li.active a.active, header ol li .menu-navigation > a.active a.active, ol li header .menu-navigation > a.active a.active, header ul li .menu-navigation > a.active a.active, ul li header .menu-navigation > a.active a.active {
  color: #C73418; }

header .menu-navigation > li ul, header ol li .menu-navigation > a ul, ol li header .menu-navigation > a ul, header ul li .menu-navigation > a ul, ul li header .menu-navigation > a ul {
  list-style: none;
  margin-left: 15px;
  margin-top: 14px;
  margin-bottom: 0;
  padding-left: 0; }

header .menu-navigation > li ul li, header ol li .menu-navigation > a ul li, ol li header .menu-navigation > a ul li, header ul li .menu-navigation > a ul li, ul li header .menu-navigation > a ul li, header ol .menu-navigation > li ul a, ol header .menu-navigation > li ul a, header ol li .menu-navigation > a ul a, ol li header .menu-navigation > a ul a,
header .menu-navigation > li ul li a,
header ul li .menu-navigation > a ul a, ul li header .menu-navigation > a ul a {
  margin-bottom: 0; }

header .menu-navigation > :not(:last-child) {
  margin-right: 15px; }

@media (min-width: 767px) {
  header .menu-navigation > :not(:last-child) {
    margin-right: 35px; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.mobile-menu-button.is-open {
  z-index: 9999; }

.mobile-menu-button.is-open img.opened-menu {
  display: block !important; }

@media (min-width: 1200px) {
  .mobile-menu-button.is-open img.opened-menu {
    display: none !important; } }

.mobile-menu-button.is-open div.closed-menu {
  display: none !important; }

@media (min-width: 1200px) {
  .mobile-menu-button.is-open div.closed-menu {
    display: none !important; } }

@media (min-width: 1200px) {
  img.opened-menu {
    display: none !important; } }

@media (min-width: 1200px) {
  div.closed-menu {
    display: none !important; } }

.main-navigation {
  color: #E9F0FC;
  font-size: 22px;
  line-height: 34px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700; }

@media (min-width: 1200px) {
  .main-navigation {
    color: #0B2650;
    font-size: 18px; } }

@media (min-width: 960px) {
  .main-navigation {
    font-size: 22px; } }

.main-navigation:focus, .main-navigation:active, .main-navigation:hover {
  color: #C73418; }

@media (min-width: 1200px) {
  .top-menu {
    margin-bottom: 25px; } }

.top-menu a:last-child {
  margin-right: 0 !important; }

.top-menu button.top-menu-link,
.top-menu a.top-menu-link {
  font-size: 13px;
  line-height: 17px;
  color: #4D4D4D;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  border: none; }

.top-menu .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #D4D7DD;
  padding: 6px 10px; }

.menu-mobile {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #C73418;
  text-transform: uppercase; }

footer div,
footer a {
  color: #fff; }

footer .no-bullets {
  list-style: none; }

footer a:hover {
  color: #fff; }

footer .footer-bottom-links {
  margin-left: 0;
  padding-left: 0;
  margin-top: 0; }

footer li, footer ol li a, ol li footer a,
footer ul li a, ul li footer a {
  margin-bottom: 0;
  padding-left: 0; }

footer .footer-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#1A4E88), to(#0B2650));
  background: linear-gradient(180deg, #1A4E88 0%, #0B2650 100%);
  padding-left: 5px;
  padding-right: 5px; }

footer .footer-section li, footer .footer-section ol li a, ol li footer .footer-section a,
footer .footer-section ul li a, ul li footer .footer-section a {
  padding-bottom: 20px; }

footer .footer-section .footer-bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 767px) {
  footer .footer-section .footer-bottom-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

footer .footer-section .footer-bottom-links li, footer .footer-section .footer-bottom-links ol li a, ol li footer .footer-section .footer-bottom-links a,
footer .footer-section .footer-bottom-links ul li a, ul li footer .footer-section .footer-bottom-links a {
  margin-right: 20px; }

@media (min-width: 1200px) {
  footer .footer-section .footer-bottom-links li, footer .footer-section .footer-bottom-links ol li a, ol li footer .footer-section .footer-bottom-links a,
  footer .footer-section .footer-bottom-links ul li a, ul li footer .footer-section .footer-bottom-links a {
    margin-right: 0; } }

footer .address a {
  text-decoration: none; }

footer .footer-navigation {
  background-color: #333333;
  padding-left: 5px;
  padding-right: 5px; }

footer .footer-navigation .footer-bottom-wrapper {
  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: 960px) {
  footer .footer-navigation .footer-bottom-wrapper {
    -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; } }

footer .footer-navigation .footer-bottom-wrapper ul {
  margin-bottom: 0; }

footer .footer-navigation .footer-bottom-wrapper ul li, ol li footer .footer-navigation .footer-bottom-wrapper ul a,
footer .footer-navigation .footer-bottom-wrapper ul li a {
  margin-right: 22px; }

@media (min-width: 960px) {
  footer .footer-navigation .footer-bottom-wrapper ul li, ol li footer .footer-navigation .footer-bottom-wrapper ul a,
  footer .footer-navigation .footer-bottom-wrapper ul li a {
    margin-right: 34px; } }

footer .footer-navigation .footer-bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

footer .footer-navigation .social-links {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px; }

@media (min-width: 767px) {
  footer .footer-navigation .social-links {
    padding-bottom: 0; } }

footer .footer-navigation .social {
  width: 205px; }

@media (min-width: 960px) {
  footer .footer-navigation .social {
    width: 270px; } }

footer .footer-navigation .footer-bottom {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 767px) {
  footer .footer-navigation .footer-bottom {
    -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; } }

.style-guide .tab-pane textarea {
  width: 100%; }

.style-guide .style-logo {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover; }

.style-guide .sg-box-color {
  width: 100%;
  height: 50px; }

.style-guide .text-table tr td:first-child {
  width: 20%; }

.style-guide .text-table tr td:nth-child(2) {
  width: 30%; }

.style-guide .list-table tr td {
  width: 50%; }

.style-guide .sg-icon-card {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.style-guide .sg-icon-card.white-icon {
  background-color: #fff;
  color: #fff; }

.style-guide .sg-list-wrapper {
  background-color: #4c4c4c;
  width: 100%;
  padding: 20px; }

.style-guide a.nav-link {
  text-decoration: none; }

.style-guide img {
  height: 100%;
  width: 100%; }

.text-element .text-top-header h1 {
  color: #0B2650; }

.text-element p.text-content, .text-element .text-bodytext a.text-content, .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description, .text-element .orejime-Modal .text-content.orejime-Modal-description, .orejime-Modal .text-element .text-content.orejime-Modal-description {
  color: #333333;
  font-family: "IBM Plex Serif"; }

.text-element p.text-content a, .text-element .text-bodytext a.text-content a, .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description a, .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description a, .text-element .orejime-Modal .text-content.orejime-Modal-description a, .orejime-Modal .text-element .text-content.orejime-Modal-description a {
  color: #333333;
  font-family: "IBM Plex Serif"; }

.text-element .text-bodytext a.btn-red-large, .text-element .text-bodytext a.btn-yellow-large {
  display: inline-block;
  width: auto; }

.orejime-Notice {
  background: linear-gradient(135deg, #071A36 0%, rgba(17, 60, 126, 0.9) 100%); }

.orejime-Notice--mandatory {
  min-height: 200px; }

.orejime-Notice--mandatory .orejime-Notice-body {
  height: 100%;
  padding: 2em; }

.orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description {
  margin-bottom: 20px; }

.orejime-Modal {
  background: linear-gradient(135deg, #071A36 0%, rgba(17, 60, 126, 0.9) 100%); }

.orejime-Modal .orejime-Modal-description {
  margin-bottom: 20px; }

.orejime-Modal .orejime-Modal-closeButton:hover {
  background: transparent; }

.orejime-Modal .orejime-CloseIcon {
  color: #fff;
  cursor: pointer; }

.orejime-Modal .orejime-Modal-header {
  border-bottom: 1px solid #fff; }

.orejime-Modal .orejime-Modal-footer {
  border-top: 1px solid #fff; }

.orejime-Button.orejime-Button--save {
  color: #0B2650;
  border: 1px solid #fff;
  background-color: #E5E542;
  -webkit-box-shadow: 0 0 32px 0 #195BB3;
  box-shadow: 0 0 32px 0 #195BB3;
  padding: 10px 20px; }

@media (min-width: 1200px) {
  .orejime-Button.orejime-Button--save {
    padding: 15px 30px; } }

.orejime-Button.orejime-Button--save:hover {
  color: #0B2650; }


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   }





.ce-headers {
  background: linear-gradient(135deg, #071A36 0%, rgba(17, 60, 126, 0.9) 100%);
  padding-bottom: 50px;
  border: 1px solid #0b2650; }

.ce-headers h1 {
  color: #fff;
  text-shadow: 0 0 15px #195BB3; }

@media (min-width: 1200px) {
  .ce-headers h1 {
    text-shadow: 0 0 22px #195BB3; } }

@media (min-width: 960px) {
  .ce-headers {
    background: linear-gradient(45deg, #0B2650 0%, #195BB3 100%);
    padding-bottom: 0; } }

@media (min-width: 1440px) {
  .ce-headers .swooch-top {
    height: 30.4vw; } }

.ce-headers .header-img {
  z-index: 1; }

@media (max-width: 1199.98px) {
  .ce-headers .header-img {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1440px) {
  .ce-headers .header-img {
    height: 30.4vw; } }

.ce-headers .header-img figure {
  margin: 0;
  height: 100%; }

.ce-headers .header-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left; }

.ce-headers .header-info {
  z-index: 2; }

.ce-headers .header-info .info {
  padding-top: 50px;
  padding-bottom: 45px; }

@media (min-width: 1440px) {
  .ce-headers .header-info .info {
    padding-top: 75px; } }

.ce-headers .header-info .info p, .ce-headers .header-info .info .text-element .text-bodytext a, .text-element .text-bodytext .ce-headers .header-info .info a, .ce-headers .header-info .info .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-headers .header-info .info .orejime-Notice-description, .ce-headers .header-info .info .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-headers .header-info .info .orejime-Modal-description {
  font-family: "IBM Plex Sans";
  margin-top: 10px;
  margin-bottom: 20px; }

.prefooter {
  border-top: solid 1px #C73418; }

.prefooter .contact-description {
  margin-bottom: 0; }

.prefooter .contact-description.prefooter-contact {
  height: 100%;
  background-color: #E9F0FC; }

@media (min-width: 1200px) {
  .prefooter .contact-description.prefooter-contact .content .infos {
    margin-top: 10px; } }

.prefooter .become-member {
  background-color: #E9F0FC;
  border-radius: 8px;
  border: solid 1px #C73418; }

.prefooter .become-member .content {
  z-index: 1; }

.prefooter .a-btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media (min-width: 1200px) {
  .prefooter .single-contact {
    min-height: 320px; } }

.ce-members-list {
  background: -webkit-gradient(linear, left top, left bottom, from(#1A4E88), to(#0B2650));
  background: linear-gradient(180deg, #1A4E88 0%, #0B2650 100%);
  padding-top: 30px;
  padding-bottom: 35px; }

@media (min-width: 960px) {
  .ce-members-list {
    padding-top: 50px;
    padding-bottom: 20px; } }

.ce-members-list .headline {
  padding-bottom: 20px; }

@media (min-width: 1440px) {
  .ce-members-list .headline {
    margin-left: 40px; } }

.ce-members-list .members {
  margin-right: 10px;
  margin-left: 10px; }

@media (min-width: 1440px) {
  .ce-members-list .members {
    margin-right: 20px;
    margin-left: 20px; } }

.ce-members-list .members .item {
  margin-bottom: 15px;
  width: 100%;
  height: 100%;
  padding-right: 7px;
  padding-left: 7px; }

@media (min-width: 1200px) {
  .ce-members-list .members .item {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 30px; } }

@media (min-width: 1440px) {
  .ce-members-list .members .item {
    margin-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px; } }

.ce-members-list .members .member-logo {
  background: #fff;
  height: 52px;
  width: 100%;
  position: relative;
  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; }

@media (min-width: 576px) {
  .ce-members-list .members .member-logo {
    height: 100px; } }

@media (min-width: 960px) {
  .ce-members-list .members .member-logo {
    height: 150px; } }

@media (min-width: 1440px) {
  .ce-members-list .members .member-logo {
    height: 170px; } }

.ce-members-list .members .member-logo figure {
  margin: 0; }

.ce-members-list .members .member-logo figure img {
  width: 100%;
  max-height: 30px;
  max-width: 65px;
  -o-object-fit: contain;
  object-fit: contain; }

@media (min-width: 960px) {
  .ce-members-list .members .member-logo figure img {
    max-height: 55px;
    max-width: 140px; } }

@media (min-width: 1440px) {
  .ce-members-list .members .member-logo figure img {
    max-height: 80px;
    max-width: 190px; } }

.ce-news-list {
  background-color: #F1F2F4;
  padding-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 1200px) {
  .ce-news-list {
    padding-top: 60px;
    padding-bottom: 60px; } }

.ce-news-list h2, .ce-news-list .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .ce-news-list .orejime-Notice-title, .ce-news-list .orejime-Modal .orejime-Modal-title, .orejime-Modal .ce-news-list .orejime-Modal-title {
  margin-bottom: 20px; }

.ce-news-list .lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 1200px) {
  .ce-news-list .lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.ce-news-list p, .ce-news-list .text-element .text-bodytext a, .text-element .text-bodytext .ce-news-list a, .ce-news-list .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-news-list .orejime-Notice-description, .ce-news-list .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-news-list .orejime-Modal-description {
  color: #fff;
  margin-bottom: 0; }

.ce-news-list p.small-tag, .ce-news-list p.small-tag-gray, .ce-news-list .text-element .text-bodytext a.small-tag-gray, .text-element .text-bodytext .ce-news-list a.small-tag-gray, .ce-news-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag-gray.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-news-list .small-tag-gray.orejime-Notice-description, .ce-news-list .orejime-Modal .small-tag-gray.orejime-Modal-description, .orejime-Modal .ce-news-list .small-tag-gray.orejime-Modal-description, .ce-news-list p.small-title-blue, .ce-news-list .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .ce-news-list a.small-title-blue, .ce-news-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-news-list .small-title-blue.orejime-Notice-description, .ce-news-list .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .ce-news-list .small-title-blue.orejime-Modal-description, .ce-news-list p.small-title-white, .ce-news-list .text-element .text-bodytext a.small-title-white, .text-element .text-bodytext .ce-news-list a.small-title-white, .ce-news-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-white.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-news-list .small-title-white.orejime-Notice-description, .ce-news-list .orejime-Modal .small-title-white.orejime-Modal-description, .orejime-Modal .ce-news-list .small-title-white.orejime-Modal-description, .ce-news-list .text-element .text-bodytext a.small-tag, .text-element .text-bodytext .ce-news-list a.small-tag, .ce-news-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-news-list .small-tag.orejime-Notice-description, .ce-news-list .orejime-Modal .small-tag.orejime-Modal-description, .orejime-Modal .ce-news-list .small-tag.orejime-Modal-description {
  margin-bottom: 5px; }

.ce-news-list .info {
  padding: 10px 20px; }

.ce-news-list .teaser-small {
  margin-bottom: 22px; }

.ce-news-list .teaser {
  height: 100%; }

.ce-news-list .first-teaser {
  height: 100%; }

.ce-news-list .first-teaser .teaser {
  min-height: 290px; }

.ce-news-list .first-teaser .teaser a {
  text-decoration: none; }

.ce-news-list .first-teaser .teaser-info {
  min-height: 290px; }

@media (min-width: 1200px) {
  .ce-news-list .first-teaser .teaser-info {
    min-height: unset; } }

.ce-news-list .teaser-list {
  height: 100%; }

.ce-news-list .teaser-list .teaser-small a {
  text-decoration: none; }

.ce-news-list .teaser-list .teaser {
  min-height: 160px;
  height: 100%;
  width: 100%;
  z-index: 1; }

.ce-news-list .teaser-list p.small-tag, .ce-news-list .teaser-list p.small-tag-gray, .ce-news-list .teaser-list .text-element .text-bodytext a.small-tag-gray, .text-element .text-bodytext .ce-news-list .teaser-list a.small-tag-gray, .ce-news-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag-gray.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-news-list .teaser-list .small-tag-gray.orejime-Notice-description, .ce-news-list .teaser-list .orejime-Modal .small-tag-gray.orejime-Modal-description, .orejime-Modal .ce-news-list .teaser-list .small-tag-gray.orejime-Modal-description, .ce-news-list .teaser-list p.small-title-blue, .ce-news-list .teaser-list .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .ce-news-list .teaser-list a.small-title-blue, .ce-news-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-news-list .teaser-list .small-title-blue.orejime-Notice-description, .ce-news-list .teaser-list .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .ce-news-list .teaser-list .small-title-blue.orejime-Modal-description, .ce-news-list .teaser-list p.small-title-white, .ce-news-list .teaser-list .text-element .text-bodytext a.small-title-white, .text-element .text-bodytext .ce-news-list .teaser-list a.small-title-white, .ce-news-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-white.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-news-list .teaser-list .small-title-white.orejime-Notice-description, .ce-news-list .teaser-list .orejime-Modal .small-title-white.orejime-Modal-description, .orejime-Modal .ce-news-list .teaser-list .small-title-white.orejime-Modal-description, .ce-news-list .teaser-list .text-element .text-bodytext a.small-tag, .text-element .text-bodytext .ce-news-list .teaser-list a.small-tag, .ce-news-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-news-list .teaser-list .small-tag.orejime-Notice-description, .ce-news-list .teaser-list .orejime-Modal .small-tag.orejime-Modal-description, .orejime-Modal .ce-news-list .teaser-list .small-tag.orejime-Modal-description {
  margin-bottom: 7px; }

.ce-news-list .article {
  height: 100%; }

.ce-news-list .teaser-info {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 90px; }

.ce-news-list .tags {
  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;
  position: absolute;
  top: 0; }

.ce-events-list {
  padding: 30px 15px; }

@media (min-width: 1200px) {
  .ce-events-list {
    padding: 60px 0; } }

.ce-events-list h2, .ce-events-list .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .ce-events-list .orejime-Notice-title, .ce-events-list .orejime-Modal .orejime-Modal-title, .orejime-Modal .ce-events-list .orejime-Modal-title {
  margin-bottom: 20px;
  color: #0B2650; }

.ce-events-list .divider-gray h2, .ce-events-list .divider-blue h2, .ce-events-list .divider-gray .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .ce-events-list .divider-gray .orejime-Notice-title, .ce-events-list .divider-blue .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .ce-events-list .divider-blue .orejime-Notice-title, .ce-events-list .divider-gray .orejime-Modal .orejime-Modal-title, .orejime-Modal .ce-events-list .divider-gray .orejime-Modal-title, .ce-events-list .divider-blue .orejime-Modal .orejime-Modal-title, .orejime-Modal .ce-events-list .divider-blue .orejime-Modal-title {
  margin-bottom: 0; }

.ce-events-list .divider-gray .row-teaser, .ce-events-list .divider-blue .row-teaser {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 5px; }

@media (min-width: 576px) {
  .ce-events-list .divider-gray .row-teaser, .ce-events-list .divider-blue .row-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.ce-events-list .lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 1200px) {
  .ce-events-list .lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.ce-events-list p, .ce-events-list .text-element .text-bodytext a, .text-element .text-bodytext .ce-events-list a, .ce-events-list .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-events-list .orejime-Notice-description, .ce-events-list .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-events-list .orejime-Modal-description {
  margin-bottom: 0; }

.ce-events-list p.red-tag, .ce-events-list .text-element .text-bodytext a.red-tag, .text-element .text-bodytext .ce-events-list a.red-tag, .ce-events-list .orejime-Notice--mandatory .orejime-Notice-body .red-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-events-list .red-tag.orejime-Notice-description, .ce-events-list .orejime-Modal .red-tag.orejime-Modal-description, .orejime-Modal .ce-events-list .red-tag.orejime-Modal-description {
  margin-bottom: 5px; }

.ce-events-list p.text-teaser, .ce-events-list .text-element .text-bodytext a.text-teaser, .text-element .text-bodytext .ce-events-list a.text-teaser, .ce-events-list .orejime-Notice--mandatory .orejime-Notice-body .text-teaser.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-events-list .text-teaser.orejime-Notice-description, .ce-events-list .orejime-Modal .text-teaser.orejime-Modal-description, .orejime-Modal .ce-events-list .text-teaser.orejime-Modal-description {
  color: #0B2650; }

.ce-events-list p.small-title-blue, .ce-events-list .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .ce-events-list a.small-title-blue, .ce-events-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-events-list .small-title-blue.orejime-Notice-description, .ce-events-list .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .ce-events-list .small-title-blue.orejime-Modal-description {
  margin-bottom: 5px; }

.ce-events-list p.small-title-white, .ce-events-list .text-element .text-bodytext a.small-title-white, .text-element .text-bodytext .ce-events-list a.small-title-white, .ce-events-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-white.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-events-list .small-title-white.orejime-Notice-description, .ce-events-list .orejime-Modal .small-title-white.orejime-Modal-description, .orejime-Modal .ce-events-list .small-title-white.orejime-Modal-description {
  margin-bottom: 5px; }

.ce-events-list a {
  text-decoration: none; }

.ce-events-list .first-teaser {
  height: 290px; }

.ce-events-list .first-teaser .teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 220px; }

@media (min-width: 1200px) {
  .ce-events-list .first-teaser .teaser {
    aspect-ratio: 44 / 29;
    min-height: unset; } }

.ce-events-list .first-teaser .teaser-info {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0; }

.ce-events-list .first-teaser .date-shape {
  margin: auto 20px; }

.ce-events-list .first-teaser p, .ce-events-list .first-teaser .text-element .text-bodytext a, .text-element .text-bodytext .ce-events-list .first-teaser a, .ce-events-list .first-teaser .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-events-list .first-teaser .orejime-Notice-description, .ce-events-list .first-teaser .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-events-list .first-teaser .orejime-Modal-description {
  color: #fff; }

.ce-events-list .teaser-list {
  height: 100%; }

.ce-events-list .teaser-list .teaser-small {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px; }

@media (min-width: 767px) {
  .ce-events-list .teaser-list .teaser-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0; } }

.ce-events-list .teaser-list .teaser {
  margin-bottom: 10px;
  min-width: 120px;
  position: relative;
  height: 290px; }

@media (min-width: 767px) {
  .ce-events-list .teaser-list .teaser {
    height: 160px; } }

.ce-events-list .teaser-list .teaser figure {
  position: static !important; }

.ce-events-list .teaser-list .date-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ce-events-list .teaser-list p.red-tag, .ce-events-list .teaser-list .text-element .text-bodytext a.red-tag, .text-element .text-bodytext .ce-events-list .teaser-list a.red-tag, .ce-events-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .red-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-events-list .teaser-list .red-tag.orejime-Notice-description, .ce-events-list .teaser-list .orejime-Modal .red-tag.orejime-Modal-description, .orejime-Modal .ce-events-list .teaser-list .red-tag.orejime-Modal-description {
  margin-bottom: 7px; }

.ce-events-list .teaser-list .info {
  margin-bottom: 5px; }

.views-list {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 767px) {
  .views-list {
    padding-top: 60px;
    padding-bottom: 60px; } }

.views-list .list-teaser {
  padding-bottom: 30px; }

@media (min-width: 960px) {
  .views-list .list-teaser {
    padding-bottom: 0; } }

.views-list .list-teaser .block-headline h2, .views-list .list-teaser .block-headline .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .views-list .list-teaser .block-headline .orejime-Notice-title, .views-list .list-teaser .block-headline .orejime-Modal .orejime-Modal-title, .orejime-Modal .views-list .list-teaser .block-headline .orejime-Modal-title {
  padding-bottom: 15px; }

.views-list .list-teaser ul.list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0; }

@media (min-width: 1200px) {
  .views-list .list-teaser ul.list {
    margin: 0; } }

.views-list .list-teaser ul.list li.element, ol li .views-list .list-teaser ul.list a.element,
.views-list .list-teaser ul.list li a.element {
  border-top: 1px solid #113C7E;
  padding: 30px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.views-list .list-teaser ul.list li.element a, ol li .views-list .list-teaser ul.list a.element a, .views-list .list-teaser ul.list li a.element a {
  text-decoration: none; }

.views-list .list-teaser ul.list li.element a:hover, ol li .views-list .list-teaser ul.list a.element a:hover, .views-list .list-teaser ul.list li a.element a:hover {
  color: initial; }

.views-list .list-teaser ul.list li.element:last-child, ol li .views-list .list-teaser ul.list a.element:last-child,
.views-list .list-teaser ul.list li a.element:last-child {
  border-bottom: 1px solid #113C7E; }

.views-list .list-teaser ul.list li.element .block-text, ol li .views-list .list-teaser ul.list a.element .block-text, .views-list .list-teaser ul.list li a.element .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: auto;
  padding-right: 30px;
  padding-left: 0; }

@media (min-width: 767px) {
  .views-list .list-teaser ul.list li.element .block-text, ol li .views-list .list-teaser ul.list a.element .block-text, .views-list .list-teaser ul.list li a.element .block-text {
    width: 100%;
    padding-left: 20px; } }

@media (min-width: 1200px) {
  .views-list .list-teaser ul.list li.element .block-text, ol li .views-list .list-teaser ul.list a.element .block-text, .views-list .list-teaser ul.list li a.element .block-text {
    width: 80%;
    padding-left: 0; } }

.views-list .twitter-teaser h2, .views-list .twitter-teaser .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .views-list .twitter-teaser .orejime-Notice-title, .views-list .twitter-teaser .orejime-Modal .orejime-Modal-title, .orejime-Modal .views-list .twitter-teaser .orejime-Modal-title {
  color: #0B2650; }

.views-list .twitter-teaser .twitter {
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  background: #F1F2F4;
  border-radius: 8px; }

.views-list .twitter-teaser .twitter .image {
  padding-bottom: 30px; }

.views-list .twitter-teaser .twitter .image figure img {
  width: 100%; }

@media (min-width: 1200px) {
  .views-list .twitter-teaser .twitter .image figure img {
    width: auto; } }

.views-list .twitter-teaser .twitter .images figure img {
  width: 100%; }

@media (min-width: 1200px) {
  .views-list .twitter-teaser .twitter .images figure img {
    width: auto; } }

.ce-filter-news-list {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 1200px) {
  .ce-filter-news-list {
    padding-top: 0;
    padding-bottom: 0; } }

.ce-filter-news-list p, .ce-filter-news-list .text-element .text-bodytext a, .text-element .text-bodytext .ce-filter-news-list a, .ce-filter-news-list .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .orejime-Notice-description, .ce-filter-news-list .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-filter-news-list .orejime-Modal-description {
  color: #fff;
  margin-bottom: 0; }

.ce-filter-news-list p.small-tag, .ce-filter-news-list p.small-tag-gray, .ce-filter-news-list .text-element .text-bodytext a.small-tag-gray, .text-element .text-bodytext .ce-filter-news-list a.small-tag-gray, .ce-filter-news-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag-gray.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .small-tag-gray.orejime-Notice-description, .ce-filter-news-list .orejime-Modal .small-tag-gray.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .small-tag-gray.orejime-Modal-description, .ce-filter-news-list p.small-title-blue, .ce-filter-news-list .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .ce-filter-news-list a.small-title-blue, .ce-filter-news-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .small-title-blue.orejime-Notice-description, .ce-filter-news-list .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .small-title-blue.orejime-Modal-description, .ce-filter-news-list p.small-title-white, .ce-filter-news-list .text-element .text-bodytext a.small-title-white, .text-element .text-bodytext .ce-filter-news-list a.small-title-white, .ce-filter-news-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-white.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .small-title-white.orejime-Notice-description, .ce-filter-news-list .orejime-Modal .small-title-white.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .small-title-white.orejime-Modal-description, .ce-filter-news-list .text-element .text-bodytext a.small-tag, .text-element .text-bodytext .ce-filter-news-list a.small-tag, .ce-filter-news-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .small-tag.orejime-Notice-description, .ce-filter-news-list .orejime-Modal .small-tag.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .small-tag.orejime-Modal-description {
  margin-bottom: 5px; }

.ce-filter-news-list .tags {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ce-filter-news-list p, .ce-filter-news-list .text-element .text-bodytext a, .text-element .text-bodytext .ce-filter-news-list a, .ce-filter-news-list .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .orejime-Notice-description, .ce-filter-news-list .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-filter-news-list .orejime-Modal-description {
  color: #333333; }

.ce-filter-news-list .first-teaser {
  border-radius: 8px;
  background-color: #E0EBFB;
  margin-bottom: 15px;
  padding-bottom: 0; }

@media (min-width: 767px) {
  .ce-filter-news-list .first-teaser {
    margin-bottom: 40px; } }

.ce-filter-news-list .first-teaser p.block, .ce-filter-news-list .first-teaser .text-element .text-bodytext a.block, .text-element .text-bodytext .ce-filter-news-list .first-teaser a.block, .ce-filter-news-list .first-teaser .orejime-Notice--mandatory .orejime-Notice-body .block.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .first-teaser .block.orejime-Notice-description, .ce-filter-news-list .first-teaser .orejime-Modal .block.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .first-teaser .block.orejime-Modal-description, .ce-filter-news-list .first-teaser p.text, .ce-filter-news-list .first-teaser .text p, .text .ce-filter-news-list .first-teaser p, .ce-filter-news-list .first-teaser .text .text-element .text-bodytext a, .text .text-element .text-bodytext .ce-filter-news-list .first-teaser a, .ce-filter-news-list .first-teaser .text-element .text-bodytext .text a, .text-element .text-bodytext .text .ce-filter-news-list .first-teaser a, .ce-filter-news-list .first-teaser .text .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .text .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .first-teaser .orejime-Notice-description, .ce-filter-news-list .first-teaser .orejime-Notice--mandatory .orejime-Notice-body .text .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text .ce-filter-news-list .first-teaser .orejime-Notice-description, .ce-filter-news-list .first-teaser .text .orejime-Modal .orejime-Modal-description, .text .orejime-Modal .ce-filter-news-list .first-teaser .orejime-Modal-description, .ce-filter-news-list .first-teaser .orejime-Modal .text .orejime-Modal-description, .orejime-Modal .text .ce-filter-news-list .first-teaser .orejime-Modal-description, .ce-filter-news-list .first-teaser .text-element .text-bodytext a.text, .text-element .text-bodytext .ce-filter-news-list .first-teaser a.text, .ce-filter-news-list .first-teaser .orejime-Notice--mandatory .orejime-Notice-body .text.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .first-teaser .text.orejime-Notice-description, .ce-filter-news-list .first-teaser .orejime-Modal .text.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .first-teaser .text.orejime-Modal-description {
  margin-bottom: 20px; }

.ce-filter-news-list .first-teaser p.small-tag, .ce-filter-news-list .first-teaser p.small-tag-gray, .ce-filter-news-list .first-teaser .text-element .text-bodytext a.small-tag-gray, .text-element .text-bodytext .ce-filter-news-list .first-teaser a.small-tag-gray, .ce-filter-news-list .first-teaser .orejime-Notice--mandatory .orejime-Notice-body .small-tag-gray.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .first-teaser .small-tag-gray.orejime-Notice-description, .ce-filter-news-list .first-teaser .orejime-Modal .small-tag-gray.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .first-teaser .small-tag-gray.orejime-Modal-description, .ce-filter-news-list .first-teaser p.small-title-blue, .ce-filter-news-list .first-teaser .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .ce-filter-news-list .first-teaser a.small-title-blue, .ce-filter-news-list .first-teaser .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .first-teaser .small-title-blue.orejime-Notice-description, .ce-filter-news-list .first-teaser .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .first-teaser .small-title-blue.orejime-Modal-description, .ce-filter-news-list .first-teaser p.small-title-white, .ce-filter-news-list .first-teaser .text-element .text-bodytext a.small-title-white, .text-element .text-bodytext .ce-filter-news-list .first-teaser a.small-title-white, .ce-filter-news-list .first-teaser .orejime-Notice--mandatory .orejime-Notice-body .small-title-white.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .first-teaser .small-title-white.orejime-Notice-description, .ce-filter-news-list .first-teaser .orejime-Modal .small-title-white.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .first-teaser .small-title-white.orejime-Modal-description, .ce-filter-news-list .first-teaser .text-element .text-bodytext a.small-tag, .text-element .text-bodytext .ce-filter-news-list .first-teaser a.small-tag, .ce-filter-news-list .first-teaser .orejime-Notice--mandatory .orejime-Notice-body .small-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .first-teaser .small-tag.orejime-Notice-description, .ce-filter-news-list .first-teaser .orejime-Modal .small-tag.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .first-teaser .small-tag.orejime-Modal-description {
  margin-bottom: 7px; }

.ce-filter-news-list .first-teaser a {
  text-decoration: none; }

.ce-filter-news-list .first-teaser figure {
  float: right;
  width: 100%;
  height: 100%; }

.ce-filter-news-list .first-teaser figure img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 8px 8px; }

@media (min-width: 767px) {
  .ce-filter-news-list .first-teaser figure img {
    border-radius: 0 8px 8px 0; } }

@media (min-width: 1200px) {
  .ce-filter-news-list .first-teaser figure img {
    min-height: 382px;
    height: 100%; } }

.ce-filter-news-list .first-teaser .info {
  margin: 10px 10px 0 10px; }

@media (min-width: 1200px) {
  .ce-filter-news-list .first-teaser .info {
    margin: 20px 0 0 40px; } }

.ce-filter-news-list .teaser-list {
  height: 100%; }

.ce-filter-news-list .teaser-list .teaser-small {
  height: 100%;
  margin: 0 0 15px; }

.ce-filter-news-list .teaser-list .teaser-small a {
  text-decoration: none; }

.ce-filter-news-list .teaser-list .teaser-small .headline {
  color: #0B2650; }

.ce-filter-news-list .teaser-list .teaser {
  min-height: 240px;
  margin-bottom: 10px; }

.ce-filter-news-list .teaser-list p.small-tag, .ce-filter-news-list .teaser-list p.small-tag-gray, .ce-filter-news-list .teaser-list .text-element .text-bodytext a.small-tag-gray, .text-element .text-bodytext .ce-filter-news-list .teaser-list a.small-tag-gray, .ce-filter-news-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag-gray.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .teaser-list .small-tag-gray.orejime-Notice-description, .ce-filter-news-list .teaser-list .orejime-Modal .small-tag-gray.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .teaser-list .small-tag-gray.orejime-Modal-description, .ce-filter-news-list .teaser-list p.small-title-blue, .ce-filter-news-list .teaser-list .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .ce-filter-news-list .teaser-list a.small-title-blue, .ce-filter-news-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .teaser-list .small-title-blue.orejime-Notice-description, .ce-filter-news-list .teaser-list .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .teaser-list .small-title-blue.orejime-Modal-description, .ce-filter-news-list .teaser-list p.small-title-white, .ce-filter-news-list .teaser-list .text-element .text-bodytext a.small-title-white, .text-element .text-bodytext .ce-filter-news-list .teaser-list a.small-title-white, .ce-filter-news-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-white.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .teaser-list .small-title-white.orejime-Notice-description, .ce-filter-news-list .teaser-list .orejime-Modal .small-title-white.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .teaser-list .small-title-white.orejime-Modal-description, .ce-filter-news-list .teaser-list .text-element .text-bodytext a.small-tag, .text-element .text-bodytext .ce-filter-news-list .teaser-list a.small-tag, .ce-filter-news-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .teaser-list .small-tag.orejime-Notice-description, .ce-filter-news-list .teaser-list .orejime-Modal .small-tag.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .teaser-list .small-tag.orejime-Modal-description {
  margin-bottom: 5px; }

.ce-filter-news-list .teaser-list p.headline, .ce-filter-news-list .teaser-list .text-element .text-bodytext a.headline, .text-element .text-bodytext .ce-filter-news-list .teaser-list a.headline, .ce-filter-news-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .headline.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-news-list .teaser-list .headline.orejime-Notice-description, .ce-filter-news-list .teaser-list .orejime-Modal .headline.orejime-Modal-description, .orejime-Modal .ce-filter-news-list .teaser-list .headline.orejime-Modal-description {
  margin-bottom: 6px; }

.no-news-found {
  color: #000000; }

.slider-news {
  background: linear-gradient(45deg, #0B2650 0%, #195BB3 100%); }

.slider-news .slider-news-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.slider-news .slider-news-list a {
  text-decoration: none; }

.slider-news .slider-news-list .teaser-news-small {
  max-width: 100%;
  max-height: 380px;
  height: 100%; }

.slider-news .slider-news-list .teaser-news-small:first-child {
  border-right: 1px solid #fff; }

.slider-news .slider-news-list .slick-track {
  height: 100%; }

@media (min-width: 1200px) {
  .slider-news .slider-news-list .slick-track {
    left: -191px; } }

@media (min-width: 1440px) {
  .slider-news .slider-news-list .slick-track {
    left: -35px; } }

.slider-news .slider-news-list .slick-slide {
  max-width: 440px;
  height: 100%; }

@media (min-width: 960px) {
  .slider-news .slider-news-list .slick-slide {
    min-width: 400px; } }

@media (min-width: 1440px) {
  .slider-news .slider-news-list .slick-slide {
    min-width: 440px; } }

.slider-news .slider-news-list .slick-slide > div {
  height: 100%; }

.slider-news .slider-news-list .article {
  height: 100%; }

.slider-news .slider-news-list .article::after {
  content: ""; }

.slider-news .slider-news-list .teaser {
  max-height: 380px;
  height: 100%;
  width: 100%;
  aspect-ratio: 21 / 18; }

.slider-news .slider-news-list .teaser figure img {
  border-radius: 0; }

.slider-news .slider-news-list .teaser .teaser-info {
  border-radius: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.slider-news .slider-news-list .teaser .teaser-info .info {
  padding: 10px; }

.slider-news .slider-news-list .teaser.teaser-no-image {
  border-radius: 0; }

.slider-news .slider-news-list p.small-tag, .slider-news .slider-news-list p.small-tag-gray, .slider-news .slider-news-list .text-element .text-bodytext a.small-tag-gray, .text-element .text-bodytext .slider-news .slider-news-list a.small-tag-gray, .slider-news .slider-news-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag-gray.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .slider-news .slider-news-list .small-tag-gray.orejime-Notice-description, .slider-news .slider-news-list .orejime-Modal .small-tag-gray.orejime-Modal-description, .orejime-Modal .slider-news .slider-news-list .small-tag-gray.orejime-Modal-description, .slider-news .slider-news-list p.small-title-blue, .slider-news .slider-news-list .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .slider-news .slider-news-list a.small-title-blue, .slider-news .slider-news-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .slider-news .slider-news-list .small-title-blue.orejime-Notice-description, .slider-news .slider-news-list .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .slider-news .slider-news-list .small-title-blue.orejime-Modal-description, .slider-news .slider-news-list p.small-title-white, .slider-news .slider-news-list .text-element .text-bodytext a.small-title-white, .text-element .text-bodytext .slider-news .slider-news-list a.small-title-white, .slider-news .slider-news-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-white.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .slider-news .slider-news-list .small-title-white.orejime-Notice-description, .slider-news .slider-news-list .orejime-Modal .small-title-white.orejime-Modal-description, .orejime-Modal .slider-news .slider-news-list .small-title-white.orejime-Modal-description, .slider-news .slider-news-list .text-element .text-bodytext a.small-tag, .text-element .text-bodytext .slider-news .slider-news-list a.small-tag, .slider-news .slider-news-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .slider-news .slider-news-list .small-tag.orejime-Notice-description, .slider-news .slider-news-list .orejime-Modal .small-tag.orejime-Modal-description, .orejime-Modal .slider-news .slider-news-list .small-tag.orejime-Modal-description {
  margin-bottom: 7px; }

.slider-news .slider-news-list p.text-teaser, .slider-news .slider-news-list .text-element .text-bodytext a.text-teaser, .text-element .text-bodytext .slider-news .slider-news-list a.text-teaser, .slider-news .slider-news-list .orejime-Notice--mandatory .orejime-Notice-body .text-teaser.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .slider-news .slider-news-list .text-teaser.orejime-Notice-description, .slider-news .slider-news-list .orejime-Modal .text-teaser.orejime-Modal-description, .orejime-Modal .slider-news .slider-news-list .text-teaser.orejime-Modal-description {
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.slider-news .slider-news-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

@media (min-width: 960px) {
  .slider-news .slick-list {
    height: 380px; } }

.slider-news .clue {
  background: #0B2650;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center; }

@media (min-width: 960px) {
  .slider-news .clue {
    padding-top: 85px;
    margin-bottom: 30px; } }

.slider-news .clue .a-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.slider-news .clue .a-btn .secondary-button {
  margin: 0 auto; }

.slider-news .clue .block-image {
  padding-bottom: 20px; }

.slider-news .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 10; }

.ce-filter-topic-list {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 1200px) {
  .ce-filter-topic-list {
    padding-top: 0;
    padding-bottom: 60px; } }

.ce-filter-topic-list a {
  text-decoration: none; }

.ce-filter-topic-list a:hover {
  text-decoration: none; }

.ce-filter-topic-list .lists {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 1200px) {
  .ce-filter-topic-list .lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.ce-filter-topic-list h2, .ce-filter-topic-list .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-topic-list .orejime-Notice-title, .ce-filter-topic-list .orejime-Modal .orejime-Modal-title, .orejime-Modal .ce-filter-topic-list .orejime-Modal-title {
  margin-bottom: 20px; }

@media (min-width: 767px) {
  .ce-filter-topic-list h2, .ce-filter-topic-list .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-topic-list .orejime-Notice-title, .ce-filter-topic-list .orejime-Modal .orejime-Modal-title, .orejime-Modal .ce-filter-topic-list .orejime-Modal-title {
    margin-bottom: 0; } }

.ce-filter-topic-list p, .ce-filter-topic-list .text-element .text-bodytext a, .text-element .text-bodytext .ce-filter-topic-list a, .ce-filter-topic-list .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-topic-list .orejime-Notice-description, .ce-filter-topic-list .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-filter-topic-list .orejime-Modal-description {
  color: #333333;
  margin-bottom: 0; }

.ce-filter-topic-list .tags {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ce-filter-topic-list .first-teaser {
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .ce-filter-topic-list .first-teaser {
    margin-bottom: 0; } }

.ce-filter-topic-list .first-teaser .teaser {
  min-height: 240px; }

.ce-filter-topic-list .first-teaser .teaser figure.gradient-image:before {
  border-radius: 8px 8px 0 0; }

.ce-filter-topic-list .first-teaser .teaser figure img {
  border-radius: 8px 8px 0 0; }

.ce-filter-topic-list .first-teaser .teaser-info {
  border-radius: 0 0 8px 8px;
  background-color: #E0EBFB;
  padding: 10px 20px 20px; }

.ce-filter-topic-list .teaser-list .teaser-small {
  margin-bottom: 20px; }

.ce-filter-topic-list .teaser-list .teaser-small a {
  text-decoration: none; }

.ce-filter-topic-list .teaser-list .teaser {
  min-height: 160px;
  margin-bottom: 10px; }

.ce-filter-topic-list .teaser-list p.small-tag, .ce-filter-topic-list .teaser-list p.small-tag-gray, .ce-filter-topic-list .teaser-list .text-element .text-bodytext a.small-tag-gray, .text-element .text-bodytext .ce-filter-topic-list .teaser-list a.small-tag-gray, .ce-filter-topic-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag-gray.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-topic-list .teaser-list .small-tag-gray.orejime-Notice-description, .ce-filter-topic-list .teaser-list .orejime-Modal .small-tag-gray.orejime-Modal-description, .orejime-Modal .ce-filter-topic-list .teaser-list .small-tag-gray.orejime-Modal-description, .ce-filter-topic-list .teaser-list p.small-title-blue, .ce-filter-topic-list .teaser-list .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .ce-filter-topic-list .teaser-list a.small-title-blue, .ce-filter-topic-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-topic-list .teaser-list .small-title-blue.orejime-Notice-description, .ce-filter-topic-list .teaser-list .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .ce-filter-topic-list .teaser-list .small-title-blue.orejime-Modal-description, .ce-filter-topic-list .teaser-list p.small-title-white, .ce-filter-topic-list .teaser-list .text-element .text-bodytext a.small-title-white, .text-element .text-bodytext .ce-filter-topic-list .teaser-list a.small-title-white, .ce-filter-topic-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-white.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-topic-list .teaser-list .small-title-white.orejime-Notice-description, .ce-filter-topic-list .teaser-list .orejime-Modal .small-title-white.orejime-Modal-description, .orejime-Modal .ce-filter-topic-list .teaser-list .small-title-white.orejime-Modal-description, .ce-filter-topic-list .teaser-list .text-element .text-bodytext a.small-tag, .text-element .text-bodytext .ce-filter-topic-list .teaser-list a.small-tag, .ce-filter-topic-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-topic-list .teaser-list .small-tag.orejime-Notice-description, .ce-filter-topic-list .teaser-list .orejime-Modal .small-tag.orejime-Modal-description, .orejime-Modal .ce-filter-topic-list .teaser-list .small-tag.orejime-Modal-description {
  margin-bottom: 7px; }

.ce-filter-topic-list .teaser-list p.teaser-text, .ce-filter-topic-list .teaser-list .text-element .text-bodytext a.teaser-text, .text-element .text-bodytext .ce-filter-topic-list .teaser-list a.teaser-text, .ce-filter-topic-list .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .teaser-text.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-topic-list .teaser-list .teaser-text.orejime-Notice-description, .ce-filter-topic-list .teaser-list .orejime-Modal .teaser-text.orejime-Modal-description, .orejime-Modal .ce-filter-topic-list .teaser-list .teaser-text.orejime-Modal-description {
  margin-bottom: 7px; }

.ce-reading-list {
  background-color: #F1F2F4;
  padding: 20px 15px; }

@media (min-width: 1200px) {
  .ce-reading-list {
    padding: 40px 0; } }

.ce-reading-list h2, .ce-reading-list .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .ce-reading-list .orejime-Notice-title, .ce-reading-list .orejime-Modal .orejime-Modal-title, .orejime-Modal .ce-reading-list .orejime-Modal-title {
  margin-bottom: 20px; }

.ce-reading-list p, .ce-reading-list .text-element .text-bodytext a, .text-element .text-bodytext .ce-reading-list a, .ce-reading-list .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-reading-list .orejime-Notice-description, .ce-reading-list .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-reading-list .orejime-Modal-description {
  color: #333333;
  margin-bottom: 0; }

.ce-reading-list p.small-tag, .ce-reading-list p.small-tag-gray, .ce-reading-list .text-element .text-bodytext a.small-tag-gray, .text-element .text-bodytext .ce-reading-list a.small-tag-gray, .ce-reading-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag-gray.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-reading-list .small-tag-gray.orejime-Notice-description, .ce-reading-list .orejime-Modal .small-tag-gray.orejime-Modal-description, .orejime-Modal .ce-reading-list .small-tag-gray.orejime-Modal-description, .ce-reading-list p.small-title-blue, .ce-reading-list .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .ce-reading-list a.small-title-blue, .ce-reading-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-reading-list .small-title-blue.orejime-Notice-description, .ce-reading-list .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .ce-reading-list .small-title-blue.orejime-Modal-description, .ce-reading-list p.small-title-white, .ce-reading-list .text-element .text-bodytext a.small-title-white, .text-element .text-bodytext .ce-reading-list a.small-title-white, .ce-reading-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-white.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-reading-list .small-title-white.orejime-Notice-description, .ce-reading-list .orejime-Modal .small-title-white.orejime-Modal-description, .orejime-Modal .ce-reading-list .small-title-white.orejime-Modal-description, .ce-reading-list .text-element .text-bodytext a.small-tag, .text-element .text-bodytext .ce-reading-list a.small-tag, .ce-reading-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-reading-list .small-tag.orejime-Notice-description, .ce-reading-list .orejime-Modal .small-tag.orejime-Modal-description, .orejime-Modal .ce-reading-list .small-tag.orejime-Modal-description {
  margin-bottom: 7px; }

.ce-reading-list p.teaser-text, .ce-reading-list .text-element .text-bodytext a.teaser-text, .text-element .text-bodytext .ce-reading-list a.teaser-text, .ce-reading-list .orejime-Notice--mandatory .orejime-Notice-body .teaser-text.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-reading-list .teaser-text.orejime-Notice-description, .ce-reading-list .orejime-Modal .teaser-text.orejime-Modal-description, .orejime-Modal .ce-reading-list .teaser-text.orejime-Modal-description {
  margin-bottom: 7px; }

.ce-reading-list .tags {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px; }

.ce-reading-list .teaser-list {
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.ce-reading-list .teaser {
  aspect-ratio: unset;
  min-height: 160px; }

@media (min-width: 767px) {
  .ce-reading-list .teaser {
    aspect-ratio: 3/ 2;
    min-height: unset; } }

.ce-reading-list .teaser-info {
  padding-top: 10px;
  padding-bottom: 10px; }

.ce-filter-events-list {
  background: linear-gradient(45deg, #0B2650 0%, #195BB3 100%);
  padding: 20px 15px; }

@media (min-width: 1200px) {
  .ce-filter-events-list {
    padding: 50px 0; } }

.ce-filter-events-list .teaser-small {
  padding: 0;
  margin-bottom: 20px; }

@media (min-width: 767px) {
  .ce-filter-events-list .teaser-small {
    padding: 0 20px;
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .ce-filter-events-list .teaser-small {
    padding: 0 40px;
    margin-bottom: 0; } }

.ce-filter-events-list .filter-select {
  margin-top: 17px; }

@media (min-width: 767px) {
  .ce-filter-events-list .filter-select {
    margin-top: 0;
    margin-right: 20px;
    margin-left: 20px; } }

.ce-filter-events-list .filter-select p, .ce-filter-events-list .filter-select .text-element .text-bodytext a, .text-element .text-bodytext .ce-filter-events-list .filter-select a, .ce-filter-events-list .filter-select .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-events-list .filter-select .orejime-Notice-description, .ce-filter-events-list .filter-select .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-filter-events-list .filter-select .orejime-Modal-description {
  color: #fff; }

.ce-filter-events-list .ui-select {
  margin-top: 17px; }

@media (min-width: 576px) {
  .ce-filter-events-list .ui-select {
    padding-left: 0;
    margin-top: 0;
    padding-right: 0; } }

.ce-filter-events-list .info a {
  text-decoration: none; }

.ce-filter-events-list p, .ce-filter-events-list .text-element .text-bodytext a, .text-element .text-bodytext .ce-filter-events-list a, .ce-filter-events-list .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-events-list .orejime-Notice-description, .ce-filter-events-list .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-filter-events-list .orejime-Modal-description {
  color: #fff;
  margin-bottom: 0; }

.ce-filter-events-list p.small-tag, .ce-filter-events-list p.small-tag-gray, .ce-filter-events-list .text-element .text-bodytext a.small-tag-gray, .text-element .text-bodytext .ce-filter-events-list a.small-tag-gray, .ce-filter-events-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag-gray.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-events-list .small-tag-gray.orejime-Notice-description, .ce-filter-events-list .orejime-Modal .small-tag-gray.orejime-Modal-description, .orejime-Modal .ce-filter-events-list .small-tag-gray.orejime-Modal-description, .ce-filter-events-list p.small-title-blue, .ce-filter-events-list .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .ce-filter-events-list a.small-title-blue, .ce-filter-events-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-events-list .small-title-blue.orejime-Notice-description, .ce-filter-events-list .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .ce-filter-events-list .small-title-blue.orejime-Modal-description, .ce-filter-events-list p.small-title-white, .ce-filter-events-list .text-element .text-bodytext a.small-title-white, .text-element .text-bodytext .ce-filter-events-list a.small-title-white, .ce-filter-events-list .orejime-Notice--mandatory .orejime-Notice-body .small-title-white.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-events-list .small-title-white.orejime-Notice-description, .ce-filter-events-list .orejime-Modal .small-title-white.orejime-Modal-description, .orejime-Modal .ce-filter-events-list .small-title-white.orejime-Modal-description, .ce-filter-events-list .text-element .text-bodytext a.small-tag, .text-element .text-bodytext .ce-filter-events-list a.small-tag, .ce-filter-events-list .orejime-Notice--mandatory .orejime-Notice-body .small-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-events-list .small-tag.orejime-Notice-description, .ce-filter-events-list .orejime-Modal .small-tag.orejime-Modal-description, .orejime-Modal .ce-filter-events-list .small-tag.orejime-Modal-description {
  margin-bottom: 7px; }

.ce-filter-events-list p.teaser-text, .ce-filter-events-list .text-element .text-bodytext a.teaser-text, .text-element .text-bodytext .ce-filter-events-list a.teaser-text, .ce-filter-events-list .orejime-Notice--mandatory .orejime-Notice-body .teaser-text.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-events-list .teaser-text.orejime-Notice-description, .ce-filter-events-list .orejime-Modal .teaser-text.orejime-Modal-description, .orejime-Modal .ce-filter-events-list .teaser-text.orejime-Modal-description {
  margin-bottom: 7px; }

.ce-filter-events-list .tags {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px; }

.ce-filter-events-list .teaser-list {
  height: 100%;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.ce-filter-events-list .teaser {
  aspect-ratio: unset;
  min-height: 160px; }

@media (min-width: 767px) {
  .ce-filter-events-list .teaser {
    aspect-ratio: 3/ 2;
    min-height: unset; } }

.ce-filter-events-list .teaser-info {
  padding-top: 10px;
  padding-bottom: 10px; }

.ce-filter-events-list .ui-search-filter::-webkit-input-placeholder {
  color: #0B2650;
  font-weight: bold;
  font-family: 'IBM Plex Sans';
  text-transform: uppercase; }

.ce-filter-events-list .ui-search-filter::-moz-placeholder {
  color: #0B2650;
  font-weight: bold;
  font-family: 'IBM Plex Sans';
  text-transform: uppercase; }

.ce-filter-events-list .ui-search-filter:-ms-input-placeholder {
  color: #0B2650;
  font-weight: bold;
  font-family: 'IBM Plex Sans';
  text-transform: uppercase; }

.ce-filter-events-list .ui-search-filter::-ms-input-placeholder {
  color: #0B2650;
  font-weight: bold;
  font-family: 'IBM Plex Sans';
  text-transform: uppercase; }

.ce-filter-events-list .ui-search-filter::placeholder {
  color: #0B2650;
  font-weight: bold;
  font-family: 'IBM Plex Sans';
  text-transform: uppercase; }

.ce-filter-events-list .jcf-select-text span {
  font-weight: bold;
  font-family: 'IBM Plex Sans'; }

.ce-filter-events-list .headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px; }

.ce-filter-events-list .pagination {
  margin-top: 30px; }

.ce-gallery-news {
  padding: 25px 15px; }

@media (min-width: 1200px) {
  .ce-gallery-news {
    padding: 40px 0; } }

.ce-gallery-news h2, .ce-gallery-news .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-news .orejime-Notice-title, .ce-gallery-news .orejime-Modal .orejime-Modal-title, .orejime-Modal .ce-gallery-news .orejime-Modal-title {
  margin-bottom: 20px; }

.ce-gallery-news h2.block, .ce-gallery-news .orejime-Notice--mandatory .orejime-Notice-body .block.orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-news .block.orejime-Notice-title, .ce-gallery-news .orejime-Modal .block.orejime-Modal-title, .orejime-Modal .ce-gallery-news .block.orejime-Modal-title {
  font-family: "IBM Plex Sans condensed";
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px;
  color: #fff; }

.ce-gallery-news p, .ce-gallery-news .text-element .text-bodytext a, .text-element .text-bodytext .ce-gallery-news a, .ce-gallery-news .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-news .orejime-Notice-description, .ce-gallery-news .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-gallery-news .orejime-Modal-description {
  margin-bottom: 0; }

.ce-gallery-news p.block, .ce-gallery-news .text-element .text-bodytext a.block, .text-element .text-bodytext .ce-gallery-news a.block, .ce-gallery-news .orejime-Notice--mandatory .orejime-Notice-body .block.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-news .block.orejime-Notice-description, .ce-gallery-news .orejime-Modal .block.orejime-Modal-description, .orejime-Modal .ce-gallery-news .block.orejime-Modal-description {
  font-family: "IBM Plex Sans condensed";
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px;
  color: #fff; }

.ce-gallery-news p.text, .ce-gallery-news .text p, .text .ce-gallery-news p, .ce-gallery-news .text .text-element .text-bodytext a, .text .text-element .text-bodytext .ce-gallery-news a, .ce-gallery-news .text-element .text-bodytext .text a, .text-element .text-bodytext .text .ce-gallery-news a, .ce-gallery-news .text .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .text .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-news .orejime-Notice-description, .ce-gallery-news .orejime-Notice--mandatory .orejime-Notice-body .text .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text .ce-gallery-news .orejime-Notice-description, .ce-gallery-news .text .orejime-Modal .orejime-Modal-description, .text .orejime-Modal .ce-gallery-news .orejime-Modal-description, .ce-gallery-news .orejime-Modal .text .orejime-Modal-description, .orejime-Modal .text .ce-gallery-news .orejime-Modal-description, .ce-gallery-news .text-element .text-bodytext a.text, .text-element .text-bodytext .ce-gallery-news a.text, .ce-gallery-news .orejime-Notice--mandatory .orejime-Notice-body .text.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-news .text.orejime-Notice-description, .ce-gallery-news .orejime-Modal .text.orejime-Modal-description, .orejime-Modal .ce-gallery-news .text.orejime-Modal-description {
  color: #333333;
  margin-bottom: 7px; }

.ce-gallery-news .teaser-list {
  height: 100%; }

@media (min-width: 1200px) {
  .ce-gallery-news .teaser-list {
    margin: 0 -20px; } }

.ce-gallery-news .teaser-small {
  margin: 0 0 10px; }

.ce-gallery-news .teaser-small a {
  all: unset; }

@media (min-width: 1200px) {
  .ce-gallery-news .teaser-small {
    margin: 0 0 20px;
    padding: 0 20px; } }

.ce-gallery-news .teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  aspect-ratio: unset;
  min-height: 160px; }

@media (min-width: 767px) {
  .ce-gallery-news .teaser {
    aspect-ratio: 10/ 7;
    min-height: unset; } }

.ce-gallery-news figure {
  z-index: -1; }

.ce-gallery-news .teaser-info {
  padding-bottom: 20px;
  padding-top: 20px; }

.ce-gallery-events {
  padding: 25px 15px; }

@media (min-width: 1200px) {
  .ce-gallery-events {
    padding: 50px 0 30px; } }

.ce-gallery-events a {
  text-decoration: none; }

.ce-gallery-events .teaser-small {
  margin-bottom: 10px; }

.ce-gallery-events.special-event {
  background-color: #F1F2F4; }

.ce-gallery-events.special-event h2, .ce-gallery-events.special-event .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-events.special-event .orejime-Notice-title, .ce-gallery-events.special-event .orejime-Modal .orejime-Modal-title, .orejime-Modal .ce-gallery-events.special-event .orejime-Modal-title {
  background: #0B2650;
  -webkit-background-clip: text;
  background-clip: text; }

.ce-gallery-events h2, .ce-gallery-events .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-events .orejime-Notice-title, .ce-gallery-events .orejime-Modal .orejime-Modal-title, .orejime-Modal .ce-gallery-events .orejime-Modal-title {
  margin-bottom: 20px; }

.ce-gallery-events p, .ce-gallery-events .text-element .text-bodytext a, .text-element .text-bodytext .ce-gallery-events a, .ce-gallery-events .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-events .orejime-Notice-description, .ce-gallery-events .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-gallery-events .orejime-Modal-description {
  margin-bottom: 0; }

.ce-gallery-events p.red-tag, .ce-gallery-events .text-element .text-bodytext a.red-tag, .text-element .text-bodytext .ce-gallery-events a.red-tag, .ce-gallery-events .orejime-Notice--mandatory .orejime-Notice-body .red-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-events .red-tag.orejime-Notice-description, .ce-gallery-events .orejime-Modal .red-tag.orejime-Modal-description, .orejime-Modal .ce-gallery-events .red-tag.orejime-Modal-description {
  margin-bottom: 5px; }

.ce-gallery-events p.text-teaser, .ce-gallery-events .text-element .text-bodytext a.text-teaser, .text-element .text-bodytext .ce-gallery-events a.text-teaser, .ce-gallery-events .orejime-Notice--mandatory .orejime-Notice-body .text-teaser.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-events .text-teaser.orejime-Notice-description, .ce-gallery-events .orejime-Modal .text-teaser.orejime-Modal-description, .orejime-Modal .ce-gallery-events .text-teaser.orejime-Modal-description {
  color: #0B2650; }

.ce-gallery-events p.headline, .ce-gallery-events .text-element .text-bodytext a.headline, .text-element .text-bodytext .ce-gallery-events a.headline, .ce-gallery-events .orejime-Notice--mandatory .orejime-Notice-body .headline.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-events .headline.orejime-Notice-description, .ce-gallery-events .orejime-Modal .headline.orejime-Modal-description, .orejime-Modal .ce-gallery-events .headline.orejime-Modal-description {
  color: #0B2650; }

.ce-gallery-events p.small-title-blue, .ce-gallery-events .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .ce-gallery-events a.small-title-blue, .ce-gallery-events .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-events .small-title-blue.orejime-Notice-description, .ce-gallery-events .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .ce-gallery-events .small-title-blue.orejime-Modal-description {
  margin-bottom: 5px; }

.ce-gallery-events .teaser-list {
  height: 100%; }

.ce-gallery-events .teaser-list .teaser {
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.ce-gallery-events .teaser-list .teaser-info {
  margin-top: 5px; }

.ce-gallery-events .teaser-list .date-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ce-gallery-events .teaser-list p.red-tag, .ce-gallery-events .teaser-list .text-element .text-bodytext a.red-tag, .text-element .text-bodytext .ce-gallery-events .teaser-list a.red-tag, .ce-gallery-events .teaser-list .orejime-Notice--mandatory .orejime-Notice-body .red-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-gallery-events .teaser-list .red-tag.orejime-Notice-description, .ce-gallery-events .teaser-list .orejime-Modal .red-tag.orejime-Modal-description, .orejime-Modal .ce-gallery-events .teaser-list .red-tag.orejime-Modal-description {
  margin-bottom: 7px; }

.ce-filter-tabs {
  padding-top: 25px;
  padding-bottom: 25px; }

@media (min-width: 1200px) {
  .ce-filter-tabs {
    padding-top: 50px;
    padding-bottom: 50px; } }

.ce-filter-tabs h2.block, .ce-filter-tabs .orejime-Notice--mandatory .orejime-Notice-body .block.orejime-Notice-title, .orejime-Notice--mandatory .orejime-Notice-body .ce-filter-tabs .block.orejime-Notice-title, .ce-filter-tabs .orejime-Modal .block.orejime-Modal-title, .orejime-Modal .ce-filter-tabs .block.orejime-Modal-title {
  margin-bottom: 20px; }

.ce-filter-tabs ul.nav-tabs {
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.ce-filter-tabs .filter-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 767px) {
  .ce-filter-tabs .filter-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.ce-filter-tabs .filter-content .info {
  margin-bottom: 40px; }

.ce-filter-tabs a.link-black {
  padding-top: 10px; }

.ce-filter-tabs .card-square-img {
  margin-bottom: 40px; }

.ce-filter-tabs .card-square-img figure {
  height: 240px; }

.ce-filter-tabs .card-square-img .subtitle {
  padding-top: 10px;
  color: #2B2B2B; }

.ce-header-public-affairs {
  background: linear-gradient(45deg, #0B2650 0%, #195BB3 100%);
  padding: 20px; }

@media (min-width: 1200px) {
  .ce-header-public-affairs {
    padding: 40px 0 30px; } }

.ce-header-public-affairs a {
  text-decoration: none; }

.ce-header-public-affairs a:hover {
  text-decoration: none; }

.ce-header-public-affairs p, .ce-header-public-affairs .text-element .text-bodytext a, .text-element .text-bodytext .ce-header-public-affairs a, .ce-header-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-header-public-affairs .orejime-Notice-description, .ce-header-public-affairs .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-header-public-affairs .orejime-Modal-description {
  margin-bottom: 0;
  color: #fff; }

.ce-header-public-affairs p.small-tag, .ce-header-public-affairs p.small-tag-gray, .ce-header-public-affairs .text-element .text-bodytext a.small-tag-gray, .text-element .text-bodytext .ce-header-public-affairs a.small-tag-gray, .ce-header-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .small-tag-gray.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-header-public-affairs .small-tag-gray.orejime-Notice-description, .ce-header-public-affairs .orejime-Modal .small-tag-gray.orejime-Modal-description, .orejime-Modal .ce-header-public-affairs .small-tag-gray.orejime-Modal-description, .ce-header-public-affairs p.small-title-blue, .ce-header-public-affairs .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .ce-header-public-affairs a.small-title-blue, .ce-header-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-header-public-affairs .small-title-blue.orejime-Notice-description, .ce-header-public-affairs .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .ce-header-public-affairs .small-title-blue.orejime-Modal-description, .ce-header-public-affairs p.small-title-white, .ce-header-public-affairs .text-element .text-bodytext a.small-title-white, .text-element .text-bodytext .ce-header-public-affairs a.small-title-white, .ce-header-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .small-title-white.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-header-public-affairs .small-title-white.orejime-Notice-description, .ce-header-public-affairs .orejime-Modal .small-title-white.orejime-Modal-description, .orejime-Modal .ce-header-public-affairs .small-title-white.orejime-Modal-description, .ce-header-public-affairs .text-element .text-bodytext a.small-tag, .text-element .text-bodytext .ce-header-public-affairs a.small-tag, .ce-header-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .small-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-header-public-affairs .small-tag.orejime-Notice-description, .ce-header-public-affairs .orejime-Modal .small-tag.orejime-Modal-description, .orejime-Modal .ce-header-public-affairs .small-tag.orejime-Modal-description {
  margin-bottom: 7px; }

.ce-header-public-affairs p.block, .ce-header-public-affairs .text-element .text-bodytext a.block, .text-element .text-bodytext .ce-header-public-affairs a.block, .ce-header-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .block.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-header-public-affairs .block.orejime-Notice-description, .ce-header-public-affairs .orejime-Modal .block.orejime-Modal-description, .orejime-Modal .ce-header-public-affairs .block.orejime-Modal-description {
  margin-bottom: 10px; }

.ce-header-public-affairs .tags {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px; }

.ce-header-public-affairs .teaser {
  height: 180px;
  height: 100%;
  padding-bottom: 20px; }

@media (min-width: 767px) {
  .ce-header-public-affairs .teaser {
    max-height: unset;
    padding-bottom: 0; } }

.ce-header-public-affairs .teaser-info {
  margin-bottom: 20px; }

@media (min-width: 767px) {
  .ce-header-public-affairs .teaser-info {
    margin-bottom: 0; } }

.ce-header-public-affairs figure {
  height: 180px;
  position: relative; }

@media (min-width: 960px) {
  .ce-header-public-affairs figure {
    aspect-ratio: 439/290;
    height: 100%; } }

.ce-header-public-affairs figure img {
  -o-object-position: top center;
  object-position: top center; }

.ce-header-public-affairs .divider-horizontal {
  border-left: none; }

@media (min-width: 767px) {
  .ce-header-public-affairs .divider-horizontal {
    border-left: 1px solid #7E889A;
    padding-left: 2.77778%; } }

.ce-header-public-affairs .divider-horizontal p, .ce-header-public-affairs .divider-horizontal .text-element .text-bodytext a, .text-element .text-bodytext .ce-header-public-affairs .divider-horizontal a, .ce-header-public-affairs .divider-horizontal .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-header-public-affairs .divider-horizontal .orejime-Notice-description, .ce-header-public-affairs .divider-horizontal .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-header-public-affairs .divider-horizontal .orejime-Modal-description {
  color: #E0EBFB;
  font-family: "IBM Plex Serif";
  margin: 0 auto;
  padding: 10px 0; }

@media (min-width: 1440px) {
  .ce-header-public-affairs .divider-horizontal p, .ce-header-public-affairs .divider-horizontal .text-element .text-bodytext a, .text-element .text-bodytext .ce-header-public-affairs .divider-horizontal a, .ce-header-public-affairs .divider-horizontal .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-header-public-affairs .divider-horizontal .orejime-Notice-description, .ce-header-public-affairs .divider-horizontal .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-header-public-affairs .divider-horizontal .orejime-Modal-description {
    padding: 24px 0; } }

.text-quote {
  font-weight: 400;
  color: #333333; }

.text-quote .author-info {
  display: block;
  text-align: end;
  margin-top: 10px; }

.text-quote div {
  font-family: "IBM Plex Serif"; }

.ce-downloads {
  background-color: #F1F2F4;
  padding-top: 20px;
  padding-bottom: 10px; }

@media (min-width: 960px) {
  .ce-downloads {
    padding-top: 40px;
    padding-bottom: 20px; } }

.ce-downloads .download-items .download-col {
  margin-bottom: 30px; }

.ce-downloads .download-items .download-col .download-item {
  background-color: #E5E8EB;
  border: 1px solid #A5C4F3;
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.ce-downloads .download-items .download-col .download-item a {
  text-decoration: none;
  padding: 15px 80px 15px 20px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto; }

.ce-page-detail-public-affairs {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (min-width: 1200px) {
  .ce-page-detail-public-affairs {
    padding-top: 40px;
    padding-bottom: 40px; } }

.ce-page-detail-public-affairs .page-detail-col {
  padding: 0; }

.ce-page-detail-public-affairs h1,
.ce-page-detail-public-affairs h2,
.ce-page-detail-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-title,
.orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .orejime-Notice-title,
.ce-page-detail-public-affairs .orejime-Modal .orejime-Modal-title,
.orejime-Modal .ce-page-detail-public-affairs .orejime-Modal-title,
.ce-page-detail-public-affairs h3,
.ce-page-detail-public-affairs h4,
.ce-page-detail-public-affairs .headline-higher {
  font-family: "Calistoga";
  color: #0B2650;
  margin-bottom: 10px; }

.ce-page-detail-public-affairs div,
.ce-page-detail-public-affairs blockquote,
.ce-page-detail-public-affairs p,
.ce-page-detail-public-affairs .text-element .text-bodytext a,
.text-element .text-bodytext .ce-page-detail-public-affairs a,
.ce-page-detail-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description,
.orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .orejime-Notice-description,
.ce-page-detail-public-affairs .orejime-Modal .orejime-Modal-description,
.orejime-Modal .ce-page-detail-public-affairs .orejime-Modal-description {
  font-family: "IBM Plex Serif"; }

.ce-page-detail-public-affairs p,
.ce-page-detail-public-affairs .text-element .text-bodytext a,
.text-element .text-bodytext .ce-page-detail-public-affairs a,
.ce-page-detail-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description,
.orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .orejime-Notice-description,
.ce-page-detail-public-affairs .orejime-Modal .orejime-Modal-description,
.orejime-Modal .ce-page-detail-public-affairs .orejime-Modal-description {
  margin-bottom: 30px;
  color: #333333; }

.ce-page-detail-public-affairs p.small-tag, .ce-page-detail-public-affairs p.small-tag-gray, .ce-page-detail-public-affairs .text-element .text-bodytext a.small-tag-gray, .text-element .text-bodytext .ce-page-detail-public-affairs a.small-tag-gray, .ce-page-detail-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .small-tag-gray.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .small-tag-gray.orejime-Notice-description, .ce-page-detail-public-affairs .orejime-Modal .small-tag-gray.orejime-Modal-description, .orejime-Modal .ce-page-detail-public-affairs .small-tag-gray.orejime-Modal-description, .ce-page-detail-public-affairs p.small-title-blue, .ce-page-detail-public-affairs .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .ce-page-detail-public-affairs a.small-title-blue, .ce-page-detail-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .small-title-blue.orejime-Notice-description, .ce-page-detail-public-affairs .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .ce-page-detail-public-affairs .small-title-blue.orejime-Modal-description, .ce-page-detail-public-affairs p.small-title-white, .ce-page-detail-public-affairs .text-element .text-bodytext a.small-title-white, .text-element .text-bodytext .ce-page-detail-public-affairs a.small-title-white, .ce-page-detail-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .small-title-white.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .small-title-white.orejime-Notice-description, .ce-page-detail-public-affairs .orejime-Modal .small-title-white.orejime-Modal-description, .orejime-Modal .ce-page-detail-public-affairs .small-title-white.orejime-Modal-description, .ce-page-detail-public-affairs .text-element .text-bodytext a.small-tag, .text-element .text-bodytext .ce-page-detail-public-affairs a.small-tag, .ce-page-detail-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .small-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .small-tag.orejime-Notice-description, .ce-page-detail-public-affairs .orejime-Modal .small-tag.orejime-Modal-description, .orejime-Modal .ce-page-detail-public-affairs .small-tag.orejime-Modal-description {
  margin-bottom: 10px; }

.ce-page-detail-public-affairs p.headline-higher, .ce-page-detail-public-affairs .text-element .text-bodytext a.headline-higher, .text-element .text-bodytext .ce-page-detail-public-affairs a.headline-higher, .ce-page-detail-public-affairs .orejime-Notice--mandatory .orejime-Notice-body .headline-higher.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .headline-higher.orejime-Notice-description, .ce-page-detail-public-affairs .orejime-Modal .headline-higher.orejime-Modal-description, .orejime-Modal .ce-page-detail-public-affairs .headline-higher.orejime-Modal-description {
  color: #071A36;
  margin-bottom: 5px; }

.ce-page-detail-public-affairs .teaser-info {
  margin-top: 50px; }

.ce-page-detail-public-affairs .teaser-info p.paragraph, .ce-page-detail-public-affairs .teaser-info .text-element .text-bodytext a.paragraph, .text-element .text-bodytext .ce-page-detail-public-affairs .teaser-info a.paragraph, .ce-page-detail-public-affairs .teaser-info .orejime-Notice--mandatory .orejime-Notice-body .paragraph.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .teaser-info .paragraph.orejime-Notice-description, .ce-page-detail-public-affairs .teaser-info .orejime-Modal .paragraph.orejime-Modal-description, .orejime-Modal .ce-page-detail-public-affairs .teaser-info .paragraph.orejime-Modal-description {
  font-weight: 500; }

.ce-page-detail-public-affairs .teaser-info p.paragraph:last-of-type, .ce-page-detail-public-affairs .teaser-info .text-element .text-bodytext a.paragraph:last-of-type, .text-element .text-bodytext .ce-page-detail-public-affairs .teaser-info a.paragraph:last-of-type, .ce-page-detail-public-affairs .teaser-info .orejime-Notice--mandatory .orejime-Notice-body .paragraph.orejime-Notice-description:last-of-type, .orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .teaser-info .paragraph.orejime-Notice-description:last-of-type, .ce-page-detail-public-affairs .teaser-info .orejime-Modal .paragraph.orejime-Modal-description:last-of-type, .orejime-Modal .ce-page-detail-public-affairs .teaser-info .paragraph.orejime-Modal-description:last-of-type {
  margin-bottom: 0; }

.ce-page-detail-public-affairs .teaser-info .categories-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ce-page-detail-public-affairs .teaser-info .categories-list .tag-pill {
  margin-left: 0;
  margin-right: 10px; }

.ce-page-detail-public-affairs .teaser-info .categories-list .tag-pill:last-of-type {
  margin-right: 0; }

.ce-page-detail-public-affairs .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 0; }

.ce-page-detail-public-affairs .contact p, .ce-page-detail-public-affairs .contact .text-element .text-bodytext a, .text-element .text-bodytext .ce-page-detail-public-affairs .contact a, .ce-page-detail-public-affairs .contact .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .contact .orejime-Notice-description, .ce-page-detail-public-affairs .contact .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-page-detail-public-affairs .contact .orejime-Modal-description {
  color: #113C7E; }

.ce-page-detail-public-affairs blockquote {
  font-weight: 500; }

.ce-page-detail-public-affairs .contact-prefooter {
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #C73418; }

.ce-page-detail-public-affairs .contact-prefooter p, .ce-page-detail-public-affairs .contact-prefooter .text-element .text-bodytext a, .text-element .text-bodytext .ce-page-detail-public-affairs .contact-prefooter a, .ce-page-detail-public-affairs .contact-prefooter .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .contact-prefooter .orejime-Notice-description, .ce-page-detail-public-affairs .contact-prefooter .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-page-detail-public-affairs .contact-prefooter .orejime-Modal-description {
  color: #000000;
  margin-bottom: 0; }

.ce-page-detail-public-affairs .contact-prefooter p.title, .ce-page-detail-public-affairs .contact-prefooter .text-element .text-bodytext a.title, .text-element .text-bodytext .ce-page-detail-public-affairs .contact-prefooter a.title, .ce-page-detail-public-affairs .contact-prefooter .orejime-Notice--mandatory .orejime-Notice-body .title.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .contact-prefooter .title.orejime-Notice-description, .ce-page-detail-public-affairs .contact-prefooter .orejime-Modal .title.orejime-Modal-description, .orejime-Modal .ce-page-detail-public-affairs .contact-prefooter .title.orejime-Modal-description {
  color: #4D4D4D;
  margin-bottom: 10px; }

.ce-page-detail-public-affairs .contact-prefooter p.name, .ce-page-detail-public-affairs .contact-prefooter .text-element .text-bodytext a.name, .text-element .text-bodytext .ce-page-detail-public-affairs .contact-prefooter a.name, .ce-page-detail-public-affairs .contact-prefooter .orejime-Notice--mandatory .orejime-Notice-body .name.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-page-detail-public-affairs .contact-prefooter .name.orejime-Notice-description, .ce-page-detail-public-affairs .contact-prefooter .orejime-Modal .name.orejime-Modal-description, .orejime-Modal .ce-page-detail-public-affairs .contact-prefooter .name.orejime-Modal-description {
  color: #333333;
  margin-bottom: 2px; }

.ce-page-detail-public-affairs .teaser-contact {
  margin-bottom: 20px; }

.ce-page-detail-public-affairs .outer {
  margin-bottom: 20px; }

.ce-page-detail-public-affairs .outer:last-child {
  margin-bottom: 0; }

.ce-members-detail p.text-big, .ce-members-detail .text-element p.text-content, .text-element .ce-members-detail p.text-content, .ce-members-detail .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description, .text-element .orejime-Notice--mandatory .orejime-Notice-body .ce-members-detail .text-content.orejime-Notice-description, .ce-members-detail .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text-element .ce-members-detail .text-content.orejime-Notice-description, .ce-members-detail .text-element .orejime-Modal .text-content.orejime-Modal-description, .text-element .orejime-Modal .ce-members-detail .text-content.orejime-Modal-description, .ce-members-detail .orejime-Modal .text-element .text-content.orejime-Modal-description, .orejime-Modal .text-element .ce-members-detail .text-content.orejime-Modal-description, .ce-members-detail .text-element .text-bodytext a, .text-element .text-bodytext .ce-members-detail a, .ce-members-detail .orejime-Notice--mandatory .orejime-Notice-body .text-big.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-members-detail .text-big.orejime-Notice-description, .ce-members-detail .orejime-Notice--mandatory .orejime-Notice-body .text-element a.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text-element .ce-members-detail a.orejime-Notice-description, .ce-members-detail .text-element .orejime-Notice--mandatory .orejime-Notice-body a.orejime-Notice-description, .text-element .orejime-Notice--mandatory .orejime-Notice-body .ce-members-detail a.orejime-Notice-description, .ce-members-detail .orejime-Modal .text-big.orejime-Modal-description, .orejime-Modal .ce-members-detail .text-big.orejime-Modal-description, .ce-members-detail .orejime-Modal .text-element a.orejime-Modal-description, .orejime-Modal .text-element .ce-members-detail a.orejime-Modal-description, .ce-members-detail .text-element .orejime-Modal a.orejime-Modal-description, .text-element .orejime-Modal .ce-members-detail a.orejime-Modal-description {
  color: #333333;
  font-family: "IBM Plex Serif";
  margin-bottom: 30px; }

.ce-members-detail p.small-tag, .ce-members-detail p.small-tag-gray, .ce-members-detail .text-element .text-bodytext a.small-tag-gray, .text-element .text-bodytext .ce-members-detail a.small-tag-gray, .ce-members-detail .orejime-Notice--mandatory .orejime-Notice-body .small-tag-gray.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-members-detail .small-tag-gray.orejime-Notice-description, .ce-members-detail .orejime-Modal .small-tag-gray.orejime-Modal-description, .orejime-Modal .ce-members-detail .small-tag-gray.orejime-Modal-description, .ce-members-detail p.small-title-blue, .ce-members-detail .text-element .text-bodytext a.small-title-blue, .text-element .text-bodytext .ce-members-detail a.small-title-blue, .ce-members-detail .orejime-Notice--mandatory .orejime-Notice-body .small-title-blue.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-members-detail .small-title-blue.orejime-Notice-description, .ce-members-detail .orejime-Modal .small-title-blue.orejime-Modal-description, .orejime-Modal .ce-members-detail .small-title-blue.orejime-Modal-description, .ce-members-detail p.small-title-white, .ce-members-detail .text-element .text-bodytext a.small-title-white, .text-element .text-bodytext .ce-members-detail a.small-title-white, .ce-members-detail .orejime-Notice--mandatory .orejime-Notice-body .small-title-white.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-members-detail .small-title-white.orejime-Notice-description, .ce-members-detail .orejime-Modal .small-title-white.orejime-Modal-description, .orejime-Modal .ce-members-detail .small-title-white.orejime-Modal-description, .ce-members-detail .text-element .text-bodytext a.small-tag, .text-element .text-bodytext .ce-members-detail a.small-tag, .ce-members-detail .orejime-Notice--mandatory .orejime-Notice-body .small-tag.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-members-detail .small-tag.orejime-Notice-description, .ce-members-detail .orejime-Modal .small-tag.orejime-Modal-description, .orejime-Modal .ce-members-detail .small-tag.orejime-Modal-description {
  margin-bottom: 0; }

.ce-members-detail ul {
  margin-bottom: 0; }

.ce-events-detail .block {
  margin-bottom: 20px;
  font-family: "IBM Plex Sans condensed"; }

.ce-events-detail .headline {
  margin-bottom: 7px; }

.ce-events-detail p, .ce-events-detail .text-element .text-bodytext a, .text-element .text-bodytext .ce-events-detail a, .ce-events-detail .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .ce-events-detail .orejime-Notice-description, .ce-events-detail .orejime-Modal .orejime-Modal-description, .orejime-Modal .ce-events-detail .orejime-Modal-description {
  color: #333333;
  margin-bottom: 20px; }

.ce-events-detail .image-detail figure {
  height: 100%;
  width: 100%; }

.ce-events-detail .info-detail {
  margin-bottom: 20px; }

@media (min-width: 960px) {
  .ce-events-detail .info-detail {
    margin-bottom: 40px; } }

.ce-events-detail .figure-caption figure.image-detail {
  margin-bottom: 0; }

.ce-events-detail .figure-caption figure.image-detail img {
  border-radius: 8px 8px 0 0; }

.ce-events-detail .figure-caption figcaption {
  margin-top: 0;
  width: 100%;
  padding: 25px 20px;
  background-color: #0B2650; }

.ce-events-detail .figure-caption figcaption .headline {
  color: white;
  padding: 0 10px;
  margin-bottom: 0; }

.ce-partners {
  padding: 20px 0 0; }

@media (min-width: 960px) {
  .ce-partners {
    padding: 0 0 20px; } }

.ce-partners .layout-title {
  color: #0B2650;
  font-family: "Calistoga";
  margin-bottom: 20px; }

.ce-partners .text-big, .ce-partners .text-element p.text-content, .text-element .ce-partners p.text-content, .ce-partners .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description, .text-element .orejime-Notice--mandatory .orejime-Notice-body .ce-partners .text-content.orejime-Notice-description, .ce-partners .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text-element .ce-partners .text-content.orejime-Notice-description, .ce-partners .text-element .orejime-Modal .text-content.orejime-Modal-description, .text-element .orejime-Modal .ce-partners .text-content.orejime-Modal-description, .ce-partners .orejime-Modal .text-element .text-content.orejime-Modal-description, .orejime-Modal .text-element .ce-partners .text-content.orejime-Modal-description, .ce-partners .text-element p.text-content a, .text-element p.text-content .ce-partners a, .ce-partners .text-element .text-bodytext a.text-content a, .text-element .text-bodytext a.text-content .ce-partners a, .ce-partners .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description a, .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description .ce-partners a, .ce-partners .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description a, .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description .ce-partners a, .ce-partners .text-element .orejime-Modal .text-content.orejime-Modal-description a, .text-element .orejime-Modal .text-content.orejime-Modal-description .ce-partners a, .ce-partners .orejime-Modal .text-element .text-content.orejime-Modal-description a, .orejime-Modal .text-element .text-content.orejime-Modal-description .ce-partners a, .ce-partners .text-element a, .text-element .ce-partners a {
  margin-bottom: 20px;
  font-weight: 700; }

.ce-partners figure {
  margin-bottom: 0;
  text-align: center; }

.ce-partners .items {
  padding-bottom: 20px; }

.ce-partners .items:last-child {
  padding-bottom: 0; }

.ce-partners .sponsor-list {
  border: 0.5px solid #D4D7DD;
  border-bottom: none;
  border-right: none; }

.ce-partners .sponsor-list.no-border-top {
  border-top: none; }

.ce-partners .sponsor-list.no-border-top tr {
  border-top: 1px solid #D4D7DD; }

.ce-partners .sponsor-list tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ce-partners .sponsor-list tbody .sponsor-item {
  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;
  min-height: 150px;
  border-right: 1px solid #D4D7DD;
  border-bottom: 1px solid #D4D7DD; }

.ce-about-us h1 {
  font-family: "IBM Plex Sans condensed"; }

.ce-about-us .left {
  color: #fff;
  padding-right: 40px; }

@media (min-width: 767px) {
  .ce-about-us .left {
    border-right: solid 1px #D4D7DD; } }

@media (min-width: 960px) {
  .ce-about-us .left {
    padding-right: 80px; } }

.ce-about-us .left .invisible-content {
  display: none; }

.ce-about-us .left .more-less {
  position: relative;
  color: #F1F2F4; }

.ce-about-us .left .more-less::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-width: thin;
  border-right: solid 1px #F1F2F4;
  border-bottom: solid 1px #F1F2F4;
  top: 25%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.ce-about-us .left .more-less.open::after {
  -webkit-transform: rotate(222deg);
  transform: rotate(222deg);
  top: 40%; }

.ce-about-us .right {
  margin-top: 22px;
  color: #D4D7DD; }

.ce-about-us .right p:first-child, .ce-about-us .right .text-element .text-bodytext a:first-child, .text-element .text-bodytext .ce-about-us .right a:first-child, .ce-about-us .right .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description:first-child, .orejime-Notice--mandatory .orejime-Notice-body .ce-about-us .right .orejime-Notice-description:first-child, .ce-about-us .right .orejime-Modal .orejime-Modal-description:first-child, .orejime-Modal .ce-about-us .right .orejime-Modal-description:first-child {
  font-family: "IBM Plex Serif";
  color: #D4D7DD;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 700; }

@media (min-width: 767px) {
  .ce-about-us .right p:first-child, .ce-about-us .right .text-element .text-bodytext a:first-child, .text-element .text-bodytext .ce-about-us .right a:first-child, .ce-about-us .right .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description:first-child, .orejime-Notice--mandatory .orejime-Notice-body .ce-about-us .right .orejime-Notice-description:first-child, .ce-about-us .right .orejime-Modal .orejime-Modal-description:first-child, .orejime-Modal .ce-about-us .right .orejime-Modal-description:first-child {
    font-size: 18px; } }

.ce-about-us .right a {
  font-family: "IBM Plex Serif";
  color: #D4D7DD;
  text-align: left;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none; }

.ce-patron-members .patron-member {
  padding: 20px 30px;
  border-radius: 8px; }

.ce-patron-members .patron-member:nth-child(odd) {
  background-color: #E9F0FC; }

.ce-patron-members .patron-member .text-big, .ce-patron-members .patron-member .text-element p.text-content, .text-element .ce-patron-members .patron-member p.text-content, .ce-patron-members .patron-member .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description, .text-element .orejime-Notice--mandatory .orejime-Notice-body .ce-patron-members .patron-member .text-content.orejime-Notice-description, .ce-patron-members .patron-member .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text-element .ce-patron-members .patron-member .text-content.orejime-Notice-description, .ce-patron-members .patron-member .text-element .orejime-Modal .text-content.orejime-Modal-description, .text-element .orejime-Modal .ce-patron-members .patron-member .text-content.orejime-Modal-description, .ce-patron-members .patron-member .orejime-Modal .text-element .text-content.orejime-Modal-description, .orejime-Modal .text-element .ce-patron-members .patron-member .text-content.orejime-Modal-description, .ce-patron-members .patron-member .text-element a, .text-element .ce-patron-members .patron-member a {
  color: #0B2650;
  font-weight: bold;
  margin-bottom: 7px; }

.ce-patron-members .patron-member .text, .ce-patron-members .patron-member .text p, .text .ce-patron-members .patron-member p, .ce-patron-members .patron-member .text .text-element .text-bodytext a, .text .text-element .text-bodytext .ce-patron-members .patron-member a, .ce-patron-members .patron-member .text-element .text-bodytext .text a, .text-element .text-bodytext .text .ce-patron-members .patron-member a, .ce-patron-members .patron-member .text .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .text .orejime-Notice--mandatory .orejime-Notice-body .ce-patron-members .patron-member .orejime-Notice-description, .ce-patron-members .patron-member .orejime-Notice--mandatory .orejime-Notice-body .text .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text .ce-patron-members .patron-member .orejime-Notice-description, .ce-patron-members .patron-member .text .orejime-Modal .orejime-Modal-description, .text .orejime-Modal .ce-patron-members .patron-member .orejime-Modal-description, .ce-patron-members .patron-member .orejime-Modal .text .orejime-Modal-description, .orejime-Modal .text .ce-patron-members .patron-member .orejime-Modal-description {
  margin-bottom: 7px; }

.ce-patron-members .patron-member a {
  color: #4382E5;
  text-decoration: none; }

.ce-job-openings {
  padding-top: 20px; }

.ce-job-openings .job-openings {
  padding: 20px;
  border-radius: 8px; }

.ce-job-openings .job-openings:nth-child(odd) {
  background-color: #E9F0FC; }

.ce-job-openings .job-openings .text-big, .ce-job-openings .job-openings .text-element p.text-content, .text-element .ce-job-openings .job-openings p.text-content, .ce-job-openings .job-openings .text-element .orejime-Notice--mandatory .orejime-Notice-body .text-content.orejime-Notice-description, .text-element .orejime-Notice--mandatory .orejime-Notice-body .ce-job-openings .job-openings .text-content.orejime-Notice-description, .ce-job-openings .job-openings .orejime-Notice--mandatory .orejime-Notice-body .text-element .text-content.orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text-element .ce-job-openings .job-openings .text-content.orejime-Notice-description, .ce-job-openings .job-openings .text-element .orejime-Modal .text-content.orejime-Modal-description, .text-element .orejime-Modal .ce-job-openings .job-openings .text-content.orejime-Modal-description, .ce-job-openings .job-openings .orejime-Modal .text-element .text-content.orejime-Modal-description, .orejime-Modal .text-element .ce-job-openings .job-openings .text-content.orejime-Modal-description, .ce-job-openings .job-openings .text-element a, .text-element .ce-job-openings .job-openings a {
  color: #0B2650;
  font-weight: bold;
  margin-bottom: 7px; }

.ce-job-openings .job-openings .text, .ce-job-openings .job-openings .text p, .text .ce-job-openings .job-openings p, .ce-job-openings .job-openings .text .text-element .text-bodytext a, .text .text-element .text-bodytext .ce-job-openings .job-openings a, .ce-job-openings .job-openings .text-element .text-bodytext .text a, .text-element .text-bodytext .text .ce-job-openings .job-openings a, .ce-job-openings .job-openings .text .orejime-Notice--mandatory .orejime-Notice-body .orejime-Notice-description, .text .orejime-Notice--mandatory .orejime-Notice-body .ce-job-openings .job-openings .orejime-Notice-description, .ce-job-openings .job-openings .orejime-Notice--mandatory .orejime-Notice-body .text .orejime-Notice-description, .orejime-Notice--mandatory .orejime-Notice-body .text .ce-job-openings .job-openings .orejime-Notice-description, .ce-job-openings .job-openings .text .orejime-Modal .orejime-Modal-description, .text .orejime-Modal .ce-job-openings .job-openings .orejime-Modal-description, .ce-job-openings .job-openings .orejime-Modal .text .orejime-Modal-description, .orejime-Modal .text .ce-job-openings .job-openings .orejime-Modal-description {
  margin-bottom: 7px; }

.ce-job-openings .job-openings a {
  color: #1A1A1A;
  text-decoration: none; }

.ce-job-openings .job-openings .ce-downloads-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }

@media (min-width: 1200px) {
  .ce-job-openings .job-openings .ce-downloads-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-left: 0; } }

.ce-job-openings .job-openings .ce-downloads-wrapper .ce-downloads {
  padding: 0; }

.ce-job-openings .job-openings .ce-downloads-wrapper .ce-downloads .download-items .download-col .download-item {
  width: 155px;
  text-align: center; }

.ce-job-openings .job-openings .ce-downloads-wrapper .ce-downloads .download-items .download-col .download-item a {
  padding: 10px 55px 10px 10px; }

.ce-job-openings .job-openings .ce-downloads-wrapper .ce-downloads .download-items .download-col .download-item .download-icon {
  width: 40px; }

.ce-amchamgallery-show img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px; }

.typo3-login {
  background-size: contain;
  background-position: center;
  background-color: red; }
