@charset "UTF-8";
@-webkit-viewport {
  width: device-width; }

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

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

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

@viewport {
  width: device-width; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../../../../dependencies/slick-carousel/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./../../../../../dependencies/slick-carousel/slick/fonts/slick.eot");
  src: url("./../../../../../dependencies/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./../../../../../dependencies/slick-carousel/slick/fonts/slick.woff") format("woff"), url("./../../../../../dependencies/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("./../../../../../dependencies/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: "Kievit";
  src: url("../fonts/kievit/1473247/7aeacd4a-1569-4794-bb75-7124c4de5eb5.woff2") format("woff2"), url("../fonts/kievit/1473247/8bd5d8f7-54d5-42ca-a619-b5f75277d539.woff") format("woff"), url("../fonts/kievit/1473247/bff10865-6182-4362-8499-91ae442d374c.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Kievit";
  src: url("../fonts/kievit/1473187/6111a3c3-8891-4abd-ab61-c786139e0ba3.woff2") format("woff2"), url("../fonts/kievit/1473187/56c57025-d225-4399-b820-776d49f59b36.woff") format("woff"), url("../fonts/kievit/1473187/67960b09-90fa-42a8-93ee-ef48c0ec23e6.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

:root {
  --p-font-size: clamp(1.8rem, calc(1.45vw + 1rem), 3rem); }

:root {
  --blue: #0067d6;
  --indigo: #6610f2;
  --purple: #24043B;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ED763D;
  --yellow: #ffc107;
  --green: #218838;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #F4F2F5;
  --gray-dark: #343a40;
  --primary: #0067d6;
  --secondary: #F4F2F5;
  --success: #218838;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-mobile: 0;
  --breakpoint-xs: 400px;
  --breakpoint-sm: 600px;
  --breakpoint-md: 740px;
  --breakpoint-lg: 980px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --breakpoint-xxxl: 1800px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #ED763D;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #111;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

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

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container,
.container-fluid,
.container-mobile,
.container-xxl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 980px; }

@media (min-width: 1500px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1400px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 400px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 600px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 740px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 980px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

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

@media (min-width: 1500px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1800px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #F4F2F5;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #F4F2F5;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

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

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

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 2.4rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-mobile, .navbar .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 2.4rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 399.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid, .navbar-expand-xs > .container-mobile, .navbar-expand-xs > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 400px) {
  .navbar-expand-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xs .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xs .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xs .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xs > .container,
    .navbar-expand-xs > .container-fluid, .navbar-expand-xs > .container-mobile, .navbar-expand-xs > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xs .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xs .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xs .navbar-toggler {
      display: none; } }

@media (max-width: 599.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-mobile, .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 600px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-mobile, .navbar-expand-sm > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 739.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-mobile, .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 740px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-mobile, .navbar-expand-md > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 979.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-mobile, .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 980px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-mobile, .navbar-expand-lg > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-mobile, .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-mobile, .navbar-expand-xl > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1499.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-mobile, .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1500px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-mobile, .navbar-expand-xxl > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

@media (max-width: 1799.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-mobile, .navbar-expand-xxxl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1800px) {
  .navbar-expand-xxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-mobile, .navbar-expand-xxxl > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-mobile, .navbar-expand > .container-xxl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-mobile, .navbar-expand > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(17, 17, 17, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(17, 17, 17, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(17, 17, 17, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(17, 17, 17, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(17, 17, 17, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(17, 17, 17, 0.9); }

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817, 17, 17, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(17, 17, 17, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(17, 17, 17, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(17, 17, 17, 0.9); }

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.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: #0067d6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0067d6 !important; }

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important; }

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

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

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

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

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

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

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

.m-1 {
  margin: 0.6rem !important; }

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

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

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

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

.m-2 {
  margin: 1.2rem !important; }

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

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

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

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

.m-3 {
  margin: 2.4rem !important; }

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

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

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

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

.m-4 {
  margin: 3.6rem !important; }

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

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

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

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

.m-5 {
  margin: 7.2rem !important; }

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

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

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

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

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.6rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.6rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.6rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.6rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.6rem !important; }

.p-2 {
  padding: 1.2rem !important; }

.pt-2,
.py-2 {
  padding-top: 1.2rem !important; }

.pr-2,
.px-2 {
  padding-right: 1.2rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 1.2rem !important; }

.pl-2,
.px-2 {
  padding-left: 1.2rem !important; }

.p-3 {
  padding: 2.4rem !important; }

.pt-3,
.py-3 {
  padding-top: 2.4rem !important; }

.pr-3,
.px-3 {
  padding-right: 2.4rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 2.4rem !important; }

.pl-3,
.px-3 {
  padding-left: 2.4rem !important; }

.p-4 {
  padding: 3.6rem !important; }

.pt-4,
.py-4 {
  padding-top: 3.6rem !important; }

.pr-4,
.px-4 {
  padding-right: 3.6rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 3.6rem !important; }

.pl-4,
.px-4 {
  padding-left: 3.6rem !important; }

.p-5 {
  padding: 7.2rem !important; }

.pt-5,
.py-5 {
  padding-top: 7.2rem !important; }

.pr-5,
.px-5 {
  padding-right: 7.2rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 7.2rem !important; }

.pl-5,
.px-5 {
  padding-left: 7.2rem !important; }

.m-n1 {
  margin: -0.6rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.6rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.6rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.6rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.6rem !important; }

.m-n2 {
  margin: -1.2rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -1.2rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -1.2rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -1.2rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -1.2rem !important; }

.m-n3 {
  margin: -2.4rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -2.4rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -2.4rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -2.4rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -2.4rem !important; }

.m-n4 {
  margin: -3.6rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -3.6rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -3.6rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -3.6rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -3.6rem !important; }

.m-n5 {
  margin: -7.2rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -7.2rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -7.2rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -7.2rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -7.2rem !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: 400px) {
  .m-xs-0 {
    margin: 0 !important; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important; }
  .m-xs-1 {
    margin: 0.6rem !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.6rem !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.6rem !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.6rem !important; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.6rem !important; }
  .m-xs-2 {
    margin: 1.2rem !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 1.2rem !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 1.2rem !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 1.2rem !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 1.2rem !important; }
  .m-xs-3 {
    margin: 2.4rem !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 2.4rem !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 2.4rem !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 2.4rem !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 2.4rem !important; }
  .m-xs-4 {
    margin: 3.6rem !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 3.6rem !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 3.6rem !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 3.6rem !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 3.6rem !important; }
  .m-xs-5 {
    margin: 7.2rem !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 7.2rem !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 7.2rem !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 7.2rem !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 7.2rem !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important; }
  .p-xs-1 {
    padding: 0.6rem !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.6rem !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.6rem !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.6rem !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.6rem !important; }
  .p-xs-2 {
    padding: 1.2rem !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 1.2rem !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 1.2rem !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 1.2rem !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 1.2rem !important; }
  .p-xs-3 {
    padding: 2.4rem !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 2.4rem !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 2.4rem !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 2.4rem !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 2.4rem !important; }
  .p-xs-4 {
    padding: 3.6rem !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 3.6rem !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 3.6rem !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 3.6rem !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 3.6rem !important; }
  .p-xs-5 {
    padding: 7.2rem !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 7.2rem !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 7.2rem !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 7.2rem !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 7.2rem !important; }
  .m-xs-n1 {
    margin: -0.6rem !important; }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.6rem !important; }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.6rem !important; }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.6rem !important; }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.6rem !important; }
  .m-xs-n2 {
    margin: -1.2rem !important; }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -1.2rem !important; }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -1.2rem !important; }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -1.2rem !important; }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -1.2rem !important; }
  .m-xs-n3 {
    margin: -2.4rem !important; }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -2.4rem !important; }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -2.4rem !important; }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -2.4rem !important; }
  .m-xs-n4 {
    margin: -3.6rem !important; }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -3.6rem !important; }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -3.6rem !important; }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -3.6rem !important; }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -3.6rem !important; }
  .m-xs-n5 {
    margin: -7.2rem !important; }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -7.2rem !important; }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -7.2rem !important; }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -7.2rem !important; }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -7.2rem !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important; } }

