@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,600,700,900&display=swap);@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

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

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

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

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

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

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-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 fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

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

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

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

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

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

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

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

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

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.preview-backdrop[data-v-6f182032]{position:fixed;height:100vh;width:100vw;cursor:pointer;background-color:rgba(75,83,95,.8);top:0;left:0;z-index:10000}.preview-backdrop .preview-container[data-v-6f182032]{height:100%;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.preview-backdrop .preview-container[data-v-6f182032]{max-width:540px}}@media (min-width:768px){.preview-backdrop .preview-container[data-v-6f182032]{max-width:720px}}@media (min-width:992px){.preview-backdrop .preview-container[data-v-6f182032]{max-width:960px}}@media (min-width:1200px){.preview-backdrop .preview-container[data-v-6f182032]{max-width:1200px}}.preview-backdrop .preview-container .preview-row[data-v-6f182032]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.preview-backdrop .preview-container .preview-row .preview-content[data-v-6f182032]{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:auto}.preview-backdrop .preview-container .preview-row .preview-content img[data-v-6f182032]{-o-object-fit:cover;object-fit:cover;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-height:80vh;-o-object-fit:contain;object-fit:contain;height:100%;width:100%}.preview-backdrop .close[data-v-6f182032]{color:#fff;position:absolute;top:30px;right:30px;cursor:pointer;-webkit-transition:color .3s;transition:color .3s}.preview-backdrop .close[data-v-6f182032]:hover{color:#565656}.preview-backdrop .close svg[data-v-6f182032]{width:20px}.preview-backdrop .arrow[data-v-6f182032]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;position:absolute;top:0;bottom:0;margin:auto;height:50px;cursor:pointer;width:50px;padding:15px;-webkit-transition:color .3s;transition:color .3s}.preview-backdrop .arrow[data-v-6f182032]:hover{color:#565656}.preview-backdrop .arrow.prev[data-v-6f182032]{left:-25px}.preview-backdrop .arrow.next[data-v-6f182032]{right:-25px}.preview-backdrop .arrow svg[data-v-6f182032]{width:20px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}.viewable-img{cursor:pointer}@charset "UTF-8";

.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn.btn-primary:not([disabled]):hover {
  background-color: #fff;
  color: #009fe3;
  border-color: #009fe3;
}

.btn.btn-icon {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  position: relative;
}

.btn.btn-icon.btn-lg {
  padding: 10px 15px 8px 38px;
}

.btn.btn-icon.btn-primary:hover {
  background-color: #fff;
  color: #009fe3;
  border-color: #009fe3;
}

.btn.btn-icon:before,
.btn.btn-icon:after {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  line-height: 16px;
  width: 16px;
  height: 16px;
  transition: opacity 0.2s;
}

.btn.btn-icon.icon-user:before {
  content: url("/svg/icons/user-circle.svg");
  opacity: 1;
}

.btn.btn-icon.icon-user.btn-transparent:before {
  content: url("/svg/icons/user-circle-grey.svg");
  opacity: 1;
}

.btn.btn-icon.icon-user:after {
  content: url("/svg/icons/user-circle-primary.svg");
  opacity: 0;
}

.btn.btn-icon.icon-user:hover:before {
  opacity: 0;
}

.btn.btn-icon.icon-user:hover:after {
  opacity: 1;
}

.btn.btn-transparent {
  background-color: transparent;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ef4444;
  --orange: #f97316;
  --yellow: #ffc107;
  --green: #22c55e;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #009fe3;
  --secondary: #002d40;
  --success: #22c55e;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ef4444;
  --light: #fff;
  --dark: #333333;
  --white: #fff;
  --black: #333333;
  --gray: #cccccc;
  --lightgray: #f0f0f0;
  --green: #22c55e;
  --orange: #f97316;
  --red: #ef4444;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1650px;
  --font-family-sans-serif: "Lato", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0, 45, 64, 0.8);
  text-align: left;
  background-color: #eceff2;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -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: 900;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #009fe3;
  text-decoration: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

label {
  display: inline-block;
  margin-bottom: 10px;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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] {
  box-sizing: border-box;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

@media (min-width: 1024px) {
  .container {
    max-width: 980px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1232px;
  }
}

@media (min-width: 1650px) {
  .container {
    max-width: 1350px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 2rem + 2px);
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff !important;
  border-color: #009fe3;
  outline: 0;
  box-shadow: 0;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 45, 64, 0.8);
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: rgba(0, 45, 64, 0.8);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 45, 64, 0.8);
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: rgba(0, 45, 64, 0.8);
  opacity: 1;
}

.form-control::placeholder {
  color: rgba(0, 45, 64, 0.8);
  opacity: 1;
}

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

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

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

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

.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-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  line-height: 1.6;
  color: rgba(0, 45, 64, 0.8);
  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: 20px;
}

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

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

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

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

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

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #22c55e;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #22c55e;
  padding-right: calc(1.6em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2322c55e' 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: center right calc(0.4em + 0.5rem);
  background-size: calc(0.8em + 1rem) calc(0.8em + 1rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.25);
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 2rem);
  background-position: top calc(0.4em + 0.5rem) right calc(0.4em + 0.5rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #22c55e;
  padding-right: calc((1em + 2rem) * 3 / 4 + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2322c55e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff !important no-repeat center right 2.25rem/calc(0.8em + 1rem) calc(0.8em + 1rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.25);
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 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: #22c55e;
}

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.25);
}

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ef4444;
  padding-right: calc(1.6em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef4444' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ef4444' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.4em + 0.5rem);
  background-size: calc(0.8em + 1rem) calc(0.8em + 1rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.25);
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 2rem);
  background-position: top calc(0.4em + 0.5rem) right calc(0.4em + 0.5rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ef4444;
  padding-right: calc((1em + 2rem) * 3 / 4 + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef4444' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ef4444' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff !important no-repeat center right 2.25rem/calc(0.8em + 1rem) calc(0.8em + 1rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.25);
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 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: #ef4444;
}

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 700;
  color: rgba(0, 45, 64, 0.8);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
  color: rgba(0, 45, 64, 0.8);
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.25);
}

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

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

.btn-primary {
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0084bd;
  border-color: #007bb0;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 173, 231, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bb0;
  border-color: #0072a3;
}

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

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

.btn-secondary:hover {
  color: #fff;
  background-color: #00121a;
  border-color: #00090d;
}

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

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

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

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

.btn-success {
  color: #fff;
  background-color: #22c55e;
  border-color: #22c55e;
}

.btn-success:hover {
  color: #fff;
  background-color: #1ca44e;
  border-color: #1a9a49;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 206, 118, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #22c55e;
  border-color: #22c55e;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1a9a49;
  border-color: #198f44;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #ec2121;
  border-color: #eb1515;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 96, 96, 0.5);
}

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

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

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

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

.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

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

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

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

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

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

.btn-dark:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}

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

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

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

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

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

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

.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

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

.btn-black {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-black:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}

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

.btn-black.disabled,
.btn-black:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

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

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

.btn-gray {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-gray:hover {
  color: #212529;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
}

.btn-gray:focus,
.btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #212529;
  background-color: #b3b3b3;
  border-color: #acacac;
}

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

.btn-lightgray {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-lightgray:hover {
  color: #212529;
  background-color: #dddddd;
  border-color: #d7d7d7;
}

.btn-lightgray:focus,
.btn-lightgray.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 210, 210, 0.5);
}

.btn-lightgray.disabled,
.btn-lightgray:disabled {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-lightgray:not(:disabled):not(.disabled):active,
.btn-lightgray:not(:disabled):not(.disabled).active,
.show > .btn-lightgray.dropdown-toggle {
  color: #212529;
  background-color: #d7d7d7;
  border-color: #d0d0d0;
}

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

.btn-green {
  color: #fff;
  background-color: #22c55e;
  border-color: #22c55e;
}

.btn-green:hover {
  color: #fff;
  background-color: #1ca44e;
  border-color: #1a9a49;
}

.btn-green:focus,
.btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 206, 118, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
  color: #fff;
  background-color: #22c55e;
  border-color: #22c55e;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #1a9a49;
  border-color: #198f44;
}

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

.btn-orange {
  color: #fff;
  background-color: #f97316;
  border-color: #f97316;
}

.btn-orange:hover {
  color: #fff;
  background-color: #e36006;
  border-color: #d65b06;
}

.btn-orange:focus,
.btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 136, 57, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
  color: #fff;
  background-color: #f97316;
  border-color: #f97316;
}

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

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

.btn-red {
  color: #fff;
  background-color: #ef4444;
  border-color: #ef4444;
}

.btn-red:hover {
  color: #fff;
  background-color: #ec2121;
  border-color: #eb1515;
}

.btn-red:focus,
.btn-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 96, 96, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #ef4444;
  border-color: #ef4444;
}

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

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

.btn-outline-primary {
  color: #009fe3;
  border-color: #009fe3;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3;
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #009fe3;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.btn-outline-success {
  color: #22c55e;
  border-color: #22c55e;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #22c55e;
  border-color: #22c55e;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #22c55e;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

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

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

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

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

.btn-outline-black {
  color: #333333;
  border-color: #333333;
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

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

.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: #333333;
  background-color: transparent;
}

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

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

.btn-outline-gray {
  color: #cccccc;
  border-color: #cccccc;
}

.btn-outline-gray:hover {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}

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

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #cccccc;
  background-color: transparent;
}

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

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

.btn-outline-lightgray {
  color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-outline-lightgray:hover {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

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

.btn-outline-lightgray.disabled,
.btn-outline-lightgray:disabled {
  color: #f0f0f0;
  background-color: transparent;
}

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

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

.btn-outline-green {
  color: #22c55e;
  border-color: #22c55e;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #22c55e;
  border-color: #22c55e;
}

.btn-outline-green:focus,
.btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.5);
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
  color: #22c55e;
  background-color: transparent;
}

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

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

.btn-outline-orange {
  color: #f97316;
  border-color: #f97316;
}

.btn-outline-orange:hover {
  color: #fff;
  background-color: #f97316;
  border-color: #f97316;
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 115, 22, 0.5);
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
  color: #f97316;
  background-color: transparent;
}

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

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

.btn-outline-red {
  color: #ef4444;
  border-color: #ef4444;
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #ef4444;
  border-color: #ef4444;
}

.btn-outline-red:focus,
.btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 68, 68, 0.5);
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #ef4444;
  background-color: transparent;
}

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

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

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

.btn-link:hover {
  color: #002d40;
  text-decoration: underline;
}

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

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

.btn-lg {
  padding: 11px 31px;
  font-size: 1rem;
  line-height: 22px;
  border-radius: 1px;
}

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

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

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

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

.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: #009fe3 !important;
}

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

.bg-secondary {
  background-color: #002d40 !important;
}

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

.bg-success {
  background-color: #22c55e !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1a9a49 !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: #ef4444 !important;
}

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

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

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

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

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

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

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

.bg-black {
  background-color: #333333 !important;
}

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

.bg-gray {
  background-color: #cccccc !important;
}

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

.bg-lightgray {
  background-color: #f0f0f0 !important;
}

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

.bg-green {
  background-color: #22c55e !important;
}

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

.bg-orange {
  background-color: #f97316 !important;
}

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

.bg-red {
  background-color: #ef4444 !important;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #eb1515 !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: #009fe3 !important;
}

.border-secondary {
  border-color: #002d40 !important;
}

.border-success {
  border-color: #22c55e !important;
}

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

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

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

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

.border-dark {
  border-color: #333333 !important;
}

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

.border-black {
  border-color: #333333 !important;
}

.border-gray {
  border-color: #cccccc !important;
}

.border-lightgray {
  border-color: #f0f0f0 !important;
}

.border-green {
  border-color: #22c55e !important;
}

.border-orange {
  border-color: #f97316 !important;
}

.border-red {
  border-color: #ef4444 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

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

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

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !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: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1650px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1650px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }

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

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

