.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity .15s cubic-bezier(1,.5,.8,1)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{cursor:not-allowed;background-color:#f8f8f8}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:1px solid rgba(60,60,60,.26);border-radius:4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:4px 6px 0 3px}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:rgba(60,60,60,.5);transform:scale(1);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:rgba(60,60,60,.5);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fff}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:3px 20px;clear:both;color:#333;white-space:nowrap}.vs__dropdown-option:hover{cursor:pointer}.vs__dropdown-option--highlight{background:#5897fb;color:#fff}.vs__dropdown-option--disabled{background:inherit;color:rgba(60,60,60,.5)}.vs__dropdown-option--disabled:hover{cursor:inherit}.vs__selected{display:flex;align-items:center;background-color:#f0f0f0;border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:rgba(60,60,60,.5);text-shadow:0 1px 0 #fff}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.4;font-size:1em;border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:inherit}.vs__search:-ms-input-placeholder{color:inherit}.vs__search::placeholder{color:inherit}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search:hover{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border:.9em solid hsla(0,0%,39.2%,.1);border-left-color:rgba(60,60,60,.45);transform:translateZ(0);-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em}.vs--loading .vs__spinner{opacity:1}

/*# sourceMappingURL=vue-select.css.map*/body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/vendor/lightbox2/dist/loading.gif?2299ad0b3f63413f026dfec20c205b8f) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/vendor/lightbox2/dist/prev.png?84b76dee6b27b795e89e3649078a11c2) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/vendor/lightbox2/dist/next.png?31f15875975aab69085470aabbfec802) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/vendor/lightbox2/dist/close.png?d9d2d0b1308cb694aa8116915592e2a9) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.subtitle {
  font-size: 2rem;
  max-width: 90.6rem;
  margin-left: auto;
  margin-right: auto;
}