@media (min-width: 600px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.6rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.6rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.6rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.6rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.6rem !important; }
  .m-sm-2 {
    margin: 1.2rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.2rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.2rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.2rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.2rem !important; }
  .m-sm-3 {
    margin: 2.4rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2.4rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2.4rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2.4rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2.4rem !important; }
  .m-sm-4 {
    margin: 3.6rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3.6rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3.6rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3.6rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3.6rem !important; }
  .m-sm-5 {
    margin: 7.2rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 7.2rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 7.2rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 7.2rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 7.2rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.6rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.6rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.6rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.6rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.6rem !important; }
  .p-sm-2 {
    padding: 1.2rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.2rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.2rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.2rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.2rem !important; }
  .p-sm-3 {
    padding: 2.4rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2.4rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2.4rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2.4rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2.4rem !important; }
  .p-sm-4 {
    padding: 3.6rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3.6rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3.6rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3.6rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3.6rem !important; }
  .p-sm-5 {
    padding: 7.2rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 7.2rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 7.2rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 7.2rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 7.2rem !important; }
  .m-sm-n1 {
    margin: -0.6rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.6rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.6rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.6rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.6rem !important; }
  .m-sm-n2 {
    margin: -1.2rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.2rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.2rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.2rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.2rem !important; }
  .m-sm-n3 {
    margin: -2.4rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2.4rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2.4rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2.4rem !important; }
  .m-sm-n4 {
    margin: -3.6rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -3.6rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -3.6rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -3.6rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -3.6rem !important; }
  .m-sm-n5 {
    margin: -7.2rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -7.2rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -7.2rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -7.2rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -7.2rem !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: 740px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.6rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.6rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.6rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.6rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.6rem !important; }
  .m-md-2 {
    margin: 1.2rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.2rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.2rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.2rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.2rem !important; }
  .m-md-3 {
    margin: 2.4rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2.4rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2.4rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2.4rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2.4rem !important; }
  .m-md-4 {
    margin: 3.6rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3.6rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3.6rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3.6rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3.6rem !important; }
  .m-md-5 {
    margin: 7.2rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 7.2rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 7.2rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 7.2rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 7.2rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.6rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.6rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.6rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.6rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.6rem !important; }
  .p-md-2 {
    padding: 1.2rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.2rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.2rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.2rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.2rem !important; }
  .p-md-3 {
    padding: 2.4rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2.4rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2.4rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2.4rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2.4rem !important; }
  .p-md-4 {
    padding: 3.6rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3.6rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3.6rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3.6rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3.6rem !important; }
  .p-md-5 {
    padding: 7.2rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 7.2rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 7.2rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 7.2rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 7.2rem !important; }
  .m-md-n1 {
    margin: -0.6rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.6rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.6rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.6rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.6rem !important; }
  .m-md-n2 {
    margin: -1.2rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.2rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.2rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.2rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.2rem !important; }
  .m-md-n3 {
    margin: -2.4rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2.4rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2.4rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2.4rem !important; }
  .m-md-n4 {
    margin: -3.6rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -3.6rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -3.6rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -3.6rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -3.6rem !important; }
  .m-md-n5 {
    margin: -7.2rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -7.2rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -7.2rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -7.2rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -7.2rem !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: 980px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.6rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.6rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.6rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.6rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.6rem !important; }
  .m-lg-2 {
    margin: 1.2rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.2rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.2rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.2rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.2rem !important; }
  .m-lg-3 {
    margin: 2.4rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2.4rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2.4rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2.4rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2.4rem !important; }
  .m-lg-4 {
    margin: 3.6rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3.6rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3.6rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3.6rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3.6rem !important; }
  .m-lg-5 {
    margin: 7.2rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 7.2rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 7.2rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 7.2rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 7.2rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.6rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.6rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.6rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.6rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.6rem !important; }
  .p-lg-2 {
    padding: 1.2rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.2rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.2rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.2rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.2rem !important; }
  .p-lg-3 {
    padding: 2.4rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2.4rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2.4rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2.4rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2.4rem !important; }
  .p-lg-4 {
    padding: 3.6rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3.6rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3.6rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3.6rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3.6rem !important; }
  .p-lg-5 {
    padding: 7.2rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 7.2rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 7.2rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 7.2rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 7.2rem !important; }
  .m-lg-n1 {
    margin: -0.6rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.6rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.6rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.6rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.6rem !important; }
  .m-lg-n2 {
    margin: -1.2rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.2rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.2rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.2rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.2rem !important; }
  .m-lg-n3 {
    margin: -2.4rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2.4rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2.4rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2.4rem !important; }
  .m-lg-n4 {
    margin: -3.6rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -3.6rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -3.6rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -3.6rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -3.6rem !important; }
  .m-lg-n5 {
    margin: -7.2rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -7.2rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -7.2rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -7.2rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -7.2rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.6rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.6rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.6rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.6rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.6rem !important; }
  .m-xl-2 {
    margin: 1.2rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.2rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.2rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.2rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.2rem !important; }
  .m-xl-3 {
    margin: 2.4rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2.4rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2.4rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2.4rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2.4rem !important; }
  .m-xl-4 {
    margin: 3.6rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3.6rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3.6rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3.6rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3.6rem !important; }
  .m-xl-5 {
    margin: 7.2rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 7.2rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 7.2rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 7.2rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 7.2rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.6rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.6rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.6rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.6rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.6rem !important; }
  .p-xl-2 {
    padding: 1.2rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.2rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.2rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.2rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.2rem !important; }
  .p-xl-3 {
    padding: 2.4rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2.4rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2.4rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2.4rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2.4rem !important; }
  .p-xl-4 {
    padding: 3.6rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3.6rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3.6rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3.6rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3.6rem !important; }
  .p-xl-5 {
    padding: 7.2rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 7.2rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 7.2rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 7.2rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 7.2rem !important; }
  .m-xl-n1 {
    margin: -0.6rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.6rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.6rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.6rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.6rem !important; }
  .m-xl-n2 {
    margin: -1.2rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.2rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.2rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.2rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.2rem !important; }
  .m-xl-n3 {
    margin: -2.4rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2.4rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2.4rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2.4rem !important; }
  .m-xl-n4 {
    margin: -3.6rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -3.6rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -3.6rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -3.6rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -3.6rem !important; }
  .m-xl-n5 {
    margin: -7.2rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -7.2rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -7.2rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -7.2rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -7.2rem !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: 1500px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.6rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.6rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.6rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.6rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.6rem !important; }
  .m-xxl-2 {
    margin: 1.2rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1.2rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1.2rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1.2rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1.2rem !important; }
  .m-xxl-3 {
    margin: 2.4rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 2.4rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 2.4rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 2.4rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 2.4rem !important; }
  .m-xxl-4 {
    margin: 3.6rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 3.6rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 3.6rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 3.6rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 3.6rem !important; }
  .m-xxl-5 {
    margin: 7.2rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 7.2rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 7.2rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 7.2rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 7.2rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.6rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.6rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.6rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.6rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.6rem !important; }
  .p-xxl-2 {
    padding: 1.2rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1.2rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1.2rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1.2rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1.2rem !important; }
  .p-xxl-3 {
    padding: 2.4rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 2.4rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 2.4rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 2.4rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 2.4rem !important; }
  .p-xxl-4 {
    padding: 3.6rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 3.6rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 3.6rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 3.6rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 3.6rem !important; }
  .p-xxl-5 {
    padding: 7.2rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 7.2rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 7.2rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 7.2rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 7.2rem !important; }
  .m-xxl-n1 {
    margin: -0.6rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.6rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.6rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.6rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.6rem !important; }
  .m-xxl-n2 {
    margin: -1.2rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1.2rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1.2rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1.2rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1.2rem !important; }
  .m-xxl-n3 {
    margin: -2.4rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -2.4rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -2.4rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -2.4rem !important; }
  .m-xxl-n4 {
    margin: -3.6rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -3.6rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -3.6rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -3.6rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -3.6rem !important; }
  .m-xxl-n5 {
    margin: -7.2rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -7.2rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -7.2rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -7.2rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -7.2rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1800px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.6rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.6rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.6rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.6rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.6rem !important; }
  .m-xxxl-2 {
    margin: 1.2rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 1.2rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 1.2rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 1.2rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 1.2rem !important; }
  .m-xxxl-3 {
    margin: 2.4rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 2.4rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 2.4rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 2.4rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 2.4rem !important; }
  .m-xxxl-4 {
    margin: 3.6rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 3.6rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 3.6rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 3.6rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 3.6rem !important; }
  .m-xxxl-5 {
    margin: 7.2rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 7.2rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 7.2rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 7.2rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 7.2rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.6rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.6rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.6rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.6rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.6rem !important; }
  .p-xxxl-2 {
    padding: 1.2rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 1.2rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 1.2rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 1.2rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 1.2rem !important; }
  .p-xxxl-3 {
    padding: 2.4rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 2.4rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 2.4rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 2.4rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 2.4rem !important; }
  .p-xxxl-4 {
    padding: 3.6rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 3.6rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 3.6rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 3.6rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 3.6rem !important; }
  .p-xxxl-5 {
    padding: 7.2rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 7.2rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 7.2rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 7.2rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 7.2rem !important; }
  .m-xxxl-n1 {
    margin: -0.6rem !important; }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.6rem !important; }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.6rem !important; }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.6rem !important; }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.6rem !important; }
  .m-xxxl-n2 {
    margin: -1.2rem !important; }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -1.2rem !important; }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -1.2rem !important; }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -1.2rem !important; }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -1.2rem !important; }
  .m-xxxl-n3 {
    margin: -2.4rem !important; }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -2.4rem !important; }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -2.4rem !important; }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -2.4rem !important; }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -2.4rem !important; }
  .m-xxxl-n4 {
    margin: -3.6rem !important; }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -3.6rem !important; }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -3.6rem !important; }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -3.6rem !important; }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -3.6rem !important; }
  .m-xxxl-n5 {
    margin: -7.2rem !important; }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -7.2rem !important; }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -7.2rem !important; }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -7.2rem !important; }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -7.2rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 400px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; } }

@media (min-width: 600px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 740px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 980px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1800px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #0067d6 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #00428a !important; }

.text-secondary {
  color: #F4F2F5 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #cfc7d4 !important; }

.text-success {
  color: #218838 !important; }

a.text-success:hover, a.text-success:focus {
  color: #124a1f !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #F4F2F5 !important; }

.text-black-50 {
  color: rgba(17, 17, 17, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.print-block {
  display: block !important; }

.print-inline {
  display: inline !important; }

.print-hide {
  display: none !important; }

.tab-content {
  display: block !important; }

.btn.btn-dark, .btn-dark.button {
  background-color: #111;
  border-color: #111;
  color: #fff; }
  .btn.btn-dark:hover, .btn-dark.button:hover {
    background-color: #fff;
    color: #111; }

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

a > svg,
button > svg {
  pointer-events: none; }

@media (min-width: 0) {
  .hide-mobile {
    display: none !important; } }

@media (min-width: 0) {
  .block-mobile {
    display: block !important; } }

@media (min-width: 0) {
  .inline-mobile {
    display: inline !important; } }

@media (min-width: 400px) {
  .hide-xs {
    display: none !important; } }

@media (min-width: 400px) {
  .block-xs {
    display: block !important; } }

@media (min-width: 400px) {
  .inline-xs {
    display: inline !important; } }

@media (min-width: 600px) {
  .hide-sm {
    display: none !important; } }

@media (min-width: 600px) {
  .block-sm {
    display: block !important; } }

@media (min-width: 600px) {
  .inline-sm {
    display: inline !important; } }

@media (min-width: 740px) {
  .hide-md {
    display: none !important; } }

@media (min-width: 740px) {
  .block-md {
    display: block !important; } }

@media (min-width: 740px) {
  .inline-md {
    display: inline !important; } }

@media (min-width: 980px) {
  .hide-lg {
    display: none !important; } }

@media (min-width: 980px) {
  .block-lg {
    display: block !important; } }

@media (min-width: 980px) {
  .inline-lg {
    display: inline !important; } }

@media (min-width: 1200px) {
  .hide-xl {
    display: none !important; } }

@media (min-width: 1200px) {
  .block-xl {
    display: block !important; } }

@media (min-width: 1200px) {
  .inline-xl {
    display: inline !important; } }

@media (min-width: 1500px) {
  .hide-xxl {
    display: none !important; } }

@media (min-width: 1500px) {
  .block-xxl {
    display: block !important; } }

@media (min-width: 1500px) {
  .inline-xxl {
    display: inline !important; } }

@media (min-width: 1800px) {
  .hide-xxxl {
    display: none !important; } }

@media (min-width: 1800px) {
  .block-xxxl {
    display: block !important; } }

@media (min-width: 1800px) {
  .inline-xxxl {
    display: inline !important; } }

#responsive-status {
  display: none;
  font-family: 'mobile';
  min-width: 0; }
  @media (min-width: 0) {
    #responsive-status {
      font-family: "mobile";
      min-width: 0; } }
  @media (min-width: 400px) {
    #responsive-status {
      font-family: "xs";
      min-width: 400px; } }
  @media (min-width: 600px) {
    #responsive-status {
      font-family: "sm";
      min-width: 600px; } }
  @media (min-width: 740px) {
    #responsive-status {
      font-family: "md";
      min-width: 740px; } }
  @media (min-width: 980px) {
    #responsive-status {
      font-family: "lg";
      min-width: 980px; } }
  @media (min-width: 1200px) {
    #responsive-status {
      font-family: "xl";
      min-width: 1200px; } }
  @media (min-width: 1500px) {
    #responsive-status {
      font-family: "xxl";
      min-width: 1500px; } }
  @media (min-width: 1800px) {
    #responsive-status {
      font-family: "xxxl";
      min-width: 1800px; } }