@media (min-width: 1650px) {
  .float-xxl-left {
    float: left !important;
  }

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

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

.overflow-auto {
  overflow: auto !important;
}

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

.position-static {
  position: static !important;
}

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

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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 {
  box-shadow: 0 0.125rem 0.25rem rgba(51, 51, 51, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(51, 51, 51, 0.175) !important;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-120 {
  margin: 120px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-210,
.mx-210 {
  margin-left: 210px !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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-120 {
  padding: 120px !important;
}

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

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

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

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

.p-126 {
  padding: 126px !important;
}

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

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

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

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

.p-150 {
  padding: 150px !important;
}

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

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

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

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

.p-160 {
  padding: 160px !important;
}

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

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

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

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

.p-180 {
  padding: 180px !important;
}

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

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

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

.pl-180,
.px-180 {
  padding-left: 180px !important;
}

.p-200 {
  padding: 200px !important;
}

.pt-200,
.py-200 {
  padding-top: 200px !important;
}

.pr-200,
.px-200 {
  padding-right: 200px !important;
}

.pb-200,
.py-200 {
  padding-bottom: 200px !important;
}

.pl-200,
.px-200 {
  padding-left: 200px !important;
}

.p-210 {
  padding: 210px !important;
}

.pt-210,
.py-210 {
  padding-top: 210px !important;
}

.pr-210,
.px-210 {
  padding-right: 210px !important;
}

.pb-210,
.py-210 {
  padding-bottom: 210px !important;
}

.pl-210,
.px-210 {
  padding-left: 210px !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-n120 {
  margin: -120px !important;
}

.mt-n120,
.my-n120 {
  margin-top: -120px !important;
}

.mr-n120,
.mx-n120 {
  margin-right: -120px !important;
}

.mb-n120,
.my-n120 {
  margin-bottom: -120px !important;
}

.ml-n120,
.mx-n120 {
  margin-left: -120px !important;
}

.m-n126 {
  margin: -126px !important;
}

.mt-n126,
.my-n126 {
  margin-top: -126px !important;
}

.mr-n126,
.mx-n126 {
  margin-right: -126px !important;
}

.mb-n126,
.my-n126 {
  margin-bottom: -126px !important;
}

.ml-n126,
.mx-n126 {
  margin-left: -126px !important;
}

.m-n150 {
  margin: -150px !important;
}

.mt-n150,
.my-n150 {
  margin-top: -150px !important;
}

.mr-n150,
.mx-n150 {
  margin-right: -150px !important;
}

.mb-n150,
.my-n150 {
  margin-bottom: -150px !important;
}

.ml-n150,
.mx-n150 {
  margin-left: -150px !important;
}

.m-n160 {
  margin: -160px !important;
}

.mt-n160,
.my-n160 {
  margin-top: -160px !important;
}

.mr-n160,
.mx-n160 {
  margin-right: -160px !important;
}

.mb-n160,
.my-n160 {
  margin-bottom: -160px !important;
}

.ml-n160,
.mx-n160 {
  margin-left: -160px !important;
}

.m-n180 {
  margin: -180px !important;
}

.mt-n180,
.my-n180 {
  margin-top: -180px !important;
}

.mr-n180,
.mx-n180 {
  margin-right: -180px !important;
}

.mb-n180,
.my-n180 {
  margin-bottom: -180px !important;
}

.ml-n180,
.mx-n180 {
  margin-left: -180px !important;
}

.m-n200 {
  margin: -200px !important;
}

.mt-n200,
.my-n200 {
  margin-top: -200px !important;
}

.mr-n200,
.mx-n200 {
  margin-right: -200px !important;
}

.mb-n200,
.my-n200 {
  margin-bottom: -200px !important;
}

.ml-n200,
.mx-n200 {
  margin-left: -200px !important;
}

.m-n210 {
  margin: -210px !important;
}

.mt-n210,
.my-n210 {
  margin-top: -210px !important;
}

.mr-n210,
.mx-n210 {
  margin-right: -210px !important;
}

.mb-n210,
.my-n210 {
  margin-bottom: -210px !important;
}

.ml-n210,
.mx-n210 {
  margin-left: -210px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 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: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-120 {
    margin: 120px !important;
  }

  .mt-sm-120,
  .my-sm-120 {
    margin-top: 120px !important;
  }

  .mr-sm-120,
  .mx-sm-120 {
    margin-right: 120px !important;
  }

  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 120px !important;
  }

  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 120px !important;
  }

  .m-sm-126 {
    margin: 126px !important;
  }

  .mt-sm-126,
  .my-sm-126 {
    margin-top: 126px !important;
  }

  .mr-sm-126,
  .mx-sm-126 {
    margin-right: 126px !important;
  }

  .mb-sm-126,
  .my-sm-126 {
    margin-bottom: 126px !important;
  }

  .ml-sm-126,
  .mx-sm-126 {
    margin-left: 126px !important;
  }

  .m-sm-150 {
    margin: 150px !important;
  }

  .mt-sm-150,
  .my-sm-150 {
    margin-top: 150px !important;
  }

  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 150px !important;
  }

  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 150px !important;
  }

  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 150px !important;
  }

  .m-sm-160 {
    margin: 160px !important;
  }

  .mt-sm-160,
  .my-sm-160 {
    margin-top: 160px !important;
  }

  .mr-sm-160,
  .mx-sm-160 {
    margin-right: 160px !important;
  }

  .mb-sm-160,
  .my-sm-160 {
    margin-bottom: 160px !important;
  }

  .ml-sm-160,
  .mx-sm-160 {
    margin-left: 160px !important;
  }

  .m-sm-180 {
    margin: 180px !important;
  }

  .mt-sm-180,
  .my-sm-180 {
    margin-top: 180px !important;
  }

  .mr-sm-180,
  .mx-sm-180 {
    margin-right: 180px !important;
  }

  .mb-sm-180,
  .my-sm-180 {
    margin-bottom: 180px !important;
  }

  .ml-sm-180,
  .mx-sm-180 {
    margin-left: 180px !important;
  }

  .m-sm-200 {
    margin: 200px !important;
  }

  .mt-sm-200,
  .my-sm-200 {
    margin-top: 200px !important;
  }

  .mr-sm-200,
  .mx-sm-200 {
    margin-right: 200px !important;
  }

  .mb-sm-200,
  .my-sm-200 {
    margin-bottom: 200px !important;
  }

  .ml-sm-200,
  .mx-sm-200 {
    margin-left: 200px !important;
  }

  .m-sm-210 {
    margin: 210px !important;
  }

  .mt-sm-210,
  .my-sm-210 {
    margin-top: 210px !important;
  }

  .mr-sm-210,
  .mx-sm-210 {
    margin-right: 210px !important;
  }

  .mb-sm-210,
  .my-sm-210 {
    margin-bottom: 210px !important;
  }

  .ml-sm-210,
  .mx-sm-210 {
    margin-left: 210px !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: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-120 {
    padding: 120px !important;
  }

  .pt-sm-120,
  .py-sm-120 {
    padding-top: 120px !important;
  }

  .pr-sm-120,
  .px-sm-120 {
    padding-right: 120px !important;
  }

  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 120px !important;
  }

  .pl-sm-120,
  .px-sm-120 {
    padding-left: 120px !important;
  }

  .p-sm-126 {
    padding: 126px !important;
  }

  .pt-sm-126,
  .py-sm-126 {
    padding-top: 126px !important;
  }

  .pr-sm-126,
  .px-sm-126 {
    padding-right: 126px !important;
  }

  .pb-sm-126,
  .py-sm-126 {
    padding-bottom: 126px !important;
  }

  .pl-sm-126,
  .px-sm-126 {
    padding-left: 126px !important;
  }

  .p-sm-150 {
    padding: 150px !important;
  }

  .pt-sm-150,
  .py-sm-150 {
    padding-top: 150px !important;
  }

  .pr-sm-150,
  .px-sm-150 {
    padding-right: 150px !important;
  }

  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 150px !important;
  }

  .pl-sm-150,
  .px-sm-150 {
    padding-left: 150px !important;
  }

  .p-sm-160 {
    padding: 160px !important;
  }

  .pt-sm-160,
  .py-sm-160 {
    padding-top: 160px !important;
  }

  .pr-sm-160,
  .px-sm-160 {
    padding-right: 160px !important;
  }

  .pb-sm-160,
  .py-sm-160 {
    padding-bottom: 160px !important;
  }

  .pl-sm-160,
  .px-sm-160 {
    padding-left: 160px !important;
  }

  .p-sm-180 {
    padding: 180px !important;
  }

  .pt-sm-180,
  .py-sm-180 {
    padding-top: 180px !important;
  }

  .pr-sm-180,
  .px-sm-180 {
    padding-right: 180px !important;
  }

  .pb-sm-180,
  .py-sm-180 {
    padding-bottom: 180px !important;
  }

  .pl-sm-180,
  .px-sm-180 {
    padding-left: 180px !important;
  }

  .p-sm-200 {
    padding: 200px !important;
  }

  .pt-sm-200,
  .py-sm-200 {
    padding-top: 200px !important;
  }

  .pr-sm-200,
  .px-sm-200 {
    padding-right: 200px !important;
  }

  .pb-sm-200,
  .py-sm-200 {
    padding-bottom: 200px !important;
  }

  .pl-sm-200,
  .px-sm-200 {
    padding-left: 200px !important;
  }

  .p-sm-210 {
    padding: 210px !important;
  }

  .pt-sm-210,
  .py-sm-210 {
    padding-top: 210px !important;
  }

  .pr-sm-210,
  .px-sm-210 {
    padding-right: 210px !important;
  }

  .pb-sm-210,
  .py-sm-210 {
    padding-bottom: 210px !important;
  }

  .pl-sm-210,
  .px-sm-210 {
    padding-left: 210px !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-n120 {
    margin: -120px !important;
  }

  .mt-sm-n120,
  .my-sm-n120 {
    margin-top: -120px !important;
  }

  .mr-sm-n120,
  .mx-sm-n120 {
    margin-right: -120px !important;
  }

  .mb-sm-n120,
  .my-sm-n120 {
    margin-bottom: -120px !important;
  }

  .ml-sm-n120,
  .mx-sm-n120 {
    margin-left: -120px !important;
  }

  .m-sm-n126 {
    margin: -126px !important;
  }

  .mt-sm-n126,
  .my-sm-n126 {
    margin-top: -126px !important;
  }

  .mr-sm-n126,
  .mx-sm-n126 {
    margin-right: -126px !important;
  }

  .mb-sm-n126,
  .my-sm-n126 {
    margin-bottom: -126px !important;
  }

  .ml-sm-n126,
  .mx-sm-n126 {
    margin-left: -126px !important;
  }

  .m-sm-n150 {
    margin: -150px !important;
  }

  .mt-sm-n150,
  .my-sm-n150 {
    margin-top: -150px !important;
  }

  .mr-sm-n150,
  .mx-sm-n150 {
    margin-right: -150px !important;
  }

  .mb-sm-n150,
  .my-sm-n150 {
    margin-bottom: -150px !important;
  }

  .ml-sm-n150,
  .mx-sm-n150 {
    margin-left: -150px !important;
  }

  .m-sm-n160 {
    margin: -160px !important;
  }

  .mt-sm-n160,
  .my-sm-n160 {
    margin-top: -160px !important;
  }

  .mr-sm-n160,
  .mx-sm-n160 {
    margin-right: -160px !important;
  }

  .mb-sm-n160,
  .my-sm-n160 {
    margin-bottom: -160px !important;
  }

  .ml-sm-n160,
  .mx-sm-n160 {
    margin-left: -160px !important;
  }

  .m-sm-n180 {
    margin: -180px !important;
  }

  .mt-sm-n180,
  .my-sm-n180 {
    margin-top: -180px !important;
  }

  .mr-sm-n180,
  .mx-sm-n180 {
    margin-right: -180px !important;
  }

  .mb-sm-n180,
  .my-sm-n180 {
    margin-bottom: -180px !important;
  }

  .ml-sm-n180,
  .mx-sm-n180 {
    margin-left: -180px !important;
  }

  .m-sm-n200 {
    margin: -200px !important;
  }

  .mt-sm-n200,
  .my-sm-n200 {
    margin-top: -200px !important;
  }

  .mr-sm-n200,
  .mx-sm-n200 {
    margin-right: -200px !important;
  }

  .mb-sm-n200,
  .my-sm-n200 {
    margin-bottom: -200px !important;
  }

  .ml-sm-n200,
  .mx-sm-n200 {
    margin-left: -200px !important;
  }

  .m-sm-n210 {
    margin: -210px !important;
  }

  .mt-sm-n210,
  .my-sm-n210 {
    margin-top: -210px !important;
  }

  .mr-sm-n210,
  .mx-sm-n210 {
    margin-right: -210px !important;
  }

  .mb-sm-n210,
  .my-sm-n210 {
    margin-bottom: -210px !important;
  }

  .ml-sm-n210,
  .mx-sm-n210 {
    margin-left: -210px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 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: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-120 {
    margin: 120px !important;
  }

  .mt-md-120,
  .my-md-120 {
    margin-top: 120px !important;
  }

  .mr-md-120,
  .mx-md-120 {
    margin-right: 120px !important;
  }

  .mb-md-120,
  .my-md-120 {
    margin-bottom: 120px !important;
  }

  .ml-md-120,
  .mx-md-120 {
    margin-left: 120px !important;
  }

  .m-md-126 {
    margin: 126px !important;
  }

  .mt-md-126,
  .my-md-126 {
    margin-top: 126px !important;
  }

  .mr-md-126,
  .mx-md-126 {
    margin-right: 126px !important;
  }

  .mb-md-126,
  .my-md-126 {
    margin-bottom: 126px !important;
  }

  .ml-md-126,
  .mx-md-126 {
    margin-left: 126px !important;
  }

  .m-md-150 {
    margin: 150px !important;
  }

  .mt-md-150,
  .my-md-150 {
    margin-top: 150px !important;
  }

  .mr-md-150,
  .mx-md-150 {
    margin-right: 150px !important;
  }

  .mb-md-150,
  .my-md-150 {
    margin-bottom: 150px !important;
  }

  .ml-md-150,
  .mx-md-150 {
    margin-left: 150px !important;
  }

  .m-md-160 {
    margin: 160px !important;
  }

  .mt-md-160,
  .my-md-160 {
    margin-top: 160px !important;
  }

  .mr-md-160,
  .mx-md-160 {
    margin-right: 160px !important;
  }

  .mb-md-160,
  .my-md-160 {
    margin-bottom: 160px !important;
  }

  .ml-md-160,
  .mx-md-160 {
    margin-left: 160px !important;
  }

  .m-md-180 {
    margin: 180px !important;
  }

  .mt-md-180,
  .my-md-180 {
    margin-top: 180px !important;
  }

  .mr-md-180,
  .mx-md-180 {
    margin-right: 180px !important;
  }

  .mb-md-180,
  .my-md-180 {
    margin-bottom: 180px !important;
  }

  .ml-md-180,
  .mx-md-180 {
    margin-left: 180px !important;
  }

  .m-md-200 {
    margin: 200px !important;
  }

  .mt-md-200,
  .my-md-200 {
    margin-top: 200px !important;
  }

  .mr-md-200,
  .mx-md-200 {
    margin-right: 200px !important;
  }

  .mb-md-200,
  .my-md-200 {
    margin-bottom: 200px !important;
  }

  .ml-md-200,
  .mx-md-200 {
    margin-left: 200px !important;
  }

  .m-md-210 {
    margin: 210px !important;
  }

  .mt-md-210,
  .my-md-210 {
    margin-top: 210px !important;
  }

  .mr-md-210,
  .mx-md-210 {
    margin-right: 210px !important;
  }

  .mb-md-210,
  .my-md-210 {
    margin-bottom: 210px !important;
  }

  .ml-md-210,
  .mx-md-210 {
    margin-left: 210px !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: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-120 {
    padding: 120px !important;
  }

  .pt-md-120,
  .py-md-120 {
    padding-top: 120px !important;
  }

  .pr-md-120,
  .px-md-120 {
    padding-right: 120px !important;
  }

  .pb-md-120,
  .py-md-120 {
    padding-bottom: 120px !important;
  }

  .pl-md-120,
  .px-md-120 {
    padding-left: 120px !important;
  }

  .p-md-126 {
    padding: 126px !important;
  }

  .pt-md-126,
  .py-md-126 {
    padding-top: 126px !important;
  }

  .pr-md-126,
  .px-md-126 {
    padding-right: 126px !important;
  }

  .pb-md-126,
  .py-md-126 {
    padding-bottom: 126px !important;
  }

  .pl-md-126,
  .px-md-126 {
    padding-left: 126px !important;
  }

  .p-md-150 {
    padding: 150px !important;
  }

  .pt-md-150,
  .py-md-150 {
    padding-top: 150px !important;
  }

  .pr-md-150,
  .px-md-150 {
    padding-right: 150px !important;
  }

  .pb-md-150,
  .py-md-150 {
    padding-bottom: 150px !important;
  }

  .pl-md-150,
  .px-md-150 {
    padding-left: 150px !important;
  }

  .p-md-160 {
    padding: 160px !important;
  }

  .pt-md-160,
  .py-md-160 {
    padding-top: 160px !important;
  }

  .pr-md-160,
  .px-md-160 {
    padding-right: 160px !important;
  }

  .pb-md-160,
  .py-md-160 {
    padding-bottom: 160px !important;
  }

  .pl-md-160,
  .px-md-160 {
    padding-left: 160px !important;
  }

  .p-md-180 {
    padding: 180px !important;
  }

  .pt-md-180,
  .py-md-180 {
    padding-top: 180px !important;
  }

  .pr-md-180,
  .px-md-180 {
    padding-right: 180px !important;
  }

  .pb-md-180,
  .py-md-180 {
    padding-bottom: 180px !important;
  }

  .pl-md-180,
  .px-md-180 {
    padding-left: 180px !important;
  }

  .p-md-200 {
    padding: 200px !important;
  }

  .pt-md-200,
  .py-md-200 {
    padding-top: 200px !important;
  }

  .pr-md-200,
  .px-md-200 {
    padding-right: 200px !important;
  }

  .pb-md-200,
  .py-md-200 {
    padding-bottom: 200px !important;
  }

  .pl-md-200,
  .px-md-200 {
    padding-left: 200px !important;
  }

  .p-md-210 {
    padding: 210px !important;
  }

  .pt-md-210,
  .py-md-210 {
    padding-top: 210px !important;
  }

  .pr-md-210,
  .px-md-210 {
    padding-right: 210px !important;
  }

  .pb-md-210,
  .py-md-210 {
    padding-bottom: 210px !important;
  }

  .pl-md-210,
  .px-md-210 {
    padding-left: 210px !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-n120 {
    margin: -120px !important;
  }

  .mt-md-n120,
  .my-md-n120 {
    margin-top: -120px !important;
  }

  .mr-md-n120,
  .mx-md-n120 {
    margin-right: -120px !important;
  }

  .mb-md-n120,
  .my-md-n120 {
    margin-bottom: -120px !important;
  }

  .ml-md-n120,
  .mx-md-n120 {
    margin-left: -120px !important;
  }

  .m-md-n126 {
    margin: -126px !important;
  }

  .mt-md-n126,
  .my-md-n126 {
    margin-top: -126px !important;
  }

  .mr-md-n126,
  .mx-md-n126 {
    margin-right: -126px !important;
  }

  .mb-md-n126,
  .my-md-n126 {
    margin-bottom: -126px !important;
  }

  .ml-md-n126,
  .mx-md-n126 {
    margin-left: -126px !important;
  }

  .m-md-n150 {
    margin: -150px !important;
  }

  .mt-md-n150,
  .my-md-n150 {
    margin-top: -150px !important;
  }

  .mr-md-n150,
  .mx-md-n150 {
    margin-right: -150px !important;
  }

  .mb-md-n150,
  .my-md-n150 {
    margin-bottom: -150px !important;
  }

  .ml-md-n150,
  .mx-md-n150 {
    margin-left: -150px !important;
  }

  .m-md-n160 {
    margin: -160px !important;
  }

  .mt-md-n160,
  .my-md-n160 {
    margin-top: -160px !important;
  }

  .mr-md-n160,
  .mx-md-n160 {
    margin-right: -160px !important;
  }

  .mb-md-n160,
  .my-md-n160 {
    margin-bottom: -160px !important;
  }

  .ml-md-n160,
  .mx-md-n160 {
    margin-left: -160px !important;
  }

  .m-md-n180 {
    margin: -180px !important;
  }

  .mt-md-n180,
  .my-md-n180 {
    margin-top: -180px !important;
  }

  .mr-md-n180,
  .mx-md-n180 {
    margin-right: -180px !important;
  }

  .mb-md-n180,
  .my-md-n180 {
    margin-bottom: -180px !important;
  }

  .ml-md-n180,
  .mx-md-n180 {
    margin-left: -180px !important;
  }

  .m-md-n200 {
    margin: -200px !important;
  }

  .mt-md-n200,
  .my-md-n200 {
    margin-top: -200px !important;
  }

  .mr-md-n200,
  .mx-md-n200 {
    margin-right: -200px !important;
  }

  .mb-md-n200,
  .my-md-n200 {
    margin-bottom: -200px !important;
  }

  .ml-md-n200,
  .mx-md-n200 {
    margin-left: -200px !important;
  }

  .m-md-n210 {
    margin: -210px !important;
  }

  .mt-md-n210,
  .my-md-n210 {
    margin-top: -210px !important;
  }

  .mr-md-n210,
  .mx-md-n210 {
    margin-right: -210px !important;
  }

  .mb-md-n210,
  .my-md-n210 {
    margin-bottom: -210px !important;
  }

  .ml-md-n210,
  .mx-md-n210 {
    margin-left: -210px !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: 1024px) {
  .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: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-120 {
    margin: 120px !important;
  }

  .mt-lg-120,
  .my-lg-120 {
    margin-top: 120px !important;
  }

  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 120px !important;
  }

  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 120px !important;
  }

  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 120px !important;
  }

  .m-lg-126 {
    margin: 126px !important;
  }

  .mt-lg-126,
  .my-lg-126 {
    margin-top: 126px !important;
  }

  .mr-lg-126,
  .mx-lg-126 {
    margin-right: 126px !important;
  }

  .mb-lg-126,
  .my-lg-126 {
    margin-bottom: 126px !important;
  }

  .ml-lg-126,
  .mx-lg-126 {
    margin-left: 126px !important;
  }

  .m-lg-150 {
    margin: 150px !important;
  }

  .mt-lg-150,
  .my-lg-150 {
    margin-top: 150px !important;
  }

  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 150px !important;
  }

  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 150px !important;
  }

  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 150px !important;
  }

  .m-lg-160 {
    margin: 160px !important;
  }

  .mt-lg-160,
  .my-lg-160 {
    margin-top: 160px !important;
  }

  .mr-lg-160,
  .mx-lg-160 {
    margin-right: 160px !important;
  }

  .mb-lg-160,
  .my-lg-160 {
    margin-bottom: 160px !important;
  }

  .ml-lg-160,
  .mx-lg-160 {
    margin-left: 160px !important;
  }

  .m-lg-180 {
    margin: 180px !important;
  }

  .mt-lg-180,
  .my-lg-180 {
    margin-top: 180px !important;
  }

  .mr-lg-180,
  .mx-lg-180 {
    margin-right: 180px !important;
  }

  .mb-lg-180,
  .my-lg-180 {
    margin-bottom: 180px !important;
  }

  .ml-lg-180,
  .mx-lg-180 {
    margin-left: 180px !important;
  }

  .m-lg-200 {
    margin: 200px !important;
  }

  .mt-lg-200,
  .my-lg-200 {
    margin-top: 200px !important;
  }

  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 200px !important;
  }

  .mb-lg-200,
  .my-lg-200 {
    margin-bottom: 200px !important;
  }

  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 200px !important;
  }

  .m-lg-210 {
    margin: 210px !important;
  }

  .mt-lg-210,
  .my-lg-210 {
    margin-top: 210px !important;
  }

  .mr-lg-210,
  .mx-lg-210 {
    margin-right: 210px !important;
  }

  .mb-lg-210,
  .my-lg-210 {
    margin-bottom: 210px !important;
  }

  .ml-lg-210,
  .mx-lg-210 {
    margin-left: 210px !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: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-120 {
    padding: 120px !important;
  }

  .pt-lg-120,
  .py-lg-120 {
    padding-top: 120px !important;
  }

  .pr-lg-120,
  .px-lg-120 {
    padding-right: 120px !important;
  }

  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 120px !important;
  }

  .pl-lg-120,
  .px-lg-120 {
    padding-left: 120px !important;
  }

  .p-lg-126 {
    padding: 126px !important;
  }

  .pt-lg-126,
  .py-lg-126 {
    padding-top: 126px !important;
  }

  .pr-lg-126,
  .px-lg-126 {
    padding-right: 126px !important;
  }

  .pb-lg-126,
  .py-lg-126 {
    padding-bottom: 126px !important;
  }

  .pl-lg-126,
  .px-lg-126 {
    padding-left: 126px !important;
  }

  .p-lg-150 {
    padding: 150px !important;
  }

  .pt-lg-150,
  .py-lg-150 {
    padding-top: 150px !important;
  }

  .pr-lg-150,
  .px-lg-150 {
    padding-right: 150px !important;
  }

  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 150px !important;
  }

  .pl-lg-150,
  .px-lg-150 {
    padding-left: 150px !important;
  }

  .p-lg-160 {
    padding: 160px !important;
  }

  .pt-lg-160,
  .py-lg-160 {
    padding-top: 160px !important;
  }

  .pr-lg-160,
  .px-lg-160 {
    padding-right: 160px !important;
  }

  .pb-lg-160,
  .py-lg-160 {
    padding-bottom: 160px !important;
  }

  .pl-lg-160,
  .px-lg-160 {
    padding-left: 160px !important;
  }

  .p-lg-180 {
    padding: 180px !important;
  }

  .pt-lg-180,
  .py-lg-180 {
    padding-top: 180px !important;
  }

  .pr-lg-180,
  .px-lg-180 {
    padding-right: 180px !important;
  }

  .pb-lg-180,
  .py-lg-180 {
    padding-bottom: 180px !important;
  }

  .pl-lg-180,
  .px-lg-180 {
    padding-left: 180px !important;
  }

  .p-lg-200 {
    padding: 200px !important;
  }

  .pt-lg-200,
  .py-lg-200 {
    padding-top: 200px !important;
  }

  .pr-lg-200,
  .px-lg-200 {
    padding-right: 200px !important;
  }

  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 200px !important;
  }

  .pl-lg-200,
  .px-lg-200 {
    padding-left: 200px !important;
  }

  .p-lg-210 {
    padding: 210px !important;
  }

  .pt-lg-210,
  .py-lg-210 {
    padding-top: 210px !important;
  }

  .pr-lg-210,
  .px-lg-210 {
    padding-right: 210px !important;
  }

  .pb-lg-210,
  .py-lg-210 {
    padding-bottom: 210px !important;
  }

  .pl-lg-210,
  .px-lg-210 {
    padding-left: 210px !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-n120 {
    margin: -120px !important;
  }

  .mt-lg-n120,
  .my-lg-n120 {
    margin-top: -120px !important;
  }

  .mr-lg-n120,
  .mx-lg-n120 {
    margin-right: -120px !important;
  }

  .mb-lg-n120,
  .my-lg-n120 {
    margin-bottom: -120px !important;
  }

  .ml-lg-n120,
  .mx-lg-n120 {
    margin-left: -120px !important;
  }

  .m-lg-n126 {
    margin: -126px !important;
  }

  .mt-lg-n126,
  .my-lg-n126 {
    margin-top: -126px !important;
  }

  .mr-lg-n126,
  .mx-lg-n126 {
    margin-right: -126px !important;
  }

  .mb-lg-n126,
  .my-lg-n126 {
    margin-bottom: -126px !important;
  }

  .ml-lg-n126,
  .mx-lg-n126 {
    margin-left: -126px !important;
  }

  .m-lg-n150 {
    margin: -150px !important;
  }

  .mt-lg-n150,
  .my-lg-n150 {
    margin-top: -150px !important;
  }

  .mr-lg-n150,
  .mx-lg-n150 {
    margin-right: -150px !important;
  }

  .mb-lg-n150,
  .my-lg-n150 {
    margin-bottom: -150px !important;
  }

  .ml-lg-n150,
  .mx-lg-n150 {
    margin-left: -150px !important;
  }

  .m-lg-n160 {
    margin: -160px !important;
  }

  .mt-lg-n160,
  .my-lg-n160 {
    margin-top: -160px !important;
  }

  .mr-lg-n160,
  .mx-lg-n160 {
    margin-right: -160px !important;
  }

  .mb-lg-n160,
  .my-lg-n160 {
    margin-bottom: -160px !important;
  }

  .ml-lg-n160,
  .mx-lg-n160 {
    margin-left: -160px !important;
  }

  .m-lg-n180 {
    margin: -180px !important;
  }

  .mt-lg-n180,
  .my-lg-n180 {
    margin-top: -180px !important;
  }

  .mr-lg-n180,
  .mx-lg-n180 {
    margin-right: -180px !important;
  }

  .mb-lg-n180,
  .my-lg-n180 {
    margin-bottom: -180px !important;
  }

  .ml-lg-n180,
  .mx-lg-n180 {
    margin-left: -180px !important;
  }

  .m-lg-n200 {
    margin: -200px !important;
  }

  .mt-lg-n200,
  .my-lg-n200 {
    margin-top: -200px !important;
  }

  .mr-lg-n200,
  .mx-lg-n200 {
    margin-right: -200px !important;
  }

  .mb-lg-n200,
  .my-lg-n200 {
    margin-bottom: -200px !important;
  }

  .ml-lg-n200,
  .mx-lg-n200 {
    margin-left: -200px !important;
  }

  .m-lg-n210 {
    margin: -210px !important;
  }

  .mt-lg-n210,
  .my-lg-n210 {
    margin-top: -210px !important;
  }

  .mr-lg-n210,
  .mx-lg-n210 {
    margin-right: -210px !important;
  }

  .mb-lg-n210,
  .my-lg-n210 {
    margin-bottom: -210px !important;
  }

  .ml-lg-n210,
  .mx-lg-n210 {
    margin-left: -210px !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: 1280px) {
  .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: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-120 {
    margin: 120px !important;
  }

  .mt-xl-120,
  .my-xl-120 {
    margin-top: 120px !important;
  }

  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 120px !important;
  }

  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 120px !important;
  }

  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 120px !important;
  }

  .m-xl-126 {
    margin: 126px !important;
  }

  .mt-xl-126,
  .my-xl-126 {
    margin-top: 126px !important;
  }

  .mr-xl-126,
  .mx-xl-126 {
    margin-right: 126px !important;
  }

  .mb-xl-126,
  .my-xl-126 {
    margin-bottom: 126px !important;
  }

  .ml-xl-126,
  .mx-xl-126 {
    margin-left: 126px !important;
  }

  .m-xl-150 {
    margin: 150px !important;
  }

  .mt-xl-150,
  .my-xl-150 {
    margin-top: 150px !important;
  }

  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 150px !important;
  }

  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 150px !important;
  }

  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 150px !important;
  }

  .m-xl-160 {
    margin: 160px !important;
  }

  .mt-xl-160,
  .my-xl-160 {
    margin-top: 160px !important;
  }

  .mr-xl-160,
  .mx-xl-160 {
    margin-right: 160px !important;
  }

  .mb-xl-160,
  .my-xl-160 {
    margin-bottom: 160px !important;
  }

  .ml-xl-160,
  .mx-xl-160 {
    margin-left: 160px !important;
  }

  .m-xl-180 {
    margin: 180px !important;
  }

  .mt-xl-180,
  .my-xl-180 {
    margin-top: 180px !important;
  }

  .mr-xl-180,
  .mx-xl-180 {
    margin-right: 180px !important;
  }

  .mb-xl-180,
  .my-xl-180 {
    margin-bottom: 180px !important;
  }

  .ml-xl-180,
  .mx-xl-180 {
    margin-left: 180px !important;
  }

  .m-xl-200 {
    margin: 200px !important;
  }

  .mt-xl-200,
  .my-xl-200 {
    margin-top: 200px !important;
  }

  .mr-xl-200,
  .mx-xl-200 {
    margin-right: 200px !important;
  }

  .mb-xl-200,
  .my-xl-200 {
    margin-bottom: 200px !important;
  }

  .ml-xl-200,
  .mx-xl-200 {
    margin-left: 200px !important;
  }

  .m-xl-210 {
    margin: 210px !important;
  }

  .mt-xl-210,
  .my-xl-210 {
    margin-top: 210px !important;
  }

  .mr-xl-210,
  .mx-xl-210 {
    margin-right: 210px !important;
  }

  .mb-xl-210,
  .my-xl-210 {
    margin-bottom: 210px !important;
  }

  .ml-xl-210,
  .mx-xl-210 {
    margin-left: 210px !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: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-120 {
    padding: 120px !important;
  }

  .pt-xl-120,
  .py-xl-120 {
    padding-top: 120px !important;
  }

  .pr-xl-120,
  .px-xl-120 {
    padding-right: 120px !important;
  }

  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 120px !important;
  }

  .pl-xl-120,
  .px-xl-120 {
    padding-left: 120px !important;
  }

  .p-xl-126 {
    padding: 126px !important;
  }

  .pt-xl-126,
  .py-xl-126 {
    padding-top: 126px !important;
  }

  .pr-xl-126,
  .px-xl-126 {
    padding-right: 126px !important;
  }

  .pb-xl-126,
  .py-xl-126 {
    padding-bottom: 126px !important;
  }

  .pl-xl-126,
  .px-xl-126 {
    padding-left: 126px !important;
  }

  .p-xl-150 {
    padding: 150px !important;
  }

  .pt-xl-150,
  .py-xl-150 {
    padding-top: 150px !important;
  }

  .pr-xl-150,
  .px-xl-150 {
    padding-right: 150px !important;
  }

  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 150px !important;
  }

  .pl-xl-150,
  .px-xl-150 {
    padding-left: 150px !important;
  }

  .p-xl-160 {
    padding: 160px !important;
  }

  .pt-xl-160,
  .py-xl-160 {
    padding-top: 160px !important;
  }

  .pr-xl-160,
  .px-xl-160 {
    padding-right: 160px !important;
  }

  .pb-xl-160,
  .py-xl-160 {
    padding-bottom: 160px !important;
  }

  .pl-xl-160,
  .px-xl-160 {
    padding-left: 160px !important;
  }

  .p-xl-180 {
    padding: 180px !important;
  }

  .pt-xl-180,
  .py-xl-180 {
    padding-top: 180px !important;
  }

  .pr-xl-180,
  .px-xl-180 {
    padding-right: 180px !important;
  }

  .pb-xl-180,
  .py-xl-180 {
    padding-bottom: 180px !important;
  }

  .pl-xl-180,
  .px-xl-180 {
    padding-left: 180px !important;
  }

  .p-xl-200 {
    padding: 200px !important;
  }

  .pt-xl-200,
  .py-xl-200 {
    padding-top: 200px !important;
  }

  .pr-xl-200,
  .px-xl-200 {
    padding-right: 200px !important;
  }

  .pb-xl-200,
  .py-xl-200 {
    padding-bottom: 200px !important;
  }

  .pl-xl-200,
  .px-xl-200 {
    padding-left: 200px !important;
  }

  .p-xl-210 {
    padding: 210px !important;
  }

  .pt-xl-210,
  .py-xl-210 {
    padding-top: 210px !important;
  }

  .pr-xl-210,
  .px-xl-210 {
    padding-right: 210px !important;
  }

  .pb-xl-210,
  .py-xl-210 {
    padding-bottom: 210px !important;
  }

  .pl-xl-210,
  .px-xl-210 {
    padding-left: 210px !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-n120 {
    margin: -120px !important;
  }

  .mt-xl-n120,
  .my-xl-n120 {
    margin-top: -120px !important;
  }

  .mr-xl-n120,
  .mx-xl-n120 {
    margin-right: -120px !important;
  }

  .mb-xl-n120,
  .my-xl-n120 {
    margin-bottom: -120px !important;
  }

  .ml-xl-n120,
  .mx-xl-n120 {
    margin-left: -120px !important;
  }

  .m-xl-n126 {
    margin: -126px !important;
  }

  .mt-xl-n126,
  .my-xl-n126 {
    margin-top: -126px !important;
  }

  .mr-xl-n126,
  .mx-xl-n126 {
    margin-right: -126px !important;
  }

  .mb-xl-n126,
  .my-xl-n126 {
    margin-bottom: -126px !important;
  }

  .ml-xl-n126,
  .mx-xl-n126 {
    margin-left: -126px !important;
  }

  .m-xl-n150 {
    margin: -150px !important;
  }

  .mt-xl-n150,
  .my-xl-n150 {
    margin-top: -150px !important;
  }

  .mr-xl-n150,
  .mx-xl-n150 {
    margin-right: -150px !important;
  }

  .mb-xl-n150,
  .my-xl-n150 {
    margin-bottom: -150px !important;
  }

  .ml-xl-n150,
  .mx-xl-n150 {
    margin-left: -150px !important;
  }

  .m-xl-n160 {
    margin: -160px !important;
  }

  .mt-xl-n160,
  .my-xl-n160 {
    margin-top: -160px !important;
  }

  .mr-xl-n160,
  .mx-xl-n160 {
    margin-right: -160px !important;
  }

  .mb-xl-n160,
  .my-xl-n160 {
    margin-bottom: -160px !important;
  }

  .ml-xl-n160,
  .mx-xl-n160 {
    margin-left: -160px !important;
  }

  .m-xl-n180 {
    margin: -180px !important;
  }

  .mt-xl-n180,
  .my-xl-n180 {
    margin-top: -180px !important;
  }

  .mr-xl-n180,
  .mx-xl-n180 {
    margin-right: -180px !important;
  }

  .mb-xl-n180,
  .my-xl-n180 {
    margin-bottom: -180px !important;
  }

  .ml-xl-n180,
  .mx-xl-n180 {
    margin-left: -180px !important;
  }

  .m-xl-n200 {
    margin: -200px !important;
  }

  .mt-xl-n200,
  .my-xl-n200 {
    margin-top: -200px !important;
  }

  .mr-xl-n200,
  .mx-xl-n200 {
    margin-right: -200px !important;
  }

  .mb-xl-n200,
  .my-xl-n200 {
    margin-bottom: -200px !important;
  }

  .ml-xl-n200,
  .mx-xl-n200 {
    margin-left: -200px !important;
  }

  .m-xl-n210 {
    margin: -210px !important;
  }

  .mt-xl-n210,
  .my-xl-n210 {
    margin-top: -210px !important;
  }

  .mr-xl-n210,
  .mx-xl-n210 {
    margin-right: -210px !important;
  }

  .mb-xl-n210,
  .my-xl-n210 {
    margin-bottom: -210px !important;
  }

  .ml-xl-n210,
  .mx-xl-n210 {
    margin-left: -210px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1650px) {
  .m-xxl-0 {
    margin: 0px !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0px !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0px !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0px !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0px !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .m-xxl-8 {
    margin: 8px !important;
  }

  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 8px !important;
  }

  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 8px !important;
  }

  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 8px !important;
  }

  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 8px !important;
  }

  .m-xxl-12 {
    margin: 12px !important;
  }

  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 12px !important;
  }

  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 12px !important;
  }

  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 12px !important;
  }

  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 12px !important;
  }

  .m-xxl-15 {
    margin: 15px !important;
  }

  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 15px !important;
  }

  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 15px !important;
  }

  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 15px !important;
  }

  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 15px !important;
  }

  .m-xxl-16 {
    margin: 16px !important;
  }

  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 16px !important;
  }

  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 16px !important;
  }

  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 16px !important;
  }

  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 16px !important;
  }

  .m-xxl-20 {
    margin: 20px !important;
  }

  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 20px !important;
  }

  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 20px !important;
  }

  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 20px !important;
  }

  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 20px !important;
  }

  .m-xxl-24 {
    margin: 24px !important;
  }

  .mt-xxl-24,
  .my-xxl-24 {
    margin-top: 24px !important;
  }

  .mr-xxl-24,
  .mx-xxl-24 {
    margin-right: 24px !important;
  }

  .mb-xxl-24,
  .my-xxl-24 {
    margin-bottom: 24px !important;
  }

  .ml-xxl-24,
  .mx-xxl-24 {
    margin-left: 24px !important;
  }

  .m-xxl-30 {
    margin: 30px !important;
  }

  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 30px !important;
  }

  .mr-xxl-30,
  .mx-xxl-30 {
    margin-right: 30px !important;
  }

  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 30px !important;
  }

  .ml-xxl-30,
  .mx-xxl-30 {
    margin-left: 30px !important;
  }

  .m-xxl-32 {
    margin: 32px !important;
  }

  .mt-xxl-32,
  .my-xxl-32 {
    margin-top: 32px !important;
  }

  .mr-xxl-32,
  .mx-xxl-32 {
    margin-right: 32px !important;
  }

  .mb-xxl-32,
  .my-xxl-32 {
    margin-bottom: 32px !important;
  }

  .ml-xxl-32,
  .mx-xxl-32 {
    margin-left: 32px !important;
  }

  .m-xxl-35 {
    margin: 35px !important;
  }

  .mt-xxl-35,
  .my-xxl-35 {
    margin-top: 35px !important;
  }

  .mr-xxl-35,
  .mx-xxl-35 {
    margin-right: 35px !important;
  }

  .mb-xxl-35,
  .my-xxl-35 {
    margin-bottom: 35px !important;
  }

  .ml-xxl-35,
  .mx-xxl-35 {
    margin-left: 35px !important;
  }

  .m-xxl-40 {
    margin: 40px !important;
  }

  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 40px !important;
  }

  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 40px !important;
  }

  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 40px !important;
  }

  .m-xxl-45 {
    margin: 45px !important;
  }

  .mt-xxl-45,
  .my-xxl-45 {
    margin-top: 45px !important;
  }

  .mr-xxl-45,
  .mx-xxl-45 {
    margin-right: 45px !important;
  }

  .mb-xxl-45,
  .my-xxl-45 {
    margin-bottom: 45px !important;
  }

  .ml-xxl-45,
  .mx-xxl-45 {
    margin-left: 45px !important;
  }

  .m-xxl-60 {
    margin: 60px !important;
  }

  .mt-xxl-60,
  .my-xxl-60 {
    margin-top: 60px !important;
  }

  .mr-xxl-60,
  .mx-xxl-60 {
    margin-right: 60px !important;
  }

  .mb-xxl-60,
  .my-xxl-60 {
    margin-bottom: 60px !important;
  }

  .ml-xxl-60,
  .mx-xxl-60 {
    margin-left: 60px !important;
  }

  .m-xxl-65 {
    margin: 65px !important;
  }

  .mt-xxl-65,
  .my-xxl-65 {
    margin-top: 65px !important;
  }

  .mr-xxl-65,
  .mx-xxl-65 {
    margin-right: 65px !important;
  }

  .mb-xxl-65,
  .my-xxl-65 {
    margin-bottom: 65px !important;
  }

  .ml-xxl-65,
  .mx-xxl-65 {
    margin-left: 65px !important;
  }

  .m-xxl-80 {
    margin: 80px !important;
  }

  .mt-xxl-80,
  .my-xxl-80 {
    margin-top: 80px !important;
  }

  .mr-xxl-80,
  .mx-xxl-80 {
    margin-right: 80px !important;
  }

  .mb-xxl-80,
  .my-xxl-80 {
    margin-bottom: 80px !important;
  }

  .ml-xxl-80,
  .mx-xxl-80 {
    margin-left: 80px !important;
  }

  .m-xxl-90 {
    margin: 90px !important;
  }

  .mt-xxl-90,
  .my-xxl-90 {
    margin-top: 90px !important;
  }

  .mr-xxl-90,
  .mx-xxl-90 {
    margin-right: 90px !important;
  }

  .mb-xxl-90,
  .my-xxl-90 {
    margin-bottom: 90px !important;
  }

  .ml-xxl-90,
  .mx-xxl-90 {
    margin-left: 90px !important;
  }

  .m-xxl-100 {
    margin: 100px !important;
  }

  .mt-xxl-100,
  .my-xxl-100 {
    margin-top: 100px !important;
  }

  .mr-xxl-100,
  .mx-xxl-100 {
    margin-right: 100px !important;
  }

  .mb-xxl-100,
  .my-xxl-100 {
    margin-bottom: 100px !important;
  }

  .ml-xxl-100,
  .mx-xxl-100 {
    margin-left: 100px !important;
  }

  .m-xxl-120 {
    margin: 120px !important;
  }

  .mt-xxl-120,
  .my-xxl-120 {
    margin-top: 120px !important;
  }

  .mr-xxl-120,
  .mx-xxl-120 {
    margin-right: 120px !important;
  }

  .mb-xxl-120,
  .my-xxl-120 {
    margin-bottom: 120px !important;
  }

  .ml-xxl-120,
  .mx-xxl-120 {
    margin-left: 120px !important;
  }

  .m-xxl-126 {
    margin: 126px !important;
  }

  .mt-xxl-126,
  .my-xxl-126 {
    margin-top: 126px !important;
  }

  .mr-xxl-126,
  .mx-xxl-126 {
    margin-right: 126px !important;
  }

  .mb-xxl-126,
  .my-xxl-126 {
    margin-bottom: 126px !important;
  }

  .ml-xxl-126,
  .mx-xxl-126 {
    margin-left: 126px !important;
  }

  .m-xxl-150 {
    margin: 150px !important;
  }

  .mt-xxl-150,
  .my-xxl-150 {
    margin-top: 150px !important;
  }

  .mr-xxl-150,
  .mx-xxl-150 {
    margin-right: 150px !important;
  }

  .mb-xxl-150,
  .my-xxl-150 {
    margin-bottom: 150px !important;
  }

  .ml-xxl-150,
  .mx-xxl-150 {
    margin-left: 150px !important;
  }

  .m-xxl-160 {
    margin: 160px !important;
  }

  .mt-xxl-160,
  .my-xxl-160 {
    margin-top: 160px !important;
  }

  .mr-xxl-160,
  .mx-xxl-160 {
    margin-right: 160px !important;
  }

  .mb-xxl-160,
  .my-xxl-160 {
    margin-bottom: 160px !important;
  }

  .ml-xxl-160,
  .mx-xxl-160 {
    margin-left: 160px !important;
  }

  .m-xxl-180 {
    margin: 180px !important;
  }

  .mt-xxl-180,
  .my-xxl-180 {
    margin-top: 180px !important;
  }

  .mr-xxl-180,
  .mx-xxl-180 {
    margin-right: 180px !important;
  }

  .mb-xxl-180,
  .my-xxl-180 {
    margin-bottom: 180px !important;
  }

  .ml-xxl-180,
  .mx-xxl-180 {
    margin-left: 180px !important;
  }

  .m-xxl-200 {
    margin: 200px !important;
  }

  .mt-xxl-200,
  .my-xxl-200 {
    margin-top: 200px !important;
  }

  .mr-xxl-200,
  .mx-xxl-200 {
    margin-right: 200px !important;
  }

  .mb-xxl-200,
  .my-xxl-200 {
    margin-bottom: 200px !important;
  }

  .ml-xxl-200,
  .mx-xxl-200 {
    margin-left: 200px !important;
  }

  .m-xxl-210 {
    margin: 210px !important;
  }

  .mt-xxl-210,
  .my-xxl-210 {
    margin-top: 210px !important;
  }

  .mr-xxl-210,
  .mx-xxl-210 {
    margin-right: 210px !important;
  }

  .mb-xxl-210,
  .my-xxl-210 {
    margin-bottom: 210px !important;
  }

  .ml-xxl-210,
  .mx-xxl-210 {
    margin-left: 210px !important;
  }

  .p-xxl-0 {
    padding: 0px !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0px !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0px !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0px !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0px !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .p-xxl-8 {
    padding: 8px !important;
  }

  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 8px !important;
  }

  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 8px !important;
  }

  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 8px !important;
  }

  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 8px !important;
  }

  .p-xxl-12 {
    padding: 12px !important;
  }

  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 12px !important;
  }

  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 12px !important;
  }

  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 12px !important;
  }

  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 12px !important;
  }

  .p-xxl-15 {
    padding: 15px !important;
  }

  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 15px !important;
  }

  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 15px !important;
  }

  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 15px !important;
  }

  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 15px !important;
  }

  .p-xxl-16 {
    padding: 16px !important;
  }

  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 16px !important;
  }

  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 16px !important;
  }

  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 16px !important;
  }

  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 16px !important;
  }

  .p-xxl-20 {
    padding: 20px !important;
  }

  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 20px !important;
  }

  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 20px !important;
  }

  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 20px !important;
  }

  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 20px !important;
  }

  .p-xxl-24 {
    padding: 24px !important;
  }

  .pt-xxl-24,
  .py-xxl-24 {
    padding-top: 24px !important;
  }

  .pr-xxl-24,
  .px-xxl-24 {
    padding-right: 24px !important;
  }

  .pb-xxl-24,
  .py-xxl-24 {
    padding-bottom: 24px !important;
  }

  .pl-xxl-24,
  .px-xxl-24 {
    padding-left: 24px !important;
  }

  .p-xxl-30 {
    padding: 30px !important;
  }

  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 30px !important;
  }

  .pr-xxl-30,
  .px-xxl-30 {
    padding-right: 30px !important;
  }

  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 30px !important;
  }

  .pl-xxl-30,
  .px-xxl-30 {
    padding-left: 30px !important;
  }

  .p-xxl-32 {
    padding: 32px !important;
  }

  .pt-xxl-32,
  .py-xxl-32 {
    padding-top: 32px !important;
  }

  .pr-xxl-32,
  .px-xxl-32 {
    padding-right: 32px !important;
  }

  .pb-xxl-32,
  .py-xxl-32 {
    padding-bottom: 32px !important;
  }

  .pl-xxl-32,
  .px-xxl-32 {
    padding-left: 32px !important;
  }

  .p-xxl-35 {
    padding: 35px !important;
  }

  .pt-xxl-35,
  .py-xxl-35 {
    padding-top: 35px !important;
  }

  .pr-xxl-35,
  .px-xxl-35 {
    padding-right: 35px !important;
  }

  .pb-xxl-35,
  .py-xxl-35 {
    padding-bottom: 35px !important;
  }

  .pl-xxl-35,
  .px-xxl-35 {
    padding-left: 35px !important;
  }

  .p-xxl-40 {
    padding: 40px !important;
  }

  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 40px !important;
  }

  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 40px !important;
  }

  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 40px !important;
  }

  .p-xxl-45 {
    padding: 45px !important;
  }

  .pt-xxl-45,
  .py-xxl-45 {
    padding-top: 45px !important;
  }

  .pr-xxl-45,
  .px-xxl-45 {
    padding-right: 45px !important;
  }

  .pb-xxl-45,
  .py-xxl-45 {
    padding-bottom: 45px !important;
  }

  .pl-xxl-45,
  .px-xxl-45 {
    padding-left: 45px !important;
  }

  .p-xxl-60 {
    padding: 60px !important;
  }

  .pt-xxl-60,
  .py-xxl-60 {
    padding-top: 60px !important;
  }

  .pr-xxl-60,
  .px-xxl-60 {
    padding-right: 60px !important;
  }

  .pb-xxl-60,
  .py-xxl-60 {
    padding-bottom: 60px !important;
  }

  .pl-xxl-60,
  .px-xxl-60 {
    padding-left: 60px !important;
  }

  .p-xxl-65 {
    padding: 65px !important;
  }

  .pt-xxl-65,
  .py-xxl-65 {
    padding-top: 65px !important;
  }

  .pr-xxl-65,
  .px-xxl-65 {
    padding-right: 65px !important;
  }

  .pb-xxl-65,
  .py-xxl-65 {
    padding-bottom: 65px !important;
  }

  .pl-xxl-65,
  .px-xxl-65 {
    padding-left: 65px !important;
  }

  .p-xxl-80 {
    padding: 80px !important;
  }

  .pt-xxl-80,
  .py-xxl-80 {
    padding-top: 80px !important;
  }

  .pr-xxl-80,
  .px-xxl-80 {
    padding-right: 80px !important;
  }

  .pb-xxl-80,
  .py-xxl-80 {
    padding-bottom: 80px !important;
  }

  .pl-xxl-80,
  .px-xxl-80 {
    padding-left: 80px !important;
  }

  .p-xxl-90 {
    padding: 90px !important;
  }

  .pt-xxl-90,
  .py-xxl-90 {
    padding-top: 90px !important;
  }

  .pr-xxl-90,
  .px-xxl-90 {
    padding-right: 90px !important;
  }

  .pb-xxl-90,
  .py-xxl-90 {
    padding-bottom: 90px !important;
  }

  .pl-xxl-90,
  .px-xxl-90 {
    padding-left: 90px !important;
  }

  .p-xxl-100 {
    padding: 100px !important;
  }

  .pt-xxl-100,
  .py-xxl-100 {
    padding-top: 100px !important;
  }

  .pr-xxl-100,
  .px-xxl-100 {
    padding-right: 100px !important;
  }

  .pb-xxl-100,
  .py-xxl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xxl-100,
  .px-xxl-100 {
    padding-left: 100px !important;
  }

  .p-xxl-120 {
    padding: 120px !important;
  }

  .pt-xxl-120,
  .py-xxl-120 {
    padding-top: 120px !important;
  }

  .pr-xxl-120,
  .px-xxl-120 {
    padding-right: 120px !important;
  }

  .pb-xxl-120,
  .py-xxl-120 {
    padding-bottom: 120px !important;
  }

  .pl-xxl-120,
  .px-xxl-120 {
    padding-left: 120px !important;
  }

  .p-xxl-126 {
    padding: 126px !important;
  }

  .pt-xxl-126,
  .py-xxl-126 {
    padding-top: 126px !important;
  }

  .pr-xxl-126,
  .px-xxl-126 {
    padding-right: 126px !important;
  }

  .pb-xxl-126,
  .py-xxl-126 {
    padding-bottom: 126px !important;
  }

  .pl-xxl-126,
  .px-xxl-126 {
    padding-left: 126px !important;
  }

  .p-xxl-150 {
    padding: 150px !important;
  }

  .pt-xxl-150,
  .py-xxl-150 {
    padding-top: 150px !important;
  }

  .pr-xxl-150,
  .px-xxl-150 {
    padding-right: 150px !important;
  }

  .pb-xxl-150,
  .py-xxl-150 {
    padding-bottom: 150px !important;
  }

  .pl-xxl-150,
  .px-xxl-150 {
    padding-left: 150px !important;
  }

  .p-xxl-160 {
    padding: 160px !important;
  }

  .pt-xxl-160,
  .py-xxl-160 {
    padding-top: 160px !important;
  }

  .pr-xxl-160,
  .px-xxl-160 {
    padding-right: 160px !important;
  }

  .pb-xxl-160,
  .py-xxl-160 {
    padding-bottom: 160px !important;
  }

  .pl-xxl-160,
  .px-xxl-160 {
    padding-left: 160px !important;
  }

  .p-xxl-180 {
    padding: 180px !important;
  }

  .pt-xxl-180,
  .py-xxl-180 {
    padding-top: 180px !important;
  }

  .pr-xxl-180,
  .px-xxl-180 {
    padding-right: 180px !important;
  }

  .pb-xxl-180,
  .py-xxl-180 {
    padding-bottom: 180px !important;
  }

  .pl-xxl-180,
  .px-xxl-180 {
    padding-left: 180px !important;
  }

  .p-xxl-200 {
    padding: 200px !important;
  }

  .pt-xxl-200,
  .py-xxl-200 {
    padding-top: 200px !important;
  }

  .pr-xxl-200,
  .px-xxl-200 {
    padding-right: 200px !important;
  }

  .pb-xxl-200,
  .py-xxl-200 {
    padding-bottom: 200px !important;
  }

  .pl-xxl-200,
  .px-xxl-200 {
    padding-left: 200px !important;
  }

  .p-xxl-210 {
    padding: 210px !important;
  }

  .pt-xxl-210,
  .py-xxl-210 {
    padding-top: 210px !important;
  }

  .pr-xxl-210,
  .px-xxl-210 {
    padding-right: 210px !important;
  }

  .pb-xxl-210,
  .py-xxl-210 {
    padding-bottom: 210px !important;
  }

  .pl-xxl-210,
  .px-xxl-210 {
    padding-left: 210px !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-n8 {
    margin: -8px !important;
  }

  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -8px !important;
  }

  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -8px !important;
  }

  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -8px !important;
  }

  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -8px !important;
  }

  .m-xxl-n12 {
    margin: -12px !important;
  }

  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -12px !important;
  }

  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -12px !important;
  }

  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -12px !important;
  }

  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -12px !important;
  }

  .m-xxl-n15 {
    margin: -15px !important;
  }

  .mt-xxl-n15,
  .my-xxl-n15 {
    margin-top: -15px !important;
  }

  .mr-xxl-n15,
  .mx-xxl-n15 {
    margin-right: -15px !important;
  }

  .mb-xxl-n15,
  .my-xxl-n15 {
    margin-bottom: -15px !important;
  }

  .ml-xxl-n15,
  .mx-xxl-n15 {
    margin-left: -15px !important;
  }

  .m-xxl-n16 {
    margin: -16px !important;
  }

  .mt-xxl-n16,
  .my-xxl-n16 {
    margin-top: -16px !important;
  }

  .mr-xxl-n16,
  .mx-xxl-n16 {
    margin-right: -16px !important;
  }

  .mb-xxl-n16,
  .my-xxl-n16 {
    margin-bottom: -16px !important;
  }

  .ml-xxl-n16,
  .mx-xxl-n16 {
    margin-left: -16px !important;
  }

  .m-xxl-n20 {
    margin: -20px !important;
  }

  .mt-xxl-n20,
  .my-xxl-n20 {
    margin-top: -20px !important;
  }

  .mr-xxl-n20,
  .mx-xxl-n20 {
    margin-right: -20px !important;
  }

  .mb-xxl-n20,
  .my-xxl-n20 {
    margin-bottom: -20px !important;
  }

  .ml-xxl-n20,
  .mx-xxl-n20 {
    margin-left: -20px !important;
  }

  .m-xxl-n24 {
    margin: -24px !important;
  }

  .mt-xxl-n24,
  .my-xxl-n24 {
    margin-top: -24px !important;
  }

  .mr-xxl-n24,
  .mx-xxl-n24 {
    margin-right: -24px !important;
  }

  .mb-xxl-n24,
  .my-xxl-n24 {
    margin-bottom: -24px !important;
  }

  .ml-xxl-n24,
  .mx-xxl-n24 {
    margin-left: -24px !important;
  }

  .m-xxl-n30 {
    margin: -30px !important;
  }

  .mt-xxl-n30,
  .my-xxl-n30 {
    margin-top: -30px !important;
  }

  .mr-xxl-n30,
  .mx-xxl-n30 {
    margin-right: -30px !important;
  }

  .mb-xxl-n30,
  .my-xxl-n30 {
    margin-bottom: -30px !important;
  }

  .ml-xxl-n30,
  .mx-xxl-n30 {
    margin-left: -30px !important;
  }

  .m-xxl-n32 {
    margin: -32px !important;
  }

  .mt-xxl-n32,
  .my-xxl-n32 {
    margin-top: -32px !important;
  }

  .mr-xxl-n32,
  .mx-xxl-n32 {
    margin-right: -32px !important;
  }

  .mb-xxl-n32,
  .my-xxl-n32 {
    margin-bottom: -32px !important;
  }

  .ml-xxl-n32,
  .mx-xxl-n32 {
    margin-left: -32px !important;
  }

  .m-xxl-n35 {
    margin: -35px !important;
  }

  .mt-xxl-n35,
  .my-xxl-n35 {
    margin-top: -35px !important;
  }

  .mr-xxl-n35,
  .mx-xxl-n35 {
    margin-right: -35px !important;
  }

  .mb-xxl-n35,
  .my-xxl-n35 {
    margin-bottom: -35px !important;
  }

  .ml-xxl-n35,
  .mx-xxl-n35 {
    margin-left: -35px !important;
  }

  .m-xxl-n40 {
    margin: -40px !important;
  }

  .mt-xxl-n40,
  .my-xxl-n40 {
    margin-top: -40px !important;
  }

  .mr-xxl-n40,
  .mx-xxl-n40 {
    margin-right: -40px !important;
  }

  .mb-xxl-n40,
  .my-xxl-n40 {
    margin-bottom: -40px !important;
  }

  .ml-xxl-n40,
  .mx-xxl-n40 {
    margin-left: -40px !important;
  }

  .m-xxl-n45 {
    margin: -45px !important;
  }

  .mt-xxl-n45,
  .my-xxl-n45 {
    margin-top: -45px !important;
  }

  .mr-xxl-n45,
  .mx-xxl-n45 {
    margin-right: -45px !important;
  }

  .mb-xxl-n45,
  .my-xxl-n45 {
    margin-bottom: -45px !important;
  }

  .ml-xxl-n45,
  .mx-xxl-n45 {
    margin-left: -45px !important;
  }

  .m-xxl-n60 {
    margin: -60px !important;
  }

  .mt-xxl-n60,
  .my-xxl-n60 {
    margin-top: -60px !important;
  }

  .mr-xxl-n60,
  .mx-xxl-n60 {
    margin-right: -60px !important;
  }

  .mb-xxl-n60,
  .my-xxl-n60 {
    margin-bottom: -60px !important;
  }

  .ml-xxl-n60,
  .mx-xxl-n60 {
    margin-left: -60px !important;
  }

  .m-xxl-n65 {
    margin: -65px !important;
  }

  .mt-xxl-n65,
  .my-xxl-n65 {
    margin-top: -65px !important;
  }

  .mr-xxl-n65,
  .mx-xxl-n65 {
    margin-right: -65px !important;
  }

  .mb-xxl-n65,
  .my-xxl-n65 {
    margin-bottom: -65px !important;
  }

  .ml-xxl-n65,
  .mx-xxl-n65 {
    margin-left: -65px !important;
  }

  .m-xxl-n80 {
    margin: -80px !important;
  }

  .mt-xxl-n80,
  .my-xxl-n80 {
    margin-top: -80px !important;
  }

  .mr-xxl-n80,
  .mx-xxl-n80 {
    margin-right: -80px !important;
  }

  .mb-xxl-n80,
  .my-xxl-n80 {
    margin-bottom: -80px !important;
  }

  .ml-xxl-n80,
  .mx-xxl-n80 {
    margin-left: -80px !important;
  }

  .m-xxl-n90 {
    margin: -90px !important;
  }

  .mt-xxl-n90,
  .my-xxl-n90 {
    margin-top: -90px !important;
  }

  .mr-xxl-n90,
  .mx-xxl-n90 {
    margin-right: -90px !important;
  }

  .mb-xxl-n90,
  .my-xxl-n90 {
    margin-bottom: -90px !important;
  }

  .ml-xxl-n90,
  .mx-xxl-n90 {
    margin-left: -90px !important;
  }

  .m-xxl-n100 {
    margin: -100px !important;
  }

  .mt-xxl-n100,
  .my-xxl-n100 {
    margin-top: -100px !important;
  }

  .mr-xxl-n100,
  .mx-xxl-n100 {
    margin-right: -100px !important;
  }

  .mb-xxl-n100,
  .my-xxl-n100 {
    margin-bottom: -100px !important;
  }

  .ml-xxl-n100,
  .mx-xxl-n100 {
    margin-left: -100px !important;
  }

  .m-xxl-n120 {
    margin: -120px !important;
  }

  .mt-xxl-n120,
  .my-xxl-n120 {
    margin-top: -120px !important;
  }

  .mr-xxl-n120,
  .mx-xxl-n120 {
    margin-right: -120px !important;
  }

  .mb-xxl-n120,
  .my-xxl-n120 {
    margin-bottom: -120px !important;
  }

  .ml-xxl-n120,
  .mx-xxl-n120 {
    margin-left: -120px !important;
  }

  .m-xxl-n126 {
    margin: -126px !important;
  }

  .mt-xxl-n126,
  .my-xxl-n126 {
    margin-top: -126px !important;
  }

  .mr-xxl-n126,
  .mx-xxl-n126 {
    margin-right: -126px !important;
  }

  .mb-xxl-n126,
  .my-xxl-n126 {
    margin-bottom: -126px !important;
  }

  .ml-xxl-n126,
  .mx-xxl-n126 {
    margin-left: -126px !important;
  }

  .m-xxl-n150 {
    margin: -150px !important;
  }

  .mt-xxl-n150,
  .my-xxl-n150 {
    margin-top: -150px !important;
  }

  .mr-xxl-n150,
  .mx-xxl-n150 {
    margin-right: -150px !important;
  }

  .mb-xxl-n150,
  .my-xxl-n150 {
    margin-bottom: -150px !important;
  }

  .ml-xxl-n150,
  .mx-xxl-n150 {
    margin-left: -150px !important;
  }

  .m-xxl-n160 {
    margin: -160px !important;
  }

  .mt-xxl-n160,
  .my-xxl-n160 {
    margin-top: -160px !important;
  }

  .mr-xxl-n160,
  .mx-xxl-n160 {
    margin-right: -160px !important;
  }

  .mb-xxl-n160,
  .my-xxl-n160 {
    margin-bottom: -160px !important;
  }

  .ml-xxl-n160,
  .mx-xxl-n160 {
    margin-left: -160px !important;
  }

  .m-xxl-n180 {
    margin: -180px !important;
  }

  .mt-xxl-n180,
  .my-xxl-n180 {
    margin-top: -180px !important;
  }

  .mr-xxl-n180,
  .mx-xxl-n180 {
    margin-right: -180px !important;
  }

  .mb-xxl-n180,
  .my-xxl-n180 {
    margin-bottom: -180px !important;
  }

  .ml-xxl-n180,
  .mx-xxl-n180 {
    margin-left: -180px !important;
  }

  .m-xxl-n200 {
    margin: -200px !important;
  }

  .mt-xxl-n200,
  .my-xxl-n200 {
    margin-top: -200px !important;
  }

  .mr-xxl-n200,
  .mx-xxl-n200 {
    margin-right: -200px !important;
  }

  .mb-xxl-n200,
  .my-xxl-n200 {
    margin-bottom: -200px !important;
  }

  .ml-xxl-n200,
  .mx-xxl-n200 {
    margin-left: -200px !important;
  }

  .m-xxl-n210 {
    margin: -210px !important;
  }

  .mt-xxl-n210,
  .my-xxl-n210 {
    margin-top: -210px !important;
  }

  .mr-xxl-n210,
  .mx-xxl-n210 {
    margin-right: -210px !important;
  }

  .mb-xxl-n210,
  .my-xxl-n210 {
    margin-bottom: -210px !important;
  }

  .ml-xxl-n210,
  .mx-xxl-n210 {
    margin-left: -210px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1650px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-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: 900 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #009fe3 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #006997 !important;
}