.bg-figure {
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/images/bg-figure.svg?b885e3d1a77008d513ad0f2dce0c600d);
  background-repeat: no-repeat;
  background-position-x: 87.5rem;
  background-position-y: -41.4rem;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 576px) {
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: ) {
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

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

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

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

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

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

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

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

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

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

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

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

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

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

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

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

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

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

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

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

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

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.ml-10 {
  margin-left: 10rem !important;
}

.mx-11 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.my-11 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.mt-11 {
  margin-top: 11rem !important;
}

.mr-11 {
  margin-right: 11rem !important;
}

.mb-11 {
  margin-bottom: 11rem !important;
}

.ml-11 {
  margin-left: 11rem !important;
}

.mx-12 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.mt-12 {
  margin-top: 12rem !important;
}

.mr-12 {
  margin-right: 12rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.ml-12 {
  margin-left: 12rem !important;
}

.mx-13 {
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.my-13 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.mt-13 {
  margin-top: 13rem !important;
}

.mr-13 {
  margin-right: 13rem !important;
}

.mb-13 {
  margin-bottom: 13rem !important;
}

.ml-13 {
  margin-left: 13rem !important;
}

.mx-14 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.my-14 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.mt-14 {
  margin-top: 14rem !important;
}

.mr-14 {
  margin-right: 14rem !important;
}

.mb-14 {
  margin-bottom: 14rem !important;
}

.ml-14 {
  margin-left: 14rem !important;
}

.mx-15 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mr-15 {
  margin-right: 15rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.ml-15 {
  margin-left: 15rem !important;
}

.mx-16 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.my-16 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.mt-16 {
  margin-top: 16rem !important;
}

.mr-16 {
  margin-right: 16rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

.ml-16 {
  margin-left: 16rem !important;
}

.mx-17 {
  margin-left: 17rem !important;
  margin-right: 17rem !important;
}

.my-17 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important;
}

.mt-17 {
  margin-top: 17rem !important;
}

.mr-17 {
  margin-right: 17rem !important;
}

.mb-17 {
  margin-bottom: 17rem !important;
}

.ml-17 {
  margin-left: 17rem !important;
}

.mx-18 {
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

.my-18 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.mt-18 {
  margin-top: 18rem !important;
}

.mr-18 {
  margin-right: 18rem !important;
}

.mb-18 {
  margin-bottom: 18rem !important;
}

.ml-18 {
  margin-left: 18rem !important;
}

.mx-19 {
  margin-left: 19rem !important;
  margin-right: 19rem !important;
}

.my-19 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}

.mt-19 {
  margin-top: 19rem !important;
}

.mr-19 {
  margin-right: 19rem !important;
}

.mb-19 {
  margin-bottom: 19rem !important;
}

.ml-19 {
  margin-left: 19rem !important;
}

.mx-20 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.my-20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.mt-20 {
  margin-top: 20rem !important;
}

.mr-20 {
  margin-right: 20rem !important;
}

.mb-20 {
  margin-bottom: 20rem !important;
}

.ml-20 {
  margin-left: 20rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

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

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

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

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

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

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

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

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

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

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

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

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

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

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

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

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

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

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

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

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

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

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

.px-11 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.py-11 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.pt-11 {
  padding-top: 11rem !important;
}

.pr-11 {
  padding-right: 11rem !important;
}

.pb-11 {
  padding-bottom: 11rem !important;
}

.pl-11 {
  padding-left: 11rem !important;
}

.px-12 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pr-12 {
  padding-right: 12rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.pl-12 {
  padding-left: 12rem !important;
}

.px-13 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.py-13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pr-13 {
  padding-right: 13rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pl-13 {
  padding-left: 13rem !important;
}

.px-14 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.py-14 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.pt-14 {
  padding-top: 14rem !important;
}

.pr-14 {
  padding-right: 14rem !important;
}

.pb-14 {
  padding-bottom: 14rem !important;
}

.pl-14 {
  padding-left: 14rem !important;
}

.px-15 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pr-15 {
  padding-right: 15rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pl-15 {
  padding-left: 15rem !important;
}

.px-16 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.py-16 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pr-16 {
  padding-right: 16rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.pl-16 {
  padding-left: 16rem !important;
}

.px-17 {
  padding-left: 17rem !important;
  padding-right: 17rem !important;
}

.py-17 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important;
}

.pt-17 {
  padding-top: 17rem !important;
}

.pr-17 {
  padding-right: 17rem !important;
}

.pb-17 {
  padding-bottom: 17rem !important;
}

.pl-17 {
  padding-left: 17rem !important;
}

.px-18 {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.py-18 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.pt-18 {
  padding-top: 18rem !important;
}

.pr-18 {
  padding-right: 18rem !important;
}

.pb-18 {
  padding-bottom: 18rem !important;
}

.pl-18 {
  padding-left: 18rem !important;
}

.px-19 {
  padding-left: 19rem !important;
  padding-right: 19rem !important;
}

.py-19 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.pt-19 {
  padding-top: 19rem !important;
}

.pr-19 {
  padding-right: 19rem !important;
}

.pb-19 {
  padding-bottom: 19rem !important;
}

.pl-19 {
  padding-left: 19rem !important;
}

.px-20 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.py-20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.pr-20 {
  padding-right: 20rem !important;
}

.pb-20 {
  padding-bottom: 20rem !important;
}

.pl-20 {
  padding-left: 20rem !important;
}

@media (min-width: 768px) {
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .mt-md-0 {
    margin-top: 0rem !important;
  }

  .mr-md-0 {
    margin-right: 0rem !important;
  }

  .mb-md-0 {
    margin-bottom: 0rem !important;
  }

  .ml-md-0 {
    margin-left: 0rem !important;
  }

  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mt-md-1 {
    margin-top: 1rem !important;
  }

  .mr-md-1 {
    margin-right: 1rem !important;
  }

  .mb-md-1 {
    margin-bottom: 1rem !important;
  }

  .ml-md-1 {
    margin-left: 1rem !important;
  }

  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mt-md-2 {
    margin-top: 2rem !important;
  }

  .mr-md-2 {
    margin-right: 2rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2rem !important;
  }

  .ml-md-2 {
    margin-left: 2rem !important;
  }

  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mt-md-3 {
    margin-top: 3rem !important;
  }

  .mr-md-3 {
    margin-right: 3rem !important;
  }

  .mb-md-3 {
    margin-bottom: 3rem !important;
  }

  .ml-md-3 {
    margin-left: 3rem !important;
  }

  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .mt-md-4 {
    margin-top: 4rem !important;
  }

  .mr-md-4 {
    margin-right: 4rem !important;
  }

  .mb-md-4 {
    margin-bottom: 4rem !important;
  }

  .ml-md-4 {
    margin-left: 4rem !important;
  }

  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mt-md-5 {
    margin-top: 5rem !important;
  }

  .mr-md-5 {
    margin-right: 5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 5rem !important;
  }

  .ml-md-5 {
    margin-left: 5rem !important;
  }

  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mt-md-6 {
    margin-top: 6rem !important;
  }

  .mr-md-6 {
    margin-right: 6rem !important;
  }

  .mb-md-6 {
    margin-bottom: 6rem !important;
  }

  .ml-md-6 {
    margin-left: 6rem !important;
  }

  .mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mr-md-7 {
    margin-right: 7rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .ml-md-7 {
    margin-left: 7rem !important;
  }

  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

  .mr-md-8 {
    margin-right: 8rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

  .ml-md-8 {
    margin-left: 8rem !important;
  }

  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mr-md-9 {
    margin-right: 9rem !important;
  }

  .mb-md-9 {
    margin-bottom: 9rem !important;
  }

  .ml-md-9 {
    margin-left: 9rem !important;
  }

  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .mt-md-10 {
    margin-top: 10rem !important;
  }

  .mr-md-10 {
    margin-right: 10rem !important;
  }

  .mb-md-10 {
    margin-bottom: 10rem !important;
  }

  .ml-md-10 {
    margin-left: 10rem !important;
  }

  .mx-md-11 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .my-md-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .mt-md-11 {
    margin-top: 11rem !important;
  }

  .mr-md-11 {
    margin-right: 11rem !important;
  }

  .mb-md-11 {
    margin-bottom: 11rem !important;
  }

  .ml-md-11 {
    margin-left: 11rem !important;
  }

  .mx-md-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .mt-md-12 {
    margin-top: 12rem !important;
  }

  .mr-md-12 {
    margin-right: 12rem !important;
  }

  .mb-md-12 {
    margin-bottom: 12rem !important;
  }

  .ml-md-12 {
    margin-left: 12rem !important;
  }

  .mx-md-13 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .my-md-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .mt-md-13 {
    margin-top: 13rem !important;
  }

  .mr-md-13 {
    margin-right: 13rem !important;
  }

  .mb-md-13 {
    margin-bottom: 13rem !important;
  }

  .ml-md-13 {
    margin-left: 13rem !important;
  }

  .mx-md-14 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .my-md-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .mt-md-14 {
    margin-top: 14rem !important;
  }

  .mr-md-14 {
    margin-right: 14rem !important;
  }

  .mb-md-14 {
    margin-bottom: 14rem !important;
  }

  .ml-md-14 {
    margin-left: 14rem !important;
  }

  .mx-md-15 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .mt-md-15 {
    margin-top: 15rem !important;
  }

  .mr-md-15 {
    margin-right: 15rem !important;
  }

  .mb-md-15 {
    margin-bottom: 15rem !important;
  }

  .ml-md-15 {
    margin-left: 15rem !important;
  }

  .mx-md-16 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .my-md-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .mt-md-16 {
    margin-top: 16rem !important;
  }

  .mr-md-16 {
    margin-right: 16rem !important;
  }

  .mb-md-16 {
    margin-bottom: 16rem !important;
  }

  .ml-md-16 {
    margin-left: 16rem !important;
  }

  .mx-md-17 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }

  .my-md-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .mt-md-17 {
    margin-top: 17rem !important;
  }

  .mr-md-17 {
    margin-right: 17rem !important;
  }

  .mb-md-17 {
    margin-bottom: 17rem !important;
  }

  .ml-md-17 {
    margin-left: 17rem !important;
  }

  .mx-md-18 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .my-md-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .mt-md-18 {
    margin-top: 18rem !important;
  }

  .mr-md-18 {
    margin-right: 18rem !important;
  }

  .mb-md-18 {
    margin-bottom: 18rem !important;
  }

  .ml-md-18 {
    margin-left: 18rem !important;
  }

  .mx-md-19 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }

  .my-md-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .mt-md-19 {
    margin-top: 19rem !important;
  }

  .mr-md-19 {
    margin-right: 19rem !important;
  }

  .mb-md-19 {
    margin-bottom: 19rem !important;
  }

  .ml-md-19 {
    margin-left: 19rem !important;
  }

  .mx-md-20 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .my-md-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .mt-md-20 {
    margin-top: 20rem !important;
  }

  .mr-md-20 {
    margin-right: 20rem !important;
  }

  .mb-md-20 {
    margin-bottom: 20rem !important;
  }

  .ml-md-20 {
    margin-left: 20rem !important;
  }

  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .pt-md-0 {
    padding-top: 0rem !important;
  }

  .pr-md-0 {
    padding-right: 0rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0rem !important;
  }

  .pl-md-0 {
    padding-left: 0rem !important;
  }

  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pr-md-1 {
    padding-right: 1rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pl-md-1 {
    padding-left: 1rem !important;
  }

  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .pt-md-2 {
    padding-top: 2rem !important;
  }

  .pr-md-2 {
    padding-right: 2rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }

  .pl-md-2 {
    padding-left: 2rem !important;
  }

  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-3 {
    padding-top: 3rem !important;
  }

  .pr-md-3 {
    padding-right: 3rem !important;
  }

  .pb-md-3 {
    padding-bottom: 3rem !important;
  }

  .pl-md-3 {
    padding-left: 3rem !important;
  }

  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-md-4 {
    padding-top: 4rem !important;
  }

  .pr-md-4 {
    padding-right: 4rem !important;
  }

  .pb-md-4 {
    padding-bottom: 4rem !important;
  }

  .pl-md-4 {
    padding-left: 4rem !important;
  }

  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-md-5 {
    padding-top: 5rem !important;
  }

  .pr-md-5 {
    padding-right: 5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 5rem !important;
  }

  .pl-md-5 {
    padding-left: 5rem !important;
  }

  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pr-md-6 {
    padding-right: 6rem !important;
  }

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pl-md-6 {
    padding-left: 6rem !important;
  }

  .px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pt-md-7 {
    padding-top: 7rem !important;
  }

  .pr-md-7 {
    padding-right: 7rem !important;
  }

  .pb-md-7 {
    padding-bottom: 7rem !important;
  }

  .pl-md-7 {
    padding-left: 7rem !important;
  }

  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

  .pr-md-8 {
    padding-right: 8rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

  .pl-md-8 {
    padding-left: 8rem !important;
  }

  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .pt-md-9 {
    padding-top: 9rem !important;
  }

  .pr-md-9 {
    padding-right: 9rem !important;
  }

  .pb-md-9 {
    padding-bottom: 9rem !important;
  }

  .pl-md-9 {
    padding-left: 9rem !important;
  }

  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pr-md-10 {
    padding-right: 10rem !important;
  }

  .pb-md-10 {
    padding-bottom: 10rem !important;
  }

  .pl-md-10 {
    padding-left: 10rem !important;
  }

  .px-md-11 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .py-md-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .pt-md-11 {
    padding-top: 11rem !important;
  }

  .pr-md-11 {
    padding-right: 11rem !important;
  }

  .pb-md-11 {
    padding-bottom: 11rem !important;
  }

  .pl-md-11 {
    padding-left: 11rem !important;
  }

  .px-md-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .py-md-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .pt-md-12 {
    padding-top: 12rem !important;
  }

  .pr-md-12 {
    padding-right: 12rem !important;
  }

  .pb-md-12 {
    padding-bottom: 12rem !important;
  }

  .pl-md-12 {
    padding-left: 12rem !important;
  }

  .px-md-13 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .py-md-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .pt-md-13 {
    padding-top: 13rem !important;
  }

  .pr-md-13 {
    padding-right: 13rem !important;
  }

  .pb-md-13 {
    padding-bottom: 13rem !important;
  }

  .pl-md-13 {
    padding-left: 13rem !important;
  }

  .px-md-14 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .py-md-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .pt-md-14 {
    padding-top: 14rem !important;
  }

  .pr-md-14 {
    padding-right: 14rem !important;
  }

  .pb-md-14 {
    padding-bottom: 14rem !important;
  }

  .pl-md-14 {
    padding-left: 14rem !important;
  }

  .px-md-15 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .pt-md-15 {
    padding-top: 15rem !important;
  }

  .pr-md-15 {
    padding-right: 15rem !important;
  }

  .pb-md-15 {
    padding-bottom: 15rem !important;
  }

  .pl-md-15 {
    padding-left: 15rem !important;
  }

  .px-md-16 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .py-md-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .pt-md-16 {
    padding-top: 16rem !important;
  }

  .pr-md-16 {
    padding-right: 16rem !important;
  }

  .pb-md-16 {
    padding-bottom: 16rem !important;
  }

  .pl-md-16 {
    padding-left: 16rem !important;
  }

  .px-md-17 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }

  .py-md-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .pt-md-17 {
    padding-top: 17rem !important;
  }

  .pr-md-17 {
    padding-right: 17rem !important;
  }

  .pb-md-17 {
    padding-bottom: 17rem !important;
  }

  .pl-md-17 {
    padding-left: 17rem !important;
  }

  .px-md-18 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .py-md-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .pt-md-18 {
    padding-top: 18rem !important;
  }

  .pr-md-18 {
    padding-right: 18rem !important;
  }

  .pb-md-18 {
    padding-bottom: 18rem !important;
  }

  .pl-md-18 {
    padding-left: 18rem !important;
  }

  .px-md-19 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }

  .py-md-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .pt-md-19 {
    padding-top: 19rem !important;
  }

  .pr-md-19 {
    padding-right: 19rem !important;
  }

  .pb-md-19 {
    padding-bottom: 19rem !important;
  }

  .pl-md-19 {
    padding-left: 19rem !important;
  }

  .px-md-20 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .py-md-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-md-20 {
    padding-top: 20rem !important;
  }

  .pr-md-20 {
    padding-right: 20rem !important;
  }

  .pb-md-20 {
    padding-bottom: 20rem !important;
  }

  .pl-md-20 {
    padding-left: 20rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .mt-lg-0 {
    margin-top: 0rem !important;
  }

  .mr-lg-0 {
    margin-right: 0rem !important;
  }

  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }

  .ml-lg-0 {
    margin-left: 0rem !important;
  }

  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mt-lg-1 {
    margin-top: 1rem !important;
  }

  .mr-lg-1 {
    margin-right: 1rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-1 {
    margin-left: 1rem !important;
  }

  .mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mt-lg-2 {
    margin-top: 2rem !important;
  }

  .mr-lg-2 {
    margin-right: 2rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-2 {
    margin-left: 2rem !important;
  }

  .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mt-lg-3 {
    margin-top: 3rem !important;
  }

  .mr-lg-3 {
    margin-right: 3rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-3 {
    margin-left: 3rem !important;
  }

  .mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .mt-lg-4 {
    margin-top: 4rem !important;
  }

  .mr-lg-4 {
    margin-right: 4rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-4 {
    margin-left: 4rem !important;
  }

  .mx-lg-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mt-lg-5 {
    margin-top: 5rem !important;
  }

  .mr-lg-5 {
    margin-right: 5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-5 {
    margin-left: 5rem !important;
  }

  .mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mt-lg-6 {
    margin-top: 6rem !important;
  }

  .mr-lg-6 {
    margin-right: 6rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-6 {
    margin-left: 6rem !important;
  }

  .mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mt-lg-7 {
    margin-top: 7rem !important;
  }

  .mr-lg-7 {
    margin-right: 7rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-7 {
    margin-left: 7rem !important;
  }

  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .mr-lg-8 {
    margin-right: 8rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-8 {
    margin-left: 8rem !important;
  }

  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .mt-lg-9 {
    margin-top: 9rem !important;
  }

  .mr-lg-9 {
    margin-right: 9rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-9 {
    margin-left: 9rem !important;
  }

  .mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .mt-lg-10 {
    margin-top: 10rem !important;
  }

  .mr-lg-10 {
    margin-right: 10rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }

  .ml-lg-10 {
    margin-left: 10rem !important;
  }

  .mx-lg-11 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .my-lg-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .mt-lg-11 {
    margin-top: 11rem !important;
  }

  .mr-lg-11 {
    margin-right: 11rem !important;
  }

  .mb-lg-11 {
    margin-bottom: 11rem !important;
  }

  .ml-lg-11 {
    margin-left: 11rem !important;
  }

  .mx-lg-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .my-lg-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .mt-lg-12 {
    margin-top: 12rem !important;
  }

  .mr-lg-12 {
    margin-right: 12rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }

  .ml-lg-12 {
    margin-left: 12rem !important;
  }

  .mx-lg-13 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .my-lg-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .mt-lg-13 {
    margin-top: 13rem !important;
  }

  .mr-lg-13 {
    margin-right: 13rem !important;
  }

  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }

  .ml-lg-13 {
    margin-left: 13rem !important;
  }

  .mx-lg-14 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .my-lg-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .mt-lg-14 {
    margin-top: 14rem !important;
  }

  .mr-lg-14 {
    margin-right: 14rem !important;
  }

  .mb-lg-14 {
    margin-bottom: 14rem !important;
  }

  .ml-lg-14 {
    margin-left: 14rem !important;
  }

  .mx-lg-15 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .mt-lg-15 {
    margin-top: 15rem !important;
  }

  .mr-lg-15 {
    margin-right: 15rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }

  .ml-lg-15 {
    margin-left: 15rem !important;
  }

  .mx-lg-16 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .my-lg-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .mt-lg-16 {
    margin-top: 16rem !important;
  }

  .mr-lg-16 {
    margin-right: 16rem !important;
  }

  .mb-lg-16 {
    margin-bottom: 16rem !important;
  }

  .ml-lg-16 {
    margin-left: 16rem !important;
  }

  .mx-lg-17 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }

  .my-lg-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .mt-lg-17 {
    margin-top: 17rem !important;
  }

  .mr-lg-17 {
    margin-right: 17rem !important;
  }

  .mb-lg-17 {
    margin-bottom: 17rem !important;
  }

  .ml-lg-17 {
    margin-left: 17rem !important;
  }

  .mx-lg-18 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .my-lg-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .mt-lg-18 {
    margin-top: 18rem !important;
  }

  .mr-lg-18 {
    margin-right: 18rem !important;
  }

  .mb-lg-18 {
    margin-bottom: 18rem !important;
  }

  .ml-lg-18 {
    margin-left: 18rem !important;
  }

  .mx-lg-19 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }

  .my-lg-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .mt-lg-19 {
    margin-top: 19rem !important;
  }

  .mr-lg-19 {
    margin-right: 19rem !important;
  }

  .mb-lg-19 {
    margin-bottom: 19rem !important;
  }

  .ml-lg-19 {
    margin-left: 19rem !important;
  }

  .mx-lg-20 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .my-lg-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .mt-lg-20 {
    margin-top: 20rem !important;
  }

  .mr-lg-20 {
    margin-right: 20rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 20rem !important;
  }

  .ml-lg-20 {
    margin-left: 20rem !important;
  }

  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .pt-lg-0 {
    padding-top: 0rem !important;
  }

  .pr-lg-0 {
    padding-right: 0rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }

  .pl-lg-0 {
    padding-left: 0rem !important;
  }

  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pt-lg-1 {
    padding-top: 1rem !important;
  }

  .pr-lg-1 {
    padding-right: 1rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-1 {
    padding-left: 1rem !important;
  }

  .px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .pt-lg-2 {
    padding-top: 2rem !important;
  }

  .pr-lg-2 {
    padding-right: 2rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-2 {
    padding-left: 2rem !important;
  }

  .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-3 {
    padding-top: 3rem !important;
  }

  .pr-lg-3 {
    padding-right: 3rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-3 {
    padding-left: 3rem !important;
  }

  .px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-lg-4 {
    padding-top: 4rem !important;
  }

  .pr-lg-4 {
    padding-right: 4rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-4 {
    padding-left: 4rem !important;
  }

  .px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .pr-lg-5 {
    padding-right: 5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-5 {
    padding-left: 5rem !important;
  }

  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pr-lg-6 {
    padding-right: 6rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-6 {
    padding-left: 6rem !important;
  }

  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pt-lg-7 {
    padding-top: 7rem !important;
  }

  .pr-lg-7 {
    padding-right: 7rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-7 {
    padding-left: 7rem !important;
  }

  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

  .pr-lg-8 {
    padding-right: 8rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-8 {
    padding-left: 8rem !important;
  }

  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .pt-lg-9 {
    padding-top: 9rem !important;
  }

  .pr-lg-9 {
    padding-right: 9rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-9 {
    padding-left: 9rem !important;
  }

  .px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-lg-10 {
    padding-top: 10rem !important;
  }

  .pr-lg-10 {
    padding-right: 10rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }

  .pl-lg-10 {
    padding-left: 10rem !important;
  }

  .px-lg-11 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .py-lg-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .pt-lg-11 {
    padding-top: 11rem !important;
  }

  .pr-lg-11 {
    padding-right: 11rem !important;
  }

  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }

  .pl-lg-11 {
    padding-left: 11rem !important;
  }

  .px-lg-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .py-lg-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .pt-lg-12 {
    padding-top: 12rem !important;
  }

  .pr-lg-12 {
    padding-right: 12rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }

  .pl-lg-12 {
    padding-left: 12rem !important;
  }

  .px-lg-13 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .py-lg-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .pt-lg-13 {
    padding-top: 13rem !important;
  }

  .pr-lg-13 {
    padding-right: 13rem !important;
  }

  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }

  .pl-lg-13 {
    padding-left: 13rem !important;
  }

  .px-lg-14 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .py-lg-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .pt-lg-14 {
    padding-top: 14rem !important;
  }

  .pr-lg-14 {
    padding-right: 14rem !important;
  }

  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }

  .pl-lg-14 {
    padding-left: 14rem !important;
  }

  .px-lg-15 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .pt-lg-15 {
    padding-top: 15rem !important;
  }

  .pr-lg-15 {
    padding-right: 15rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }

  .pl-lg-15 {
    padding-left: 15rem !important;
  }

  .px-lg-16 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .py-lg-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .pt-lg-16 {
    padding-top: 16rem !important;
  }

  .pr-lg-16 {
    padding-right: 16rem !important;
  }

  .pb-lg-16 {
    padding-bottom: 16rem !important;
  }

  .pl-lg-16 {
    padding-left: 16rem !important;
  }

  .px-lg-17 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }

  .py-lg-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .pt-lg-17 {
    padding-top: 17rem !important;
  }

  .pr-lg-17 {
    padding-right: 17rem !important;
  }

  .pb-lg-17 {
    padding-bottom: 17rem !important;
  }

  .pl-lg-17 {
    padding-left: 17rem !important;
  }

  .px-lg-18 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .py-lg-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .pt-lg-18 {
    padding-top: 18rem !important;
  }

  .pr-lg-18 {
    padding-right: 18rem !important;
  }

  .pb-lg-18 {
    padding-bottom: 18rem !important;
  }

  .pl-lg-18 {
    padding-left: 18rem !important;
  }

  .px-lg-19 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }

  .py-lg-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .pt-lg-19 {
    padding-top: 19rem !important;
  }

  .pr-lg-19 {
    padding-right: 19rem !important;
  }

  .pb-lg-19 {
    padding-bottom: 19rem !important;
  }

  .pl-lg-19 {
    padding-left: 19rem !important;
  }

  .px-lg-20 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .py-lg-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-lg-20 {
    padding-top: 20rem !important;
  }

  .pr-lg-20 {
    padding-right: 20rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }

  .pl-lg-20 {
    padding-left: 20rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .mt-xl-0 {
    margin-top: 0rem !important;
  }

  .mr-xl-0 {
    margin-right: 0rem !important;
  }

  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }

  .ml-xl-0 {
    margin-left: 0rem !important;
  }

  .mx-xl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mt-xl-1 {
    margin-top: 1rem !important;
  }

  .mr-xl-1 {
    margin-right: 1rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-1 {
    margin-left: 1rem !important;
  }

  .mx-xl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mt-xl-2 {
    margin-top: 2rem !important;
  }

  .mr-xl-2 {
    margin-right: 2rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-2 {
    margin-left: 2rem !important;
  }

  .mx-xl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mt-xl-3 {
    margin-top: 3rem !important;
  }

  .mr-xl-3 {
    margin-right: 3rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-3 {
    margin-left: 3rem !important;
  }

  .mx-xl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .mt-xl-4 {
    margin-top: 4rem !important;
  }

  .mr-xl-4 {
    margin-right: 4rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-4 {
    margin-left: 4rem !important;
  }

  .mx-xl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mt-xl-5 {
    margin-top: 5rem !important;
  }

  .mr-xl-5 {
    margin-right: 5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-5 {
    margin-left: 5rem !important;
  }

  .mx-xl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mt-xl-6 {
    margin-top: 6rem !important;
  }

  .mr-xl-6 {
    margin-right: 6rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-6 {
    margin-left: 6rem !important;
  }

  .mx-xl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mt-xl-7 {
    margin-top: 7rem !important;
  }

  .mr-xl-7 {
    margin-right: 7rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-7 {
    margin-left: 7rem !important;
  }

  .mx-xl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

  .mr-xl-8 {
    margin-right: 8rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-8 {
    margin-left: 8rem !important;
  }

  .mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .mt-xl-9 {
    margin-top: 9rem !important;
  }

  .mr-xl-9 {
    margin-right: 9rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-9 {
    margin-left: 9rem !important;
  }

  .mx-xl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .mt-xl-10 {
    margin-top: 10rem !important;
  }

  .mr-xl-10 {
    margin-right: 10rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }

  .ml-xl-10 {
    margin-left: 10rem !important;
  }

  .mx-xl-11 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .my-xl-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .mt-xl-11 {
    margin-top: 11rem !important;
  }

  .mr-xl-11 {
    margin-right: 11rem !important;
  }

  .mb-xl-11 {
    margin-bottom: 11rem !important;
  }

  .ml-xl-11 {
    margin-left: 11rem !important;
  }

  .mx-xl-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .my-xl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .mt-xl-12 {
    margin-top: 12rem !important;
  }

  .mr-xl-12 {
    margin-right: 12rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }

  .ml-xl-12 {
    margin-left: 12rem !important;
  }

  .mx-xl-13 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .my-xl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .mt-xl-13 {
    margin-top: 13rem !important;
  }

  .mr-xl-13 {
    margin-right: 13rem !important;
  }

  .mb-xl-13 {
    margin-bottom: 13rem !important;
  }

  .ml-xl-13 {
    margin-left: 13rem !important;
  }

  .mx-xl-14 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .my-xl-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .mt-xl-14 {
    margin-top: 14rem !important;
  }

  .mr-xl-14 {
    margin-right: 14rem !important;
  }

  .mb-xl-14 {
    margin-bottom: 14rem !important;
  }

  .ml-xl-14 {
    margin-left: 14rem !important;
  }

  .mx-xl-15 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .my-xl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .mt-xl-15 {
    margin-top: 15rem !important;
  }

  .mr-xl-15 {
    margin-right: 15rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }

  .ml-xl-15 {
    margin-left: 15rem !important;
  }

  .mx-xl-16 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .my-xl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .mt-xl-16 {
    margin-top: 16rem !important;
  }

  .mr-xl-16 {
    margin-right: 16rem !important;
  }

  .mb-xl-16 {
    margin-bottom: 16rem !important;
  }

  .ml-xl-16 {
    margin-left: 16rem !important;
  }

  .mx-xl-17 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }

  .my-xl-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .mt-xl-17 {
    margin-top: 17rem !important;
  }

  .mr-xl-17 {
    margin-right: 17rem !important;
  }

  .mb-xl-17 {
    margin-bottom: 17rem !important;
  }

  .ml-xl-17 {
    margin-left: 17rem !important;
  }

  .mx-xl-18 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .my-xl-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .mt-xl-18 {
    margin-top: 18rem !important;
  }

  .mr-xl-18 {
    margin-right: 18rem !important;
  }

  .mb-xl-18 {
    margin-bottom: 18rem !important;
  }

  .ml-xl-18 {
    margin-left: 18rem !important;
  }

  .mx-xl-19 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }

  .my-xl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .mt-xl-19 {
    margin-top: 19rem !important;
  }

  .mr-xl-19 {
    margin-right: 19rem !important;
  }

  .mb-xl-19 {
    margin-bottom: 19rem !important;
  }

  .ml-xl-19 {
    margin-left: 19rem !important;
  }

  .mx-xl-20 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .my-xl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .mt-xl-20 {
    margin-top: 20rem !important;
  }

  .mr-xl-20 {
    margin-right: 20rem !important;
  }

  .mb-xl-20 {
    margin-bottom: 20rem !important;
  }

  .ml-xl-20 {
    margin-left: 20rem !important;
  }

  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .pt-xl-0 {
    padding-top: 0rem !important;
  }

  .pr-xl-0 {
    padding-right: 0rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }

  .pl-xl-0 {
    padding-left: 0rem !important;
  }

  .px-xl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pt-xl-1 {
    padding-top: 1rem !important;
  }

  .pr-xl-1 {
    padding-right: 1rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-1 {
    padding-left: 1rem !important;
  }

  .px-xl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .pt-xl-2 {
    padding-top: 2rem !important;
  }

  .pr-xl-2 {
    padding-right: 2rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-2 {
    padding-left: 2rem !important;
  }

  .px-xl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-3 {
    padding-top: 3rem !important;
  }

  .pr-xl-3 {
    padding-right: 3rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-3 {
    padding-left: 3rem !important;
  }

  .px-xl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xl-4 {
    padding-top: 4rem !important;
  }

  .pr-xl-4 {
    padding-right: 4rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-4 {
    padding-left: 4rem !important;
  }

  .px-xl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-xl-5 {
    padding-top: 5rem !important;
  }

  .pr-xl-5 {
    padding-right: 5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-5 {
    padding-left: 5rem !important;
  }

  .px-xl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-xl-6 {
    padding-top: 6rem !important;
  }

  .pr-xl-6 {
    padding-right: 6rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-6 {
    padding-left: 6rem !important;
  }

  .px-xl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pt-xl-7 {
    padding-top: 7rem !important;
  }

  .pr-xl-7 {
    padding-right: 7rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-7 {
    padding-left: 7rem !important;
  }

  .px-xl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .pt-xl-8 {
    padding-top: 8rem !important;
  }

  .pr-xl-8 {
    padding-right: 8rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-8 {
    padding-left: 8rem !important;
  }

  .px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .pt-xl-9 {
    padding-top: 9rem !important;
  }

  .pr-xl-9 {
    padding-right: 9rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-9 {
    padding-left: 9rem !important;
  }

  .px-xl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-xl-10 {
    padding-top: 10rem !important;
  }

  .pr-xl-10 {
    padding-right: 10rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }

  .pl-xl-10 {
    padding-left: 10rem !important;
  }

  .px-xl-11 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .py-xl-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .pt-xl-11 {
    padding-top: 11rem !important;
  }

  .pr-xl-11 {
    padding-right: 11rem !important;
  }

  .pb-xl-11 {
    padding-bottom: 11rem !important;
  }

  .pl-xl-11 {
    padding-left: 11rem !important;
  }

  .px-xl-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .py-xl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .pt-xl-12 {
    padding-top: 12rem !important;
  }

  .pr-xl-12 {
    padding-right: 12rem !important;
  }

  .pb-xl-12 {
    padding-bottom: 12rem !important;
  }

  .pl-xl-12 {
    padding-left: 12rem !important;
  }

  .px-xl-13 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .py-xl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .pt-xl-13 {
    padding-top: 13rem !important;
  }

  .pr-xl-13 {
    padding-right: 13rem !important;
  }

  .pb-xl-13 {
    padding-bottom: 13rem !important;
  }

  .pl-xl-13 {
    padding-left: 13rem !important;
  }

  .px-xl-14 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .py-xl-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .pt-xl-14 {
    padding-top: 14rem !important;
  }

  .pr-xl-14 {
    padding-right: 14rem !important;
  }

  .pb-xl-14 {
    padding-bottom: 14rem !important;
  }

  .pl-xl-14 {
    padding-left: 14rem !important;
  }

  .px-xl-15 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .py-xl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .pt-xl-15 {
    padding-top: 15rem !important;
  }

  .pr-xl-15 {
    padding-right: 15rem !important;
  }

  .pb-xl-15 {
    padding-bottom: 15rem !important;
  }

  .pl-xl-15 {
    padding-left: 15rem !important;
  }

  .px-xl-16 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .py-xl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .pt-xl-16 {
    padding-top: 16rem !important;
  }

  .pr-xl-16 {
    padding-right: 16rem !important;
  }

  .pb-xl-16 {
    padding-bottom: 16rem !important;
  }

  .pl-xl-16 {
    padding-left: 16rem !important;
  }

  .px-xl-17 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }

  .py-xl-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .pt-xl-17 {
    padding-top: 17rem !important;
  }

  .pr-xl-17 {
    padding-right: 17rem !important;
  }

  .pb-xl-17 {
    padding-bottom: 17rem !important;
  }

  .pl-xl-17 {
    padding-left: 17rem !important;
  }

  .px-xl-18 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .py-xl-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .pt-xl-18 {
    padding-top: 18rem !important;
  }

  .pr-xl-18 {
    padding-right: 18rem !important;
  }

  .pb-xl-18 {
    padding-bottom: 18rem !important;
  }

  .pl-xl-18 {
    padding-left: 18rem !important;
  }

  .px-xl-19 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }

  .py-xl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .pt-xl-19 {
    padding-top: 19rem !important;
  }

  .pr-xl-19 {
    padding-right: 19rem !important;
  }

  .pb-xl-19 {
    padding-bottom: 19rem !important;
  }

  .pl-xl-19 {
    padding-left: 19rem !important;
  }

  .px-xl-20 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .py-xl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-xl-20 {
    padding-top: 20rem !important;
  }

  .pr-xl-20 {
    padding-right: 20rem !important;
  }

  .pb-xl-20 {
    padding-bottom: 20rem !important;
  }

  .pl-xl-20 {
    padding-left: 20rem !important;
  }
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

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

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff5b7d;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 0, 46, 0.25);
}

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

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

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

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

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

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

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

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

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

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

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

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important;
  }

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

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

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

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

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

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

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

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

  .d-md-flex {
    display: flex !important;
  }

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

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

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

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

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

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

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

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

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important;
  }

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 62.5%;
  min-width: 320px;
  overflow-x: hidden;
  background-color: #fff;
  touch-action: manipulation;
}

a {
  text-decoration: none;
  display: inline-block;
  font-size: inherit;
  color: #da002e;
  font-weight: inherit;
}

img {
  vertical-align: middle;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: gray;
}

.bg-primary {
  background-color: #da002e;
}

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

.right-0 {
  right: 0;
}

.box-rot {
  background: #ff7979;
  padding: 5px 12px;
}

.box-grau {
  background: #e5e5e5;
  padding: 5px 12px;
}

div.box-rot,
div.box-grau {
  display: inline-block;
  padding: 12px 12px;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

@font-face {
  font-family: "Segoe UI";
  src: url(/fonts/SegoeUI-BoldItalic.eot?e49115d220ec69c16aade824c928dc7e);
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url(/fonts/SegoeUI-BoldItalic.eot?e49115d220ec69c16aade824c928dc7e) format("embedded-opentype"), url(/fonts/SegoeUI-BoldItalic.woff2?a6113ba62752f6cd0100f5e1d531a152) format("woff2"), url(/fonts/SegoeUI-BoldItalic.woff?5b6a9d67c02eb7ec84547f91e71944b5) format("woff"), url(/fonts/SegoeUI-BoldItalic.ttf?15088f55dcae6bbfe95a75c713d25a25) format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Segoe UI";
  src: url(/fonts/SegoeUI.eot?d518c00b561e218b3ab8571b8c43afd7);
  src: local("Segoe UI"), local("SegoeUI"), url(/fonts/SegoeUI.eot?d518c00b561e218b3ab8571b8c43afd7) format("embedded-opentype"), url(/fonts/SegoeUI.woff2?c4021b954c09bc4bea9a536184f112d4) format("woff2"), url(/fonts/SegoeUI.woff?930366d90a7e36fbdf6d2026f85cc785) format("woff"), url(/fonts/SegoeUI.ttf?61bb848e77fd1ad14c8fbe4853a198fd) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI";
  src: url(/fonts/SegoeUI-SemiBold.eot?dd2dd635edbf579d1c4c117d89a39adb);
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url(/fonts/SegoeUI-SemiBold.eot?dd2dd635edbf579d1c4c117d89a39adb) format("embedded-opentype"), url(/fonts/SegoeUI-SemiBold.woff2?2c06a377434e44803eb33e8c97174be2) format("woff2"), url(/fonts/SegoeUI-SemiBold.woff?b58d700f72fcc6fc3f76a98c1129df0f) format("woff"), url(/fonts/SegoeUI-SemiBold.ttf?a761b4729db027f2204334a55621157a) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI";
  src: url(/fonts/SegoeUI-Light.eot?058e3ecbeb19eb8d360eea0813653233);
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url(/fonts/SegoeUI-Light.eot?058e3ecbeb19eb8d360eea0813653233) format("embedded-opentype"), url(/fonts/SegoeUI-Light.woff2?41c503a7188f889e322439ae92fe0c64) format("woff2"), url(/fonts/SegoeUI-Light.woff?b3c50d417836770361c814ab0da9f7a1) format("woff"), url(/fonts/SegoeUI-Light.ttf?ec0d28685c3f824a6229676557cef8a5) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI";
  src: url(/fonts/SegoeUI-Bold.eot?03a81fbbc5ef77e9b1388320304990b8);
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url(/fonts/SegoeUI-Bold.eot?03a81fbbc5ef77e9b1388320304990b8) format("embedded-opentype"), url(/fonts/SegoeUI-Bold.woff2?4e6aa395c8d7021f74f9a564980075a9) format("woff2"), url(/fonts/SegoeUI-Bold.woff?26084d2a036508141030c9025bd393d2) format("woff"), url(/fonts/SegoeUI-Bold.ttf?f799a572592ea726e4498b7f919f474a) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI";
  src: url(/fonts/SegoeUI-Italic.eot?29e5a319b4f43a15b5c284cbcef4bf48);
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url(/fonts/SegoeUI-Italic.eot?29e5a319b4f43a15b5c284cbcef4bf48) format("embedded-opentype"), url(/fonts/SegoeUI-Italic.woff2?42582a15b4c81e8e2efa0f00224b18ab) format("woff2"), url(/fonts/SegoeUI-Italic.woff?f2c74805b4dfdaba9105f517a4d64de3) format("woff"), url(/fonts/SegoeUI-Italic.ttf?39fc4ce1ead2813f0c9cced088a57bd0) format("truetype");
  font-weight: normal;
  font-style: italic;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.66667;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) {
  body {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

.heading-primary,
h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
}

@media (min-width: 768px) {
  .heading-primary,
  h1 {
    font-size: 4rem;
    line-height: 1.3;
  }
}

h2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }
}

.heading-secondary {
  font-weight: 700;
}

.heading-tertiary,
h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
}

@media (min-width: 768px) {
  .heading-tertiary,
  h3 {
    font-size: 3rem;
    line-height: 1.35;
  }
}

.subtitle {
  font-size: 1.8rem;
  max-width: 90.6rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .subtitle {
    font-size: 2rem;
  }
}

.text-lg {
  font-size: 2rem;
  line-height: 3.2rem;
}

@media (min-width: 768px) {
  .text-lg {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  max-width: 20%;
  float: left;
}

@media (min-width: 576px) {
  .col-sm-5ths {
    max-width: 20%;
    float: left;
  }
}

@media (min-width: 768px) {
  .col-md-5ths {
    max-width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-lg-5ths {
    max-width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-xl-5ths {
    max-width: 20%;
    float: left;
  }
}

.header {
  height: 80vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

@media (min-width: 768px) {
  .header {
    min-height: 73rem;
    height: 100vh;
  }
}

.header .container {
  position: relative;
}

.header .background-image {
  z-index: 2;
}

.header .background-image-front.animate {
  transition: transform 6s 1s;
  transform: scale(1.075);
}

.header .background-image-front {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}

.file-cards > *:not(:first-child) {
  margin-top: 0.3rem;
}

.file-cards a {
  color: inherit;
}

.section-quote {
  color: #fff;
  text-align: center;
  padding: 6rem 0;
  background-color: #333333;
  background-image: url(/images/quote-bg.svg?eb4eb64da52c5dda6a976b35b2a82ce9);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: calc(100% + 10rem) center;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.section-quote .swiper-container {
  padding: 6rem 0;
}

@media (min-width: 768px) {
  .section-quote .swiper-container {
    padding: 10rem 0;
  }
}

.section-quote img {
  margin-bottom: 2.5rem;
  border-radius: 50%;
}

.section-quote__wrapper {
  max-width: 80.4rem;
  display: inline-block;
}

.section-quote__author {
  margin-top: 2rem;
  font-size: 1.8rem;
  opacity: 0.4;
}

.section-quote .text--sym {
  position: relative;
}

.section-quote .text--sym::before,
.section-quote .text--sym::after {
  content: "";
  display: inline-block;
  width: 20.2px;
  height: 18.49px;
  background-image: url(/images/icon-quote.svg?d1ccf6c468dc7dbd26f55e59b9746175);
  background-size: contain;
  margin-right: 0.6rem;
  transform: translateY(-0.3rem);
}

.section-quote .text--sym::after {
  margin: 0;
  margin-left: 0.6rem;
}

@media (min-width: 768px) {
  .section-quote {
    padding: 10rem 0;
    font-size: 3rem;
    line-height: 4.8rem;
  }

  .section-quote img {
    margin-bottom: 3rem;
  }

  .section-quote__author {
    margin-top: 2.7rem;
  }

  .section-quote .text--sym::before,
  .section-quote .text--sym::after {
    content: "";
    display: inline-block;
    width: 27.2px;
    height: 25.49px;
    margin-right: 1.2rem;
    transform: translateY(-0.8rem);
  }

  .section-quote .text--sym::after {
    margin: 0;
    margin-left: 1.2rem;
  }
}

@media (min-width: 992px) {
  .section-quote {
    background-size: cover;
  }
}

@media (min-width: 1200px) {
  .section-quote {
    background-size: contain;
  }
}

.newsletter ul {
  padding: 0;
  margin: 0;
}

.newsletter .nl-link-button {
  background: #ffffff;
  padding: 20px;
  border-radius: 30px;
  cursor: pointer;
}

.newsletter .nl-link-button:hover {
  background-color: #f5f5f5;
}

.footer {
  background-color: #333333;
  padding: 10rem 0;
  color: #fff;
}

.footer ul {
  padding: 0;
  margin: 0;
}

.footer .heading {
  opacity: 0.6;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  line-height: 1.35;
}

.footer li a {
  font-size: 1.8rem;
  line-height: 2;
  color: inherit;
}

.footer.footer--primary {
  background-color: #da002e;
  padding: 6rem 0 7rem;
}

.footer.footer--primary .heading {
  opacity: 1;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.footer.footer--primary li {
  font-size: 1.6rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .footer.footer--primary {
    padding: 7.1rem 0 13.6rem;
  }
}

.footer.footer--secondary {
  background-color: white;
  padding: 6rem 0 7rem;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: black;
}

.footer.footer--secondary a {
  color: inherit;
}

@media (min-width: 768px) {
  .footer.footer--secondary {
    padding: 4rem 0 4rem;
  }
}

.footer-copy {
  text-align: center;
  padding: 4rem 0;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 3.2rem;
}

.footer-copy__nav a {
  padding: 0 1rem;
}

.footer-copy .container > *:not(:last-child) {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .footer-copy {
    padding: 5rem 0 4.4rem;
  }

  .footer-copy .container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .footer-copy .container > *:not(:last-child) {
    margin-bottom: 0;
    margin-left: 7.2rem;
  }

  .footer-copy__nav a {
    padding: 0 1.5rem;
  }
}

.btn-arrow {
  display: flex;
  align-items: center;
}

.btn-arrow img {
  vertical-align: middle;
  margin-left: 1.6rem;
  transform: translateY(0.15rem);
}

.button {
  padding: 1.5rem 3rem;
  background-color: #cccccc;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

.button--dark {
  background-color: #333333;
}

.button--primary {
  background-color: #da002e;
}

.button--rounded {
  border-radius: 6rem;
}

@media (min-width: 768px) {
  .button {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.navbar-wrapper {
  padding: 3.2rem 0 2rem;
  position: relative;
  z-index: 10;
}

.navbar-wrapper a {
  color: inherit;
}

.navbar-wrapper a.active {
  color: #da002e;
}

.navbar-wrapper.navbar--gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  transition: background-color 0.71s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navbar-wrapper.navbar--gradient:hover {
  background-color: #ffffff;
}

.navbar-wrapper ul {
  padding: 0;
  margin: 0;
}

.top-navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-navbar > li:not(:first-child) {
  margin-left: 3rem;
}

.top-navbar a.active {
  color: #da002e;
}

@media (min-width: 1200px) {
  .top-navbar__drop:hover .top-navbar__drop-list {
    display: block !important;
  }
}

.top-navbar__drop.lang {
  text-transform: uppercase;
}

.top-navbar__drop.lang img {
  height: auto;
}

.top-navbar__drop {
  position: relative;
  cursor: pointer;
}

.top-navbar__drop > div {
  display: flex;
  align-items: center;
}

.top-navbar__drop > div img {
  margin-left: 1rem;
}

@media (max-width: 1199.98px) {
  .top-navbar__drop > div img {
    height: 10px;
  }
}

@media (max-width: 1199.98px) {
  .top-navbar__drop.visible img {
    transform: rotate(180deg);
  }
}

.top-navbar__drop.visible .top-navbar__drop-list {
  display: block !important;
}

.top-navbar__drop-list {
  z-index: 2;
  display: none;
  top: 100%;
  border-radius: 0.2rem;
  padding: 0.5rem;
  left: 0;
  right: auto;
}

@media (min-width: 992px) {
  .top-navbar__drop-list {
    position: absolute;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
}

.top-navbar__drop-list a {
  white-space: nowrap;
  padding: 0.25rem 1.5rem;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar__logo {
  transform: translateY(-0.3rem);
}

.navbar--active .navbar__burger .burger span:nth-child(1) {
  transform: rotate(45deg);
}

.navbar--active .navbar__burger .burger span:nth-child(2) {
  opacity: 0;
}

.navbar--active .navbar__burger .burger span:nth-child(3) {
  width: 100%;
  transform: rotate(-45deg);
}

.navbar__burger {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.navbar__burger .burger {
  position: relative;
  width: 2.4rem;
  height: 1.8rem;
  margin-left: 1.2rem;
}

.navbar__burger .burger span {
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  right: 0;
  background-color: #333333;
  border-radius: 0.3rem;
  transition: all 0.3s ease;
  transform-origin: 2%;
}

.navbar__burger .burger span:nth-child(1) {
  top: 0;
}

.navbar__burger .burger span:nth-child(2) {
  top: 0.8rem;
}

.navbar__burger .burger span:nth-child(3) {
  top: 1.6rem;
  width: 1.2rem;
}

@media (max-width: 1199.98px) {
  .navbar--active {
    height: 100vh;
    overflow: hidden;
  }
}

@media (max-width: 1199.98px) {
  .navbar--active .navbar__menu {
    transform: translateY(0);
  }

  .navbar--active .navbar__menu > * {
    opacity: 1;
    transition: opacity 0.5s ease 0.2s;
  }
}

@media (max-width: 1199.98px) {
  .navbar__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    text-align: left;
    padding-top: 14rem;
    z-index: -1;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    background-image: url(/images/bg-figure.svg?b885e3d1a77008d513ad0f2dce0c600d);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: -8rem -1rem;
  }

  .navbar__menu > * {
    opacity: 0;
  }

  .navbar__menu-wrapper {
    height: 100%;
    overflow: auto;
    padding: 4rem 7rem 4rem;
  }

  .navbar__menu-list {
    font-size: 2.1rem;
    line-height: 2.5rem;
    font-weight: 500;
  }

  .navbar__menu-list > *:not(:first-child) {
    margin-top: 1rem;
  }

  .navbar__menu-bottom {
    font-size: 1.8rem;
    margin-top: 6rem;
  }

  .navbar__menu-bottom > *:not(:first-child) {
    margin-top: 0.5rem;
  }

  .navbar__menu-lang {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .navbar__menu {
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .navbar__menu {
    padding-top: 7rem;
  }
}

@media (min-width: 1200px) {
  .navbar__menu-list {
    display: flex;
  }

  .navbar__menu-list > li:not(:first-child) {
    margin-left: 2.6rem;
  }

  .navbar__menu-list > li > a {
    font-size: 2.4rem;
    font-weight: 600;
    color: #000;
    transition: color 0.31s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .navbar__menu-list > li > a:hover {
    color: #242424;
  }

  .navbar__menu-list > li > a.active {
    color: #da002e;
  }
}

.navbar__drop {
  position: relative;
}

.navbar__drop:hover .navbar__drop-content-wrapper {
  visibility: visible;
  opacity: 1;
}

.navbar__drop-content {
  background-color: #333333;
  width: 34.2rem;
  color: #fff;
  box-shadow: 0 1rem 2rem black;
}

.navbar__drop-content-wrapper {
  position: absolute;
  top: 100%;
  padding-top: 1.8rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}

.navbar__drop-header {
  padding: 2rem 2rem 2.6rem;
}

.navbar__drop-heading {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 600;
}

.navbar__drop p {
  margin-top: 1rem;
}

.navbar__drop-list {
  padding-bottom: 4rem;
}

.navbar__drop-link {
  margin: 0;
  position: relative;
  z-index: 1;
}

.navbar__drop-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.2rem;
  transform: translateY(-50%);
  width: 7.72px;
  height: 13.79px;
  background-image: url(/images/drop-arrow.svg?934526a9da14d1463a2ecdc6c23009b0);
}

.navbar__drop-link a {
  padding-left: 3.6rem;
  width: 100%;
  font-size: 1.8rem;
  line-height: 4.4rem;
  color: #fff;
  font-weight: 400;
  transition: background-color 0.3s ease;
  padding-left: 5.8rem;
}

.navbar__drop-link a:hover {
  background-color: #da002e;
}

.logo img {
  width: 12rem;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .logo img {
    width: 27.4rem;
  }
}

.text-label {
  width: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (min-width: 768px) {
  .text-label--blog .text-label__content::before {
    right: -14rem;
  }
}

.text-label__heading br {
  content: " ";
  margin-bottom: 0.67em;
  display: block;
}

.text-label__content {
  color: #fff;
  z-index: 5;
  position: relative;
  padding: 6.3rem 6.2rem 6.7rem 0;
}

.text-label__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -100%;
  bottom: 0;
  background-color: rgba(218, 0, 46, 0.9);
  display: inline-block;
  z-index: -1;
}

.text-label--home .text-label__content {
  padding: 4rem 6.2rem 4rem 0;
}

.text-label__desc {
  margin-top: 2rem;
}

.text-label p {
  opacity: 0.8;
}

.text-label__link {
  margin-top: 2rem;
  color: white;
}

.text-label__arrow-down {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 6;
  transform: rotate(90deg);
}

.text-label__arrow-down--blog {
  bottom: 20rem;
}

.text-label__arrow-down:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .text-label {
    font-size: 2.4rem;
    line-height: 4rem;
  }

  .text-label--home .text-label__content {
    padding: 6.3rem 6.2rem 4.3rem 0;
  }

  .text-label__link {
    margin-top: 4.4rem;
  }
}

.newsletter {
  background-color: #e5e5e5;
}

.newsletter__text-box {
  max-width: 43.6rem;
}

.newsletter__text-box p {
  margin-top: 2rem;
}

.newsletter__form input {
  border: none;
  width: 100%;
  height: 8rem;
  padding: 0 3rem;
}

.newsletter__form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.newsletter__form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.newsletter__form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.newsletter__form input::-moz-placeholder {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: inherit;
}

.newsletter__form input:-ms-input-placeholder {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: inherit;
}

.newsletter__form input,
.newsletter__form input::placeholder {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: inherit;
}

.newsletter__social {
  display: inline-flex;
}

.newsletter__social li:not(:first-child) {
  margin-left: 3rem;
}

.newsletter__social img {
  vertical-align: middle;
  width: 8rem;
}

a.service-card {
  color: inherit;
}

.service-card {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  position: relative;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  will-change: opacity;
  transition: background-color 0.31s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.31s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: transparent;
  display: block;
}

@media (max-width: 991.98px) {
  .service-card {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-card__hero {
    width: 6rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    margin-right: 3rem;
  }

  .service-card__body {
    margin-top: 3rem;
  }

  .service-card:hover {
    padding-bottom: 2.7rem;
    margin-bottom: 3rem;
  }

  .service-card:hover .service-card__desc {
    display: block;
  }
}

.service-card:hover {
  z-index: 6;
  background-color: #fff;
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.16));
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.service-card:hover svg {
  fill: #da002e;
  color: #da002e;
}

.service-card:hover .service-card__heading {
  color: #da002e;
  transition: color 0.31s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-card:hover .service-card__link {
  opacity: 1;
  transition: opacity 0.31s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-card__hero {
  height: 6.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.service-card__hero::before {
  content: "";
  position: absolute;
  top: -4.1rem;
  left: -3rem;
  width: 13.1rem;
  height: 11.4rem;
  background-image: url(/images/bg-figure.svg?b885e3d1a77008d513ad0f2dce0c600d);
  background-position: center;
  background-size: cover;
  z-index: -1;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .service-card__hero::before {
    width: 9rem;
    height: 7.8rem;
    top: 0;
    left: -2rem;
  }
}

.service-card__icon {
  height: 100%;
  width: 61px;
  transition: all 0.31s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 991.98px) {
  .service-card__icon {
    padding-top: 25px;
  }
}

.service-card__heading {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 600;
  margin: 0;
}

.service-card__desc {
  margin-top: 1.4rem;
  opacity: 0.8;
  font-size: 1.8rem;
  line-height: 3rem;
}

@media (max-width: 991.98px) {
  .service-card__desc {
    display: none;
  }
}

.service-card__link {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #da002e;
  margin-top: 3rem;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .service-card__link {
    pointer-events: none;
  }
}

.service-card__link img {
  vertical-align: middle;
  margin-left: 1rem;
}

.news-card {
  background-color: #fff;
}

.news-card--gray {
  background-color: #efefef;
}

.news-card__hero img {
  vertical-align: middle;
}

.news-card__body {
  padding: 2rem 2rem 1rem;
}

.news-card__date {
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}

.news-card__heading {
  margin-top: 0.5rem;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  min-height: 6rem;
}

.news-card__desc {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.news-card__footer {
  padding: 0 2rem 3rem;
  line-height: 1.2;
  color: #da002e;
  display: flex;
  flex-wrap: wrap;
}

.news-card__footer > * {
  margin-bottom: 1rem;
}

.news-card__footer > *:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 991.98px) {
  .news-card__date {
    font-size: 1.1rem;
  }

  .news-card__heading {
    font-size: 1.6rem;
    min-height: 4.8rem;
  }

  .news-card__footer {
    font-size: 1.3rem;
  }
}

.news-card a {
  color: inherit;
}

.team-card-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 30;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.31s ease-in-out;
  display: none;
}

.team-card {
  background-color: #efefef;
  cursor: pointer;
}

.team-card.active {
  max-height: 100vh;
  max-width: 110rem;
  display: flex;
  background-color: #fff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.16);
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .team-card.active {
    max-width: 140rem;
  }
}

.team-card.active .team-card__body {
  overflow: auto;
  max-height: 556px;
}

@media (min-width: 1200px) {
  .team-card.active .team-card__body {
    max-height: 720px;
  }
}

.team-card.active .team-card__hero {
  min-width: 510px;
}

@media (min-width: 1200px) {
  .team-card.active .team-card__hero {
    min-width: 660px;
  }
}

@media (max-width: 991.98px) {
  .team-card.active {
    flex-direction: column;
    margin: 1rem;
    max-width: 510px;
  }

  .team-card.active .team-card__hero {
    min-width: auto;
  }

  .team-card.active .team-card__hero {
    max-height: 25rem !important;
    overflow: hidden !important;
  }

  .team-card.active .team-card__heading {
    font-size: 2.4rem !important;
    line-height: 3.2rem !important;
  }

  .team-card.active .team-card__body {
    padding: 2rem !important;
    max-height: 400px;
  }

  .team-card.active .team-card__desc {
    font-size: 1.4rem !important;
    margin-top: 1rem !important;
  }
}

.team-card.active > * {
  flex: 1;
}

.team-card.active .team-card__body {
  padding: 4rem;
}

.team-card.active .team-card__heading {
  color: #da002e;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 4.6rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0.8em;
          margin-block-end: 0.8em;
}

.team-card.active .team-card__position {
  margin-top: 1rem;
  opacity: 0.6;
  display: block;
}

.team-card.active .team-card__desc {
  margin-top: 2rem;
  font-size: 2rem;
  display: block;
}

.team-card.active .team-card__lang {
  margin-top: 2rem;
  font-size: 2rem;
  display: block;
}

@media (max-width: 991.98px) {
  .team-card.active .team-card__lang {
    font-size: 1.3rem;
  }
}

.team-card.active .team-card__social {
  margin-top: 4.4rem;
}

.team-card-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
}

.team-card__hero img {
  vertical-align: middle;
  min-width: 100%;
}

.team-card__body {
  padding: 2rem;
}

.team-card__heading {
  font-size: 2rem;
  font-weight: 600;
}

.team-card__subheading {
  opacity: 0.6;
  display: block;
  margin: -15px 0 -10px 0;
}

.team-card__position {
  margin-top: 1.5rem;
  font-size: 1.6rem;
}

.team-card__desc {
  display: none;
}

.team-card__position {
  display: none;
}

.team-card__lang {
  display: none;
}

.team-card__social {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

.team-card__social > *:not(:last-child) {
  margin-right: 2.4rem;
}

.file-card {
  background-color: #fff;
  padding: 0.6rem 1.5rem 1rem;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.file-card img {
  flex-shrink: 0;
  margin-right: 1.5rem;
}

.file-card__heading {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.file-card__size {
  margin: 0 !important;
  font-size: 1.2rem;
  opacity: 0.4;
}

.file-card__name {
  word-break: break-word;
}

.file-card a {
  color: inherit;
}

.partners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 3.5rem;
}

.partners > * {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

@media (min-width: 768px) {
  .partners {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .partners {
    gap: 6rem;
  }
}

.filter {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.filter-wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.filter li:not(:last-child) {
  margin-right: 3rem;
}

.filter__item {
  border: none;
  background-color: transparent;
  padding: 0;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}

.filter__item.active {
  color: #da002e;
}

.filter-card {
  transition: opacity 0.3s ease-out;
}

@media (min-width: 768px) {
  .filter-wrapper {
    padding-top: 10rem;
    padding-bottom: 20rem;
  }
}

.blog-widget {
  background-color: #eeeeee;
  padding: 3rem 2.7rem 4.4rem 3rem;
  min-height: 30rem;
}

.blog-widget__heading {
  font-size: 2.4rem;
  font-weight: 700;
}

.blog-widget p {
  margin-top: 2rem;
}

.blog-widget a {
  color: inherit;
}

.user-widget {
  display: flex;
  align-items: center;
}

.user-widget img {
  max-width: 7.5rem;
  border-radius: 6rem;
}

.user-widget__body {
  margin-left: 2rem;
}

.user-widget__heading {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.user-widget__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.user-widget__button {
  background-color: #fff;
  border-radius: 6rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .user-widget.user-widget--header {
    margin-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .user-widget.user-widget--header {
    margin-bottom: 15.6rem;
  }
}

.user-widget.user-widget--header .user-widget__body {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.user-widget.user-widget--header .user-widget__date {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}

.support {
  background-color: #da002e;
  width: 14.2rem;
  height: 12rem;
  position: fixed;
  right: 0;
  top: calc(100vh - 11.6rem);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.support img {
  width: 4.6rem;
}

.support p {
  margin-top: 1.3rem;
}

.support--active .support__modal {
  visibility: visible;
  opacity: 1;
}

.support__modal {
  position: absolute;
  background-color: #fff;
  padding: 4rem 5rem 3.6rem 4rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.16);
  color: #000;
  width: 56rem;
  bottom: 0;
  right: 0;
  font-size: 2rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.support__modal-close {
  position: absolute;
  top: 2rem;
  right: -1rem;
}

.support__modal-close img {
  width: 2.2rem;
  height: 2.2rem;
}

.support__modal-heading {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 4.6rem;
  color: #da002e;
}

.support__modal p {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 400;
}

.support__modal-contact {
  font-weight: 400;
  margin-top: 2rem;
}

.support__modal-contact a {
  color: inherit;
}

.support__modal-contact > div {
  display: flex;
  align-items: center;
}

.support__modal-contact > div:not(:first-child) {
  margin-top: 1rem;
}

.support__modal-contact img {
  width: 3.1rem;
  margin-right: 2rem;
  flex-shrink: 0;
}

.support__modal-contact span {
  display: inline-block;
}

.support__modal-work {
  margin-top: 4rem;
}

.support__modal-work p {
  margin-top: 0;
}

.support__modal-work p:first-child {
  margin-bottom: 1.3rem;
}

.support__modal .button {
  margin-top: 4rem;
  font-weight: 400;
  font-size: 1.8rem;
}

.grid-item {
  width: 100%;
}

@media (min-width: 576px) {
  .grid-item {
    padding: 1rem;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .grid-item {
    width: 33%;
  }
}

.grid-item div {
  padding-top: 1rem;
}

.grid-item div a {
  border: 4px solid white;
}

.grid-item div a:hover {
  border-color: #da002e;
}

.grid-item div a img {
  width: 100%;
  height: auto;
}

.grid {
  margin: 0 auto;
  padding-top: 1.5rem;
}

::-moz-placeholder {
  color: #9DA7AC !important;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #9DA7AC !important;
  text-transform: uppercase;
}

::placeholder {
  color: #9DA7AC !important;
  text-transform: uppercase;
}

.form-control {
  height: calc(1.5em + 1rem + 10px);
  font-size: 14px;
  padding-left: 25px;
  border: 3px solid #CCD1D4;
}

#contact_form_save,
#application_form_save {
  font-size: 14px;
  outline: none;
  cursor: pointer;
}

#contact_form_message,
#application_form_message {
  height: 140px;
  border-radius: 1rem;
}

.form-application #application_form_file {
  color: #9DA7AC !important;
  cursor: pointer;
}

.form-application .custom-file-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 84px;
  margin-bottom: 0;
  border: 3px solid #CCD1D4;
  color: #9DA7AC !important;
  border-radius: 50rem !important;
  font-size: 14px;
  height: calc(1.5em + 1rem + 10px);
  text-transform: uppercase;
  line-height: calc(1.5em + 10px);
  padding-left: 25px;
}

.form-application .custom-file-label::after {
  height: 100%;
  border: none;
  text-transform: uppercase;
  line-height: calc(1.5em + 10px);
}

.form-error-icon {
  line-height: 1.5;
}

#captcha {
  font-size: 80%;
}

.form-group button {
  border: none;
}

.form-check {
  padding-left: 2.25rem;
}

.form-check .form-check-input {
  margin-left: -2.25rem;
  margin-top: 1rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

#contact_form_message {
  font-family: Arial;
}

/* Style tab links */

.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
}

.tablink.active {
  background-color: #777;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */

.tabcontent {
  display: none;
  width: 100%;
}

.top-navbar #search input[type=text] {
  outline: none;
  color: transparent;
  cursor: pointer;
  background: transparent url(/images/svg/icon-search.svg) no-repeat 10px center;
  padding: 9px 10px 9px 32px;
  border: none;
  border-radius: 10em;
  transition: all 0.5s;
  width: 0;
}

.top-navbar #search input[type=text]:focus {
  width: 200px;
  padding-left: 35px;
  color: #212529;
  background-color: #fff;
  cursor: auto;
  border: solid 1px #da002e;
  box-shadow: 0 0 5px rgba(218, 0, 46, 0.5);
}

.top-navbar #search input[type=text]::-webkit-search-decoration,
.top-navbar #search input[type=text]::-webkit-search-cancel-button {
  display: none;
}

#search-mobile input[type=search] {
  color: #212529;
  cursor: pointer;
  background: transparent url(/images/svg/icon-search.svg) no-repeat 10px center;
  padding: 9px 10px 9px 35px;
  border: #da002e solid 1px;
  width: 100%;
  max-width: 250px;
  border-radius: 10em;
}

#search-mobile input[type=search]:focus {
  box-shadow: 0 0 5px #da002e;
  outline: none;
}

#search-mobile input[type=search]::-webkit-search-decoration,
#search-mobile input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.autocomplete-suggestions {
  background-color: white;
  box-shadow: 5px 1rem 1rem 0 rgba(0, 0, 0, 0.175);
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 5px;
  font-size: 14px;
  overflow: hidden;
  z-index: 10 !important;
}

.autocomplete-suggestions .autocomplete-suggestion {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar__mobile .navbar-toggler-lang {
  padding-top: calc( (1rem + 10px - 0.1em)/2);
}

.vs__selected-options {
  font-weight: 600;
  font-size: 1.8rem;
}

.vs__dropdown-toggle {
  border-width: 3px;
}

.vs__dropdown-option--highlight {
  background-color: #da002e;
}

.vs__dropdown-option {
  font-weight: 600;
}

.page-changer button {
  width: 40px;
  height: 40px;
  background: white url("/images/svg/icon-arrow-down-primary.svg") no-repeat center;
  background-size: 60%;
  border-radius: 20em;
  border-width: 1px;
  padding: 14px;
  margin: 5px;
  outline: none;
}

.page-changer button:hover {
  cursor: pointer;
}

.page-changer button.previous {
  transform: rotate(180deg);
}

.page-changer button:disabled {
  cursor: unset;
  opacity: 0.5;
}

.lightbox .lb-data .lb-details {
  width: 100%;
}

.lightbox .lb-data .lb-close {
  background-image: url("/images/svg/icon-close-white.svg");
}

.lightbox .lb-data .lb-number {
  text-align: center;
  color: white;
}

.lightbox {
  align-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: fixed !important;
  top: 0 !important;
}

#lightboxOverlay {
  height: 100% !important;
  left: 0;
  position: fixed !important;
  top: 0;
  width: 100% !important;
}

.lb-outerContainer {
  margin: auto;
}

@media (max-width: 991.98px) {
  .lb-outerContainer .lb-nav a {
    background-size: 15%;
  }

  .lb-outerContainer .lb-nav a.lb-prev {
    background-image: url("/images/prev-new.png");
    width: 50%;
  }

  .lb-outerContainer .lb-nav a.lb-next {
    width: 50%;
    background-image: url("/images/next-new.png");
  }
}

.lb-image {
  margin: auto;
}

.lb-close {
  bottom: 100%;
  position: fixed;
  right: 3%;
  top: 30px;
}

#read .read-more-link {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 1em;
}

#read .read-more-link.collapsed .arrow {
  transform: rotate(0deg);
}

#read .read-more-link.collapsed ~ div {
  display: none;
}

#read .read-more-link:hover {
  cursor: pointer;
}

#read .read-more-link .arrow {
  transition: all 0.5s;
  background-image: url("/images/svg/icon-arrow-down-primary.svg");
  transform: rotate(90deg);
  display: inline;
  height: 12px;
  width: 3.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
}

.section-quote-container .swiper-button-next:after,
.section-quote-container .swiper-button-prev:after {
  color: gray;
}

.section-quote-container .swiper-button-next {
  right: 50px;
}

.section-quote-container .swiper-button-prev {
  left: 50px;
}

.section-quote-container .swiper-pagination {
  bottom: 2rem !important;
}

@media (min-width: 768px) {
  .section-quote-container .swiper-pagination {
    bottom: 4rem !important;
  }
}

.section-quote-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background: #ffffff;
  opacity: 0.4;
  width: 15px;
  height: 15px;
}

.section-quote-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
}

:root {
  --swiper-navigation-size: 60px !important;
}

#work-with-us .team-card,
#work-with-us-detail .team-card {
  background: none;
}

#work-with-us .team-card.active,
#work-with-us-detail .team-card.active {
  background: white;
  z-index: 0;
}

@media (min-width: 1200px) {
  #work-with-us .team-card.active,
  #work-with-us-detail .team-card.active {
    max-width: 80rem;
  }
}

#work-with-us .team-card.active .team-card__heading,
#work-with-us-detail .team-card.active .team-card__heading {
  font-size: 2.5rem;
  line-height: 3.2rem;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

#work-with-us .team-card.active .team-card__hero,
#work-with-us-detail .team-card.active .team-card__hero {
  align-self: center;
  height: 22rem;
  min-width: unset;
  width: 100%;
  display: flex;
}

@media (min-width: 992px) {
  #work-with-us .team-card.active .team-card__hero,
  #work-with-us-detail .team-card.active .team-card__hero {
    max-width: 25rem;
  }
}

#work-with-us .team-card.active .team-card__hero img,
#work-with-us-detail .team-card.active .team-card__hero img {
  transition: none;
  transform: none;
  margin-left: auto;
  margin-right: auto;
  height: 250px;
  min-width: unset;
  margin-top: 33px;
  padding: 55px;
}

@media (min-width: 992px) {
  #work-with-us .team-card.active .team-card__hero img,
  #work-with-us-detail .team-card.active .team-card__hero img {
    height: auto;
    padding: 26px;
    margin-top: 60px;
  }
}

#work-with-us .team-card.active .team-card__hero:before,
#work-with-us-detail .team-card.active .team-card__hero:before {
  background-position: center;
  background-image: url(/images/svg/bg-figure-red.svg);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
}

#work-with-us .team-card__hero,
#work-with-us-detail .team-card__hero {
  position: relative;
}

#work-with-us .team-card__hero:before,
#work-with-us-detail .team-card__hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/images/bg-figure.svg);
  background-size: contain;
  z-index: -1;
  display: inline-block;
  background-repeat: no-repeat;
}

#work-with-us .team-card__hero img,
#work-with-us-detail .team-card__hero img {
  padding: 25%;
  transition: transform 0.5s;
  transform-origin: bottom center;
}

#work-with-us .team-card__hero img:hover,
#work-with-us-detail .team-card__hero img:hover {
  transform: scale(1.15);
}

#work-with-us-detail .team-card__hero img {
  margin-top: 0;
}

@media screen and (max-width: 550px) {
  .job-offer-header .col-4 {
    padding-right: 0;
  }
}

.job-offer-header .icon-elements {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 550px) {
  .job-offer-header .icon-elements {
    height: 100%;
  }
}

.job-offer-header .icon-elements img {
  width: 70px;
  margin-top: 0 !important;
}

@media screen and (max-width: 550px) {
  .job-offer-header .icon-elements img {
    width: 50px;
  }
}

.job-offer-header .icon-elements div {
  margin-left: 20px;
}

@media screen and (max-width: 550px) {
  .job-offer-header .icon-elements div {
    margin-left: 3px;
  }
}

.job-offer-header h3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.job-detail.icon-list p {
  margin-top: 0;
}

.event-form .radio-control .form-group {
  border: none;
  text-align: left;
}

.event-form .radio-control .title-radio {
  display: flex;
  flex-direction: column;
}

.event-form .radio-control .title-radio .form-check {
  margin-right: 40px;
}

.event-form .form-check .form-check-input {
  cursor: pointer;
}

.event-form .form-check .form-check-label {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .event-form .radio-control .form-check .form-check-input {
    margin-top: 7px;
  }

  .event-form #event_form_datenschutz {
    margin-top: 7px;
  }
}

@media screen and (max-width: 991px) {
  .event-form .radio-control {
    margin-top: 27px;
  }
}

.event-form #event_form_message {
  height: 140px;
  border-radius: 1rem;
  font-family: Arial;
}

.event-form .submit-button {
  cursor: pointer;
}

.seal-container {
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  z-index: 6;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .seal-container {
    top: 160px;
  }
}

@media screen and (min-width: 1200px) {
  .seal-container {
    max-width: 1520px;
    top: 200px;
  }
}

@media screen and (min-width: 992px) {
  .seal-container .seal img.sealS {
    display: none;
  }
}

.seal-container .seal img.sealL {
  display: none;
}

@media screen and (min-width: 992px) {
  .seal-container .seal img.sealL {
    display: block;
  }
}

.service-cards {
  margin-right: 0;
  margin-left: 0;
}

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

.section-news {
  background-color: #eeeeee;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .section-news .row > *:not(:first-child) {
    margin-top: 4rem;
  }
}

.section-news .swiper-container {
  overflow: initial !important;
}

.section-partners {
  padding: 6rem 0 10rem;
}

@media (min-width: 768px) {
  .section-partners {
    padding: 17.2rem 0 20.2rem;
  }
}

.team-cards {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.team-cards > * {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.team-cards a {
  color: inherit;
}

.news-cards {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.news-cards > * {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.news-cards a {
  color: inherit;
}

.pimcore_area_team .filter-wrapper {
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .pimcore_area_team .filter-wrapper {
    padding-bottom: 10rem;
  }
}

.result .paginator a {
  color: black;
}

.result .paginator a.active {
  color: #da002e;
}

.result__text {
  opacity: 0.6;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.result-item h3 {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  line-height: 1.35;
  color: #da002e;
}

.result-item .highlight {
  font-weight: bold;
}

.result-item a {
  color: #da002e;
}

.result__list {
  padding-left: 0;
}

.result__form input {
  height: 40px;
  padding: 8px;
  width: 100%;
  border: 3px solid #ccd1d4;
  margin-right: 0.5rem;
}

.result__form button {
  border: 3px solid #ccd1d4;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.blog-details__hero {
  vertical-align: middle;
}

.blog-details__tags {
  display: flex;
  color: #da002e;
  font-size: 2.4rem;
  font-weight: 600;
}

.blog-details__tags a:not(:last-child) {
  margin-right: 3rem;
}

.blog-details__subtitle {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4rem;
}

.blog-details h3 + p {
  margin-top: 0 !important;
}

.blog-details p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-top: 4rem;
}

.blog-details img:not(.blog-details__hero) {
  vertical-align: middle;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .blog-details__hero {
    max-width: 120rem;
  }
}

.blog-share {
  border-top: 1px solid #707070;
}

.blog-share__heading {
  color: #da002e;
  font-size: 2.4rem;
  font-weight: 600;
}

.blog-share__social {
  margin-top: 2rem;
}

.blog-share__social a:not(:last-child) {
  margin-right: 2rem;
}

.blog-share__social img {
  max-width: 4.5rem;
  vertical-align: middle;
}

.blog-related {
  padding: 6rem 0;
}

@media (min-width: 768px) {
  .blog-related {
    padding-top: 8rem;
    padding-bottom: 20rem;
  }
}

.career-page {
  padding: 0 0 6rem;
}

@media (min-width: 768px) {
  .career-page {
    padding: 0 0 10rem;
  }
}

.icon-list ul {
  padding: 0;
  list-style: none;
}

.icon-list ul li {
  position: relative;
  padding-left: 6.4rem;
}

.icon-list ul li::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 2rem;
  width: 17.11px;
  height: 14.92px;
  background-image: url(/images/icon-list.svg?5054f482f868d78f15d8b7e14ae11001);
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-list ul li:not(:first-child) {
  margin-top: 1rem;
}

.gallery-office {
  margin: -1.5rem;
}

.gallery-office > * {
  padding: 1.5rem;
}

.gallery-office img {
  width: 100%;
  max-height: 50rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.year {
  font-size: 2rem;
  line-height: 3.2rem;
  color: #333333;
  background-color: #cccccc;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
}

.year--active {
  background-color: #da002e;
  color: #fff;
}

@media (min-width: 768px) {
  .year {
    font-size: 2.4rem;
    padding: 2rem;
  }
}

.years {
  position: relative;
}

.years::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #cccccc;
  width: 0.2rem;
  height: 100%;
  z-index: -1;
}

.years > *:not(:last-child) {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .years > *:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.section-services .heading-secondary {
  padding-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .section-services .heading-secondary {
    padding-bottom: 55px;
  }
}

.swiper-section {
  background-color: #F8F8F8;
  padding: 64px 0;
  overflow-x: hidden;
}

.swiper-section .container {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

@media screen and (min-width: 992px) {
  .swiper-section {
    padding: 120px 0;
  }
}

.swiper__header {
  margin: 0 auto;
  text-align: center;
}

.swiper__content {
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.swiper__content-header {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.swiper__content-header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid black;
}

@media screen and (min-width: 992px) {
  .swiper__content-header-inner {
    margin: 0;
  }
}

.swiper__header-item {
  position: relative;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-32, 32px);
  transition: all 250ms ease-in-out;
  cursor: pointer;
  padding: 0 2px;
  text-align: center;
  margin-left: -2px;
}

.swiper__header-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 24px - 5px);
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: black;
  z-index: 1;
}

.swiper__header-item span {
  display: none;
}

.swiper__header-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 24px - 5px);
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: white;
  transition: transform 250ms ease-in-out;
  transform-origin: center;
  opacity: 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.swiper__header-item.\--active-x {
  font-size: 25px;
  font-weight: 600;
  padding: 0;
}

.swiper__header-item.\--active-x::after {
  opacity: 1;
  transform: scale(2.8);
}

@media screen and (min-width: 992px) {
  .swiper__header-item {
    width: 100%;
    margin-left: 0px;
  }

  .swiper__header-item span {
    display: block;
  }
}

.swiper__content-body {
  position: relative;
  min-height: 586px;
}

@media screen and (min-width: 992px) {
  .swiper__content-body {
    min-height: 424px;
  }
}

.swiper__item-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.swiper__item {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 24px 32px;
  width: 100vw;
  transition: transform 250ms ease-in-out;
  transform: translateX(100%);
}

.swiper__item.\--active {
  transform: translateX(0px);
}

.swiper__item.\--done {
  transform: translateX(-100%);
}

@media screen and (min-width: 992px) {
  .swiper__item {
    flex-direction: row;
    gap: 116px;
    padding: 80px 0;
  }
}

.swiper__item-image {
  position: relative;
  width: 160px;
  z-index: 1;
}

.swiper__item-image img {
  width: inherit;
  position: relative;
  z-index: 1;
}

.swiper__item-image::before {
  content: "";
  position: absolute;
  width: 24rem;
  height: 21rem;
  top: 8rem;
  left: 7rem;
  transform: translate(-50%, -50%);
  background-image: url(/images/bg-figure-white.svg?b885e3d1a77008d513ad0f2dce0c600d);
  background-position: center;
  background-size: cover;
  display: inline-block;
}

@media (min-width: 992px) {
  .swiper__item-image {
    width: 302px;
  }

  .swiper__item-image::before {
    width: 468px;
    height: 408px;
    top: 40%;
    left: 40%;
  }
}

.swiper__item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.swiper__item-content ul {
  list-style-type: disc;
}

.swiper__item-title {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}

.swiper__item-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.swiper__swipe-btn {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 250ms ease-in-out;
}

.swiper__swipe-btn.\--prev {
  left: 0;
}

.swiper__swipe-btn.\--prev:hover {
  transform: translateY(-50%) translateX(-8px);
}

.swiper__swipe-btn.\--next {
  right: 0;
}

.swiper__swipe-btn.\--next:hover {
  transform: translateY(-50%) translateX(8px);
}

@media (min-width: 992px) {
  .swiper__swipe-btn {
    display: block;
    top: 50%;
  }
}

.ctan-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  position: relative;
  background-color: #A30F29;
  padding: 64px 16px;
  overflow: hidden;
  text-align: center;
}

.ctan-section .nl-link-button {
  background: #ffffff;
  padding: 20px;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  cursor: pointer;
  max-height: 64px !important;
}

.ctan-section .nl-link-button:hover {
  background-color: #f5f5f5;
}

@media screen and (min-width: 992px) {
  .ctan-section {
    text-align: unset;
    padding: 80px 140px 100px;
  }
}

.ctan__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.ctan__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ctan__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.ctan__title {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 92% */
  color: white !important;
  width: 100%;
}

.ctan__text {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  /* 153.333% */
  color: white !important;
  width: 100%;
}

.ctan__bg-shape {
  position: absolute;
  right: 0;
  bottom: -160px;
}

@media screen and (min-width: 992px) {
  .ctan__bg-shape {
    right: unset;
    bottom: unset;
    left: -24%;
    top: -160%;
  }
}

@media screen and (min-width: 1920px) {
  .ctan__bg-shape {
    right: unset;
    bottom: unset;
    left: 0%;
    top: -160%;
  }
}