#responsive-status-height {
  display: none;
  font-family: 'sm';
  min-height: 0; }
  @media (min-height: 400px) {
    #responsive-status-height {
      font-family: "sm";
      min-height: 400px; } }
  @media (min-height: 470px) {
    #responsive-status-height {
      font-family: "md";
      min-height: 470px; } }
  @media (min-height: 600px) {
    #responsive-status-height {
      font-family: "lg";
      min-height: 600px; } }
  @media (min-height: 650px) {
    #responsive-status-height {
      font-family: "xl";
      min-height: 650px; } }
  @media (min-height: 740px) {
    #responsive-status-height {
      font-family: "xxl";
      min-height: 740px; } }

.site-wrapper, body, html {
  height: 100%; }

body {
  text-align: center;
  -webkit-backface-visibility: hidden;
  background-color: #fff; }

.flexboxtweener,
.flexboxtweener body,
.flexboxtweener .site-wrapper {
  height: 100%; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  position: relative; }
  @media (min-width: 400px) {
    .container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .container .container,
  .container .alerts {
    padding: 0;
    min-width: 0; }

.floatleft,
.floatright,
.float-left,
.float-right {
  float: none;
  display: block;
  margin: 0 auto 3rem; }

.pull-left,
.pull-right {
  max-width: 47%;
  margin-bottom: 1%; }

.pull-left {
  float: left;
  margin-right: 3%; }

.pull-right {
  float: right;
  margin-left: 3%; }

@media (min-width: 600px) {
  .floatleft,
  .floatright,
  .float-left,
  .float-right {
    max-width: 47%;
    margin-bottom: 1%; }
  .floatleft,
  .float-left {
    float: left;
    margin-right: 3%; }
  .floatright,
  .float-right {
    float: right;
    margin-left: 3%; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.visually-hidden {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

a {
  color: #ED763D;
  text-decoration: none; }
  a:visited {
    color: #ED763D; }
  a:hover {
    color: #111; }
  a:active {
    color: #111; }
  a:hover {
    text-decoration: underline; }

.alert-message.info {
  font-size: 1.8rem;
  position: relative;
  margin: 0 0 3rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #212529;
  background-color: #fff;
  border-color: #0067d6;
  min-height: 3.2rem; }
  .alert-message.info .alert-message__icon-status {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    left: 1rem;
    top: 1rem;
    color: #0067d6; }
  .alert-message.info p {
    margin: 0;
    padding: 0; }
  .alert-message.info ul {
    margin-top: 0; }
    .alert-message.info ul li + li {
      margin-top: 0; }
  .alert-message.info .alert-message__close,
  .alert-message.info .alert-message__close:not(.btn):not(.button) {
    font-size: 1.6rem;
    line-height: 1.6rem;
    position: absolute;
    top: 0.7rem;
    right: 0.8rem;
    opacity: 0.7;
    color: #0067d6; }
    .alert-message.info .alert-message__close:hover,
    .alert-message.info .alert-message__close:not(.btn):not(.button):hover {
      text-decoration: none !important;
      opacity: 1; }
  .alert-message.info p {
    font-size: 1.8rem; }

.alert-message.warning {
  font-size: 1.8rem;
  position: relative;
  margin: 0 0 3rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #212529;
  background-color: #fff;
  border-color: #ffc107;
  min-height: 3.2rem; }
  .alert-message.warning .alert-message__icon-status {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    left: 1rem;
    top: 1rem;
    color: #ffc107; }
  .alert-message.warning p {
    margin: 0;
    padding: 0; }
  .alert-message.warning ul {
    margin-top: 0; }
    .alert-message.warning ul li + li {
      margin-top: 0; }
  .alert-message.warning .alert-message__close,
  .alert-message.warning .alert-message__close:not(.btn):not(.button) {
    font-size: 1.6rem;
    line-height: 1.6rem;
    position: absolute;
    top: 0.7rem;
    right: 0.8rem;
    opacity: 0.7;
    color: #ffc107; }
    .alert-message.warning .alert-message__close:hover,
    .alert-message.warning .alert-message__close:not(.btn):not(.button):hover {
      text-decoration: none !important;
      opacity: 1; }
  .alert-message.warning p {
    font-size: 1.8rem; }

.alert-message.error {
  font-size: 1.8rem;
  position: relative;
  margin: 0 0 3rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #212529;
  background-color: #fff;
  border-color: #dc3545;
  min-height: 3.2rem; }
  .alert-message.error .alert-message__icon-status {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    left: 1rem;
    top: 1rem;
    color: #dc3545; }
  .alert-message.error p {
    margin: 0;
    padding: 0; }
  .alert-message.error ul {
    margin-top: 0; }
    .alert-message.error ul li + li {
      margin-top: 0; }
  .alert-message.error .alert-message__close,
  .alert-message.error .alert-message__close:not(.btn):not(.button) {
    font-size: 1.6rem;
    line-height: 1.6rem;
    position: absolute;
    top: 0.7rem;
    right: 0.8rem;
    opacity: 0.7;
    color: #dc3545; }
    .alert-message.error .alert-message__close:hover,
    .alert-message.error .alert-message__close:not(.btn):not(.button):hover {
      text-decoration: none !important;
      opacity: 1; }
  .alert-message.error p {
    font-size: 1.8rem; }

.alert-message.success {
  font-size: 1.8rem;
  position: relative;
  margin: 0 0 3rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #212529;
  background-color: #fff;
  border-color: #218838;
  min-height: 3.2rem; }
  .alert-message.success .alert-message__icon-status {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    left: 1rem;
    top: 1rem;
    color: #218838; }
  .alert-message.success p {
    margin: 0;
    padding: 0; }
  .alert-message.success ul {
    margin-top: 0; }
    .alert-message.success ul li + li {
      margin-top: 0; }
  .alert-message.success .alert-message__close,
  .alert-message.success .alert-message__close:not(.btn):not(.button) {
    font-size: 1.6rem;
    line-height: 1.6rem;
    position: absolute;
    top: 0.7rem;
    right: 0.8rem;
    opacity: 0.7;
    color: #218838; }
    .alert-message.success .alert-message__close:hover,
    .alert-message.success .alert-message__close:not(.btn):not(.button):hover {
      text-decoration: none !important;
      opacity: 1; }
  .alert-message.success p {
    font-size: 1.8rem; }

.alerts {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  position: relative; }
  @media (min-width: 400px) {
    .alerts {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .alerts .container,
  .alerts .alerts {
    padding: 0;
    min-width: 0; }

.bulbtickone {
  -webkit-animation: none 0 ease 0 1 normal none running;
          animation: none 0 ease 0 1 normal none running; }

.bulbticktwo {
  -webkit-animation: none 0 ease 0 1 normal none running;
          animation: none 0 ease 0 1 normal none running; }

.bulbtickthree {
  -webkit-animation: none 0 ease 0 1 normal none running;
          animation: none 0 ease 0 1 normal none running; }

.bulbtickfour {
  -webkit-animation: none 0 ease 0 1 normal none running;
          animation: none 0 ease 0 1 normal none running; }

.bulbtickfive {
  -webkit-animation: none 0 ease 0 1 normal none running;
          animation: none 0 ease 0 1 normal none running; }

.lampochka-circle {
  -webkit-animation: none 0 ease 0 1 normal none running;
          animation: none 0 ease 0 1 normal none running; }

.fp-viewing-section--3 .bulbtickone,
.fp-viewing-section--0 .bulbtickone {
  -webkit-animation: bulbtick 1.2s 1s ease-in-out 2;
          animation: bulbtick 1.2s 1s ease-in-out 2; }

.fp-viewing-section--3 .bulbticktwo,
.fp-viewing-section--0 .bulbticktwo {
  -webkit-animation: bulbtick 1.2s 1.3s ease-in-out 2;
          animation: bulbtick 1.2s 1.3s ease-in-out 2; }

.fp-viewing-section--3 .bulbtickthree,
.fp-viewing-section--0 .bulbtickthree {
  -webkit-animation: bulbtick 1.2s 1.5s ease-in-out 2;
          animation: bulbtick 1.2s 1.5s ease-in-out 2; }

.fp-viewing-section--3 .bulbtickfour,
.fp-viewing-section--0 .bulbtickfour {
  -webkit-animation: bulbtick 1.2s 1.7s ease-in-out 2;
          animation: bulbtick 1.2s 1.7s ease-in-out 2; }

.fp-viewing-section--3 .bulbtickfive,
.fp-viewing-section--0 .bulbtickfive {
  -webkit-animation: bulbtick 1.2s 1.9s ease-in-out 2;
          animation: bulbtick 1.2s 1.9s ease-in-out 2; }

.fp-viewing-section--3 .lampochka-circle,
.fp-viewing-section--0 .lampochka-circle {
  -webkit-animation: bulbtick .8s 1.6s ease-in-out 2;
          animation: bulbtick .8s 1.6s ease-in-out 2; }

.bulbtickPlease .bulbtickone {
  -webkit-animation: bulbtick .8s 1.1s ease-in-out infinite;
          animation: bulbtick .8s 1.1s ease-in-out infinite; }

.bulbtickPlease .bulbticktwo {
  -webkit-animation: bulbtick .8s 1.3s ease-in-out infinite;
          animation: bulbtick .8s 1.3s ease-in-out infinite; }

.bulbtickPlease .bulbtickthree {
  -webkit-animation: bulbtick .8s 1.5s ease-in-out infinite;
          animation: bulbtick .8s 1.5s ease-in-out infinite; }

.bulbtickPlease .bulbtickfour {
  -webkit-animation: bulbtick .8s 1.7s ease-in-out infinite;
          animation: bulbtick .8s 1.7s ease-in-out infinite; }

.bulbtickPlease .bulbtickfive {
  -webkit-animation: bulbtick .8s 1.9s ease-in-out infinite;
          animation: bulbtick .8s 1.9s ease-in-out infinite; }

@-webkit-keyframes lighton {
  60% {
    opacity: 0; }
  90% {
    opacity: 1; } }

@keyframes lighton {
  60% {
    opacity: 0; }
  90% {
    opacity: 1; } }

@-webkit-keyframes bulbtick {
  60% {
    opacity: 0; }
  90% {
    opacity: 1;
    fill: #ED763D; } }

@keyframes bulbtick {
  60% {
    opacity: 0; }
  90% {
    opacity: 1;
    fill: #ED763D; } }

.btn, .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Kievit", sans-serif;
  border-radius: 3px;
  font-weight: 400;
  line-height: normal;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  margin: 0.5rem 0;
  cursor: pointer;
  background-image: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }
  .btn:hover, .button:hover, .btn:focus, .button:focus {
    text-decoration: none; }
  .btn:active, .button:active, .btn.open, .open.button {
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
            box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
    background-image: none;
    text-decoration: none; }

.btn.disabled, .disabled.button, .btn[disabled], .button[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

.btn, .button, .btn:visited, .button:visited, .btn.disabled, .disabled.button, .btn.disabled:hover, .disabled.button:hover, .btn.disabled:focus, .disabled.button:focus, .btn.disabled:active, .disabled.button:active, .btn.disabled.open, .disabled.open.button, .btn[disabled], .button[disabled], .btn[disabled]:hover, .button[disabled]:hover, .btn[disabled]:focus, .button[disabled]:focus, .btn[disabled]:active, .button[disabled]:active, .btn[disabled].open, .button[disabled].open {
  color: #212529;
  background-color: #fff;
  border-color: #111;
  font-family: "Kievit", sans-serif; }

.btn:hover, .button:hover, .btn:focus, .button:focus {
  color: #111;
  background-color: #ced4da;
  border-color: rgba(17, 17, 17, 0.3); }

.btn:active, .button:active, .btn.open, .open.button {
  color: #111;
  background-color: #bfc7cf;
  border-color: rgba(17, 17, 17, 0.3); }

.btn--primary.disabled, .btn--primary[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

.btn--primary, .btn--primary:visited, .btn--primary.disabled, .btn--primary.disabled:hover, .btn--primary.disabled:focus, .btn--primary.disabled:active, .btn--primary.disabled.open, .btn--primary[disabled], .btn--primary[disabled]:hover, .btn--primary[disabled]:focus, .btn--primary[disabled]:active, .btn--primary[disabled].open {
  color: #212529;
  background-color: #ED763D;
  border-color: #ED763D;
  font-family: "Kievit", sans-serif; }

.btn--primary:hover, .btn--primary:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ED763D; }

.btn--primary:active, .btn--primary.open {
  color: #212529;
  background-color: #e25715;
  border-color: #ED763D; }

.btn, .button {
  font-size: 2rem;
  padding-top: 0.8rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  width: auto;
  height: 4rem; }
  .btn.btn--next, .btn--next.button {
    border-top-right-radius: 2.3rem;
    border-bottom-right-radius: 2.3rem; }
  .btn.btn--prev, .btn--prev.button {
    border-top-left-radius: 2.3rem;
    border-bottom-left-radius: 2.3rem; }
  .btn.btn--round, .btn--round.button {
    border-radius: 2.3rem; }

.btn--sm {
  font-size: 1.4rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  width: auto;
  height: 3rem; }
  .btn--sm.btn--next {
    border-top-right-radius: 1.4rem;
    border-bottom-right-radius: 1.4rem; }
  .btn--sm.btn--prev {
    border-top-left-radius: 1.4rem;
    border-bottom-left-radius: 1.4rem; }
  .btn--sm.btn--round {
    border-radius: 1.4rem; }

.btn--lg {
  font-size: 2rem;
  padding-top: 1.6rem;
  padding-right: 2.4rem;
  padding-bottom: 1.6rem;
  padding-left: 2.4rem;
  width: auto;
  height: auto; }
  .btn--lg.btn--next {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem; }
  .btn--lg.btn--prev {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem; }
  .btn--lg.btn--round {
    border-radius: 3rem; }

button[disabled],
fieldset[disabled] button,
.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.btn--full {
  width: 100%; }

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

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

.btn--loading.is-loading {
  color: transparent;
  position: relative; }
  .btn--loading.is-loading:before {
    content: '';
    height: 18px;
    width: 18px;
    -webkit-animation: rotation 1s infinite linear;
            animation: rotation 1s infinite linear;
    border: 2px solid rgba(237, 118, 61, 0.3);
    border-top-color: rgba(237, 118, 61, 0.9);
    border-radius: 50%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.no-btn {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0; }

.button-small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Kievit", sans-serif;
  border-radius: 3px;
  font-weight: 400;
  line-height: normal;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  margin: 0.5rem 0;
  cursor: pointer;
  background-image: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  font-size: 1.4rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  width: auto;
  height: 3rem; }
  .button-small:hover, .button-small:focus {
    text-decoration: none; }
  .button-small:active, .button-small.open {
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
            box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
    background-image: none;
    text-decoration: none; }
  .button-small.btn--next {
    border-top-right-radius: 1.4rem;
    border-bottom-right-radius: 1.4rem; }
  .button-small.btn--prev {
    border-top-left-radius: 1.4rem;
    border-bottom-left-radius: 1.4rem; }
  .button-small.btn--round {
    border-radius: 1.4rem; }
  .button-small.disabled, .button-small[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }
  .button-small, .button-small:visited, .button-small.disabled, .button-small.disabled:hover, .button-small.disabled:focus, .button-small.disabled:active, .button-small.disabled.open, .button-small[disabled], .button-small[disabled]:hover, .button-small[disabled]:focus, .button-small[disabled]:active, .button-small[disabled].open {
    color: #212529;
    background-color: #fff;
    border-color: #111;
    font-family: "Kievit", sans-serif; }
  .button-small:hover, .button-small:focus {
    color: #111;
    background-color: #ced4da;
    border-color: rgba(17, 17, 17, 0.3); }
  .button-small:active, .button-small.open {
    color: #111;
    background-color: #bfc7cf;
    border-color: rgba(17, 17, 17, 0.3); }

fieldset {
  margin: 0;
  border: 1px solid #F4F2F5;
  padding: 1.5rem 2rem;
  background-color: #F4F2F5; }
  fieldset + fieldset {
    margin-top: -1px; }
  fieldset .legend {
    margin-top: 0; }

.formError {
  position: relative;
  color: #fff;
  background-color: #dc3545;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0 0.5rem;
  border-radius: 0; }
  .formError:before {
    content: '';
    display: block;
    position: absolute;
    border: 0.6rem solid transparent;
    border-bottom: 0.6rem solid #dc3545;
    border-top: 0;
    height: 0;
    width: 0;
    left: 0.5rem;
    top: -0.5rem; }
  .formError:empty {
    display: none; }

.custom-select {
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
  margin-top: 0.5rem;
  border: 1px solid;
  border-color: #495057;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  width: 100%;
  border-radius: 0; }
  .custom-select:hover {
    border-color: #ED763D; }
  .custom-select.focus {
    border-color: #212529; }
  .custom-select .formfield,
  .custom-select select {
    margin: 0;
    padding: 1rem;
    width: 100%;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .custom-select .formfield:focus,
    .custom-select select:focus {
      outline: none; }
  .custom-select select,
  .custom-select select.formfield {
    padding-right: 2.4rem; }
  .custom-select select {
    padding: 0.9rem;
    padding-right: 3.6rem; }
  .custom-select:before, .custom-select:after {
    right: 1rem; }
  .custom-select:before {
    content: '';
    display: block;
    position: absolute;
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid #495057;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: calc(50% + 1px); }
  .custom-select:after {
    content: '';
    display: block;
    position: absolute;
    border: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #495057;
    border-top: 0;
    height: 0;
    width: 0;
    bottom: calc(50% + 1px); }
  .custom-select:hover:before {
    border-top-color: #ED763D; }
  .custom-select:hover:after {
    border-bottom-color: #ED763D; }
  .custom-select:focus:before {
    border-top-color: #212529; }
  .custom-select:focus:after {
    border-bottom-color: #212529; }

.custom-input {
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
  margin-top: 0.5rem;
  border: 1px solid;
  border-color: #495057;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  width: 100%;
  border-radius: 0; }
  .custom-input:hover {
    border-color: #ED763D; }
  .custom-input.focus {
    border-color: #212529; }
  .custom-input .formfield,
  .custom-input select {
    margin: 0;
    padding: 1rem;
    width: 100%;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .custom-input .formfield:focus,
    .custom-input select:focus {
      outline: none; }
  .custom-input select,
  .custom-input select.formfield {
    padding-right: 2.4rem; }
  .custom-input textarea.formfield {
    resize: none; }

html[data-useragent*='MSIE 9.0'] .custom-select:after,
html[data-useragent*='MSIE 10.0'] .custom-select:after,
html[data-useragent*='MSIE 11.0'] .custom-select:after,
html[data-useragent*='rv:11.0'] .custom-select:after {
  background-color: transparent;
  content: ''; }

html[data-useragent*='MSIE 9.0'] .custom-select select,
html[data-useragent*='MSIE 10.0'] .custom-select select,
html[data-useragent*='MSIE 11.0'] .custom-select select,
html[data-useragent*='rv:11.0'] .custom-select select {
  padding-right: 0.9rem;
  background-color: #fff;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist; }

input,
button,
select,
textarea {
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Kievit", sans-serif; }

.formfield,
select {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #495057;
  padding: 1rem;
  line-height: normal;
  outline: none;
  color: #212529;
  background-color: #fff;
  border-radius: 0; }
  .formfield:hover,
  select:hover {
    border-color: #ED763D; }
  .formfield:focus,
  select:focus {
    border-color: #212529; }
  .formfield.error,
  select.error {
    border: 1px solid; }
  .formfield[disabled], .formfield[disabled]:hover, .formfield[disabled]:focus,
  select[disabled],
  select[disabled]:hover,
  select[disabled]:focus {
    color: #495057;
    background-color: #e9ecef;
    border-color: #ced4da; }

input.formfield,
select {
  height: 4rem; }

input.formfield--sm {
  height: 3rem;
  padding: 0.5rem; }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default; }

.label.req + .formfield,
.label.req + select,
.label.required + .formfield,
.label.required + select {
  border-color: #495057;
  background-color: #fff; }
  .label.req + .formfield:hover,
  .label.req + select:hover,
  .label.required + .formfield:hover,
  .label.required + select:hover {
    border-color: #ED763D; }
  .label.req + .formfield:focus,
  .label.req + select:focus,
  .label.required + .formfield:focus,
  .label.required + select:focus {
    border-color: #212529; }
  .label.req + .formfield.error,
  .label.req + select.error,
  .label.required + .formfield.error,
  .label.required + select.error {
    border: 1px solid; }

select {
  padding: 0.9rem; }

textarea,
select[size],
select[multiple] {
  height: auto; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 0.3rem; }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 2rem; }
  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #111));
    border: 0;
    color: #fff;
    font: 1.3rem/1.7rem "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 1.5rem 1.5rem 1.7rem;
    text-shadow: #111 0 0 1px;
    min-height: 1.6rem; }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666;
    border-color: #666; } }

textarea {
  min-height: 4rem;
  overflow: auto;
  resize: vertical;
  width: 100%;
  overflow-y: auto; }

optgroup {
  color: #212529;
  font-style: normal;
  font-weight: normal;
  font-family: "Kievit", sans-serif; }
  optgroup::-moz-focus-inner {
    border: 0;
    padding: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

:not(.wideform) .formitem.floatlabel {
  padding-top: 1.5rem;
  padding-bottom: 0; }
  :not(.wideform) .formitem.floatlabel:before {
    content: '';
    margin-top: 0;
    height: 0;
    display: none; }
  :not(.wideform) .formitem.floatlabel .label {
    position: absolute;
    top: 3rem;
    left: 1rem;
    font-size: 1.4rem;
    color: rgba(33, 37, 41, 0.65);
    height: 2rem;
    line-height: 2rem;
    -webkit-transition: 0.1s all linear;
    transition: 0.1s all linear;
    cursor: text;
    z-index: 1; }
  :not(.wideform) .formitem.floatlabel.is-active .label,
  :not(.wideform) .formitem.floatlabel.focus .label {
    top: 0;
    left: 0.5rem;
    padding: 0 0.5rem;
    font-size: 1.2rem;
    border-radius: 0; }
  :not(.wideform) .formitem.floatlabel.is-active .label {
    background: #495057; }
    :not(.wideform) .formitem.floatlabel.is-active .label, :not(.wideform) .formitem.floatlabel.is-active .label:after {
      color: #fff; }
  :not(.wideform) .formitem.floatlabel.focus .label {
    background: #212529; }
  :not(.wideform) .formitem.floatlabel, :not(.wideform) .formitem.floatlabel:after {
    color: #fff; }

.formitem {
  font-size: 1.6rem;
  line-height: 3rem;
  display: inline-block;
  word-spacing: normal;
  vertical-align: baseline;
  position: relative;
  width: 100%;
  padding: 0 0 1.3rem; }
  .formitem > * {
    float: left; }
  .formitem.formitem--align-right > * {
    float: right; }
  .formitem.formitem--flat {
    padding-bottom: 0; }
    .formitem.formitem--flat:before {
      display: none; }
  .formitem > .label {
    float: none;
    display: block; }
  .formitem .formfield,
  .formitem select {
    width: 100%; }
  .formitem label.error {
    clear: left;
    font-weight: bold;
    color: #dc3545; }

.formitem--align-right .btn, .formitem--align-right .button {
  margin-right: 0;
  margin-left: 1rem; }

.formitem .btn + .btn, .formitem .button + .btn, .formitem .btn + .button, .formitem .button + .button {
  margin-left: 1rem; }

.formrow--last .formitem {
  padding-bottom: 0; }

.form-notice {
  display: none;
  position: absolute;
  bottom: 1.2rem;
  left: 100%;
  margin-left: 1rem;
  background-color: #333;
  color: #fff;
  padding: 0.7rem 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  min-height: 5rem;
  font-weight: 500;
  width: 20rem;
  z-index: 1; }
  .form-notice:after {
    content: '';
    display: block;
    position: absolute;
    border: 0.8rem solid transparent;
    border-right: 0.8rem solid #333;
    border-left: 0;
    height: 0;
    width: 0;
    right: 100%;
    bottom: 1.6rem;
    pointer-events: none; }
  @media (min-width: 600px) {
    .form-notice {
      margin-left: 0; } }
  @media (max-width: 739px) {
    .form-notice {
      position: relative;
      top: -1px;
      right: 0;
      bottom: 0;
      left: 0;
      clear: both;
      margin-left: 0;
      width: auto;
      padding: 0.2rem 0.5rem;
      margin-bottom: 0.5rem;
      min-height: 0; }
      .form-notice:after {
        content: '';
        display: block;
        position: absolute;
        border: 0.6rem solid transparent;
        border-bottom: 0.6rem solid #333;
        border-top: 0;
        height: 0;
        width: 0;
        right: auto;
        bottom: auto;
        top: -0.6rem;
        left: 0.5rem; } }

.form-notice--success {
  display: none;
  position: absolute;
  bottom: 1.2rem;
  left: 100%;
  margin-left: 1rem;
  background-color: #218838;
  color: #fff;
  padding: 0.7rem 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  min-height: 5rem;
  font-weight: 500;
  width: 20rem;
  z-index: 1;
  font-family: "Kievit", sans-serif; }
  .form-notice--success:after {
    content: '';
    display: block;
    position: absolute;
    border: 0.8rem solid transparent;
    border-right: 0.8rem solid #218838;
    border-left: 0;
    height: 0;
    width: 0;
    right: 100%;
    bottom: 1.6rem;
    pointer-events: none; }
  @media (min-width: 600px) {
    .form-notice--success {
      margin-left: 0; } }
  @media (max-width: 739px) {
    .form-notice--success {
      position: relative;
      top: -1px;
      right: 0;
      bottom: 0;
      left: 0;
      clear: both;
      margin-left: 0;
      width: auto;
      padding: 0.2rem 0.5rem;
      margin-bottom: 0.5rem;
      min-height: 0; }
      .form-notice--success:after {
        content: '';
        display: block;
        position: absolute;
        border: 0.6rem solid transparent;
        border-bottom: 0.6rem solid #218838;
        border-top: 0;
        height: 0;
        width: 0;
        right: auto;
        bottom: auto;
        top: -0.6rem;
        left: 0.5rem; } }

@media (min-width: 740px) {
  .form-notices fieldset {
    padding-right: 23rem; }
  .form-notice--success {
    width: 6rem;
    font-size: 2.4rem;
    line-height: 3.6rem; } }

.formrow {
  font-size: 0.1%;
  font-size: 0;
  line-height: 0;
  word-spacing: -0.3em; }
  .formrow .label {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #212529;
    margin-bottom: 0;
    word-spacing: normal; }
    .formrow .label.req:after, .formrow .label.required:after {
      content: '*';
      color: #dc3545;
      font-weight: bold;
      font-size: 1.2em; }
  .formrow > .label {
    display: none; }

.custom-ticks input[type='checkbox'],
.custom-ticks input[type='radio'] {
  position: relative;
  opacity: 0;
  z-index: 2; }

.custom-ticks label > span {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  margin-top: -20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block; }
  .custom-ticks label > span:before {
    content: '';
    position: absolute;
    top: 2px;
    right: auto;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    color: #24043B;
    background-color: #fff;
    text-align: center; }
  .custom-ticks label > span p {
    margin-left: 25px; }
    .custom-ticks label > span p:first-of-type {
      margin-top: 0; }

.custom-ticks label:hover input[type='radio'] + span:before {
  -webkit-box-shadow: inset 0 0 0 1px #ED763D;
          box-shadow: inset 0 0 0 1px #ED763D;
  border-color: #ED763D; }

.custom-ticks label:hover input[type='checkbox'] + span:before {
  border-color: #ED763D; }

.custom-ticks label input[type='radio']:checked + span:before {
  background-color: #fff;
  border-color: #212529; }

.custom-ticks label input[type='radio']:checked + span:after {
  content: '';
  position: absolute;
  top: 7px;
  right: auto;
  left: -15px;
  width: 8px;
  height: 8px;
  background-color: #212529;
  border-radius: 50%; }

.custom-ticks input[type='radio'] + span:before {
  border: 1px solid #495057;
  border-radius: 50%; }

.custom-ticks input[type='checkbox'] + span:before {
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #495057; }

.custom-ticks label:hover input[type='checkbox'] span:before {
  border-color: #ED763D; }

.custom-ticks label input[type='checkbox']:checked + span:before {
  font-family: "Kievit", sans-serif;
  content: '';
  color: #212529;
  border-color: #212529;
  background-color: #212529;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center; }

.custom-ticks label input[type='checkbox']:not(:checked).checked-children + span:before {
  font-family: "Kievit", sans-serif;
  content: '';
  color: #212529;
  border-color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23006631%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center; }

.custom-ticks label input[type='radio']:focus + span:before,
.custom-ticks label input[type='checkbox']:focus + span:before {
  -webkit-box-shadow: 0 0 0 0.3rem rgba(237, 118, 61, 0.25);
          box-shadow: 0 0 0 0.3rem rgba(237, 118, 61, 0.25); }

.user-is-tabbing .custom-ticks label input[type='radio']:focus + span:before,
.user-is-tabbing .custom-ticks label input[type='checkbox']:focus + span:before {
  -webkit-box-shadow: 0 0 0 0.3rem rgba(237, 118, 61, 0.7);
          box-shadow: 0 0 0 0.3rem rgba(237, 118, 61, 0.7); }

.custom-ticks label input[type=checkbox][disabled] + span:before {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none; }

@media (min-width: 600px) {
  fieldset {
    margin: 0; }
  .formrow {
    margin-right: -1rem; }
  .formitem {
    padding-right: 1rem;
    z-index: 2; }
    .formitem:last-child {
      margin-right: -99px; }
    .formitem:before {
      content: '\00a0';
      display: block;
      font-size: 1.4rem;
      line-height: 1.8rem;
      height: 1.8rem;
      margin-top: -1.8rem;
      z-index: 1; }
    .formitem .rating label {
      width: 2.4rem;
      height: 2.4rem;
      font-size: 2.4rem; }
  .grid {
    margin-right: -1rem; }
    .grid::after {
      display: block;
      clear: both;
      content: ""; }
  .grid [class^="col-"],
  .grid [class*=" col-"] {
    float: left;
    padding-right: 1rem; }
  .col-1of1, .formrow .formitem.col-1of1 {
    width: 100%; }
  .col-1of2, .formrow .formitem.col-1of2 {
    width: 50%; }
  .col-1of3, .formrow .formitem.col-1of3 {
    width: 33.33333333%; }
  .col-2of3, .formrow .formitem.col-2of3 {
    width: 66.66666666%; }
  .col-1of4, .formrow .formitem.col-1of4 {
    width: 25%; }
  .col-3of4, .formrow .formitem.col-3of4 {
    width: 75%; }
  .col-1of5, .formrow .formitem.col-1of5 {
    width: 20%; }
  .col-2of5, .formrow .formitem.col-2of5 {
    width: 40%; }
  .col-3of5, .formrow .formitem.col-3of5 {
    width: 60%; }
  .col-4of5, .formrow .formitem.col-4of5 {
    width: 80%; } }

@media (min-width: 980px) {
  .wideform .formrow {
    padding-left: 25%; }
    .wideform .formrow > .label {
      font-size: 1.4rem;
      line-height: 3rem;
      display: inline-block;
      vertical-align: top;
      margin-left: -33.33333%;
      padding: 1.3rem 1rem 2rem 0.33333rem;
      width: 33.33333%;
      text-align: right; }
    .wideform .formrow .formitem {
      vertical-align: top; }
      .wideform .formrow .formitem:before {
        content: none; }
      .wideform .formrow .formitem > .label.hide-only-visually {
        position: absolute;
        z-index: -1;
        opacity: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        clip: rect(0 0 0 0);
        overflow: hidden; }
      .wideform .formrow .formitem > .label:not(.hide-only-visually) {
        display: none; }
      .wideform .formrow .formitem .ticks,
      .wideform .formrow .formitem .rating {
        padding-top: 1.3rem; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Kievit", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0; }

h1, .h1 {
  font-size: 4rem;
  line-height: 4.5rem; }
  @media (min-width: 400px) {
    h1, .h1 {
      font-size: 4.4rem;
      line-height: 5rem; } }
  @media (min-width: 740px) {
    h1, .h1 {
      font-size: 5rem;
      line-height: 5.2rem; } }
  @media (min-width: 980px) {
    h1, .h1 {
      font-size: 5.8rem;
      line-height: 6.2rem; } }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 6.2rem;
      line-height: 7.8rem; } }
  @media (min-width: 1500px) {
    h1, .h1 {
      font-size: 8.5rem;
      line-height: 8.5rem; } }
  @media (min-width: 1800px) {
    h1, .h1 {
      font-size: 10rem;
      line-height: 11rem; } }

h2, .h2 {
  font-size: 2rem;
  line-height: 2rem; }
  @media (min-width: 400px) {
    h2, .h2 {
      font-size: 2.3rem;
      line-height: 2.3rem; } }
  @media (min-width: 740px) {
    h2, .h2 {
      font-size: 2.8rem;
      line-height: 2.8rem; } }
  @media (min-width: 980px) {
    h2, .h2 {
      font-size: 3.5rem;
      line-height: 3rem; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 3.8rem;
      line-height: 3.8rem; } }
  @media (min-width: 1500px) {
    h2, .h2 {
      font-size: 4.2rem;
      line-height: 4.2rem; } }
  @media (min-width: 1800px) {
    h2, .h2 {
      font-size: 5rem;
      line-height: 5rem; } }

h3, .h3 {
  font-size: 2.4rem;
  line-height: 2.7rem;
  font-weight: 400;
  color: #24043B; }
  @media (min-width: 400px) {
    h3, .h3 {
      font-size: 3rem;
      line-height: 3.3rem; } }
  @media (min-width: 740px) {
    h3, .h3 {
      font-size: 3.4rem;
      line-height: 3.8rem; } }
  @media (min-width: 980px) {
    h3, .h3 {
      font-size: 3.8rem;
      line-height: 4.2rem; } }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 4.2rem;
      line-height: 4.6rem; } }
  @media (min-width: 1500px) {
    h3, .h3 {
      font-size: 5rem;
      line-height: 5.4rem; } }
  @media (min-width: 1800px) {
    h3, .h3 {
      font-size: 6rem;
      line-height: 6.5rem; } }

/**
 * Visually hidden accessible label
 * Using styles that do not hide the text in screen readers
 * We use !important because we should not apply other styles to this hidden alternative text
 */
.icon-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important; }

/**
 * Basic icon styles
 */
.icon {
  display: inline-block;
  position: relative;
  font-size: inherit;
  overflow: hidden;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor; }

/**
 * Icon shown alongside text
 */
.icon--text {
  vertical-align: -0.125em; }

/**
 * Icon sizes
 */
.icon--xs {
  width: 0.75em;
  height: 0.75em; }

.icon--sm {
  width: 0.875em;
  height: 0.875em; }

.icon--lg {
  width: 1.33em;
  height: 1.33em; }

.icon--xl {
  width: 1.5em;
  height: 1.5em; }

.icon--2x {
  width: 2em;
  height: 2em; }

.icon--3x {
  width: 3em;
  height: 3em; }

.icon--4x {
  width: 4em;
  height: 4em; }

.icon--5x {
  width: 5em;
  height: 5em; }

/**
 * Icon transformation
 */
.icon--rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.icon--rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.icon--rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.icon--flip-h {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon--flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.icon--flip-h.icon--flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .icon--rotate-90,
:root .icon--rotate-180,
:root .icon--rotate-270,
:root .icon--flip-h,
:root .icon--flip-v {
  -webkit-filter: none;
  filter: none; }

/**
 * Spinning animation
 */
.icon--spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear; }

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

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

.btn .icon, .button .icon {
  vertical-align: -0.25rem; }

img {
  max-width: 100%;
  height: auto; }
  img.lazyload {
    opacity: 0; }
  img.lazyloaded {
    -webkit-transition: 0.5s opacity ease-out;
    transition: 0.5s opacity ease-out;
    opacity: 1; }

.image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

ul,
ol {
  margin: 0; }
  ul ul,
  ul ol,
  ul li + li,
  ol ul,
  ol ol,
  ol li + li {
    margin-top: 1.5rem; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal-leading-zero; }

.loading-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
  width: 4rem;
  height: 4rem;
  border: 4px solid rgba(17, 17, 17, 0.1);
  border-top-color: #ED763D;
  display: block;
  border-radius: 50%;
  -webkit-animation: infinite-rotation 1s linear infinite;
          animation: infinite-rotation 1s linear infinite;
  content: ""; }

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
  width: 4rem;
  height: 4rem;
  border: 4px solid rgba(17, 17, 17, 0.1);
  border-top-color: #ED763D;
  display: block;
  border-radius: 50%;
  -webkit-animation: infinite-rotation 1s linear infinite;
          animation: infinite-rotation 1s linear infinite;
  content: ""; }
  .site-header .loading {
    width: 2rem;
    height: 2rem;
    border: 2px solid rgba(17, 17, 17, 0.1);
    border-top-color: #ED763D;
    display: block;
    border-radius: 50%;
    -webkit-animation: infinite-rotation 1s linear infinite;
            animation: infinite-rotation 1s linear infinite;
    content: "";
    margin: 1rem 4rem 0 0;
    position: relative; }

/* ANIMATED X */
.navbar {
  padding: 0; }
  @media (min-width: 740px) {
    .navbar {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.navbar-toggler {
  border: none; }
  .navbar-toggler:focus {
    outline: none; }
  .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
            transform-origin: 10% 10%; }
  .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0); }
  .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
            transform-origin: 10% 90%; }
  .navbar-toggler .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #ED763D;
    -webkit-transition: all 0.175s !important;
    transition: all 0.175s !important; }
    .navbar-toggler .icon-bar + .icon-bar {
      margin-top: 4px; }
    .navbar-toggler .icon-bar:nth-of-type(1) {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
    .navbar-toggler .icon-bar:nth-of-type(2) {
      opacity: 1;
      filter: alpha(opacity=100); }
    .navbar-toggler .icon-bar:nth-of-type(3) {
      -webkit-transform: rotate(0);
              transform: rotate(0); }

p, .p {
  margin: 0;
  font-size: var(--p-font-size);
  line-height: 1.5em; }

body.home p, body.home .p {
  max-width: 75ch; }

picture {
  max-width: 100%;
  height: auto; }

.scroll-link {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

@media (min-width: 980px) {
  .scroll-link-down {
    position: absolute;
    bottom: 1rem; } }

.scroll-link,
.scroll-link-down {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0; }
  .scroll-link svg circle,
  .scroll-link-down svg circle {
    stroke: #ED763D;
    stroke-width: 2px;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    fill: none; }
  .scroll-link svg line,
  .scroll-link-down svg line {
    stroke: #24043B;
    -webkit-transition: stroke 2s ease-out;
    transition: stroke 2s ease-out;
    stroke-width: 2px; }
  .scroll-link.as-circle-none svg circle,
  .scroll-link-down.as-circle-none svg circle {
    -webkit-animation: circle-none 2s ease-in-out forwards;
            animation: circle-none 2s ease-in-out forwards; }
  .scroll-link.as-circle-none svg line,
  .scroll-link-down.as-circle-none svg line {
    stroke: #24043B; }
  .scroll-link.as-circle-full svg circle,
  .scroll-link-down.as-circle-full svg circle {
    -webkit-animation: circle-full 2s ease-in-out alternate forwards;
            animation: circle-full 2s ease-in-out alternate forwards; }
  .scroll-link.as-circle-full svg line,
  .scroll-link-down.as-circle-full svg line {
    stroke: #ED763D; }

@-webkit-keyframes circle-full {
  from {
    stroke-dashoffset: 500; }
  to {
    stroke-dashoffset: 0; } }

@keyframes circle-full {
  from {
    stroke-dashoffset: 500; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes circle-none {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 500; } }

@keyframes circle-none {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 500; } }

.skip-to-content-link {
  position: fixed;
  top: 0;
  left: 50%;
  padding: 1rem 2rem;
  border: 1px solid;
  background: #fff;
  -webkit-transform: translateX(-50%) translateY(-150%);
          transform: translateX(-50%) translateY(-150%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 999;
  font-size: 2rem; }

.skip-to-content-link:focus {
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%); }

em, i {
  font-style: italic; }

b,
strong {
  font-weight: bold; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.hide-text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

.clr-primary {
  color: #ED763D; }

.text-error {
  color: #dc3545; }

.tooltip {
  position: relative; }
  .tooltip:before, .tooltip:after {
    z-index: 50;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    position: absolute; }
  .tooltip:before {
    content: '' !important;
    width: 0;
    z-index: 10001; }
  .tooltip:after {
    content: attr(data-tooltip);
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: "Kievit", sans-serif;
    border-radius: .5rem;
    text-align: center;
    white-space: nowrap;
    max-width: 24rem;
    overflow: hidden;
    padding: 0.6rem 1rem;
    pointer-events: none;
    z-index: 10000; }
  .tooltip:hover:not(.dropdown__toggle--open):before, .tooltip:active:not(.dropdown__toggle--open):before {
    opacity: 1; }
  .tooltip:hover:not(.dropdown__toggle--open):after, .tooltip:active:not(.dropdown__toggle--open):after {
    opacity: 1; }
  .tooltip:before {
    left: 50%;
    top: -2px;
    -webkit-transform: translate(-50%, calc(-50% - 6px));
            transform: translate(-50%, calc(-50% - 6px));
    content: '';
    display: block;
    position: absolute;
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid #333;
    border-bottom: 0;
    height: 0;
    width: 0; }
  .tooltip:after {
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, 12px);
            transform: translate(-50%, 12px); }
  .tooltip:hover:before, .tooltip:active:before {
    -webkit-transform: translate(-50%, calc(-50% - 4px));
            transform: translate(-50%, calc(-50% - 4px)); }
  .tooltip:hover:after, .tooltip:active:after {
    -webkit-transform: translate(-50%, -8px);
            transform: translate(-50%, -8px); }

.tooltip--top-left:before {
  left: 50%;
  top: -2px;
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
  content: '';
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0; }

.tooltip--top-left:after {
  bottom: 100%;
  right: 0;
  -webkit-transform: translate(0, 12px);
          transform: translate(0, 12px); }

.tooltip--top-left:hover:before, .tooltip--top-left:active:before {
  -webkit-transform: translate(-50%, calc(-50% - 4px));
          transform: translate(-50%, calc(-50% - 4px)); }

.tooltip--top-left:hover:after, .tooltip--top-left:active:after {
  -webkit-transform: translate(0, -8px);
          transform: translate(0, -8px); }

.tooltip--top-right:before {
  left: 50%;
  top: -2px;
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
  content: '';
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0; }

.tooltip--top-right:after {
  bottom: 100%;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 12px);
          transform: translate(0, 12px); }

.tooltip--top-right:hover:before, .tooltip--top-right:active:before {
  -webkit-transform: translate(-50%, calc(-50% - 4px));
          transform: translate(-50%, calc(-50% - 4px)); }

.tooltip--top-right:hover:after, .tooltip--top-right:active:after {
  -webkit-transform: translate(0, -8px);
          transform: translate(0, -8px); }

.tooltip--bottom:before {
  left: 50%;
  top: auto;
  bottom: -2px;
  -webkit-transform: translate(-50%, calc(50% + 6px));
          transform: translate(-50%, calc(50% + 6px));
  content: '';
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #333;
  border-top: 0;
  height: 0;
  width: 0; }

.tooltip--bottom:after {
  left: 50%;
  bottom: auto;
  top: 100%;
  -webkit-transform: translate(-50%, -12px);
          transform: translate(-50%, -12px); }

.tooltip--bottom:hover:before, .tooltip--bottom:active:before {
  -webkit-transform: translate(-50%, calc(50% + 4px));
          transform: translate(-50%, calc(50% + 4px)); }

.tooltip--bottom:hover:after, .tooltip--bottom:active:after {
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px); }

.tooltip--left:before {
  left: auto;
  right: calc(100% + 10px);
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: '';
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-left: 0.5rem solid #333;
  border-right: 0;
  height: 0;
  width: 0; }

.tooltip--left:after {
  left: auto;
  right: calc(100%);
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.tooltip--left:hover:before, .tooltip--left:active:before {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%); }

.tooltip--left:hover:after, .tooltip--left:active:after {
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%); }

.tooltip--right:before {
  right: auto;
  left: calc(100% + 10px);
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: '';
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-right: 0.5rem solid #333;
  border-left: 0;
  height: 0;
  width: 0; }

.tooltip--right:after {
  right: auto;
  left: calc(100%);
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.tooltip--right:hover:before, .tooltip--right:active:before {
  -webkit-transform: translate(-4px, -50%);
          transform: translate(-4px, -50%); }

.tooltip--right:hover:after, .tooltip--right:active:after {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%); }

.tooltip--multiline:after {
  min-width: 18rem;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word; }

.tooltip.tooltip--bottom:before {
  border-bottom-color: #343a40; }

.tooltip.tooltip--left:before {
  border-left-color: #343a40; }

.tooltip.tooltip--right:before {
  border-right-color: #343a40; }

.tooltip:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #343a40; }

.tooltip:after {
  color: #fff;
  background-color: #343a40; }

.tooltip--error.tooltip--bottom:before {
  border-bottom-color: #dc3545; }

.tooltip--error.tooltip--left:before {
  border-left-color: #dc3545; }

.tooltip--error.tooltip--right:before {
  border-right-color: #dc3545; }

.tooltip--error:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #dc3545; }

.tooltip--error:after {
  color: #fff;
  background-color: #dc3545; }

.tooltip--warning.tooltip--bottom:before {
  border-bottom-color: #ffc107; }

.tooltip--warning.tooltip--left:before {
  border-left-color: #ffc107; }

.tooltip--warning.tooltip--right:before {
  border-right-color: #ffc107; }

.tooltip--warning:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #ffc107; }

.tooltip--warning:after {
  color: #212529;
  background-color: #ffc107; }

.tooltip--success.tooltip--bottom:before {
  border-bottom-color: #218838; }

.tooltip--success.tooltip--left:before {
  border-left-color: #218838; }

.tooltip--success.tooltip--right:before {
  border-right-color: #218838; }

.tooltip--success:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #218838; }

.tooltip--success:after {
  color: #fff;
  background-color: #218838; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.accordion .accordion__toggle {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 2rem;
  margin: 0;
  color: #212529; }
  .accordion .accordion__toggle:hover {
    color: #ED763D; }
  .accordion .accordion__toggle[aria-expanded="true"] .accordion__icon {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }

.accordion .accordion__icon {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6rem;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear; }

.accordion .accordion__content {
  display: none;
  margin: 0;
  padding: 1.5rem 0 0 2rem; }
  .accordion .accordion__content + .accordion__toggle {
    margin-top: 3rem; }

button.accordion__toggle {
  all: inherit; }

/*!
 * fullPage 3.1.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.mfp-iframe-holder {
  padding: 0; }
  .mfp-iframe-holder iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; }

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.6); }

.mfp-lightbox-ajax .mfp-content,
.mfp-lightbox-iframe .mfp-content {
  -webkit-box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
          box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85); }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto; }

.mfp-figure:after {
  background-color: #fff; }

.mfp-preloader.mfp-preloader {
  margin: 0 auto; }
  .mfp-preloader.mfp-preloader:after {
    content: '';
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-top-color: #ED763D;
    display: block;
    border-radius: 50%;
    -webkit-animation: infinite-rotation 1s linear infinite;
            animation: infinite-rotation 1s linear infinite; }
  .mfp-s-error .mfp-preloader.mfp-preloader:after {
    display: none; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim,
  .mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim,
  .mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.9; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim,
  .mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-fade-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-fade-in .mfp-with-anim,
  .mfp-fade-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .mfp-fade-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .mfp-fade-in.mfp-ready .mfp-with-anim,
  .mfp-fade-in.mfp-ready .mfp-content {
    opacity: 1; }
  .mfp-fade-in.mfp-ready.mfp-bg {
    opacity: 0.9; }
  .mfp-fade-in.mfp-removing .mfp-with-anim,
  .mfp-fade-in.mfp-removing .mfp-content {
    opacity: 0; }
  .mfp-fade-in.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-ibase.mfp-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#334251), color-stop(50%, #65809D), to(#334251));
  background-image: linear-gradient(to bottom, #334251 0%, #65809D 50%, #334251 100%); }

.mfp-ibase .mfp-content {
  -webkit-box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
          box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85); }

.page--imprint::after,
.page--imprint p::after {
  display: block;
  clear: both;
  content: ""; }

.page--imprint .left {
  display: block; }

.page--imprint .right {
  display: block;
  margin-bottom: 1.5rem; }

@media (min-width: 600px) {
  .page--imprint .left {
    clear: left;
    width: 20rem;
    float: left;
    margin-right: 2rem; }
  .page--imprint .right {
    float: left;
    margin-bottom: 0; } }

.page-plain h1 {
  font-size: 2.5rem;
  line-height: 1.2em; }

.page-plain h2 {
  font-size: 2rem;
  line-height: 1.2em;
  color: #ED763D; }

.page-plain h3 {
  font-size: 2rem;
  line-height: 1.2em; }

.page-plain button.mfp-close {
  margin-top: 0;
  color: #111;
  background-color: rgba(237, 118, 61, 0.75); }

.page-plain .container {
  min-width: 0; }

.page-plain p {
  font-size: 1.6rem;
  margin: 1rem 0 0; }

.page-plain ul {
  line-height: 1.5em;
    font-size: 1.6rem; }

.page-plain ul li {
  font-size: 1.6rem; }

.page-plain br {
  display: block; }

.gebaeck-notice {
  position: fixed;
  bottom: 0;
  z-index: 400;
  -webkit-animation-name: comeUp;
          animation-name: comeUp;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.gebaeck-notice p,
.gebaeck-notice-popup p {
  font-size: clamp(1.3rem, calc(1.45vw + 0.9rem), 1.6rem); }

.gebaeck-notice__container,
.gebaeck-notice-popup {
  border-radius: 4px;
  border: 2px solid #ED763D;
  -webkit-box-shadow: rgba(237, 118, 61, 0.35) 0px 5px 15px;
          box-shadow: rgba(237, 118, 61, 0.35) 0px 5px 15px; }

.gebaeck-notice__container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.gebaeck-notice__content {
  margin: 0 auto;
  text-align: left; }

@-webkit-keyframes comeUp {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes comeUp {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.gebaeck-notice--simple .gebaeck-notice__content {
  padding: 1.5rem; }
  .gebaeck-notice--simple .gebaeck-notice__content::after {
    display: block;
    clear: both;
    content: ""; }

.gebaeck-notice--simple .btn, .gebaeck-notice--simple .button {
  float: right; }

.gebaeck-notice--advanced {
  -webkit-animation: none;
          animation: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(min(85%, 70rem)); }
  .gebaeck-notice--advanced .gebaeck-notice__container {
    padding: 1.5rem;
    background-color: #fff; }
  .gebaeck-notice--advanced .gebaeck-notice__buttons {
    margin-top: 1.5rem;
    margin-left: -0.5rem;
    margin-left: -0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .gebaeck-notice--advanced .gebaeck-notice__buttons .btn, .gebaeck-notice--advanced .gebaeck-notice__buttons .button {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-left: 0.5rem;
      margin-right: 0.5rem; }

.gebaeck-notice-popup {
  display: none;
  background-color: #fff;
  max-width: 45rem;
  padding: 3rem; }
  .mfp-content .gebaeck-notice-popup {
    display: block; }
  .gebaeck-notice-popup .h2,
  .gebaeck-notice-popup h2 {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    border-bottom: 1px solid #ED763D; }

.gebaeck-notice-popup__form {
  margin-top: 2rem; }
  .gebaeck-notice-popup__form .accordion {
    position: relative;
    border-bottom: 1px solid #adb5bd; }
    .gebaeck-notice-popup__form .accordion > label {
      padding: 1rem 0;
      margin: 0; }
      .gebaeck-notice-popup__form .accordion > label span {
        margin-bottom: 0;
        margin-right: 0;
        padding-left: 1rem;
        font-weight: 600;
        font-size: 2rem; }
    .gebaeck-notice-popup__form .accordion .custom-ticks {
      margin-top: 0; }
      .gebaeck-notice-popup__form .accordion .custom-ticks span {
        font-size: 2rem; }
  .gebaeck-notice-popup__form .accordion__toggle {
    position: absolute;
    right: 0;
    top: 1.5rem;
    width: 4rem;
    height: 4.5rem;
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gebaeck-notice-popup__form .accordion__toggle .icon {
      width: 1.6rem;
      height: 1.8rem;
      position: relative;
      top: auto;
      left: auto; }
  .gebaeck-notice-popup__form .accordion__content {
    padding-left: 3rem;
    padding-top: 0;
    padding-bottom: 1rem; }
    .gebaeck-notice-popup__form .accordion__content .ticks label {
      display: block; }
  .gebaeck-notice-popup__form > .ticks {
    margin-bottom: 1rem; }

.container_footer {
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .container_footer .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 980px) {
      .container_footer .container {
        display: block;
        text-align: center; } }

.fp-viewing-section--4 .container_footer {
  position: fixed; }

.nav-footer {
  padding-bottom: 2rem; }
  .nav-footer li {
    margin-top: 0; }
  @media (min-width: 980px) {
    .nav-footer {
      float: right; }
      .nav-footer li {
        margin-right: 0;
        margin-left: 2rem; } }

.nav-header li {
  margin-top: 0.75rem; }

@media (min-width: 600px) {
  .nav-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .nav-header li {
      margin-top: 0; } }

@media (min-width: 740px) {
  .nav-header {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .nav-header li:last-child {
      margin-right: 0; } }

.nav-footer ul,
.nav-header ul {
  padding: 0;
  margin: 0; }

.nav-footer li,
.nav-header li {
  display: inline-block;
  white-space: nowrap;
  margin-right: 1.5rem; }
  .nav-footer li a,
  .nav-header li a {
    display: inline-block;
    color: #24043B;
    text-transform: uppercase;
    font-size: 1.6rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ED763D), to(#ED763D));
    background-image: linear-gradient(#ED763D, #ED763D);
    background-position: 0 calc(100% - 0px);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s; }
    .nav-footer li a:hover, .nav-footer li a:focus, .nav-footer li a.is-active,
    .nav-header li a:hover,
    .nav-header li a:focus,
    .nav-header li a.is-active {
      text-decoration: none;
      background-size: 100% 2px; }

#responsive-status {
  display: none;
  font-family: 'mobile';
  min-width: 0; }
  @media (min-width: 0) {
    #responsive-status {
      font-family: "mobile";
      min-width: 0; } }
  @media (min-width: 400px) {
    #responsive-status {
      font-family: "xs";
      min-width: 400px; } }
  @media (min-width: 600px) {
    #responsive-status {
      font-family: "sm";
      min-width: 600px; } }
  @media (min-width: 740px) {
    #responsive-status {
      font-family: "md";
      min-width: 740px; } }
  @media (min-width: 980px) {
    #responsive-status {
      font-family: "lg";
      min-width: 980px; } }
  @media (min-width: 1200px) {
    #responsive-status {
      font-family: "xl";
      min-width: 1200px; } }
  @media (min-width: 1500px) {
    #responsive-status {
      font-family: "xxl";
      min-width: 1500px; } }
  @media (min-width: 1800px) {
    #responsive-status {
      font-family: "xxxl";
      min-width: 1800px; } }

h1 span {
  display: block; }

.lampochka {
  padding-bottom: 1rem; }
  .lampochka svg {
    max-width: 57.6rem; }

@media (min-width: 980px) {
  .home--1 {
    gap: 2.5rem; } }

.swingding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1500px) {
    .swingding {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; } }

.swing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .swing div {
    border-radius: 50%;
    height: 1em;
    width: 1em;
    background-color: #ED763D; }

@-webkit-keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0); }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
            transform: rotate(50deg) translateX(-2.5em); } }

@keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0); }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
            transform: rotate(50deg) translateX(-2.5em); } }

@-webkit-keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
            transform: rotate(-50deg) translateX(2.5em); }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0); } }

@keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
            transform: rotate(-50deg) translateX(2.5em); }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0); } }

.swing-l {
  -webkit-animation: ball-l .8s ease-in-out infinite alternate;
          animation: ball-l .8s ease-in-out infinite alternate; }

.swing-r {
  -webkit-animation: ball-r .8s ease-in-out infinite alternate;
          animation: ball-r .8s ease-in-out infinite alternate; }

.office {
  margin-left: -1rem;
  margin-right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 399px) {
  .home--1__text p {
    margin-top: 1rem; } }

.references {
  position: relative;
  margin-left: -1rem;
  width: 100%;
  height: 0;
  padding-bottom: 65.72238%;
  aspect-ratio: 353 / 232;
  width: clamp(27rem, calc(27vw + 25rem), 70rem); }
  @media (min-width: 600px) {
    .references {
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .references {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px); } }
  @media (min-width: 1500px) {
    .references {
      max-width: 70.7rem;
      -webkit-transform: translateX(-120px);
              transform: translateX(-120px); } }
  .references img {
    position: absolute;
    left: 0;
    aspect-ratio: 353 / 232;
    width: 100%;
    height: 100%;
    -webkit-animation-name: fadeInOut;
            animation-name: fadeInOut;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
            animation-duration: 12s; }
    .references img:nth-of-type(1) {
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }
    .references img:nth-of-type(2) {
      -webkit-animation-delay: 4s;
              animation-delay: 4s; }
    .references img:nth-of-type(3) {
      -webkit-animation-delay: 8s;
              animation-delay: 8s; }

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0; }
  8.33% {
    opacity: 1; }
  33.33% {
    opacity: 1; }
  41.66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fadeInOut {
  0% {
    opacity: 0; }
  8.33% {
    opacity: 1; }
  33.33% {
    opacity: 1; }
  41.66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.section--2 p {
  padding-right: 5rem; }

.service-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: hidden;
  max-width: 100%;
  padding-left: 1rem;
  margin-top: 0; }
  .service-icons__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background-color: #ED763D;
    height: clamp(6.5rem, calc(2.04rem + 3.51vw), 8.2rem);
    width: clamp(6.5rem, calc(2.04rem + 3.51vw), 8.2rem);
    aspect-ratio: 1 / 1;
    margin-top: 4rem; }
  .service-icons svg {
    padding: 1.35rem;
    width: 100%;
    height: 100%; }

.idea {
  height: clamp(20rem, calc(13vw + 5rem), 31rem); }

@media (min-width: 980px) {
  .section--4 h3 {
    max-width: 30ch; } }

@media (max-width: 599px) {
  .boss {
    margin-right: 3.2rem; } }

.wow {
  position: relative;
  display: inline-block; }
  .wow:before {
    content: '';
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    background-color: #ED763D;
    z-index: -1;
    width: 1.5em;
    height: 1.5em;
    left: -1.4em;
    top: -1em;
    -webkit-animation: none 0 ease 0 1 normal none running;
            animation: none 0 ease 0 1 normal none running; }
  .fp-viewing-section--4 .wow:before {
    -webkit-animation: wow 2.3s 1s ease-in-out 2;
            animation: wow 2.3s 1s ease-in-out 2; }

figure {
  display: inline-block; }

figcaption {
  font-size: 1.8rem;
  line-height: 1.2em;
  padding-top: 1rem; }
  figcaption span {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    padding-left: 1.2rem; }
    figcaption span::before {
      content: '/';
      position: absolute;
      left: 0;
      top: 0;
      color: #ED763D; }
  @media (min-width: 980px) {
    figcaption {
      text-align: right; }
      figcaption span {
        display: inline-block; } }

.philip {
  float: right;
  margin-top: -8rem; }

@media (min-width: 600px) {
  .section--4 br {
    display: none; }
  .section--4 .philip {
    float: none; }
  .section--4 .ulf {
    margin-right: 2rem; } }

@-webkit-keyframes wow {
  30% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  40% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes wow {
  30% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  40% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.site-content {
  z-index: 20;
  position: relative;
  height: 100%; }

.main {
  height: 100%;
  padding-top: 9.5rem;
  padding-bottom: 8.5rem; }
  @media (min-width: 600px) {
    .main {
      padding-top: 10.5rem;
      padding-bottom: 9.5rem; } }
  @media (min-width: 980px) {
    .main {
      padding-top: 12rem; } }
  .home .main {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.site-header {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  .site-header > .container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: right; }
    @media (min-width: 400px) {
      .site-header > .container {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 600px) {
      .site-header > .container {
        text-align: left; } }
  .site-header--navbar {
    background-color: rgba(255, 255, 255, 0.85); }

.site-header__title {
  width: 131px;
  height: 41px;
  display: inline-block; }
  .site-header__title .icon {
    width: 100%;
    height: 100%; }
  @media (min-width: 600px) {
    .site-header__title {
      width: 165px;
      height: 47px; } }

.section {
  background-color: #fff;
  height: 100%; }
  .section--0, .section--4 {
    background-color: #F4F2F5; }
  .section--0 {
    z-index: 15; }
  .section--1 {
    z-index: 14; }
  .section--2 {
    z-index: 13; }
  .section--3 {
    z-index: 12; }
  .section--4 {
    z-index: 11; }
  .section .container {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem; }
    @media (min-width: 600px) {
      .section .container {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem; } }

#fp-nav.fp-right ul {
  position: relative; }
  #fp-nav.fp-right ul:before {
    content: '';
    width: 1px;
    height: 100%;
    left: 13px;
    position: absolute;
    background-color: #24043B; }
  #fp-nav.fp-right ul li a span {
    background-color: transparent; }
  #fp-nav.fp-right ul li a.active span {
    height: 11px;
    width: 11px;
    background-color: #24043B; }

.page--lightbox {
  padding: 1rem; }
  @media (min-width: 400px) {
    .page--lightbox {
      padding: 2rem; } }

.order-time {
  margin-bottom: 2rem; }

::-moz-selection {
  background-color: #ED763D;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #ED763D;
  color: #fff;
  text-shadow: none; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(237, 118, 61, 0.5); }

body {
  font-family: "Kievit", sans-serif;
  font-size: var(--p-font-size); }

*:focus {
  outline: none !important; }

body.user-is-tabbing *:focus {
  outline: 3px solid #0067d6 !important;
  /* for non-webkit browsers */
  outline: 3px auto -webkit-focus-ring-color !important; }

html,
button,
input,
select,
textarea {
  color: #212529; }

p + *, * + p, .p + *, * + .p,
ul + *, * + ul,
ol + *, * + ol,
h1 + *, .h1 + *,
h2 + *, * + h2, .h2 + *, * + .h2,
h3 + *, * + h3, .h3 + *, * + .h3,
h4 + *, * + h4, .h4 + *, * + .h4,
h5 + *, * + h5, .h5 + *, * + .h5,
h6 + *, * + h6, .h6 + *, * + .h6 {
  margin: 3rem 0 0; }

a,
a:focus,
button,
input[type="button"],
input[type="submit"],
select:focus {
  outline: none; }

pre,
code {
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace; }

.hidden {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

@media screen and (prefers-reduced-motion: reduce) {
  .scroll-link svg circle,
  .scroll-link-down svg circle {
    display: none !important; }
  .wow:before {
    -webkit-animation: none !important;
            animation: none !important; }
  .swing-l,
  .swing-r {
    -webkit-animation: none !important;
            animation: none !important; }
  .bulbtickone,
  .bulbticktwo,
  .bulbtickthree,
  .bulbtickfour,
  .bulbtickfive,
  .lampochka-circle {
    -webkit-animation: none !important;
            animation: none !important; } }

/**
* hier ist fullpage deaktiviert (Höhe zu gering)
**/
@media (max-height: 469px) {
  .scroll-link,
  .scroll-link-down {
    display: none; }
  .container_footer {
    position: relative; }
  .container_footer .container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-top: 2rem !important; } }

/**
* https://gist.github.com/gokulkrishh/242e68d1ee94ad05f488
* ab hier gerätespezifische Anpassungen
**/
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  .lampochka {
    padding-bottom: 3rem; } }

/*
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
@media (min-width: 1025px) and (max-width: 1280px) {
  h1 {
    line-height: 7.1rem; }
  .references {
    max-width: 45rem; } }

/*
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
/*
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  h1 {
    line-height: 8rem; } }

@media (min-width: 1025px) and (max-width: 1440px) and (orientation: landscape) {
  h1 {
    line-height: 7rem; }
  .references {
    max-width: 45rem; } }

/*
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
@media (min-width: 481px) and (max-width: 767px) {
  .section--4 .container {
    padding-bottom: 0; } }

/*
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
@media (min-width: 320px) and (max-width: 480px) {
  .section--4 .container {
    padding-bottom: 0; }
  .nav-footer li a {
    font-size: 1.4rem; }
  .references {
    max-width: 30rem; } }

/*# sourceMappingURL=maps/screen.css.map */