.text-secondary {
  color: #002d40 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: #22c55e !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #17843f !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: #ef4444 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #d41212 !important;
}

.text-light {
  color: #fff !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #d9d9d9 !important;
}

.text-dark {
  color: #333333 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #0d0d0d !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-black {
  color: #333333 !important;
}

a.text-black:hover,
a.text-black:focus {
  color: #0d0d0d !important;
}

.text-gray {
  color: #cccccc !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #a6a6a6 !important;
}

.text-lightgray {
  color: #f0f0f0 !important;
}

a.text-lightgray:hover,
a.text-lightgray:focus {
  color: #cacaca !important;
}

.text-green {
  color: #22c55e !important;
}

a.text-green:hover,
a.text-green:focus {
  color: #17843f !important;
}

.text-orange {
  color: #f97316 !important;
}

a.text-orange:hover,
a.text-orange:focus {
  color: #be5105 !important;
}

.text-red {
  color: #ef4444 !important;
}

a.text-red:hover,
a.text-red:focus {
  color: #d41212 !important;
}

.text-body {
  color: rgba(0, 45, 64, 0.8) !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(51, 51, 51, 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;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

html,
body {
  letter-spacing: normal;
  font-style: normal;
  font-size: 1rem;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-ligatures: normal;
  font-variant-east-asian: normal;
  text-rendering: geometricPrecision;
  font-family: "Lato", sans-serif;
  overflow-x: clip;
}

/*
| Override default anchor tag behaviour
| -------------------------------------
*/

a {
  color: #009fe3;
}

a:hover {
  text-decoration: none;
}

h1,
.h1 {
  font-weight: 900;
}

h1 span,
.h1 span {
  color: #009fe3;
}

@media screen and (max-width: 1023.98px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}

@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}

h2,
.h2 {
  font-weight: 900;
}

@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-weight: 900;
}

@media (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-weight: 900;
}

@media (max-width: 767.98px) {
  h4,
  .h4 {
    color: #009fe3;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
  }
}

h5,
.h5 {
  color: #009fe3;
  font-style: italic;
}

h6,
.h6 {
  color: #009fe3;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  line-height: 30px;
}

p strong {
  color: #333333;
  font-weight: 900;
}

p.large {
  font-size: 20px;
}

@media (min-width: 1024px) {
  p.inset-large {
    padding: 0 32px;
  }
}

ul {
  padding-left: 32px;
}

ul li {
  line-height: 24px;
  margin-bottom: 7px;
  list-style-type: none;
  position: relative;
  word-break: break-word;
}

ul li span.title {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
}

ul li strong {
  color: #333333;
}

ul li.large {
  font-size: 20px;
}

ul li:before {
  display: inline-block;
  position: absolute;
  left: -32px;
  top: 2px;
  content: url("/svg/list-icon-v2.svg");
  width: 16px;
  height: 16px;
}

ul li:last-child {
  margin-bottom: 0 !important;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-bottom: 20px;
}

.wysiwyg * + h1,
.wysiwyg * + h2,
.wysiwyg * + h3,
.wysiwyg * + h4,
.wysiwyg * + h5,
.wysiwyg * + h6 {
  margin-top: 40px;
}

.wysiwyg h2 {
  font-size: 28px;
}

.wysiwyg h3 {
  font-size: 20px;
}

.wysiwyg p {
  margin-bottom: 25px;
}

.wysiwyg :last-child {
  margin-bottom: 0;
}

.text-white strong {
  color: #fff !important;
}

.bg-is-dark {
  color: #fff;
}

.bg-is-dark h1,
.bg-is-dark h2,
.bg-is-dark h3,
.bg-is-dark h4,
.bg-is-dark h5,
.bg-is-dark h6,
.bg-is-dark .h1,
.bg-is-dark .h2,
.bg-is-dark .h3,
.bg-is-dark .h4,
.bg-is-dark .h5,
.bg-is-dark .h6 {
  color: #fff;
}

.has-secondary-bg h1 span,
.has-secondary-bg h2 span,
.has-secondary-bg h3 span,
.has-secondary-bg h4 span,
.has-secondary-bg h5 span,
.has-secondary-bg h6 span,
.has-secondary-bg .h1 span,
.has-secondary-bg .h2 span,
.has-secondary-bg .h3 span,
.has-secondary-bg .h4 span,
.has-secondary-bg .h5 span,
.has-secondary-bg .h6 span {
  color: #009fe3;
}

.has-secondary-bg p strong {
  color: #009fe3;
}

.has-secondary-bg ul li span.title {
  color: #009fe3;
}

.has-secondary-bg ul li strong {
  color: #009fe3;
}

.has-secondary-bg ul li:before {
  content: url("/svg/list-icon-v2-light.svg");
}

.has-secondary-bg .btn-primary:hover {
  border-color: #fff !important;
}

.has-secondary-bg .btn-outline-secondary {
  border-color: #fff;
  color: #fff;
}

.has-secondary-bg .btn-outline-secondary:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #009fe3 !important;
}

.has-primary-bg h1 span,
.has-primary-bg h2 span,
.has-primary-bg h3 span,
.has-primary-bg h4 span,
.has-primary-bg h5 span,
.has-primary-bg h6 span,
.has-primary-bg .h1 span,
.has-primary-bg .h2 span,
.has-primary-bg .h3 span,
.has-primary-bg .h4 span,
.has-primary-bg .h5 span,
.has-primary-bg .h6 span {
  color: #fff;
}

.has-primary-bg .tabs:after {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.has-primary-bg .tabs span {
  color: rgba(255, 255, 255, 0.5) !important;
}

.has-primary-bg .tabs span.active {
  color: #fff !important;
}

.has-primary-bg .tabs span.active:after {
  background-color: #fff !important;
}

.has-primary-bg .subtitle {
  color: #fff !important;
}

.has-primary-bg p strong {
  color: #fff;
}

.has-primary-bg ul li span.title {
  color: #fff;
}

.has-primary-bg ul li strong {
  color: #fff;
}

.has-primary-bg ul li:before {
  content: url("/svg/list-icon-v2-light.svg");
}

.has-primary-bg .btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #002d40;
}

.has-primary-bg .btn-primary:hover {
  background-color: #002d40 !important;
  border-color: #002d40 !important;
  color: #fff !important;
}

.has-primary-bg .btn-outline-secondary {
  border-color: #fff;
  color: #fff;
}

.has-primary-bg .btn-outline-secondary:hover {
  background-color: #002d40 !important;
  border-color: #002d40 !important;
  color: #fff !important;
}

/**
 * Fix font weights across browsers
 */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Disable body scrolling when overlayer is visible (toggled with Javascript)
 */

body.noscroll {
  overflow: hidden;
  width: 100vw;
  height: calc(100vh - 64px);
  height: calc(var(--vh, 1vh) * 100 - 64px);
}

/**
 * Bootstrap extensions
 */

.container-narrow {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.largest-gutters {
  margin-right: -16px;
  margin-left: -16px;
}

.largest-gutters > .col,
.largest-gutters > [class*=col-] {
  padding-right: 16px;
  padding-left: 16px;
}

@media screen and (min-width: 1280px) {
  .largest-gutters {
    margin-right: -60px;
    margin-left: -60px;
  }

  .largest-gutters > .col,
  .largest-gutters > [class*=col-] {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.larger-gutters {
  margin-right: -32px;
  margin-left: -32px;
}

.larger-gutters > .col,
.larger-gutters > [class*=col-] {
  padding-right: 32px;
  padding-left: 32px;
}

@media (min-width: 1280px) {
  .large-gutters {
    margin-right: -30px;
    margin-left: -30px;
  }

  .large-gutters > .col,
  .large-gutters > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.smaller-gutters {
  margin-right: -15px;
  margin-left: -15px;
}

.smaller-gutters > .col,
.smaller-gutters > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.smallest-gutters {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.smallest-gutters > .col,
.smallest-gutters > [class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.text-cut-short {
  display: inline-block;
  max-width: 400px;
}

.text-cut-medium {
  display: inline-block;
  max-width: 860px;
}

.image-cropper {
  padding-top: 64.73%;
  position: relative;
  overflow: hidden;
}

.image-cropper img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.large-text p,
div.large-text span,
div.large-text li {
  font-size: 20px;
}

div.large-text ul li {
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  div.inset-large p {
    padding: 0 16px 0 32px;
  }
}

@media (min-width: 1024px) {
  div.inset-small p {
    padding: 0 32px 0 16px;
  }
}

@media (min-width: 1024px) {
  div.two-col p {
    -moz-column-count: 2;
    -moz-column-gap: 65px;
    -webkit-column-count: 2;
    -webkit-column-gap: 65px;
    column-count: 2;
    column-gap: 65px;
  }
}

@media (min-width: 768px) {
  ul.two-col li {
    float: left;
    width: 50%;
    padding-right: 45px;
  }
}

@media (min-width: 1024px) {
  .d-lg-hidden {
    display: none !important;
  }
}

.mb-content-0 > *:last-child {
  margin-bottom: 0;
}

.\!mb-content-0 > *:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .no-padding-sm {
    margin: 0 !important;
  }

  .no-padding-sm > div {
    padding: 0 !important;
  }
}

.flex-1 {
  flex: 1;
}

@media (min-width: 1024px) {
  .flex-lg-0 {
    flex: 0;
  }
}

@media (min-width: 1024px) {
  .flex-lg-1 {
    flex: 1;
  }
}

@media (min-width: 1280px) {
  .flex-xl-1 {
    flex: 1;
  }
}

.whitespace-nowrap {
  white-space: nowrap;
}

.subtitle-primary {
  font-size: 20px;
  font-weight: 300;
  color: #009fe3;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .subtitle-primary {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .order-lg-first {
    order: -1;
  }
}

.pt-first-header:first-child {
  padding-top: 85px;
}

@media screen and (min-width: 1024px) {
  .pt-first-header:first-child {
    padding-top: 166px;
  }
}

@media (min-width: 1024px) {
  .flex-lg-1 {
    flex: 1;
  }
}

@media (min-width: 1024px) {
  .col-lg-fifth {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1280px) {
  .\!col-xl-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

@media (min-width: 1650px) {
  .\!col-xxl-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

@media (min-width: 1280px) {
  .\!flex-xl-1 {
    flex: 1 !important;
  }
}

@media (min-width: 1650px) {
  .\!flex-xxl-1 {
    flex: 1 !important;
  }
}

/**
 * Anchor link animations
 */

/**
 * Contain entire site within 1920px
 */

body:not(.my-gps) {
  position: relative;
}

body:not(.my-gps) #app {
  position: relative;
  max-width: 1920px;
  background-color: #fff;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}

body:not(.my-gps) #app .base {
  position: relative;
}

body.landing {
  display: flex;
  flex-direction: column;
}

body.landing .cookie-consent {
  position: relative;
  order: -1;
}

section {
  position: relative;
  padding: 40px 0;
}

@media (min-width: 768px) {
  section {
    padding: 80px 0;
  }
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-bg-2 {
  position: absolute;
  left: 0;
  width: 100%;
}

.section-bg-2 svg {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
}

.section-bg-2.bg-white svg path {
  fill: #fff;
}

.section-bg-2.bg-primary svg path {
  fill: #009fe3;
}

.section-bg-2.bg-secondary svg path {
  fill: #002d40;
}

.section-bg-2.bg-lightgray svg path {
  fill: #f0f0f0;
}

.section-bg-2.bg-gray svg path {
  fill: #cccccc;
}

/**
 * V-cloak to hide loading components
 */

[v-cloak] {
  display: none;
}

/*
 * Force scrollbar to stop jumping effect on overlay open
 */

html {
  overflow-y: scroll;
}

/**
 * Container padding on mobile
 */

@media (max-width: 767.98px) {
  .container {
    padding: 0 24px;
    /*.row {
            margin-right: -7.5px;
            margin-left: -7.5px;
        }
        .row > .col,
        .row > [class*='col-'] {
            padding-right: 7.5px;
            padding-left: 7.5px;
        }*/
  }
}

.preview-content img {
  font-family: "object-fit: contain;";
}

.read-more {
  color: #009fe3;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.read-more:after {
  margin-left: 8px;
  transition: margin-left 0.2s;
  content: url("/svg/icons/arrow-right-primary.svg");
}

.read-more:hover:after,
a:hover .read-more:after {
  margin-left: 16px;
}

.read-more.read-more-extended {
  display: block;
  width: auto;
  transition: width 0.2s;
  padding-right: 20px;
}

.read-more.read-more-extended:after {
  position: absolute;
  right: 0;
  margin-left: 0;
  padding-left: 8px;
}

.read-more.read-more-extended:hover,
a:hover .read-more.read-more-extended {
  width: 100% !important;
}

span.blue-label {
  color: #009fe3;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.statement {
  color: #192d44;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .statement {
    font-size: 32px;
    line-height: 46px;
  }
}

@media (max-width: 1279.98px) {
  .resize-me {
    min-height: 0 !important;
  }
}

.device-wrapper {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back {
  color: #002d40;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.back:before {
  content: url("/svg/arrow-left-short.svg");
  margin-right: 8px;
  margin-left: 5px;
  transition: margin-left 0.2s, margin-right 0.2s;
}

.back:hover:before {
  margin-right: 13px;
  margin-left: 0;
}

.bg-gray {
  background-color: rgba(242, 242, 242, 0.5) !important;
}

.breadcrumb-home:hover i {
  color: #002d40 !important;
}

.row.in-panel {
  background-color: #f0f0f0 !important;
  margin: 0;
  padding: 32px 16px;
}

.row.in-panel .btn-primary:hover {
  background-color: #f0f0f0;
}

.row.in-panel .btn-white:hover {
  background-color: #333333;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .row.in-panel {
    padding: 80px 64px;
  }
}

.max-w-\[840px\] {
  max-width: 840px;
}

.glide__track {
  overflow: visible !important;
}

.glide__slides {
  overflow: visible !important;
}

.glide__slides li:before {
  display: none !important;
}

.glide .step-card {
  width: 100% !important;
}

header {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 65px;
  max-width: 1920px;
  left: 50% !important;
  right: 0 !important;
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  header {
    height: 126px;
  }
}

header .navbar-brand svg {
  width: 70px;
  height: 32px;
}

@media (min-width: 1024px) {
  header .navbar-brand svg {
    width: 160px;
    height: 76px;
  }
}

header .header-wrapper {
  background-color: #fff;
  padding: 0 2px 0 0;
  width: 100%;
  color: #fff;
  transition: background-color 0.2s;
}

header .header-wrapper > .container {
  height: 65px;
}

@media (min-width: 1024px) {
  header .header-wrapper > .container {
    height: 126px;
  }
}

@media (min-width: 768px) {
  header .header-wrapper {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1024px) {
  header .header-wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 1440px) {
  header .navbar-brand {
    margin-left: -68px;
  }

  header .menu-toggle {
    margin-right: -68px !important;
  }
}

header .logo-white {
  display: none;
}

header .logo-color {
  display: block;
}

header .top-nav {
  margin-top: 24px;
  margin-bottom: 16px;
}

header .top-nav a,
header .top-nav span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #7d95ac;
  margin-right: 16px;
  transition: color 0.2s;
}

header .top-nav a:hover,
header .top-nav span:hover {
  color: #009fe3 !important;
}

header .top-nav a[data-counter]:after,
header .top-nav span[data-counter]:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  font-size: 10px;
  transition: none;
  background-color: #009fe3;
  color: #fff;
  margin-left: 6px;
  content: attr(data-counter);
  transform: translateY(-1px);
}

header .top-nav .btn-icon {
  border: 0;
  padding: 0 0 0 25px !important;
  height: 1.5rem;
  align-items: center;
  margin-right: 0 !important;
  line-height: 1.5rem;
}

header .top-nav .btn-icon:before,
header .top-nav .btn-icon:after {
  left: 0;
}

header .main-nav {
  margin-bottom: 16px;
  position: relative;
}

header .main-nav > div > a:not(.btn),
header .main-nav > div > span {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
  color: #333333;
  margin-right: 32px;
  transition: color 0.2s;
}

header .main-nav > div > a:not(.btn).with-dropdown,
header .main-nav > div > span.with-dropdown {
  margin-right: 8px;
}

header .main-nav > div > a:not(.btn).with-dropdown + svg,
header .main-nav > div > span.with-dropdown + svg {
  color: #333333 !important;
  margin-right: 32px;
  transition: all 0.2s;
  transform: translateY(-4px);
  transform-origin: center;
}

header .main-nav > div > a:not(.btn).with-dropdown:hover + svg,
header .main-nav > div > span.with-dropdown:hover + svg {
  color: #009fe3 !important;
}

header .main-nav > div > a:not(.btn):hover,
header .main-nav > div > span:hover {
  color: #009fe3 !important;
}

header .main-nav > div > span {
  cursor: default;
}

header .main-nav > div .arrow-wrapper {
  position: relative;
}

header .main-nav > div .arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 8px;
  left: 50%;
  display: inline-block;
  overflow: hidden;
  z-index: 10;
  transform: translateX(-50%) translateX(-16px);
  pointer-events: none;
}

header .main-nav > div .arrow:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  transform: rotate(45deg);
  /* Prefixes... */
  top: 37px;
  left: 13px;
  box-shadow: -1px -1px 8px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.3s;
}

header .main-nav > div.hovering .arrow:after {
  opacity: 1;
}

header .main-nav > div.hovering svg {
  transform: rotate(180deg) translateY(4px) !important;
}

header .main-nav > div.hovering > .big-dropdown {
  opacity: 1;
  pointer-events: auto;
}

header .main-nav .big-dropdown {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 36px;
  right: 0;
  padding-top: 26px;
  width: 960px;
  transition: opacity 0.3s;
}

header .main-nav .big-dropdown .block-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #333333;
}

header .main-nav .big-dropdown .block-grid .grid-block {
  display: flex;
  gap: 20px;
  flex-direction: row;
  grid-column: span 1;
  transition: background-color 0.2s, color 0.2s;
  color: #333333;
}

header .main-nav .big-dropdown .block-grid .grid-block:hover {
  background-color: #eceff2;
}

header .main-nav .big-dropdown .block-grid .grid-block:hover .title {
  color: #009fe3;
}

header .main-nav .big-dropdown .block-grid .grid-block:hover .arrow-right {
  margin-left: 16px;
  opacity: 1;
}

header .main-nav .big-dropdown .block-grid .icon-wrapper > img,
header .main-nav .big-dropdown .block-grid .icon-wrapper > svg,
header .main-nav .big-dropdown .block-grid .icon-wrapper i {
  display: inline-block;
  font-size: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 28px;
  width: auto;
  color: #009fe3;
}

header .main-nav .big-dropdown .block-grid .icon-wrapper > img path,
header .main-nav .big-dropdown .block-grid .icon-wrapper > svg path,
header .main-nav .big-dropdown .block-grid .icon-wrapper i path {
  fill: #009fe3;
}

header .main-nav .big-dropdown .block-grid .content-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

header .main-nav .big-dropdown .block-grid .content-wrapper .title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  transition: color 0.2s;
  display: block;
  width: 100%;
  position: relative;
}

header .main-nav .big-dropdown .block-grid .content-wrapper .description {
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

header .main-nav .big-dropdown .block-grid .content-wrapper .arrow-right {
  margin-left: 8px;
  transition: margin-left 0.2s;
  content: url("/svg/icons/arrow-right-primary.svg");
  height: 14px;
  position: absolute;
  right: 0;
  top: 6px;
  opacity: 0;
}

header .main-nav .big-dropdown > div {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

header .main-nav .big-dropdown > div > * {
  padding: 24px 20px;
}

header .main-nav .big-dropdown > div > * h4,
header .main-nav .big-dropdown > div > * .h4 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

header .main-nav .big-dropdown > div > * a.h4 {
  transition: color 0.2s;
}

header .main-nav .big-dropdown > div > * a.h4:hover {
  color: #009fe3;
}

header .main-nav .big-dropdown > div > * p {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 16px;
}

header .main-nav .big-dropdown > div > * .read-more {
  text-transform: none;
  color: #7d95ac;
  transition: color 0.2s;
}

header .main-nav .big-dropdown > div > * .read-more:after {
  display: inline-block;
  transition: transform 0.2s !important;
}

header .main-nav .big-dropdown > div > * .read-more:hover:after,
a:hover header .main-nav .big-dropdown > div > * .read-more:after {
  margin-left: 8px;
  transform: translateX(8px) !important;
}

header .main-nav .big-dropdown > div > * .read-more:hover {
  color: #009fe3 !important;
}

header .main-nav .big-dropdown > div > *.blue-panel {
  background-color: #009fe3 !important;
  transition: background-color 0.2s;
}

header .main-nav .big-dropdown > div > *.blue-panel .read-more {
  text-transform: none;
  font-weight: 900;
  color: #fff !important;
}

header .main-nav .big-dropdown > div > *.blue-panel .read-more:after {
  content: url("/svg/icons/arrow-right-white-small.svg") !important;
}

header .main-nav .big-dropdown > div > *.blue-panel:hover {
  background-color: #002d40 !important;
}

header .main-nav .big-dropdown > div > *.blue-panel:hover .read-more:after {
  margin-left: 8px;
  transform: translateX(8px) !important;
}

header .main-nav .contact-btn-inline {
  display: inline-block;
}

header .main-nav .contact-btn-inline .btn {
  margin-right: 0;
}

header .main-nav .contact-btn-inline .btn-warning {
  color: #fff;
}

header .main-nav .contact-btn-inline .btn-warning:hover {
  background-color: #fff;
  border-color: #fff;
  color: #009fe3;
}

header .language {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

header .language:hover {
  cursor: pointer;
}

header .language.active > a:after {
  transform: translateY(-50%) rotate(-180deg);
}

header .language > span {
  display: block;
  position: relative;
  padding: 0 30px 0 0;
  margin-right: 0;
  color: #7d95ac;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

header .language > span:after {
  position: absolute;
  content: "";
  background-size: cover;
  right: 16px;
  top: 50%;
  transition: transform 0.2s;
  transform: translateY(-50%);
  background-image: url("/svg/chevron-down-gray.svg");
  width: 5px;
  height: 3px;
}

header .language .dropdown {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: -115px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 280px;
  z-index: 10;
  transition: opacity 0.2s;
}

header .language .dropdown.active {
  pointer-events: auto;
  opacity: 1;
}

@media (min-width: 1024px) {
  header .language .dropdown {
    left: -16px;
  }
}

header .language .dropdown ul {
  padding: 0;
  margin: 0;
}

header .language .dropdown ul li {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

header .language .dropdown ul li a {
  display: block;
  padding: 16px 20px;
  color: #333333 !important;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

header .language .dropdown ul li:before {
  display: none;
}

header .language .dropdown ul li.active a {
  color: #009fe3 !important;
}

header .language .dropdown ul li:hover {
  background-color: #f9f9f9;
}

header .navbar-links {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 64px);
  height: calc(var(--vh, 1vh) * 100 - 64px);
  overflow-y: scroll;
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #002d40;
  color: #fff;
}

header .navbar-links.active {
  display: flex;
}

@media (min-width: 768px) {
  header .navbar-links {
    overflow-y: visible;
  }

  header .navbar-links > .container {
    margin-bottom: 65px;
  }
}

header .navbar-links .primary-nav {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  header .navbar-links .primary-nav {
    margin-bottom: 64px;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  header .navbar-links .primary-nav {
    margin-bottom: 0;
  }
}

header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item),
header .navbar-links .primary-nav span:not(.mobile-dropdown-item) {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
  transition: color 0.2s;
}

header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item):hover,
header .navbar-links .primary-nav span:not(.mobile-dropdown-item):hover {
  color: #009fe3;
}

@media screen and (min-width: 375px) {
  header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item),
  header .navbar-links .primary-nav span:not(.mobile-dropdown-item) {
    font-size: 24px;
    margin-bottom: 14px;
  }
}

header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item):last-child,
header .navbar-links .primary-nav span:not(.mobile-dropdown-item):last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item),
  header .navbar-links .primary-nav span:not(.mobile-dropdown-item) {
    font-size: 42px;
    margin-bottom: 12px;
  }
}

header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item).icon,
header .navbar-links .primary-nav span:not(.mobile-dropdown-item).icon {
  padding-left: 42px;
}

header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item).icon:before,
header .navbar-links .primary-nav span:not(.mobile-dropdown-item).icon:before {
  position: absolute;
  content: "";
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item).icon,
  header .navbar-links .primary-nav span:not(.mobile-dropdown-item).icon {
    padding-left: 55px;
  }
}

header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item).icon-clock:before,
header .navbar-links .primary-nav span:not(.mobile-dropdown-item).icon-clock:before {
  background-image: url("/svg/icons/icon-clock.svg");
  width: 22px;
  height: 24px;
}

@media (min-width: 768px) {
  header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item).icon-clock:before,
  header .navbar-links .primary-nav span:not(.mobile-dropdown-item).icon-clock:before {
    width: 29px;
    height: 32px;
  }
}

header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item).icon-calendar:before,
header .navbar-links .primary-nav span:not(.mobile-dropdown-item).icon-calendar:before {
  background-image: url("/svg/icons/icon-calendar.svg");
  width: 23px;
  height: 24px;
}

@media (min-width: 768px) {
  header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item).icon-calendar:before,
  header .navbar-links .primary-nav span:not(.mobile-dropdown-item).icon-calendar:before {
    width: 30px;
    height: 32px;
  }
}

header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item).icon-lock:before,
header .navbar-links .primary-nav span:not(.mobile-dropdown-item).icon-lock:before {
  background-image: url("/svg/icons/icon-lock.svg");
  width: 22px;
  height: 24px;
}

@media (min-width: 768px) {
  header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item).icon-lock:before,
  header .navbar-links .primary-nav span:not(.mobile-dropdown-item).icon-lock:before {
    width: 29px;
    height: 32px;
  }
}

header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item).icon-teacher:before,
header .navbar-links .primary-nav span:not(.mobile-dropdown-item).icon-teacher:before {
  background-image: url("/svg/icons/icon-teacher.svg");
  width: 25px;
  height: 20px;
}

@media (min-width: 768px) {
  header .navbar-links .primary-nav a:not(.btn):not(.mobile-dropdown-item).icon-teacher:before,
  header .navbar-links .primary-nav span:not(.mobile-dropdown-item).icon-teacher:before {
    width: 32px;
    height: 26px;
  }
}

header .navbar-links .secondary-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  header .navbar-links .secondary-nav {
    margin-bottom: 49px;
    align-items: flex-start;
  }
}

header .navbar-links .secondary-nav > a {
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 9px;
  display: inline-block;
  position: relative;
  transition: color 0.2s;
}

header .navbar-links .secondary-nav > a:hover {
  color: #009fe3;
}

header .navbar-links .secondary-nav > a:hover:after {
  color: #fff;
}

header .navbar-links .secondary-nav > a:last-of-type {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  header .navbar-links .secondary-nav > a:last-of-type {
    margin-bottom: 49px;
  }
}

@media (min-width: 1024px) {
  header .navbar-links .secondary-nav > a:last-of-type {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  header .navbar-links .secondary-nav > a {
    font-size: 20px;
    margin-bottom: 14px;
  }
}

header .navbar-links .secondary-nav > a[data-counter]:after {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  font-size: 14px;
  transition: none;
  background-color: #009fe3;
  content: attr(data-counter);
}

header .menu-toggle {
  padding: 24.5px 24px 24.5px 24px;
  margin-right: -24px;
}

@media (min-width: 1024px) {
  header .menu-toggle {
    margin-right: 0;
  }
}

header .menu-toggle:hover {
  cursor: pointer;
}

header .menu-toggle .burger {
  width: 20px;
  height: 16px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: auto 0 auto 0;
  transition: height 0.2s;
}

header .menu-toggle .burger span {
  height: 2px;
  border-radius: 1px;
  width: 100%;
  background: #002d40;
  display: flex;
  transition: all 0.2s;
  transform-origin: left;
  align-self: flex-end;
}

header .menu-toggle .burger.active span:nth-child(1) {
  transform: rotate(45deg);
}

header .menu-toggle .burger.active span:nth-child(2) {
  opacity: 0;
}

header .menu-toggle .burger.active span:nth-child(3) {
  transform: rotate(-45deg);
}

header.header-white .header-wrapper {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

header.header-white .logo-white {
  display: none;
}

header.header-white .logo-color {
  display: block;
}

header.header-white .burger span {
  background: #002d40;
}

header.header-secondary .header-wrapper,
header.active .header-wrapper {
  background-color: #002d40;
}

header.header-secondary .logo-white,
header.active .logo-white {
  display: block;
}

header.header-secondary .logo-color,
header.active .logo-color {
  display: none;
}

header.header-secondary .burger span,
header.active .burger span {
  background: #fff;
}

header.header-secondary .language > a,
header.active .language > a {
  color: #fff !important;
}

header.header-secondary .language > a:after,
header.active .language > a:after {
  background-image: url("/svg/chevron-down-white.svg");
}

header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

header.active .language {
  display: none;
}

header.active .quick-links {
  visibility: hidden !important;
}

header.active .header-wrapper > .container > .my-gps-btn-inline {
  display: none !important;
}

header.active .header-wrapper > .container > .contact-btn-inline {
  display: none !important;
}

header .mobile-dropdown-title + .mobile-dropdown-item {
  margin-top: -8px;
}

header .mobile-dropdown-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin-bottom: 9px;
}

header .mobile-dropdown-item .icon-wrapper {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #009fe3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .mobile-dropdown-item .icon-wrapper img,
header .mobile-dropdown-item .icon-wrapper svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}

/**
 * Transparent styling for homepage and landing page
 */

body.landing header {
  z-index: 10;
}

body.home.page_fixed header:not(.header-white) .header-wrapper,
body.landing header:not(.header-white) .header-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
}

body.home.page_fixed header:not(.header-white) .header-wrapper .top-nav a,
body.home.page_fixed header:not(.header-white) .header-wrapper .top-nav span,
body.landing header:not(.header-white) .header-wrapper .top-nav a,
body.landing header:not(.header-white) .header-wrapper .top-nav span {
  color: #fff;
}

body.home.page_fixed header:not(.header-white) .header-wrapper .main-nav > div > a:not(.btn),
body.home.page_fixed header:not(.header-white) .header-wrapper .main-nav > div > span,
body.landing header:not(.header-white) .header-wrapper .main-nav > div > a:not(.btn),
body.landing header:not(.header-white) .header-wrapper .main-nav > div > span {
  color: #fff;
}

body.home.page_fixed header:not(.header-white) .header-wrapper .main-nav > div > a:not(.btn).with-dropdown + svg,
body.home.page_fixed header:not(.header-white) .header-wrapper .main-nav > div > span.with-dropdown + svg,
body.landing header:not(.header-white) .header-wrapper .main-nav > div > a:not(.btn).with-dropdown + svg,
body.landing header:not(.header-white) .header-wrapper .main-nav > div > span.with-dropdown + svg {
  color: #fff !important;
}

body.home.page_fixed header:not(.header-white) .header-wrapper .main-nav > div > a:not(.btn).with-dropdown:hover + svg,
body.home.page_fixed header:not(.header-white) .header-wrapper .main-nav > div > span.with-dropdown:hover + svg,
body.landing header:not(.header-white) .header-wrapper .main-nav > div > a:not(.btn).with-dropdown:hover + svg,
body.landing header:not(.header-white) .header-wrapper .main-nav > div > span.with-dropdown:hover + svg {
  color: #009fe3 !important;
}

body.home.page_fixed header:not(.header-white) .header-wrapper .btn-transparent,
body.landing header:not(.header-white) .header-wrapper .btn-transparent {
  color: #fff;
}

body.home.page_fixed header:not(.header-white) .header-wrapper .btn-transparent:before,
body.landing header:not(.header-white) .header-wrapper .btn-transparent:before {
  content: url("/svg/icons/user-circle.svg");
}

@media (min-width: 768px) {
  body.home.page_fixed header:not(.header-white) .header-wrapper,
  body.landing header:not(.header-white) .header-wrapper {
    box-shadow: none;
  }
}

@media (min-width: 1024px) {
  body.home.page_fixed header:not(.header-white) .header-wrapper,
  body.landing header:not(.header-white) .header-wrapper {
    background-color: transparent;
  }

  body.home.page_fixed header:not(.header-white) .header-wrapper > .container,
  body.landing header:not(.header-white) .header-wrapper > .container {
    height: 90px;
  }
}

body.home.page_fixed header:not(.header-white).active .header-wrapper,
body.landing header:not(.header-white).active .header-wrapper {
  background-color: #002d40;
}

body.home.page_fixed header:not(.header-white) .logo-white,
body.landing header:not(.header-white) .logo-white {
  display: block;
}

@media (min-width: 1024px) {
  body.home.page_fixed header:not(.header-white) .logo-white,
  body.landing header:not(.header-white) .logo-white {
    position: relative;
    z-index: 5;
    width: 130px;
    height: 60px;
  }
}

body.home.page_fixed header:not(.header-white) .logo-color,
body.landing header:not(.header-white) .logo-color {
  display: none;
}

body.home.page_fixed header:not(.header-white) .language > a,
body.landing header:not(.header-white) .language > a {
  color: #fff !important;
}

body.home.page_fixed header:not(.header-white) .language > a:after,
body.landing header:not(.header-white) .language > a:after {
  background-image: url("/svg/chevron-down-white.svg");
}

body.home.page_fixed header:not(.header-white) .burger span,
body.landing header:not(.header-white) .burger span {
  background: #fff;
}

footer {
  padding: 56px 0 41px 0;
  background-color: #002d40;
}

@media (min-width: 768px) {
  footer {
    padding-top: 100px;
  }
}

footer .logo {
  height: 4rem;
  width: auto;
}

footer h2 {
  color: #fff;
}

@media (min-width: 768px) {
  footer h2 {
    font-size: 24px;
    font-weight: 900;
    max-width: 280px;
  }
}

footer a {
  display: inline-block;
  margin-bottom: 8px;
  color: #fff;
  transition: color 0.2s;
}

footer a:hover {
  color: #009fe3;
}

footer .small-label {
  display: block;
  color: #009fe3;
  font-size: 16px;
  margin-bottom: 16px;
}

footer .small-label:last-child {
  margin-bottom: 0;
}

footer .settlement-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}

footer .large-links a:hover span:after {
  margin-left: 15px;
}

footer .large-links span {
  color: #009fe3 !important;
}

footer .large-links span:after {
  margin-left: 8px;
  transition: margin-left 0.2s;
  content: url("/svg/icons/arrow-right-primary.svg");
}

footer .large-links span:hover:after,
a:hover footer .large-links span:after {
  margin-left: 16px;
}

footer .contact-links a:not(.social-link) {
  display: block;
  color: #009fe3;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.2s;
}

footer .contact-links a:not(.social-link):hover {
  color: #fff;
}

footer .contact-links .social-link {
  transition: transform 0.2s;
}

footer .contact-links .social-link:hover {
  transform: scale(1.15);
}

footer .primary-links a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.2s;
  margin-bottom: 16px;
}

footer .primary-links a:hover {
  color: #009fe3;
}

footer .primary-links a:last-child {
  margin-bottom: 0;
}

footer .secondary-links a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.2s;
}

footer .secondary-links a:hover {
  color: #009fe3;
}

footer .line-top {
  border-top: 1px solid #fff;
  margin-bottom: 16px;
}

footer .disclaimer {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 16px;
  margin-right: 14px;
}

footer .disclaimer a {
  color: #fff;
  transition: color 0.2s;
}

footer .disclaimer a:hover {
  color: #009fe3;
}

footer .language {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  position: relative;
}

footer .language:hover {
  cursor: pointer;
}

footer .language:hover > a:before {
  transform: translateY(-50%) rotate(-360deg);
}

footer .language > a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding-left: 25px;
  transition: color 0.2s;
}

footer .language > a:hover {
  color: #009fe3;
}

footer .language > a:before {
  content: url(/svg/icons/globe.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 17px;
  transition: transform 0.7s;
}

footer .language .dropdown {
  display: none;
  position: absolute;
  bottom: 100%;
  padding-bottom: 10px;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 241px;
  z-index: 10;
  text-align: left;
}

@media (min-width: 768px) {
  footer .language .dropdown {
    right: -25px;
    left: unset;
  }
}

footer .language .dropdown ul {
  padding: 0;
  margin: 0;
}

footer .language .dropdown ul li {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

footer .language .dropdown ul li a {
  display: block;
  padding: 16px 20px;
  color: #333333;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

footer .language .dropdown ul li:before {
  display: none;
}

footer .language .dropdown ul li.active a {
  color: #009fe3;
}

footer .language .dropdown ul li:hover {
  background-color: #f9f9f9;
}

footer.short-footer {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 90px;
}

footer.short-footer .line-top {
  border-color: #002d40;
}

footer.short-footer .disclaimer {
  color: #002d40;
}

footer.short-footer .disclaimer a {
  color: #002d40;
}

footer.short-footer .language {
  color: #002d40;
}

footer.short-footer .language > a:before {
  content: url(/svg/icons/globe-primary.svg);
}

.component-breadcrumbs:first-child {
  padding-top: 100px;
}

@media (min-width: 1024px) {
  .component-breadcrumbs:first-child {
    padding-top: 166px;
  }
}

.form h2 {
  font-size: 24px;
  font-weight: 900;
  color: #009fe3;
  margin-bottom: 22px;
}

.form input[type=checkbox] {
  display: none;
}

.form label {
  color: #354052;
  font-size: 11px;
  line-height: 22px;
}

.form label.checkbox {
  font-size: 14px;
  padding-left: 35px;
}

.form label.checkbox a {
  font-weight: 700;
  color: #354052;
}

.form label.checkbox:before {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  line-height: 1;
  color: #fff;
  padding-top: 1px;
  padding-left: 3px;
  border: 2px solid #cccccc;
  border-radius: 2px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form label.checkbox:hover {
  cursor: pointer;
}

.form label.checkbox:hover:before {
  border-color: #009fe3;
}

.form label.checkbox.checked:before {
  content: url(/svg/checkmark.svg);
  background-color: #009fe3;
  border-color: #009fe3;
}

.form textarea {
  min-height: 166px;
}

.form .error {
  color: #cc0000;
  font-size: 11px;
  line-height: 22px;
}

.form .error.error-large {
  font-size: 16px;
}

@media screen and (min-width: 576px) {
  .form .error {
    position: absolute;
    top: 4px;
    right: 0;
  }
}

.section-large_photo_cta > div > .container {
  transform: translateY(-45px);
}

@media (min-width: 768px) {
  .section-large_photo_cta > div > .container {
    transform: translateY(-120px);
  }
}

.section-large_photo_cta img {
  min-height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-large_photo_cta .cta-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
}

.section-large_photo_cta .cta-wrapper > div {
  padding: 0;
}

@media (min-width: 1024px) {
  .section-large_photo_cta .cta-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateY(-120px);
    margin: 0 -16px;
  }

  .section-large_photo_cta .cta-wrapper > div {
    padding: 0 16px;
  }
}

.section-large_photo_cta .cta-wrapper a:hover {
  background-color: #009fe3 !important;
}

.section-large_photo_cta .cta-wrapper h3 {
  font-size: 1.5rem;
}

.section-large_photo_cta .cta-wrapper .read-more:after {
  content: url("/svg/icons/arrow-right-white.svg") !important;
}

.section-cta_repeater:first-child {
  padding-top: 100px;
}

@media (min-width: 1024px) {
  .section-cta_repeater:first-child {
    padding-top: 210px;
  }
}

.section-photo_text:first-child {
  padding-top: 100px;
}

@media (min-width: 1024px) {
  .section-photo_text:first-child {
    padding-top: 166px;
  }
}

.circle-usps .in-panel {
  background-color: #f0f0f0;
  padding-top: 40px;
  padding-left: 32px;
  padding-right: 32px;
}

.circle-usps .in-panel .circle {
  background-color: #002d40 !important;
}

@media screen and (min-width: 768px) {
  .circle-usps .in-panel {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: -45px;
  }
}

@media screen and (min-width: 1024px) {
  .circle-usps .in-panel {
    padding-top: 85px;
    padding-bottom: 0;
    margin-top: -45px;
  }
}

.section-3_2_columns .horizontal-column {
  background-color: #f0f0f0;
  padding: 32px 20px;
}

@media screen and (min-width: 768px) {
  .section-3_2_columns .horizontal-column {
    padding: 32px 48px 32px 32px;
  }
}

.section-3_2_columns .horizontal-column .icon-wrapper {
  display: flex;
  width: 2rem;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .section-3_2_columns .horizontal-column .icon-wrapper {
    margin-right: 28px;
    margin-bottom: 0;
  }
}

.section-3_2_columns .horizontal-column i {
  font-size: 2rem;
  color: #009fe3;
}

.section-3_2_columns .vertical-column {
  background-color: #fff;
  box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.15);
}

.section-3_2_columns .vertical-column:hover .btn-outline-primary {
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3;
}

.section-3_2_columns .vertical-column .image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1;
  background: linear-gradient(to bottom, #f0f0f0, #fff);
}

.section-3_2_columns .vertical-column img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-3_2_columns .vertical-column h4 {
  color: #009fe3;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.section-3_2_columns .vertical-column .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 20px;
}

.section-3_2_columns h3 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.section-3_2_columns p {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(0, 45, 64, 0.8);
  font-weight: 400;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .section-references .row {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .section-references .reference-col {
    border-left: 1px solid #f0f0f0;
  }

  .section-references .reference-col:last-child {
    border-right: 1px solid #f0f0f0;
  }
}

.section-references .reference-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.section-references .reference-card .image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
}

@media (min-width: 768px) {
  .section-references .reference-card .image-wrapper {
    aspect-ratio: 400/360;
  }
}

.section-references .reference-card .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.section-references .reference-card h3 {
  margin-bottom: 16px;
}

.section-references .reference-card p {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .section-references .reference-card p {
    margin-bottom: 32px;
  }
}

.section-references .reference-card p span:first-child {
  margin-right: 4px;
}

.section-references .reference-card p span:last-child {
  margin-left: 4px;
}

.section-references .reference-card .category {
  font-size: 10px;
  font-weight: 900;
  color: #009fe3;
  background-color: #f0f0f0;
  padding: 2px 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .section-references .reference-card .category {
    padding: 4px 6px;
    font-size: 12px;
  }
}

.section-references .reference-card .property {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.section-references .reference-card .property i {
  margin-right: 16px;
  width: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #009fe3;
}

.section-references .reference-card .property span {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}

.section-references .reference-card .content-wrapper {
  padding: 20px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .section-references .reference-card .content-wrapper {
    padding: 20px 10px;
  }
}

@media (min-width: 768px) {
  .section-references.has-lightgray-bg .reference-col {
    border-left: 1px solid #cccccc;
  }

  .section-references.has-lightgray-bg .reference-col:last-child {
    border-right: 1px solid #cccccc;
  }
}

.section-references.has-lightgray-bg .reference-col .category {
  color: #009fe3;
  background-color: rgba(0, 159, 227, 0.1);
}

@media (min-width: 768px) {
  .section-references.has-primary-bg .reference-col {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }

  .section-references.has-primary-bg .reference-col:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.section-references.has-primary-bg .reference-col .category {
  color: #009fe3;
  background-color: #fff;
}

.section-references.has-primary-bg .reference-col p,
.section-references.has-primary-bg .reference-col .text-primary,
.section-references.has-primary-bg .reference-col .property span,
.section-references.has-primary-bg .reference-col i {
  color: #fff !important;
}

@media (min-width: 768px) {
  .section-references.has-secondary-bg .reference-col {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }

  .section-references.has-secondary-bg .reference-col:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.section-references.has-secondary-bg .reference-col .category {
  color: #fff;
  background-color: #009fe3;
}

.section-references.has-secondary-bg .reference-col p,
.section-references.has-secondary-bg .reference-col .property span {
  color: #fff !important;
}

.contact .base h1,
.contact .base h2 {
  font-size: 32px;
  font-weight: 900;
  max-width: 910px;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .contact .base h1,
  .contact .base h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

.contact .base .contact-block {
  background-color: #002d40;
  padding: 32px;
}

@media (min-width: 576px) {
  .contact .base .contact-block {
    padding: 48px;
  }
}

.contact .base .contact-block .small-label {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
}

.contact .base .contact-block a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  transition: color 0.2s;
}

.contact .base .contact-block a:hover {
  color: #009fe3;
}

.contact .base .contact-block .social-link {
  transition: transform 0.2s;
}

.contact .base .contact-block .social-link:hover {
  transform: scale(1.15);
}

.contact .base .image-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 240px;
}

.courses-detail .sort {
  opacity: 0.8;
  color: #009fe3;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 8px;
  display: block;
}

.courses-detail h1 {
  font-size: 36px;
  margin-bottom: 12px;
  font-weight: 900;
}

.courses-detail .event-data {
  margin-bottom: 89px;
}

.courses-detail .event-data span {
  color: #009fe3;
  margin-right: 48px;
  padding-left: 24px;
  position: relative;
}

.courses-detail .event-data span:last-child {
  margin-right: 0;
}

.courses-detail .event-data span:before {
  content: "";
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.courses-detail .event-data span.date:before {
  background-image: url("/svg/icons/icon-calendar.svg");
  width: 15px;
  height: 16px;
}

.courses-detail .event-data span.location:before {
  background-image: url("/svg/icons/icon-location-primary.svg");
  width: 14px;
  height: 16px;
}

.courses-detail .event-data span.duration:before {
  background-image: url("/svg/icons/icon-clock-primary.svg");
  width: 16px;
  height: 16px;
}

.courses-detail .event-content {
  margin-bottom: 48px;
}

.courses-detail .event-content iframe {
  width: 100% !important;
}

.courses-detail .event-content > * {
  color: rgba(0, 45, 64, 0.5);
  font-size: 20px;
  line-height: 30px;
}

.courses-detail .event-content > *:last-child {
  margin-bottom: 0 !important;
}

.courses-detail img {
  display: block;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.integrations-detail .subtitle {
  color: #009fe3;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}

.vacancies .intro {
  max-width: 540px;
  margin: 0 auto;
}

.vacancies .intro h1 {
  font-size: 36px;
  margin-bottom: 15px;
}

.job-detail .base .sort {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #009fe3;
}

.job-detail .base h1 {
  font-size: 36px;
  font-weight: 900;
}

.job-detail .base h2 {
  font-size: 24px;
}

.job-detail .base img {
  display: block;
  max-width: 730px;
  height: auto;
  margin: 0 auto;
}

.job-detail .base ul {
  padding-left: 30px;
}

.job-detail .base ul li {
  list-style-type: disc;
  padding-right: 30px;
}

.job-detail .base ul li:before {
  display: none;
}

.news-detail .tag {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #009fe3;
}

.news-detail h1 {
  font-size: 36px;
}

.news-detail .news-content h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.news-detail .news-content h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.news-detail .news-content p {
  margin-bottom: 25px;
}

.news-detail .cta-content {
  background-color: #002d40;
  padding: 50px;
}

.news-detail .cta-content p,
.news-detail .cta-content div,
.news-detail .cta-content h1,
.news-detail .cta-content h2,
.news-detail .cta-content h3,
.news-detail .cta-content h4,
.news-detail .cta-content h5,
.news-detail .cta-content h6,
.news-detail .cta-content strong {
  color: #fff;
}

.my-gps {
  background-color: #fff;
}

@media (min-width: 1024px) {
  .my-gps .container {
    max-width: 1000px !important;
  }
}

.my-gps h2 {
  font-size: 32px;
  margin-bottom: 12px;
}

.my-gps p {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 23px;
  margin-bottom: 0;
}

.my-gps .logo {
  height: 48px;
  width: auto;
}

.my-gps .status-banner .status {
  font-size: 20px;
  font-weight: 900;
}

.my-gps .status-banner .wysiwyg {
  margin-top: 10px;
}

.my-gps .status-banner .wysiwyg a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.my-gps .status-banner .wysiwyg a:hover {
  text-decoration: none;
}

.my-gps .status-banner .date {
  margin-top: 6px;
  font-size: 12px;
}

.my-gps .redirect-block {
  background-color: #f2f2f2;
  text-align: center;
  padding: 40px;
  min-height: 300px;
}

@media (min-width: 1024px) {
  .my-gps .redirect-block {
    min-height: 400px;
    padding: 100px 87px;
  }
}

.my-gps .support-block {
  background-color: #f2f2f2;
  padding: 40px;
}

.my-gps .support-block .btn-lg {
  padding: 11px 16px;
}

.spinner {
  width: 56px;
  height: 56px;
  border: 8px solid #009fe3;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-rotate 1s linear infinite;
          animation: loader-rotate 1s linear infinite;
}

.spinner::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #009fe3;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 33px;
}

@-webkit-keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

