/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot');
  src: url('/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2') format('woff2'), url('/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff') format('woff'), url('/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf') format('truetype'), url('/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'Feather';
  src:
    url('Feather.ttf?sdxovp') format('truetype'),
    url('Feather.woff?sdxovp') format('woff'),
    url('Feather.svg?sdxovp#Feather') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fe {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Feather' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fe-activity:before {
  content: "\e900";
}
.fe-airplay:before {
  content: "\e901";
}
.fe-alert-circle:before {
  content: "\e902";
}
.fe-alert-octagon:before {
  content: "\e903";
}
.fe-alert-triangle:before {
  content: "\e904";
}
.fe-align-center:before {
  content: "\e905";
}
.fe-align-justify:before {
  content: "\e906";
}
.fe-align-left:before {
  content: "\e907";
}
.fe-align-right:before {
  content: "\e908";
}
.fe-anchor:before {
  content: "\e909";
}
.fe-aperture:before {
  content: "\e90a";
}
.fe-archive:before {
  content: "\e90b";
}
.fe-arrow-down:before {
  content: "\e90c";
}
.fe-arrow-down-circle:before {
  content: "\e90d";
}
.fe-arrow-down-left:before {
  content: "\e90e";
}
.fe-arrow-down-right:before {
  content: "\e90f";
}
.fe-arrow-left:before {
  content: "\e910";
}
.fe-arrow-left-circle:before {
  content: "\e911";
}
.fe-arrow-right:before {
  content: "\e912";
}
.fe-arrow-right-circle:before {
  content: "\e913";
}
.fe-arrow-up:before {
  content: "\e914";
}
.fe-arrow-up-circle:before {
  content: "\e915";
}
.fe-arrow-up-left:before {
  content: "\e916";
}
.fe-arrow-up-right:before {
  content: "\e917";
}
.fe-at-sign:before {
  content: "\e918";
}
.fe-award:before {
  content: "\e919";
}
.fe-bar-chart:before {
  content: "\e91a";
}
.fe-bar-chart-2:before {
  content: "\e91b";
}
.fe-battery:before {
  content: "\e91c";
}
.fe-battery-charging:before {
  content: "\e91d";
}
.fe-bell:before {
  content: "\e91e";
}
.fe-bell-off:before {
  content: "\e91f";
}
.fe-bluetooth:before {
  content: "\e920";
}
.fe-bold:before {
  content: "\e921";
}
.fe-book:before {
  content: "\e922";
}
.fe-book-open:before {
  content: "\e923";
}
.fe-bookmark:before {
  content: "\e924";
}
.fe-box:before {
  content: "\e925";
}
.fe-briefcase:before {
  content: "\e926";
}
.fe-calendar:before {
  content: "\e927";
}
.fe-camera:before {
  content: "\e928";
}
.fe-camera-off:before {
  content: "\e929";
}
.fe-cast:before {
  content: "\e92a";
}
.fe-check:before {
  content: "\e92b";
}
.fe-check-circle:before {
  content: "\e92c";
}
.fe-check-square:before {
  content: "\e92d";
}
.fe-chevron-down:before {
  content: "\e92e";
}
.fe-chevron-left:before {
  content: "\e92f";
}
.fe-chevron-right:before {
  content: "\e930";
}
.fe-chevron-up:before {
  content: "\e931";
}
.fe-chevrons-down:before {
  content: "\e932";
}
.fe-chevrons-left:before {
  content: "\e933";
}
.fe-chevrons-right:before {
  content: "\e934";
}
.fe-chevrons-up:before {
  content: "\e935";
}
.fe-chrome:before {
  content: "\e936";
}
.fe-circle:before {
  content: "\e937";
}
.fe-clipboard:before {
  content: "\e938";
}
.fe-clock:before {
  content: "\e939";
}
.fe-cloud:before {
  content: "\e93a";
}
.fe-cloud-drizzle:before {
  content: "\e93b";
}
.fe-cloud-lightning:before {
  content: "\e93c";
}
.fe-cloud-off:before {
  content: "\e93d";
}
.fe-cloud-rain:before {
  content: "\e93e";
}
.fe-cloud-snow:before {
  content: "\e93f";
}
.fe-code:before {
  content: "\e940";
}
.fe-codepen:before {
  content: "\e941";
}
.fe-command:before {
  content: "\e942";
}
.fe-compass:before {
  content: "\e943";
}
.fe-copy:before {
  content: "\e944";
}
.fe-corner-down-left:before {
  content: "\e945";
}
.fe-corner-down-right:before {
  content: "\e946";
}
.fe-corner-left-down:before {
  content: "\e947";
}
.fe-corner-left-up:before {
  content: "\e948";
}
.fe-corner-right-down:before {
  content: "\e949";
}
.fe-corner-right-up:before {
  content: "\e94a";
}
.fe-corner-up-left:before {
  content: "\e94b";
}
.fe-corner-up-right:before {
  content: "\e94c";
}
.fe-cpu:before {
  content: "\e94d";
}
.fe-credit-card:before {
  content: "\e94e";
}
.fe-crop:before {
  content: "\e94f";
}
.fe-crosshair:before {
  content: "\e950";
}
.fe-database:before {
  content: "\e951";
}
.fe-delete:before {
  content: "\e952";
}
.fe-disc:before {
  content: "\e953";
}
.fe-dollar-sign:before {
  content: "\e954";
}
.fe-download:before {
  content: "\e955";
}
.fe-download-cloud:before {
  content: "\e956";
}
.fe-droplet:before {
  content: "\e957";
}
.fe-edit:before {
  content: "\e958";
}
.fe-edit-2:before {
  content: "\e959";
}
.fe-edit-3:before {
  content: "\e95a";
}
.fe-external-link:before {
  content: "\e95b";
}
.fe-eye:before {
  content: "\e95c";
}
.fe-eye-off:before {
  content: "\e95d";
}
.fe-facebook:before {
  content: "\e95e";
}
.fe-fast-forward:before {
  content: "\e95f";
}
.fe-feather:before {
  content: "\e960";
}
.fe-file:before {
  content: "\e961";
}
.fe-file-minus:before {
  content: "\e962";
}
.fe-file-plus:before {
  content: "\e963";
}
.fe-file-text:before {
  content: "\e964";
}
.fe-film:before {
  content: "\e965";
}
.fe-filter:before {
  content: "\e966";
}
.fe-flag:before {
  content: "\e967";
}
.fe-folder:before {
  content: "\e968";
}
.fe-folder-minus:before {
  content: "\e969";
}
.fe-folder-plus:before {
  content: "\e96a";
}
.fe-gift:before {
  content: "\e96b";
}
.fe-git-branch:before {
  content: "\e96c";
}
.fe-git-commit:before {
  content: "\e96d";
}
.fe-git-merge:before {
  content: "\e96e";
}
.fe-git-pull-request:before {
  content: "\e96f";
}
.fe-github:before {
  content: "\e970";
}
.fe-gitlab:before {
  content: "\e971";
}
.fe-globe:before {
  content: "\e972";
}
.fe-grid:before {
  content: "\e973";
}
.fe-hard-drive:before {
  content: "\e974";
}
.fe-hash:before {
  content: "\e975";
}
.fe-headphones:before {
  content: "\e976";
}
.fe-heart:before {
  content: "\e977";
}
.fe-help-circle:before {
  content: "\e978";
}
.fe-home:before {
  content: "\e979";
}
.fe-image:before {
  content: "\e97a";
}
.fe-inbox:before {
  content: "\e97b";
}
.fe-info:before {
  content: "\e97c";
}
.fe-instagram:before {
  content: "\e97d";
}
.fe-italic:before {
  content: "\e97e";
}
.fe-layers:before {
  content: "\e97f";
}
.fe-layout:before {
  content: "\e980";
}
.fe-life-buoy:before {
  content: "\e981";
}
.fe-link:before {
  content: "\e982";
}
.fe-link-2:before {
  content: "\e983";
}
.fe-linkedin:before {
  content: "\e984";
}
.fe-list:before {
  content: "\e985";
}
.fe-loader:before {
  content: "\e986";
}
.fe-lock:before {
  content: "\e987";
}
.fe-log-in:before {
  content: "\e988";
}
.fe-log-out:before {
  content: "\e989";
}
.fe-mail:before {
  content: "\e98a";
}
.fe-map:before {
  content: "\e98b";
}
.fe-map-pin:before {
  content: "\e98c";
}
.fe-maximize:before {
  content: "\e98d";
}
.fe-maximize-2:before {
  content: "\e98e";
}
.fe-menu:before {
  content: "\e98f";
}
.fe-message-circle:before {
  content: "\e990";
}
.fe-message-square:before {
  content: "\e991";
}
.fe-mic:before {
  content: "\e992";
}
.fe-mic-off:before {
  content: "\e993";
}
.fe-minimize:before {
  content: "\e994";
}
.fe-minimize-2:before {
  content: "\e995";
}
.fe-minus:before {
  content: "\e996";
}
.fe-minus-circle:before {
  content: "\e997";
}
.fe-minus-square:before {
  content: "\e998";
}
.fe-monitor:before {
  content: "\e999";
}
.fe-moon:before {
  content: "\e99a";
}
.fe-more-horizontal:before {
  content: "\e99b";
}
.fe-more-vertical:before {
  content: "\e99c";
}
.fe-move:before {
  content: "\e99d";
}
.fe-music:before {
  content: "\e99e";
}
.fe-navigation:before {
  content: "\e99f";
}
.fe-navigation-2:before {
  content: "\e9a0";
}
.fe-octagon:before {
  content: "\e9a1";
}
.fe-package:before {
  content: "\e9a2";
}
.fe-paperclip:before {
  content: "\e9a3";
}
.fe-pause:before {
  content: "\e9a4";
}
.fe-pause-circle:before {
  content: "\e9a5";
}
.fe-percent:before {
  content: "\e9a6";
}
.fe-phone:before {
  content: "\e9a7";
}
.fe-phone-call:before {
  content: "\e9a8";
}
.fe-phone-forwarded:before {
  content: "\e9a9";
}
.fe-phone-incoming:before {
  content: "\e9aa";
}
.fe-phone-missed:before {
  content: "\e9ab";
}
.fe-phone-off:before {
  content: "\e9ac";
}
.fe-phone-outgoing:before {
  content: "\e9ad";
}
.fe-pie-chart:before {
  content: "\e9ae";
}
.fe-play:before {
  content: "\e9af";
}
.fe-play-circle:before {
  content: "\e9b0";
}
.fe-plus:before {
  content: "\e9b1";
}
.fe-plus-circle:before {
  content: "\e9b2";
}
.fe-plus-square:before {
  content: "\e9b3";
}
.fe-pocket:before {
  content: "\e9b4";
}
.fe-power:before {
  content: "\e9b5";
}
.fe-printer:before {
  content: "\e9b6";
}
.fe-radio:before {
  content: "\e9b7";
}
.fe-refresh-ccw:before {
  content: "\e9b8";
}
.fe-refresh-cw:before {
  content: "\e9b9";
}
.fe-repeat:before {
  content: "\e9ba";
}
.fe-rewind:before {
  content: "\e9bb";
}
.fe-rotate-ccw:before {
  content: "\e9bc";
}
.fe-rotate-cw:before {
  content: "\e9bd";
}
.fe-rss:before {
  content: "\e9be";
}
.fe-save:before {
  content: "\e9bf";
}
.fe-scissors:before {
  content: "\e9c0";
}
.fe-search:before {
  content: "\e9c1";
}
.fe-send:before {
  content: "\e9c2";
}
.fe-server:before {
  content: "\e9c3";
}
.fe-settings:before {
  content: "\e9c4";
}
.fe-share:before {
  content: "\e9c5";
}
.fe-share-2:before {
  content: "\e9c6";
}
.fe-shield:before {
  content: "\e9c7";
}
.fe-shield-off:before {
  content: "\e9c8";
}
.fe-shopping-bag:before {
  content: "\e9c9";
}
.fe-shopping-cart:before {
  content: "\e9ca";
}
.fe-shuffle:before {
  content: "\e9cb";
}
.fe-sidebar:before {
  content: "\e9cc";
}
.fe-skip-back:before {
  content: "\e9cd";
}
.fe-skip-forward:before {
  content: "\e9ce";
}
.fe-slack:before {
  content: "\e9cf";
}
.fe-slash:before {
  content: "\e9d0";
}
.fe-sliders:before {
  content: "\e9d1";
}
.fe-smartphone:before {
  content: "\e9d2";
}
.fe-speaker:before {
  content: "\e9d3";
}
.fe-square:before {
  content: "\e9d4";
}
.fe-star:before {
  content: "\e9d5";
}
.fe-stop-circle:before {
  content: "\e9d6";
}
.fe-sun:before {
  content: "\e9d7";
}
.fe-sunrise:before {
  content: "\e9d8";
}
.fe-sunset:before {
  content: "\e9d9";
}
.fe-tablet:before {
  content: "\e9da";
}
.fe-tag:before {
  content: "\e9db";
}
.fe-target:before {
  content: "\e9dc";
}
.fe-terminal:before {
  content: "\e9dd";
}
.fe-thermometer:before {
  content: "\e9de";
}
.fe-thumbs-down:before {
  content: "\e9df";
}
.fe-thumbs-up:before {
  content: "\e9e0";
}
.fe-toggle-left:before {
  content: "\e9e1";
}
.fe-toggle-right:before {
  content: "\e9e2";
}
.fe-trash:before {
  content: "\e9e3";
}
.fe-trash-2:before {
  content: "\e9e4";
}
.fe-trending-down:before {
  content: "\e9e5";
}
.fe-trending-up:before {
  content: "\e9e6";
}
.fe-triangle:before {
  content: "\e9e7";
}
.fe-truck:before {
  content: "\e9e8";
}
.fe-tv:before {
  content: "\e9e9";
}
.fe-twitter:before {
  content: "\e9ea";
}
.fe-type:before {
  content: "\e9eb";
}
.fe-umbrella:before {
  content: "\e9ec";
}
.fe-underline:before {
  content: "\e9ed";
}
.fe-unlock:before {
  content: "\e9ee";
}
.fe-upload:before {
  content: "\e9ef";
}
.fe-upload-cloud:before {
  content: "\e9f0";
}
.fe-user:before {
  content: "\e9f1";
}
.fe-user-check:before {
  content: "\e9f2";
}
.fe-user-minus:before {
  content: "\e9f3";
}
.fe-user-plus:before {
  content: "\e9f4";
}
.fe-user-x:before {
  content: "\e9f5";
}
.fe-users:before {
  content: "\e9f6";
}
.fe-video:before {
  content: "\e9f7";
}
.fe-video-off:before {
  content: "\e9f8";
}
.fe-voicemail:before {
  content: "\e9f9";
}
.fe-volume:before {
  content: "\e9fa";
}
.fe-volume-1:before {
  content: "\e9fb";
}
.fe-volume-2:before {
  content: "\e9fc";
}
.fe-volume-x:before {
  content: "\e9fd";
}
.fe-watch:before {
  content: "\e9fe";
}
.fe-wifi:before {
  content: "\e9ff";
}
.fe-wifi-off:before {
  content: "\ea00";
}
.fe-wind:before {
  content: "\ea01";
}
.fe-x:before {
  content: "\ea02";
}
.fe-x-circle:before {
  content: "\ea03";
}
.fe-x-square:before {
  content: "\ea04";
}
.fe-youtube:before {
  content: "\ea05";
}
.fe-zap:before {
  content: "\ea06";
}
.fe-zap-off:before {
  content: "\ea07";
}
.fe-zoom-in:before {
  content: "\ea08";
}
.fe-zoom-out:before {
  content: "\ea09";
}
@charset "UTF-8";
/**
 * Custom variables followed by theme variables followed by Bootstrap variables
 * to ensure cascade of styles.
 */
/* beautify ignore:start */
/* beautify ignore:end */
/* beautify ignore:start */
/* beautify ignore:end */
/* beautify ignore:start */
/* beautify ignore:end */
/* beautify ignore:start */
/* beautify ignore:end */
/* beautify ignore:start */
/* beautify ignore:end */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700|DM+Serif+Display&display=swap");
/* line 1, vendor/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFF;
  --gray: #575A7B;
  --gray-dark: #342E6C;
  --primary: #6658EA;
  --secondary: #575A7B;
  --success: #2CD4A2;
  --info: #17a2b8;
  --warning: #F5C070;
  --danger: #F9655B;
  --light: #F3F8FF;
  --dark: #1B1642;
  --primary-dark: #564CAF;
  --primary-light: #687DED;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "DM Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 21, vendor/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, vendor/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

/* line 45, vendor/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 57, vendor/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1B1642;
  text-align: left;
  background-color: #FFF;
}

/* line 73, vendor/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 83, vendor/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 99, vendor/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6, .table thead th {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 109, vendor/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 2rem;
}

/* line 121, vendor/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 129, vendor/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 135, vendor/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 142, vendor/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 149, vendor/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 500;
}

/* line 153, vendor/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 158, vendor/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 162, vendor/assets/stylesheets/bootstrap/_reboot.scss */
dfn {
  font-style: italic;
}

/* line 167, vendor/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 173, vendor/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 182, vendor/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 190, vendor/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 191, vendor/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 198, vendor/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #6658EA;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #5546e8;
  text-decoration: none;
}

/* line 216, vendor/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 225, vendor/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 236, vendor/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 245, vendor/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 262, vendor/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 272, vendor/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 277, vendor/assets/stylesheets/bootstrap/_reboot.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 286, vendor/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 290, vendor/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #575A7B;
  text-align: left;
  caption-side: bottom;
}

/* line 298, vendor/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 309, vendor/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 318, vendor/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 326, vendor/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 331, vendor/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 342, vendor/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 347, vendor/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 355, vendor/assets/stylesheets/bootstrap/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 363, vendor/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 371, vendor/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 378, vendor/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 390, vendor/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 396, vendor/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 411, vendor/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 423, vendor/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 428, vendor/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 433, vendor/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 446, vendor/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 456, vendor/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 465, vendor/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 469, vendor/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 474, vendor/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 480, vendor/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6, .table thead th,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "DM Serif Display", serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 16, vendor/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.25rem;
}

/* line 17, vendor/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 1.75rem;
}

/* line 18, vendor/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.25rem;
}

/* line 19, vendor/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.125rem;
}

/* line 20, vendor/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1rem;
}

/* line 21, vendor/assets/stylesheets/bootstrap/_type.scss */
h6, .table thead th, .h6 {
  font-size: 0.875rem;
}

/* line 23, vendor/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.375rem;
  font-weight: 400;
}

/* line 29, vendor/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 5.125rem;
  font-weight: 500;
  line-height: 1.08;
}

/* line 34, vendor/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.08;
}

/* line 39, vendor/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.08;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.08;
}

/* line 55, vendor/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #EAF2FE;
}

/* line 67, vendor/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 88%;
  font-weight: 400;
}

/* line 73, vendor/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, vendor/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, vendor/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, vendor/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, vendor/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, vendor/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, vendor/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem;
}

/* line 117, vendor/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #575A7B;
}

/* line 122, vendor/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 8, vendor/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, vendor/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFF;
  border: 1px solid #DCE0F3;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(27, 22, 66, 0.075);
  max-width: 100%;
  height: auto;
}

/* line 29, vendor/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, vendor/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, vendor/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #575A7B;
}

/* line 2, vendor/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, vendor/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 16, vendor/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 22, vendor/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFF;
  background-color: #2B265A;
  border-radius: 0.5rem;
  box-shadow: inset 0 -0.1rem 0 rgba(27, 22, 66, 0.25);
}

/* line 30, vendor/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  box-shadow: none;
}

/* line 39, vendor/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #2B265A;
}

/* line 45, vendor/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 53, vendor/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, vendor/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, vendor/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, vendor/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

/* line 34, vendor/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, vendor/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

/* line 31, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 48, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 50, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 31, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 50, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 31, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 50, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 31, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 50, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 50, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, vendor/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 11, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 1.25rem;
  vertical-align: top;
  border-top: 1px solid #DCE0F3;
}

/* line 18, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DCE0F3;
}

/* line 23, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #DCE0F3;
}

/* line 27, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #FFF;
}

/* line 38, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 49, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #DCE0F3;
}

/* line 52, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #DCE0F3;
}

/* line 58, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 71, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F3F8FF;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: #F3F8FF;
}

/* line 7, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d4d0f9;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #bfb9f6;
}

/* line 23, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bfb9f6;
}

/* line 7, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d0d1da;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c2c3cf;
}

/* line 23, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c2c3cf;
}

/* line 7, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c4f3e5;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #afefdc;
}

/* line 23, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #afefdc;
}

/* line 7, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 23, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcedd7;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #fae2bf;
}

/* line 23, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fae2bf;
}

/* line 7, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fdd4d1;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #fcbdb9;
}

/* line 23, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fcbdb9;
}

/* line 7, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfdff;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #e3ecff;
}

/* line 23, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e3ecff;
}

/* line 7, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bfbeca;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b1b0bf;
}

/* line 23, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b1b0bf;
}

/* line 7, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary-dark,
.table-primary-dark > th,
.table-primary-dark > td {
  background-color: #d0cde9;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary-dark:hover {
  background-color: #bfbbe1;
}

/* line 23, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary-dark:hover > td,
.table-hover .table-primary-dark:hover > th {
  background-color: #bfbbe1;
}

/* line 7, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: #d5dbfa;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary-light:hover {
  background-color: #bec7f7;
}

/* line 23, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary-light:hover > td,
.table-hover .table-primary-light:hover > th {
  background-color: #bec7f7;
}

/* line 7, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #F3F8FF;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: #dae9ff;
}

/* line 23, vendor/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #dae9ff;
}

/* line 109, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #FFF;
  background-color: #1B1642;
  border-color: #383175;
}

/* line 117, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #1B1642;
  background-color: #EAF2FE;
  border-color: #DCE0F3;
}

/* line 125, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #FFF;
  background-color: #1B1642;
}

/* line 129, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #383175;
}

/* line 135, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 140, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 165, vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 165, vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 165, vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 165, vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 165, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 174, vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #1B1642;
  background-color: #F3F8FF;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.5rem 0 0.5rem 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 31, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #1B1642;
  background-color: #F3F8FF;
  border-color: transparent;
  outline: 0;
  box-shadow: none, 0 0 0 0 rgba(102, 88, 234, 0.25);
}

/* line 40, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control::placeholder {
  color: #575A7B;
  opacity: 1;
}

/* line 51, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #EAF2FE;
  opacity: 1;
}

/* line 60, vendor/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.55rem + 2px);
}

/* line 64, vendor/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #1B1642;
  background-color: #F3F8FF;
}

/* line 76, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 89, vendor/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

/* line 97, vendor/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 1.25rem;
  line-height: 1.6;
}

/* line 104, vendor/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
  line-height: 1.6;
}

/* line 117, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.6;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 128, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 144, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.5rem 0 0.5rem 0;
}

/* line 152, vendor/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.1rem + 2px);
}

/* line 157, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 0.5rem 0 0.5rem 0;
}

/* line 165, vendor/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}

/* line 176, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 2.5rem;
}

/* line 180, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 190, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 196, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 208, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 214, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 219, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #575A7B;
}

/* line 224, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 228, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 235, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1rem;
  color: #2CD4A2;
}

/* line 38, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(44, 212, 162, 0.8);
  border-radius: .2rem;
}

/* line 55, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #2CD4A2;
}

/* line 58, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #2CD4A2;
  box-shadow: 0 0 0 0 rgba(44, 212, 162, 0.25);
}

/* line 63, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 71, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #2CD4A2;
}

/* line 75, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}

/* line 83, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #2CD4A2;
}

/* line 86, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #96ead1;
}

/* line 91, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 96, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #56ddb5;
}

/* line 102, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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 1px #FFF, 0 0 0 0 rgba(44, 212, 162, 0.25);
}

/* line 112, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2CD4A2;
}

/* line 115, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 118, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 123, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(44, 212, 162, 0.25);
}

/* line 30, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1rem;
  color: #F9655B;
}

/* line 38, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(249, 101, 91, 0.8);
  border-radius: .2rem;
}

/* line 55, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #F9655B;
}

/* line 58, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #F9655B;
  box-shadow: 0 0 0 0 rgba(249, 101, 91, 0.25);
}

/* line 63, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 71, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #F9655B;
}

/* line 75, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}

/* line 83, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #F9655B;
}

/* line 86, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fed9d6;
}

/* line 91, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 96, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #fb938c;
}

/* line 102, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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 1px #FFF, 0 0 0 0 rgba(249, 101, 91, 0.25);
}

/* line 112, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F9655B;
}

/* line 115, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 118, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 123, vendor/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(249, 101, 91, 0.25);
}

/* line 263, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 271, vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 277, vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 285, vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 294, vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 301, vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 305, vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 311, vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 318, vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 325, vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 329, vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1.6;
  border-radius: 0.5rem 0 0.5rem 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}

/* line 23, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(102, 88, 234, 0.25);
}

/* line 30, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

/* line 37, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 41, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active, .btn.active:not(:disabled):not(.disabled) {
  background-image: none;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 46, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active:focus, .btn.active:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0 rgba(102, 88, 234, 0.25), 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 53, vendor/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 64, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #FFF;
  background-color: #6658EA;
  border-color: #6658EA;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #FFF;
  background-color: #4736e6;
  border-color: #3c2be4;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(102, 88, 234, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFF;
  background-color: #6658EA;
  border-color: #6658EA;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #3c2be4;
  border-color: #321fe3;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(102, 88, 234, 0.5);
}

/* line 64, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #FFF;
  background-color: #575A7B;
  border-color: #575A7B;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #FFF;
  background-color: #474a65;
  border-color: #42445d;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(87, 90, 123, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFF;
  background-color: #575A7B;
  border-color: #575A7B;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #FFF;
  background-color: #42445d;
  border-color: #3d3f56;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(87, 90, 123, 0.5);
}

/* line 64, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #FFF;
  background-color: #2CD4A2;
  border-color: #2CD4A2;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #FFF;
  background-color: #25b58a;
  border-color: #23aa82;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(44, 212, 162, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #FFF;
  background-color: #2CD4A2;
  border-color: #2CD4A2;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #23aa82;
  border-color: #21a07a;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(44, 212, 162, 0.5);
}

/* line 64, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #FFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #FFF;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(23, 162, 184, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #FFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(23, 162, 184, 0.5);
}

/* line 64, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #FFF;
  background-color: #F5C070;
  border-color: #F5C070;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #FFF;
  background-color: #f3b04c;
  border-color: #f2ab40;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(245, 192, 112, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #FFF;
  background-color: #F5C070;
  border-color: #F5C070;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: #f2ab40;
  border-color: #f1a634;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(245, 192, 112, 0.5);
}

/* line 64, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #FFF;
  background-color: #F9655B;
  border-color: #F9655B;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #FFF;
  background-color: #f84236;
  border-color: #f7372a;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(249, 101, 91, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFF;
  background-color: #F9655B;
  border-color: #F9655B;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #f7372a;
  border-color: #f72b1e;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(249, 101, 91, 0.5);
}

/* line 64, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #1B1642;
  background-color: #F3F8FF;
  border-color: #F3F8FF;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #1B1642;
  background-color: #cde2ff;
  border-color: #c0daff;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(243, 248, 255, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #1B1642;
  background-color: #F3F8FF;
  border-color: #F3F8FF;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #1B1642;
  background-color: #c0daff;
  border-color: #b3d3ff;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(243, 248, 255, 0.5);
}

/* line 64, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #FFF;
  background-color: #1B1642;
  border-color: #1B1642;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #FFF;
  background-color: #0f0c25;
  border-color: #0b091c;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(27, 22, 66, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFF;
  background-color: #1B1642;
  border-color: #1B1642;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #0b091c;
  border-color: #070612;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(27, 22, 66, 0.5);
}

/* line 64, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary-dark {
  color: #FFF;
  background-color: #564CAF;
  border-color: #564CAF;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary-dark:hover {
  color: #FFF;
  background-color: #494094;
  border-color: #453d8b;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary-dark:focus, .btn-primary-dark.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(86, 76, 175, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary-dark.disabled, .btn-primary-dark:disabled {
  color: #FFF;
  background-color: #564CAF;
  border-color: #564CAF;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary-dark:not(:disabled):not(.disabled):active, .btn-primary-dark.active:not(:disabled):not(.disabled), .show > .btn-primary-dark.dropdown-toggle {
  color: #FFF;
  background-color: #453d8b;
  border-color: #403983;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-primary-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(86, 76, 175, 0.5);
}

/* line 64, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary-light {
  color: #FFF;
  background-color: #687DED;
  border-color: #687DED;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary-light:hover {
  color: #FFF;
  background-color: #4660e9;
  border-color: #3a56e8;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary-light:focus, .btn-primary-light.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(104, 125, 237, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary-light.disabled, .btn-primary-light:disabled {
  color: #FFF;
  background-color: #687DED;
  border-color: #687DED;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light.active:not(:disabled):not(.disabled), .show > .btn-primary-light.dropdown-toggle {
  color: #FFF;
  background-color: #3a56e8;
  border-color: #2f4ce6;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light.active:not(:disabled):not(.disabled):focus, .show > .btn-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(104, 125, 237, 0.5);
}

/* line 70, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #6658EA;
  background-color: transparent;
  background-image: none;
  border-color: #6658EA;
}

/* line 63, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #FFF;
  background-color: #6658EA;
  border-color: #6658EA;
}

/* line 69, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(102, 88, 234, 0.5);
}

/* line 74, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #6658EA;
  background-color: transparent;
}

/* line 80, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #FFF;
  background-color: #6658EA;
  border-color: #6658EA;
}

/* line 87, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(102, 88, 234, 0.5);
}

/* line 70, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #575A7B;
  background-color: transparent;
  background-image: none;
  border-color: #575A7B;
}

/* line 63, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #FFF;
  background-color: #575A7B;
  border-color: #575A7B;
}

/* line 69, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(87, 90, 123, 0.5);
}

/* line 74, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #575A7B;
  background-color: transparent;
}

/* line 80, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFF;
  background-color: #575A7B;
  border-color: #575A7B;
}

/* line 87, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(87, 90, 123, 0.5);
}

/* line 70, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #2CD4A2;
  background-color: transparent;
  background-image: none;
  border-color: #2CD4A2;
}

/* line 63, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #FFF;
  background-color: #2CD4A2;
  border-color: #2CD4A2;
}

/* line 69, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(44, 212, 162, 0.5);
}

/* line 74, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #2CD4A2;
  background-color: transparent;
}

/* line 80, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #FFF;
  background-color: #2CD4A2;
  border-color: #2CD4A2;
}

/* line 87, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(44, 212, 162, 0.5);
}

/* line 70, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 63, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #FFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 69, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

/* line 74, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 80, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #FFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 87, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(23, 162, 184, 0.5);
}

/* line 70, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #F5C070;
  background-color: transparent;
  background-image: none;
  border-color: #F5C070;
}

/* line 63, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #FFF;
  background-color: #F5C070;
  border-color: #F5C070;
}

/* line 69, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(245, 192, 112, 0.5);
}

/* line 74, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F5C070;
  background-color: transparent;
}

/* line 80, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #FFF;
  background-color: #F5C070;
  border-color: #F5C070;
}

/* line 87, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(245, 192, 112, 0.5);
}

/* line 70, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #F9655B;
  background-color: transparent;
  background-image: none;
  border-color: #F9655B;
}

/* line 63, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #FFF;
  background-color: #F9655B;
  border-color: #F9655B;
}

/* line 69, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(249, 101, 91, 0.5);
}

/* line 74, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #F9655B;
  background-color: transparent;
}

/* line 80, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #FFF;
  background-color: #F9655B;
  border-color: #F9655B;
}

/* line 87, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(249, 101, 91, 0.5);
}

/* line 70, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #F3F8FF;
  background-color: transparent;
  background-image: none;
  border-color: #F3F8FF;
}

/* line 63, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #1B1642;
  background-color: #F3F8FF;
  border-color: #F3F8FF;
}

/* line 69, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(243, 248, 255, 0.5);
}

/* line 74, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F3F8FF;
  background-color: transparent;
}

/* line 80, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #1B1642;
  background-color: #F3F8FF;
  border-color: #F3F8FF;
}

/* line 87, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(243, 248, 255, 0.5);
}

/* line 70, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #1B1642;
  background-color: transparent;
  background-image: none;
  border-color: #1B1642;
}

/* line 63, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #FFF;
  background-color: #1B1642;
  border-color: #1B1642;
}

/* line 69, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(27, 22, 66, 0.5);
}

/* line 74, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #1B1642;
  background-color: transparent;
}

/* line 80, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #FFF;
  background-color: #1B1642;
  border-color: #1B1642;
}

/* line 87, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(27, 22, 66, 0.5);
}

/* line 70, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary-dark {
  color: #564CAF;
  background-color: transparent;
  background-image: none;
  border-color: #564CAF;
}

/* line 63, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary-dark:hover {
  color: #FFF;
  background-color: #564CAF;
  border-color: #564CAF;
}

/* line 69, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary-dark:focus, .btn-outline-primary-dark.focus {
  box-shadow: 0 0 0 0 rgba(86, 76, 175, 0.5);
}

/* line 74, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary-dark.disabled, .btn-outline-primary-dark:disabled {
  color: #564CAF;
  background-color: transparent;
}

/* line 80, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary-dark:not(:disabled):not(.disabled):active, .btn-outline-primary-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-primary-dark.dropdown-toggle {
  color: #FFF;
  background-color: #564CAF;
  border-color: #564CAF;
}

/* line 87, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(86, 76, 175, 0.5);
}

/* line 70, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary-light {
  color: #687DED;
  background-color: transparent;
  background-image: none;
  border-color: #687DED;
}

/* line 63, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary-light:hover {
  color: #FFF;
  background-color: #687DED;
  border-color: #687DED;
}

/* line 69, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
  box-shadow: 0 0 0 0 rgba(104, 125, 237, 0.5);
}

/* line 74, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: #687DED;
  background-color: transparent;
}

/* line 80, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light.active:not(:disabled):not(.disabled), .show > .btn-outline-primary-light.dropdown-toggle {
  color: #FFF;
  background-color: #687DED;
  border-color: #687DED;
}

/* line 87, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(104, 125, 237, 0.5);
}

/* line 81, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #6658EA;
  background-color: transparent;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #5546e8;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

/* line 93, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

/* line 100, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #575A7B;
}

/* line 113, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 2.25rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 0.5rem 0 0.5rem 0;
}

/* line 117, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.5rem 0 0.5rem 0;
}

/* line 126, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 131, vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 140, vendor/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3, vendor/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 7, vendor/assets/stylesheets/bootstrap/_transitions.scss */
.fade.show {
  opacity: 1;
}

/* line 12, vendor/assets/stylesheets/bootstrap/_transitions.scss */
.collapse {
  display: none;
}

/* line 14, vendor/assets/stylesheets/bootstrap/_transitions.scss */
.collapse.show {
  display: block;
}

/* line 20, vendor/assets/stylesheets/bootstrap/_transitions.scss */
tr.collapse.show {
  display: table-row;
}

/* line 26, vendor/assets/stylesheets/bootstrap/_transitions.scss */
tbody.collapse.show {
  display: table-row-group;
}

/* line 31, vendor/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 2, vendor/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 13, vendor/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 2rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.125rem;
  color: #1B1642;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0 solid rgba(27, 22, 66, 0.15);
  border-radius: 1rem 0 1rem 0;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 37, vendor/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 48, vendor/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 55, vendor/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 62, vendor/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 69, vendor/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 76, vendor/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #EAF2FE;
}

/* line 83, vendor/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item, .dropdown-link {
  display: block;
  width: 100%;
  padding: 0 0;
  clear: both;
  font-weight: 400;
  color: #1B1642;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-link:hover, .dropdown-item:focus, .dropdown-link:focus {
  color: #6658EA;
  text-decoration: none;
  background-color: transparent;
}

/* line 101, vendor/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .active.dropdown-link, .dropdown-item:active, .dropdown-link:active {
  color: #6658EA;
  text-decoration: none;
  background-color: transparent;
}

/* line 108, vendor/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .disabled.dropdown-link, .dropdown-item:disabled, .dropdown-link:disabled {
  color: #575A7B;
  background-color: transparent;
}

/* line 119, vendor/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 124, vendor/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 2rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  color: #6658EA;
  white-space: nowrap;
}

/* line 4, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 27, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 41, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 52, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 57, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
}

/* line 79, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 84, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 89, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.6875rem;
  padding-left: 1.6875rem;
}

/* line 97, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group.show .dropdown-toggle {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 101, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 111, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 121, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 130, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 135, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 155, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 159, vendor/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 25, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

/* line 29, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 38, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 39, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 48, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 50, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 62, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 69, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 74, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 82, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 83, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 91, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #8D9AAE;
  text-align: center;
  white-space: nowrap;
  background-color: #F3F8FF;
  border: 1px solid transparent;
  border-radius: 0.5rem 0 0.5rem 0;
}

/* line 107, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 143, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 152, vendor/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.6rem;
  padding-left: 0.75rem;
}

/* line 17, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  background-color: #6658EA;
  box-shadow: none;
}

/* line 33, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

/* line 38, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #FFF;
  background-color: #6658EA;
  box-shadow: none;
}

/* line 45, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #575A7B;
}

/* line 48, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #EAF2FE;
}

/* line 59, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  margin-bottom: 0;
}

/* line 63, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.2375rem;
  left: 0;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #DCE0F3;
  box-shadow: none;
}

/* line 78, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.2375rem;
  left: 0;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
}

/* line 98, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 1rem;
}

/* line 103, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6658EA;
}

/* line 106, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path fill='none' stroke='#FFF' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round' d='M10.5 0.785156L4.3125 7.21373L1.5 4.29165'/></svg>");
}

/* line 112, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #6658EA;
  box-shadow: none;
}

/* line 116, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFF' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 122, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 88, 234, 0.5);
}

/* line 125, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(102, 88, 234, 0.5);
}

/* line 136, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 141, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6658EA;
}

/* line 144, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path fill='none' stroke='#FFF' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round' d='M10.5 0.785156L4.3125 7.21373L1.5 4.29165'/></svg>");
}

/* line 150, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 88, 234, 0.5);
}

/* line 163, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.55rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.6;
  color: #1B1642;
  vertical-align: middle;
  background: #F3F8FF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%238D9AAE' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 14px 8px;
  border: 1px solid transparent;
  border-radius: 0.5rem 0 0.5rem 0;
  appearance: none;
  -webkit-appearance: none;
}

/* line 182, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

/* line 187, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #1B1642;
  background-color: #F3F8FF;
}

/* line 198, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 205, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #575A7B;
  background-color: #EAF2FE;
}

/* line 211, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 216, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(2.1rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 223, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(3rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 100%;
}

/* line 235, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.55rem + 2px);
  margin-bottom: 0;
}

/* line 243, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.55rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 251, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-control {
  border-color: transparent;
  box-shadow: 0 0 0 0 rgba(102, 88, 234, 0.25);
}

/* line 255, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: transparent;
}

/* line 261, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 267, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.55rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #1B1642;
  background-color: #F3F8FF;
  border: 1px solid transparent;
  border-radius: 0.5rem 0 0.5rem 0;
  box-shadow: none;
}

/* line 282, vendor/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.55rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #1B1642;
  content: "Browse";
  background-color: #F3F8FF;
  border-left: 1px solid transparent;
  border-radius: 0 0.5rem 0 0.5rem 0 0.5rem 0 0.5rem 0 0;
}

/* line 6, vendor/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, vendor/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, vendor/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #575A7B;
}

/* line 32, vendor/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #DCE0F3;
}

/* line 35, vendor/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 39, vendor/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #EAF2FE #EAF2FE #DCE0F3;
}

/* line 47, vendor/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #575A7B;
  background-color: transparent;
  border-color: transparent;
}

/* line 54, vendor/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #1B1642;
  background-color: #FFF;
  border-color: #DCE0F3 #DCE0F3 #FFF;
}

/* line 61, vendor/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, vendor/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.5rem;
}

/* line 79, vendor/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #6658EA;
}

/* line 92, vendor/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 99, vendor/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 112, vendor/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 115, vendor/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

/* line 28, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem 0 0.5rem 0;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 121, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 128, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 147, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 145, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 161, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  /* line 177, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 194, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 147, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 145, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 161, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  /* line 177, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 194, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 147, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 145, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 161, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  /* line 177, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 194, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  /* line 147, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 145, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 161, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  /* line 177, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 194, vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

/* line 145, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 147, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 158, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 161, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 165, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 170, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

/* line 177, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 182, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 189, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 194, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 211, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: #6658EA;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #6658EA;
}

/* line 220, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: #1B1642;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #6658EA;
}

/* line 227, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: #1B1642;
}

/* line 232, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #6658EA;
}

/* line 240, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: #1B1642;
  border-color: transparent;
}

/* line 245, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='#575A7B' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 249, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: #1B1642;
}

/* line 251, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: #6658EA;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #6658EA;
}

/* line 263, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #FFF;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFF;
}

/* line 272, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: #FFF;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #FFF;
}

/* line 279, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: #FFF;
}

/* line 284, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFF;
}

/* line 292, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: #FFF;
  border-color: transparent;
}

/* line 297, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 301, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: #FFF;
}

/* line 303, vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #FFF;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFF;
}

/* line 5, vendor/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 0 solid rgba(27, 22, 66, 0.125);
  border-radius: 0;
}

/* line 16, vendor/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, vendor/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 28, vendor/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 34, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 3rem;
}

/* line 41, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 2rem;
}

/* line 45, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -1rem;
  margin-bottom: 0;
}

/* line 50, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 59, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 3rem;
}

/* line 68, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 2rem 3rem;
  margin-bottom: 0;
  background-color: rgba(27, 22, 66, 0.03);
  border-bottom: 0 solid rgba(27, 22, 66, 0.125);
}

/* line 74, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0 - 0) calc(0 - 0) 0 0;
}

/* line 79, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 85, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 2rem 3rem;
  background-color: rgba(27, 22, 66, 0.03);
  border-top: 0 solid rgba(27, 22, 66, 0.125);
}

/* line 90, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0 - 0) calc(0 - 0);
}

/* line 100, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -1.5rem;
  margin-bottom: -2rem;
  margin-left: -1.5rem;
  border-bottom: 0;
}

/* line 107, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

/* line 113, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 122, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0 - 0);
}

/* line 128, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 0);
  border-top-right-radius: calc(0 - 0);
}

/* line 133, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 0);
  border-bottom-left-radius: calc(0 - 0);
}

/* line 141, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 145, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  /* line 141, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 154, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 16px;
  }
}

/* line 171, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 177, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  /* line 171, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 185, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 190, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 197, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 200, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 204, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 210, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 213, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 217, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 223, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child {
    border-radius: 0;
  }
  /* line 226, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 230, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 236, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 239, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 257, vendor/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  /* line 256, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  /* line 265, vendor/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 1, vendor/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #F3F8FF;
  border-radius: 1rem;
}

/* line 13, vendor/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  color: #575A7B;
  content: "";
}

/* line 27, vendor/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 31, vendor/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 35, vendor/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #1B1642;
}

/* line 1, vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 1rem;
}

/* line 7, vendor/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #6658EA;
  background-color: #FFF;
  border: 1px solid #EAF2FE;
}

/* line 17, vendor/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  color: #5546e8;
  text-decoration: none;
  background-color: #F3F8FF;
  border-color: #DCE0F3;
}

/* line 24, vendor/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(102, 88, 234, 0.25);
}

/* line 31, vendor/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 38, vendor/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

/* line 49, vendor/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #FFF;
  background-color: #6658EA;
  border-color: #6658EA;
}

/* line 56, vendor/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #575A7B;
  pointer-events: none;
  cursor: auto;
  background-color: #FFF;
  border-color: #DCE0F3;
}

/* line 4, vendor/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, vendor/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

/* line 17, vendor/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

/* line 4, vendor/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 12, vendor/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 17, vendor/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 6, vendor/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.3em 0.6em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1rem;
}

/* line 18, vendor/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 24, vendor/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 33, vendor/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #FFF;
  background-color: #6658EA;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #3c2be4;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #FFF;
  background-color: #575A7B;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #42445d;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #FFF;
  background-color: #2CD4A2;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #23aa82;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #FFF;
  background-color: #17a2b8;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #FFF;
  background-color: #F5C070;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #f2ab40;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #FFF;
  background-color: #F9655B;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #f7372a;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #1B1642;
  background-color: #F3F8FF;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #1B1642;
  text-decoration: none;
  background-color: #c0daff;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #FFF;
  background-color: #1B1642;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #0b091c;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary-dark {
  color: #FFF;
  background-color: #564CAF;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary-dark[href]:hover, .badge-primary-dark[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #453d8b;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary-light {
  color: #FFF;
  background-color: #687DED;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary-light[href]:hover, .badge-primary-light[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #3a56e8;
}

/* line 1, vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #EAF2FE;
  border-radius: 2rem;
}

@media (min-width: 576px) {
  /* line 1, vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, vendor/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.5rem;
}

/* line 14, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 500;
}

/* line 29, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3.625rem;
}

/* line 33, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1.25rem;
  color: inherit;
}

/* line 48, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #6658ea;
  background-color: #6658ea;
  border-color: #6658ea;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #5141e7;
}

/* line 10, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #3c2be4;
}

/* line 48, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #575a7b;
  background-color: #575a7b;
  border-color: #575a7b;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #4c4f6c;
}

/* line 10, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #42445d;
}

/* line 48, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #2cd4a2;
  background-color: #2cd4a2;
  border-color: #2cd4a2;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #27bf92;
}

/* line 10, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #23aa82;
}

/* line 48, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #17a2b8;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #148ea1;
}

/* line 10, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #117a8b;
}

/* line 48, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #f5c070;
  background-color: #f5c070;
  border-color: #f5c070;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #f3b658;
}

/* line 10, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #f2ab40;
}

/* line 48, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #f9655b;
  background-color: #f9655b;
  border-color: #f9655b;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f84e42;
}

/* line 10, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #f7372a;
}

/* line 48, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #f3f8ff;
  background-color: #f3f8ff;
  border-color: #f3f8ff;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #dae9ff;
}

/* line 10, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #c0daff;
}

/* line 48, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1642;
  background-color: #1b1642;
  border-color: #1b1642;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #13102f;
}

/* line 10, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #0b091c;
}

/* line 48, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary-dark {
  color: #564caf;
  background-color: #564caf;
  border-color: #564caf;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary-dark hr {
  border-top-color: #4d449d;
}

/* line 10, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary-dark .alert-link {
  color: #453d8b;
}

/* line 48, vendor/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary-light {
  color: #687ded;
  background-color: #687ded;
  border-color: #687ded;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary-light hr {
  border-top-color: #5169ea;
}

/* line 10, vendor/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary-light .alert-link {
  color: #3a56e8;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 6, vendor/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.84375rem;
  background-color: #EAF2FE;
  border-radius: 1rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(27, 22, 66, 0.1);
}

/* line 16, vendor/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  text-align: center;
  background-color: #6658EA;
  transition: width 0.6s ease;
}

/* line 26, vendor/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 31, vendor/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, vendor/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, vendor/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #F3F8FF;
}

/* line 32, vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #1B1642;
  background-color: #EAF2FE;
}

/* line 43, vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid #EAF2FE;
}

/* line 52, vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

/* line 56, vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 66, vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #575A7B;
  background-color: transparent;
}

/* line 73, vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #FFF;
  background-color: #6658EA;
  border-color: #6658EA;
}

/* line 88, vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 95, vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 101, vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #352e7a;
  background-color: #d4d0f9;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #352e7a;
  background-color: #bfb9f6;
}

/* line 14, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #352e7a;
  border-color: #352e7a;
}

/* line 4, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #2d2f40;
  background-color: #d0d1da;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #2d2f40;
  background-color: #c2c3cf;
}

/* line 14, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2d2f40;
  border-color: #2d2f40;
}

/* line 4, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #176e54;
  background-color: #c4f3e5;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #176e54;
  background-color: #afefdc;
}

/* line 14, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #176e54;
  border-color: #176e54;
}

/* line 4, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #7f643a;
  background-color: #fcedd7;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7f643a;
  background-color: #fae2bf;
}

/* line 14, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7f643a;
  border-color: #7f643a;
}

/* line 4, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #81352f;
  background-color: #fdd4d1;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #81352f;
  background-color: #fcbdb9;
}

/* line 14, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #81352f;
  border-color: #81352f;
}

/* line 4, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #7e8185;
  background-color: #fcfdff;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7e8185;
  background-color: #e3ecff;
}

/* line 14, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e8185;
  border-color: #7e8185;
}

/* line 4, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #0e0b22;
  background-color: #bfbeca;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0e0b22;
  background-color: #b1b0bf;
}

/* line 14, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0e0b22;
  border-color: #0e0b22;
}

/* line 4, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary-dark {
  color: #2d285b;
  background-color: #d0cde9;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary-dark.list-group-item-action:hover, .list-group-item-primary-dark.list-group-item-action:focus {
  color: #2d285b;
  background-color: #bfbbe1;
}

/* line 14, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2d285b;
  border-color: #2d285b;
}

/* line 4, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary-light {
  color: #36417b;
  background-color: #d5dbfa;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary-light.list-group-item-action:hover, .list-group-item-primary-light.list-group-item-action:focus {
  color: #36417b;
  background-color: #bec7f7;
}

/* line 14, vendor/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary-light.list-group-item-action.active {
  color: #fff;
  background-color: #36417b;
  border-color: #36417b;
}

/* line 1, vendor/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: currentColor;
  text-shadow: none;
  opacity: .5;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover, .close:focus {
  color: currentColor;
  text-decoration: none;
  opacity: .75;
}

/* line 17, vendor/assets/stylesheets/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 28, vendor/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 29, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 36, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

/* line 48, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 53, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 60, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0 solid rgba(27, 22, 66, 0.2);
  border-radius: 2rem;
  box-shadow: 0 0 24px rgba(27, 22, 66, 0.04), 0 44px 74px rgba(27, 22, 66, 0.06);
  outline: 0;
}

/* line 77, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #1B1642;
}

/* line 87, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 88, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.9;
}

/* line 93, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0 solid #EAF2FE;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

/* line 101, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 109, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

/* line 116, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 3rem;
}

/* line 125, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3rem;
  border-top: 0 solid #EAF2FE;
}

/* line 133, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 134, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 138, vendor/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 149, vendor/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 154, vendor/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 158, vendor/assets/stylesheets/bootstrap/_modal.scss */
  .modal-content {
    box-shadow: 0 0 24px rgba(27, 22, 66, 0.04), 0 44px 74px rgba(27, 22, 66, 0.06);
  }
  /* line 162, vendor/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 420px;
  }
}

@media (min-width: 992px) {
  /* line 167, vendor/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 100%;
  }
}

/* line 2, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 1;
}

/* line 17, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #1B1642;
}

/* line 46, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1B1642;
}

/* line 62, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #1B1642;
}

/* line 76, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1B1642;
}

/* line 108, vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 300px;
  padding: 0.5rem 1rem;
  color: #FFF;
  text-align: center;
  background-color: #1B1642;
  border-radius: 0.375rem;
}

/* line 1, vendor/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.125rem;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0 solid rgba(27, 22, 66, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0 0 24px rgba(27, 22, 66, 0.04), 0 44px 74px rgba(27, 22, 66, 0.06);
}

/* line 20, vendor/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 2rem;
}

/* line 27, vendor/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 0) * -1);
}

/* line 45, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

/* line 50, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(27, 22, 66, 0.25);
}

/* line 55, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 0;
  border-top-color: #FFF;
}

/* line 61, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 64, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 0) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 2rem 0;
}

/* line 71, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 76, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(27, 22, 66, 0.25);
}

/* line 81, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 0;
  border-right-color: #FFF;
}

/* line 87, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 90, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 0) * -1);
}

/* line 94, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 99, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(27, 22, 66, 0.25);
}

/* line 104, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 0;
  border-bottom-color: #FFF;
}

/* line 110, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 0 solid #f7f7f7;
}

/* line 122, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 125, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 0) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 2rem 0;
}

/* line 132, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 137, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(27, 22, 66, 0.25);
}

/* line 142, vendor/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 0;
  border-left-color: #FFF;
}

/* line 165, vendor/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 0 solid #ebebeb;
  border-top-left-radius: calc(2rem - 0);
  border-top-right-radius: calc(2rem - 0);
}

/* line 175, vendor/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 180, vendor/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 1.5rem 1.5rem;
  color: #1B1642;
}

/* line 2, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 6, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 12, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* line 22, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 28, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 35, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 35, vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 44, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  /* line 44, vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 53, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  /* line 53, vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 67, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFF;
  text-align: center;
  opacity: 0.5;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 91, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 97, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 105, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 113, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 116, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 126, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 140, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 151, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 160, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 171, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #FFF;
}

/* line 181, vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
}

/* line 3, vendor/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, vendor/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, vendor/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, vendor/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #6658EA !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #3c2be4 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #575A7B !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #42445d !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #2CD4A2 !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #23aa82 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #F5C070 !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f2ab40 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #F9655B !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f7372a !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #F3F8FF !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c0daff !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #1B1642 !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0b091c !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary-dark {
  background-color: #564CAF !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary-dark:hover, a.bg-primary-dark:focus,
button.bg-primary-dark:hover,
button.bg-primary-dark:focus {
  background-color: #453d8b !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary-light {
  background-color: #687DED !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: #3a56e8 !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #FFF !important;
}

/* line 17, vendor/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #EAF2FE !important;
}

/* line 8, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #EAF2FE !important;
}

/* line 9, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #EAF2FE !important;
}

/* line 10, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #EAF2FE !important;
}

/* line 11, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #EAF2FE !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #6658EA !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #575A7B !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #2CD4A2 !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #F5C070 !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #F9655B !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #F3F8FF !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #1B1642 !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary-dark {
  border-color: #564CAF !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary-light {
  border-color: #687DED !important;
}

/* line 25, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #FFF !important;
}

/* line 33, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 1rem !important;
}

/* line 36, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

/* line 40, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

/* line 44, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

/* line 48, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

/* line 53, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, vendor/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, vendor/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 15, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 15, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 15, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 15, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 29, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 31, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 32, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 34, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 35, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 37, vendor/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, vendor/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, vendor/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, vendor/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, vendor/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 37, vendor/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, vendor/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 21, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 23, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 26, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 27, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 28, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 29, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 30, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 32, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 33, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 34, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 35, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 36, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 37, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 39, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 40, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 41, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 42, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 43, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 44, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 23, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 24, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 26, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 27, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 28, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 32, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 34, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 35, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 37, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 40, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 41, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 42, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 44, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 23, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 24, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 26, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 27, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 28, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 32, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 34, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 35, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 37, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 40, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 41, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 42, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 44, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 23, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 24, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 26, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 27, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 28, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 32, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 34, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 35, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 37, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 40, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 41, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 42, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 44, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 23, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 24, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 26, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 27, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 28, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 32, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 34, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 35, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 37, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 40, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 41, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 42, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 44, vendor/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 5, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7, vendor/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 9, vendor/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 9, vendor/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 9, vendor/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 9, vendor/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 9, vendor/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 14, vendor/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 30, vendor/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, vendor/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/* line 25, vendor/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-125 {
  width: 125% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-150 {
  width: 150% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-125 {
  height: 125% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-150 {
  height: 150% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 0.75rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 1.5rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 1.5rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 1.5rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 1.5rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 1.5rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-6 {
  margin: 2rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-6,
.my-6 {
  margin-top: 2rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-6,
.mx-6 {
  margin-right: 2rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-6,
.my-6 {
  margin-bottom: 2rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-6,
.mx-6 {
  margin-left: 2rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-7 {
  margin: 2.5rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-7,
.my-7 {
  margin-top: 2.5rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-7,
.mx-7 {
  margin-right: 2.5rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-7,
.my-7 {
  margin-bottom: 2.5rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-7,
.mx-7 {
  margin-left: 2.5rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-8 {
  margin: 3rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-8,
.my-8 {
  margin-top: 3rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-8,
.mx-8 {
  margin-right: 3rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-8,
.my-8 {
  margin-bottom: 3rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-8,
.mx-8 {
  margin-left: 3rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-9 {
  margin: 4rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-9,
.my-9 {
  margin-top: 4rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-10 {
  margin: 5rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-10,
.my-10 {
  margin-top: 5rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-10,
.mx-10 {
  margin-right: 5rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-10,
.my-10 {
  margin-bottom: 5rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-10,
.mx-10 {
  margin-left: 5rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-11 {
  margin: 6rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-11,
.my-11 {
  margin-top: 6rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-11,
.mx-11 {
  margin-right: 6rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-11,
.my-11 {
  margin-bottom: 6rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-11,
.mx-11 {
  margin-left: 6rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-12 {
  margin: 8rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-12,
.my-12 {
  margin-top: 8rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-12,
.mx-12 {
  margin-right: 8rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-12,
.my-12 {
  margin-bottom: 8rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-12,
.mx-12 {
  margin-left: 8rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-13 {
  margin: 10rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-13,
.my-13 {
  margin-top: 10rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-13,
.mx-13 {
  margin-right: 10rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-13,
.my-13 {
  margin-bottom: 10rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-13,
.mx-13 {
  margin-left: 10rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-14 {
  margin: 12rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-14,
.my-14 {
  margin-top: 12rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-14,
.mx-14 {
  margin-right: 12rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-14,
.my-14 {
  margin-bottom: 12rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-14,
.mx-14 {
  margin-left: 12rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-15 {
  margin: 14rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-15,
.my-15 {
  margin-top: 14rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-15,
.mx-15 {
  margin-right: 14rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-15,
.my-15 {
  margin-bottom: 14rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-15,
.mx-15 {
  margin-left: 14rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-16 {
  margin: 16rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-16,
.my-16 {
  margin-top: 16rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-16,
.mx-16 {
  margin-right: 16rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-16,
.my-16 {
  margin-bottom: 16rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-16,
.mx-16 {
  margin-left: 16rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-17 {
  margin: 20rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-17,
.my-17 {
  margin-top: 20rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-17,
.mx-17 {
  margin-right: 20rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-17,
.my-17 {
  margin-bottom: 20rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-17,
.mx-17 {
  margin-left: 20rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-18 {
  margin: 24rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-18,
.my-18 {
  margin-top: 24rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-18,
.mx-18 {
  margin-right: 24rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-18,
.my-18 {
  margin-bottom: 24rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-18,
.mx-18 {
  margin-left: 24rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 0.75rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 1.5rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 1.5rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 1.5rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 1.5rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 1.5rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-6 {
  padding: 2rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-6,
.py-6 {
  padding-top: 2rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-6,
.px-6 {
  padding-right: 2rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-6,
.py-6 {
  padding-bottom: 2rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-6,
.px-6 {
  padding-left: 2rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-7 {
  padding: 2.5rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-7,
.py-7 {
  padding-top: 2.5rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-7,
.px-7 {
  padding-right: 2.5rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-7,
.py-7 {
  padding-bottom: 2.5rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-7,
.px-7 {
  padding-left: 2.5rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-8 {
  padding: 3rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-8,
.py-8 {
  padding-top: 3rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-8,
.px-8 {
  padding-right: 3rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-8,
.py-8 {
  padding-bottom: 3rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-8,
.px-8 {
  padding-left: 3rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-9 {
  padding: 4rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-9,
.py-9 {
  padding-top: 4rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-9,
.px-9 {
  padding-right: 4rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-9,
.px-9 {
  padding-left: 4rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-10 {
  padding: 5rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-10,
.py-10 {
  padding-top: 5rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-10,
.px-10 {
  padding-right: 5rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-10,
.py-10 {
  padding-bottom: 5rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-10,
.px-10 {
  padding-left: 5rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-11 {
  padding: 6rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-11,
.py-11 {
  padding-top: 6rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-11,
.px-11 {
  padding-right: 6rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-11,
.py-11 {
  padding-bottom: 6rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-11,
.px-11 {
  padding-left: 6rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-12 {
  padding: 8rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-12,
.py-12 {
  padding-top: 8rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-12,
.px-12 {
  padding-right: 8rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-12,
.py-12 {
  padding-bottom: 8rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-12,
.px-12 {
  padding-left: 8rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-13 {
  padding: 10rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-13,
.py-13 {
  padding-top: 10rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-13,
.px-13 {
  padding-right: 10rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-13,
.py-13 {
  padding-bottom: 10rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-13,
.px-13 {
  padding-left: 10rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-14 {
  padding: 12rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-14,
.py-14 {
  padding-top: 12rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-14,
.px-14 {
  padding-right: 12rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-14,
.py-14 {
  padding-bottom: 12rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-14,
.px-14 {
  padding-left: 12rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-15 {
  padding: 14rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-15,
.py-15 {
  padding-top: 14rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-15,
.px-15 {
  padding-right: 14rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-15,
.py-15 {
  padding-bottom: 14rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-15,
.px-15 {
  padding-left: 14rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-16 {
  padding: 16rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-16,
.py-16 {
  padding-top: 16rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-16,
.px-16 {
  padding-right: 16rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-16,
.py-16 {
  padding-bottom: 16rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-16,
.px-16 {
  padding-left: 16rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-17 {
  padding: 20rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-17,
.py-17 {
  padding-top: 20rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-17,
.px-17 {
  padding-right: 20rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-17,
.py-17 {
  padding-bottom: 20rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-17,
.px-17 {
  padding-left: 20rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-18 {
  padding: 24rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-18,
.py-18 {
  padding-top: 24rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-18,
.px-18 {
  padding-right: 24rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-18,
.py-18 {
  padding-bottom: 24rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-18,
.px-18 {
  padding-left: 24rem !important;
}

/* line 29, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 30, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 33, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 36, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 39, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 0.75rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-6 {
    margin: 2rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 2rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 2rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 2rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 2rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-7 {
    margin: 2.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 2.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 2.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 2.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-8 {
    margin: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 3rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-9 {
    margin: 4rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-9,
.my-sm-9 {
    margin-top: 4rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-9,
.mx-sm-9 {
    margin-right: 4rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 4rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-9,
.mx-sm-9 {
    margin-left: 4rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-10 {
    margin: 5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-10,
.my-sm-10 {
    margin-top: 5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-10,
.mx-sm-10 {
    margin-right: 5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-10,
.mx-sm-10 {
    margin-left: 5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-11 {
    margin: 6rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-11,
.my-sm-11 {
    margin-top: 6rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-11,
.mx-sm-11 {
    margin-right: 6rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-11,
.my-sm-11 {
    margin-bottom: 6rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-11,
.mx-sm-11 {
    margin-left: 6rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-12 {
    margin: 8rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-12,
.my-sm-12 {
    margin-top: 8rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-12,
.mx-sm-12 {
    margin-right: 8rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 8rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-12,
.mx-sm-12 {
    margin-left: 8rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-13 {
    margin: 10rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-13,
.my-sm-13 {
    margin-top: 10rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-13,
.mx-sm-13 {
    margin-right: 10rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-13,
.my-sm-13 {
    margin-bottom: 10rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-13,
.mx-sm-13 {
    margin-left: 10rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-14 {
    margin: 12rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-14,
.my-sm-14 {
    margin-top: 12rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-14,
.mx-sm-14 {
    margin-right: 12rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-14,
.my-sm-14 {
    margin-bottom: 12rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-14,
.mx-sm-14 {
    margin-left: 12rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-15 {
    margin: 14rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-15,
.my-sm-15 {
    margin-top: 14rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-15,
.mx-sm-15 {
    margin-right: 14rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 14rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-15,
.mx-sm-15 {
    margin-left: 14rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-16 {
    margin: 16rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-16,
.my-sm-16 {
    margin-top: 16rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-16,
.mx-sm-16 {
    margin-right: 16rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-16,
.my-sm-16 {
    margin-bottom: 16rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-16,
.mx-sm-16 {
    margin-left: 16rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-17 {
    margin: 20rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-17,
.my-sm-17 {
    margin-top: 20rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-17,
.mx-sm-17 {
    margin-right: 20rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-17,
.my-sm-17 {
    margin-bottom: 20rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-17,
.mx-sm-17 {
    margin-left: 20rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-18 {
    margin: 24rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-18,
.my-sm-18 {
    margin-top: 24rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-18,
.mx-sm-18 {
    margin-right: 24rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-18,
.my-sm-18 {
    margin-bottom: 24rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-18,
.mx-sm-18 {
    margin-left: 24rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 0.75rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 0.75rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 0.75rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-6 {
    padding: 2rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 2rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 2rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 2rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 2rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-7 {
    padding: 2.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 2.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 2.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 2.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-8 {
    padding: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 3rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-9 {
    padding: 4rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-9,
.py-sm-9 {
    padding-top: 4rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-9,
.px-sm-9 {
    padding-right: 4rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 4rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-9,
.px-sm-9 {
    padding-left: 4rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-10 {
    padding: 5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-10,
.py-sm-10 {
    padding-top: 5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-10,
.px-sm-10 {
    padding-right: 5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-10,
.px-sm-10 {
    padding-left: 5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-11 {
    padding: 6rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-11,
.py-sm-11 {
    padding-top: 6rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-11,
.px-sm-11 {
    padding-right: 6rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-11,
.py-sm-11 {
    padding-bottom: 6rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-11,
.px-sm-11 {
    padding-left: 6rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-12 {
    padding: 8rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-12,
.py-sm-12 {
    padding-top: 8rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-12,
.px-sm-12 {
    padding-right: 8rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 8rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-12,
.px-sm-12 {
    padding-left: 8rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-13 {
    padding: 10rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-13,
.py-sm-13 {
    padding-top: 10rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-13,
.px-sm-13 {
    padding-right: 10rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-13,
.py-sm-13 {
    padding-bottom: 10rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-13,
.px-sm-13 {
    padding-left: 10rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-14 {
    padding: 12rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-14,
.py-sm-14 {
    padding-top: 12rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-14,
.px-sm-14 {
    padding-right: 12rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-14,
.py-sm-14 {
    padding-bottom: 12rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-14,
.px-sm-14 {
    padding-left: 12rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-15 {
    padding: 14rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-15,
.py-sm-15 {
    padding-top: 14rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-15,
.px-sm-15 {
    padding-right: 14rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 14rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-15,
.px-sm-15 {
    padding-left: 14rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-16 {
    padding: 16rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-16,
.py-sm-16 {
    padding-top: 16rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-16,
.px-sm-16 {
    padding-right: 16rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-16,
.py-sm-16 {
    padding-bottom: 16rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-16,
.px-sm-16 {
    padding-left: 16rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-17 {
    padding: 20rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-17,
.py-sm-17 {
    padding-top: 20rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-17,
.px-sm-17 {
    padding-right: 20rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-17,
.py-sm-17 {
    padding-bottom: 20rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-17,
.px-sm-17 {
    padding-left: 20rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-18 {
    padding: 24rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-18,
.py-sm-18 {
    padding-top: 24rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-18,
.px-sm-18 {
    padding-right: 24rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-18,
.py-sm-18 {
    padding-bottom: 24rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-18,
.px-sm-18 {
    padding-left: 24rem !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 0.75rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 0.75rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 0.75rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 0.75rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-6 {
    margin: 2rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 2rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 2rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 2rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 2rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-7 {
    margin: 2.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-7,
.my-md-7 {
    margin-top: 2.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-7,
.mx-md-7 {
    margin-right: 2.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-7,
.mx-md-7 {
    margin-left: 2.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-8 {
    margin: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-8,
.my-md-8 {
    margin-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-8,
.mx-md-8 {
    margin-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-8,
.mx-md-8 {
    margin-left: 3rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-9 {
    margin: 4rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-9,
.my-md-9 {
    margin-top: 4rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-9,
.mx-md-9 {
    margin-right: 4rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-9,
.my-md-9 {
    margin-bottom: 4rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-9,
.mx-md-9 {
    margin-left: 4rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-10 {
    margin: 5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-10,
.my-md-10 {
    margin-top: 5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-10,
.mx-md-10 {
    margin-right: 5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-10,
.my-md-10 {
    margin-bottom: 5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-10,
.mx-md-10 {
    margin-left: 5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-11 {
    margin: 6rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-11,
.my-md-11 {
    margin-top: 6rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-11,
.mx-md-11 {
    margin-right: 6rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-11,
.my-md-11 {
    margin-bottom: 6rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-11,
.mx-md-11 {
    margin-left: 6rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-12 {
    margin: 8rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-12,
.my-md-12 {
    margin-top: 8rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-12,
.mx-md-12 {
    margin-right: 8rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-12,
.my-md-12 {
    margin-bottom: 8rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-12,
.mx-md-12 {
    margin-left: 8rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-13 {
    margin: 10rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-13,
.my-md-13 {
    margin-top: 10rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-13,
.mx-md-13 {
    margin-right: 10rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-13,
.my-md-13 {
    margin-bottom: 10rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-13,
.mx-md-13 {
    margin-left: 10rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-14 {
    margin: 12rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-14,
.my-md-14 {
    margin-top: 12rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-14,
.mx-md-14 {
    margin-right: 12rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-14,
.my-md-14 {
    margin-bottom: 12rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-14,
.mx-md-14 {
    margin-left: 12rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-15 {
    margin: 14rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-15,
.my-md-15 {
    margin-top: 14rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-15,
.mx-md-15 {
    margin-right: 14rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-15,
.my-md-15 {
    margin-bottom: 14rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-15,
.mx-md-15 {
    margin-left: 14rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-16 {
    margin: 16rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-16,
.my-md-16 {
    margin-top: 16rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-16,
.mx-md-16 {
    margin-right: 16rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-16,
.my-md-16 {
    margin-bottom: 16rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-16,
.mx-md-16 {
    margin-left: 16rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-17 {
    margin: 20rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-17,
.my-md-17 {
    margin-top: 20rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-17,
.mx-md-17 {
    margin-right: 20rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-17,
.my-md-17 {
    margin-bottom: 20rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-17,
.mx-md-17 {
    margin-left: 20rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-18 {
    margin: 24rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-18,
.my-md-18 {
    margin-top: 24rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-18,
.mx-md-18 {
    margin-right: 24rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-18,
.my-md-18 {
    margin-bottom: 24rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-18,
.mx-md-18 {
    margin-left: 24rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 0.75rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 0.75rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 0.75rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 0.75rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-6 {
    padding: 2rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 2rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 2rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 2rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 2rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-7 {
    padding: 2.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-7,
.py-md-7 {
    padding-top: 2.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-7,
.px-md-7 {
    padding-right: 2.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-7,
.px-md-7 {
    padding-left: 2.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-8 {
    padding: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-8,
.py-md-8 {
    padding-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-8,
.px-md-8 {
    padding-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-8,
.px-md-8 {
    padding-left: 3rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-9 {
    padding: 4rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-9,
.py-md-9 {
    padding-top: 4rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-9,
.px-md-9 {
    padding-right: 4rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-9,
.py-md-9 {
    padding-bottom: 4rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-9,
.px-md-9 {
    padding-left: 4rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-10 {
    padding: 5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-10,
.py-md-10 {
    padding-top: 5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-10,
.px-md-10 {
    padding-right: 5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-10,
.py-md-10 {
    padding-bottom: 5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-10,
.px-md-10 {
    padding-left: 5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-11 {
    padding: 6rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-11,
.py-md-11 {
    padding-top: 6rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-11,
.px-md-11 {
    padding-right: 6rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-11,
.py-md-11 {
    padding-bottom: 6rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-11,
.px-md-11 {
    padding-left: 6rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-12 {
    padding: 8rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-12,
.py-md-12 {
    padding-top: 8rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-12,
.px-md-12 {
    padding-right: 8rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-12,
.py-md-12 {
    padding-bottom: 8rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-12,
.px-md-12 {
    padding-left: 8rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-13 {
    padding: 10rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-13,
.py-md-13 {
    padding-top: 10rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-13,
.px-md-13 {
    padding-right: 10rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-13,
.py-md-13 {
    padding-bottom: 10rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-13,
.px-md-13 {
    padding-left: 10rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-14 {
    padding: 12rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-14,
.py-md-14 {
    padding-top: 12rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-14,
.px-md-14 {
    padding-right: 12rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-14,
.py-md-14 {
    padding-bottom: 12rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-14,
.px-md-14 {
    padding-left: 12rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-15 {
    padding: 14rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-15,
.py-md-15 {
    padding-top: 14rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-15,
.px-md-15 {
    padding-right: 14rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-15,
.py-md-15 {
    padding-bottom: 14rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-15,
.px-md-15 {
    padding-left: 14rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-16 {
    padding: 16rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-16,
.py-md-16 {
    padding-top: 16rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-16,
.px-md-16 {
    padding-right: 16rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-16,
.py-md-16 {
    padding-bottom: 16rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-16,
.px-md-16 {
    padding-left: 16rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-17 {
    padding: 20rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-17,
.py-md-17 {
    padding-top: 20rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-17,
.px-md-17 {
    padding-right: 20rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-17,
.py-md-17 {
    padding-bottom: 20rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-17,
.px-md-17 {
    padding-left: 20rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-18 {
    padding: 24rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-18,
.py-md-18 {
    padding-top: 24rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-18,
.px-md-18 {
    padding-right: 24rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-18,
.py-md-18 {
    padding-bottom: 24rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-18,
.px-md-18 {
    padding-left: 24rem !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 0.75rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-6 {
    margin: 2rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 2rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 2rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 2rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 2rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-7 {
    margin: 2.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 2.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 2.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 2.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-8 {
    margin: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 3rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-9 {
    margin: 4rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-9,
.my-lg-9 {
    margin-top: 4rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-9,
.mx-lg-9 {
    margin-right: 4rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 4rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-9,
.mx-lg-9 {
    margin-left: 4rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-10 {
    margin: 5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-10,
.my-lg-10 {
    margin-top: 5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-10,
.mx-lg-10 {
    margin-right: 5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-10,
.mx-lg-10 {
    margin-left: 5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-11 {
    margin: 6rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-11,
.my-lg-11 {
    margin-top: 6rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-11,
.mx-lg-11 {
    margin-right: 6rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-11,
.my-lg-11 {
    margin-bottom: 6rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-11,
.mx-lg-11 {
    margin-left: 6rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-12 {
    margin: 8rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-12,
.my-lg-12 {
    margin-top: 8rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-12,
.mx-lg-12 {
    margin-right: 8rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 8rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-12,
.mx-lg-12 {
    margin-left: 8rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-13 {
    margin: 10rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-13,
.my-lg-13 {
    margin-top: 10rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-13,
.mx-lg-13 {
    margin-right: 10rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-13,
.my-lg-13 {
    margin-bottom: 10rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-13,
.mx-lg-13 {
    margin-left: 10rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-14 {
    margin: 12rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-14,
.my-lg-14 {
    margin-top: 12rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-14,
.mx-lg-14 {
    margin-right: 12rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-14,
.my-lg-14 {
    margin-bottom: 12rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-14,
.mx-lg-14 {
    margin-left: 12rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-15 {
    margin: 14rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-15,
.my-lg-15 {
    margin-top: 14rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-15,
.mx-lg-15 {
    margin-right: 14rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 14rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-15,
.mx-lg-15 {
    margin-left: 14rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-16 {
    margin: 16rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-16,
.my-lg-16 {
    margin-top: 16rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-16,
.mx-lg-16 {
    margin-right: 16rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 16rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-16,
.mx-lg-16 {
    margin-left: 16rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-17 {
    margin: 20rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-17,
.my-lg-17 {
    margin-top: 20rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-17,
.mx-lg-17 {
    margin-right: 20rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-17,
.my-lg-17 {
    margin-bottom: 20rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-17,
.mx-lg-17 {
    margin-left: 20rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-18 {
    margin: 24rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-18,
.my-lg-18 {
    margin-top: 24rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-18,
.mx-lg-18 {
    margin-right: 24rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-18,
.my-lg-18 {
    margin-bottom: 24rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-18,
.mx-lg-18 {
    margin-left: 24rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 0.75rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 0.75rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 0.75rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-6 {
    padding: 2rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 2rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 2rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 2rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 2rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-7 {
    padding: 2.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 2.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 2.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 2.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-8 {
    padding: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 3rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-9 {
    padding: 4rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-9,
.py-lg-9 {
    padding-top: 4rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-9,
.px-lg-9 {
    padding-right: 4rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 4rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-9,
.px-lg-9 {
    padding-left: 4rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-10 {
    padding: 5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-10,
.py-lg-10 {
    padding-top: 5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-10,
.px-lg-10 {
    padding-right: 5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-10,
.px-lg-10 {
    padding-left: 5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-11 {
    padding: 6rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-11,
.py-lg-11 {
    padding-top: 6rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-11,
.px-lg-11 {
    padding-right: 6rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-11,
.py-lg-11 {
    padding-bottom: 6rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-11,
.px-lg-11 {
    padding-left: 6rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-12 {
    padding: 8rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-12,
.py-lg-12 {
    padding-top: 8rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-12,
.px-lg-12 {
    padding-right: 8rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 8rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-12,
.px-lg-12 {
    padding-left: 8rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-13 {
    padding: 10rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-13,
.py-lg-13 {
    padding-top: 10rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-13,
.px-lg-13 {
    padding-right: 10rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-13,
.py-lg-13 {
    padding-bottom: 10rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-13,
.px-lg-13 {
    padding-left: 10rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-14 {
    padding: 12rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-14,
.py-lg-14 {
    padding-top: 12rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-14,
.px-lg-14 {
    padding-right: 12rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-14,
.py-lg-14 {
    padding-bottom: 12rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-14,
.px-lg-14 {
    padding-left: 12rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-15 {
    padding: 14rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-15,
.py-lg-15 {
    padding-top: 14rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-15,
.px-lg-15 {
    padding-right: 14rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 14rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-15,
.px-lg-15 {
    padding-left: 14rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-16 {
    padding: 16rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-16,
.py-lg-16 {
    padding-top: 16rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-16,
.px-lg-16 {
    padding-right: 16rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 16rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-16,
.px-lg-16 {
    padding-left: 16rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-17 {
    padding: 20rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-17,
.py-lg-17 {
    padding-top: 20rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-17,
.px-lg-17 {
    padding-right: 20rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-17,
.py-lg-17 {
    padding-bottom: 20rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-17,
.px-lg-17 {
    padding-left: 20rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-18 {
    padding: 24rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-18,
.py-lg-18 {
    padding-top: 24rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-18,
.px-lg-18 {
    padding-right: 24rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-18,
.py-lg-18 {
    padding-bottom: 24rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-18,
.px-lg-18 {
    padding-left: 24rem !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 0.75rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-6 {
    margin: 2rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 2rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 2rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 2rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 2rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-7 {
    margin: 2.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 2.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 2.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 2.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 2.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-8 {
    margin: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 3rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-9 {
    margin: 4rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-9,
.my-xl-9 {
    margin-top: 4rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-9,
.mx-xl-9 {
    margin-right: 4rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 4rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-9,
.mx-xl-9 {
    margin-left: 4rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-10 {
    margin: 5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-10,
.my-xl-10 {
    margin-top: 5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-10,
.mx-xl-10 {
    margin-right: 5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-10,
.mx-xl-10 {
    margin-left: 5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-11 {
    margin: 6rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-11,
.my-xl-11 {
    margin-top: 6rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-11,
.mx-xl-11 {
    margin-right: 6rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-11,
.my-xl-11 {
    margin-bottom: 6rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-11,
.mx-xl-11 {
    margin-left: 6rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-12 {
    margin: 8rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-12,
.my-xl-12 {
    margin-top: 8rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-12,
.mx-xl-12 {
    margin-right: 8rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 8rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-12,
.mx-xl-12 {
    margin-left: 8rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-13 {
    margin: 10rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-13,
.my-xl-13 {
    margin-top: 10rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-13,
.mx-xl-13 {
    margin-right: 10rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-13,
.my-xl-13 {
    margin-bottom: 10rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-13,
.mx-xl-13 {
    margin-left: 10rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-14 {
    margin: 12rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-14,
.my-xl-14 {
    margin-top: 12rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-14,
.mx-xl-14 {
    margin-right: 12rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-14,
.my-xl-14 {
    margin-bottom: 12rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-14,
.mx-xl-14 {
    margin-left: 12rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-15 {
    margin: 14rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-15,
.my-xl-15 {
    margin-top: 14rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-15,
.mx-xl-15 {
    margin-right: 14rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 14rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-15,
.mx-xl-15 {
    margin-left: 14rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-16 {
    margin: 16rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-16,
.my-xl-16 {
    margin-top: 16rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-16,
.mx-xl-16 {
    margin-right: 16rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 16rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-16,
.mx-xl-16 {
    margin-left: 16rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-17 {
    margin: 20rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-17,
.my-xl-17 {
    margin-top: 20rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-17,
.mx-xl-17 {
    margin-right: 20rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-17,
.my-xl-17 {
    margin-bottom: 20rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-17,
.mx-xl-17 {
    margin-left: 20rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-18 {
    margin: 24rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-18,
.my-xl-18 {
    margin-top: 24rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-18,
.mx-xl-18 {
    margin-right: 24rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-18,
.my-xl-18 {
    margin-bottom: 24rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-18,
.mx-xl-18 {
    margin-left: 24rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 0.75rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 0.75rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-6 {
    padding: 2rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 2rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 2rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 2rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 2rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-7 {
    padding: 2.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 2.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 2.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 2.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 2.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-8 {
    padding: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 3rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-9 {
    padding: 4rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-9,
.py-xl-9 {
    padding-top: 4rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-9,
.px-xl-9 {
    padding-right: 4rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 4rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-9,
.px-xl-9 {
    padding-left: 4rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-10 {
    padding: 5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-10,
.py-xl-10 {
    padding-top: 5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-10,
.px-xl-10 {
    padding-right: 5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-10,
.px-xl-10 {
    padding-left: 5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-11 {
    padding: 6rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-11,
.py-xl-11 {
    padding-top: 6rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-11,
.px-xl-11 {
    padding-right: 6rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-11,
.py-xl-11 {
    padding-bottom: 6rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-11,
.px-xl-11 {
    padding-left: 6rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-12 {
    padding: 8rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-12,
.py-xl-12 {
    padding-top: 8rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-12,
.px-xl-12 {
    padding-right: 8rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 8rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-12,
.px-xl-12 {
    padding-left: 8rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-13 {
    padding: 10rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-13,
.py-xl-13 {
    padding-top: 10rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-13,
.px-xl-13 {
    padding-right: 10rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-13,
.py-xl-13 {
    padding-bottom: 10rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-13,
.px-xl-13 {
    padding-left: 10rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-14 {
    padding: 12rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-14,
.py-xl-14 {
    padding-top: 12rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-14,
.px-xl-14 {
    padding-right: 12rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-14,
.py-xl-14 {
    padding-bottom: 12rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-14,
.px-xl-14 {
    padding-left: 12rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-15 {
    padding: 14rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-15,
.py-xl-15 {
    padding-top: 14rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-15,
.px-xl-15 {
    padding-right: 14rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 14rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-15,
.px-xl-15 {
    padding-left: 14rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-16 {
    padding: 16rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-16,
.py-xl-16 {
    padding-top: 16rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-16,
.px-xl-16 {
    padding-right: 16rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 16rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-16,
.px-xl-16 {
    padding-left: 16rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-17 {
    padding: 20rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-17,
.py-xl-17 {
    padding-top: 20rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-17,
.px-xl-17 {
    padding-right: 20rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-17,
.py-xl-17 {
    padding-bottom: 20rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-17,
.px-xl-17 {
    padding-left: 20rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-18 {
    padding: 24rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-18,
.py-xl-18 {
    padding-top: 24rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-18,
.px-xl-18 {
    padding-right: 24rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-18,
.py-xl-18 {
    padding-bottom: 24rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-18,
.px-xl-18 {
    padding-left: 24rem !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, vendor/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 9, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 10, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 11, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 19, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 21, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 19, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 27, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 28, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase, .table thead th {
  text-transform: uppercase !important;
}

/* line 29, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 33, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 34, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 35, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 500 !important;
}

/* line 36, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 40, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #6658EA !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #3c2be4 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #575A7B !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #42445d !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #2CD4A2 !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #23aa82 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #F5C070 !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #f2ab40 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #F9655B !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #f7372a !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #F3F8FF !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #c0daff !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #1B1642 !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #0b091c !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary-dark {
  color: #564CAF !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary-dark:hover, a.text-primary-dark:focus {
  color: #453d8b !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary-light {
  color: #687DED !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary-light:hover, a.text-primary-light:focus {
  color: #3a56e8 !important;
}

/* line 46, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #575A7B !important;
}

/* line 50, vendor/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, vendor/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, vendor/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, vendor/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, vendor/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, vendor/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, vendor/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, vendor/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 63, vendor/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, vendor/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, vendor/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, vendor/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, vendor/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, vendor/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, vendor/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, vendor/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, vendor/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, vendor/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 116, vendor/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, vendor/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: text-bottom;
  border: 3 solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* line 21, vendor/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 30px;
  height: 30px;
  border-width: 2;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 41, vendor/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 53, vendor/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 30px;
  height: 30px;
}

/* line 5, vendor/assets/stylesheets/theme/_alert.scss */
.alert {
  font-size: 1rem;
}

/* line 14, vendor/assets/stylesheets/theme/_alert.scss */
.alert-primary {
  color: #FFF;
}

/* line 14, vendor/assets/stylesheets/theme/_alert.scss */
.alert-secondary {
  color: #FFF;
}

/* line 14, vendor/assets/stylesheets/theme/_alert.scss */
.alert-success {
  color: #FFF;
}

/* line 14, vendor/assets/stylesheets/theme/_alert.scss */
.alert-info {
  color: #FFF;
}

/* line 14, vendor/assets/stylesheets/theme/_alert.scss */
.alert-warning {
  color: #FFF;
}

/* line 14, vendor/assets/stylesheets/theme/_alert.scss */
.alert-danger {
  color: #FFF;
}

/* line 14, vendor/assets/stylesheets/theme/_alert.scss */
.alert-light {
  color: #1B1642;
}

/* line 14, vendor/assets/stylesheets/theme/_alert.scss */
.alert-dark {
  color: #FFF;
}

/* line 14, vendor/assets/stylesheets/theme/_alert.scss */
.alert-primary-dark {
  color: #FFF;
}

/* line 14, vendor/assets/stylesheets/theme/_alert.scss */
.alert-primary-light {
  color: #FFF;
}

/* line 22, vendor/assets/stylesheets/theme/_alert.scss */
.alert-dismissible .close > .fe {
  line-height: 1.6rem;
}

/* line 8, vendor/assets/stylesheets/theme/_badge.scss */
.badge-primary-soft {
  background-color: rgba(102, 88, 234, 0.1);
  color: #6658EA;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary-soft:hover, a.badge-primary-soft:focus {
  background-color: rgba(102, 88, 234, 0.2);
  color: #6658EA;
}

/* line 8, vendor/assets/stylesheets/theme/_badge.scss */
.badge-secondary-soft {
  background-color: rgba(87, 90, 123, 0.1);
  color: #575A7B;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary-soft:hover, a.badge-secondary-soft:focus {
  background-color: rgba(87, 90, 123, 0.2);
  color: #575A7B;
}

/* line 8, vendor/assets/stylesheets/theme/_badge.scss */
.badge-success-soft {
  background-color: rgba(44, 212, 162, 0.1);
  color: #2CD4A2;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success-soft:hover, a.badge-success-soft:focus {
  background-color: rgba(44, 212, 162, 0.2);
  color: #2CD4A2;
}

/* line 8, vendor/assets/stylesheets/theme/_badge.scss */
.badge-info-soft {
  background-color: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info-soft:hover, a.badge-info-soft:focus {
  background-color: rgba(23, 162, 184, 0.2);
  color: #17a2b8;
}

/* line 8, vendor/assets/stylesheets/theme/_badge.scss */
.badge-warning-soft {
  background-color: rgba(245, 192, 112, 0.1);
  color: #F5C070;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning-soft:hover, a.badge-warning-soft:focus {
  background-color: rgba(245, 192, 112, 0.2);
  color: #F5C070;
}

/* line 8, vendor/assets/stylesheets/theme/_badge.scss */
.badge-danger-soft {
  background-color: rgba(249, 101, 91, 0.1);
  color: #F9655B;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger-soft:hover, a.badge-danger-soft:focus {
  background-color: rgba(249, 101, 91, 0.2);
  color: #F9655B;
}

/* line 8, vendor/assets/stylesheets/theme/_badge.scss */
.badge-light-soft {
  background-color: rgba(243, 248, 255, 0.1);
  color: #F3F8FF;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light-soft:hover, a.badge-light-soft:focus {
  background-color: rgba(243, 248, 255, 0.2);
  color: #F3F8FF;
}

/* line 8, vendor/assets/stylesheets/theme/_badge.scss */
.badge-dark-soft {
  background-color: rgba(27, 22, 66, 0.1);
  color: #1B1642;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark-soft:hover, a.badge-dark-soft:focus {
  background-color: rgba(27, 22, 66, 0.2);
  color: #1B1642;
}

/* line 8, vendor/assets/stylesheets/theme/_badge.scss */
.badge-primary-dark-soft {
  background-color: rgba(86, 76, 175, 0.1);
  color: #564CAF;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary-dark-soft:hover, a.badge-primary-dark-soft:focus {
  background-color: rgba(86, 76, 175, 0.2);
  color: #564CAF;
}

/* line 8, vendor/assets/stylesheets/theme/_badge.scss */
.badge-primary-light-soft {
  background-color: rgba(104, 125, 237, 0.1);
  color: #687DED;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary-light-soft:hover, a.badge-primary-light-soft:focus {
  background-color: rgba(104, 125, 237, 0.2);
  color: #687DED;
}

/* line 7, vendor/assets/stylesheets/theme/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  display: flex;
  align-items: center;
}

/* line 12, vendor/assets/stylesheets/theme/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Feather";
}

/* line 18, vendor/assets/stylesheets/theme/_breadcrumb.scss */
.breadcrumb-dark {
  background-color: #1B1642;
}

/* line 22, vendor/assets/stylesheets/theme/_breadcrumb.scss */
.breadcrumb-dark .breadcrumb-item {
  color: #FFF;
}

/* line 26, vendor/assets/stylesheets/theme/_breadcrumb.scss */
.breadcrumb-dark .breadcrumb-item > a {
  color: #FFF;
}

/* line 30, vendor/assets/stylesheets/theme/_breadcrumb.scss */
.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  color: #8D9AAE;
}

/* line 5, vendor/assets/stylesheets/theme/_buttons.scss */
.btn:not([class*="btn-outline"]) {
  border-color: transparent !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover, .btn-primary:focus {
  background-color: #5546e8;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #4f516f;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover, .btn-success:focus {
  background-color: #28c495;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover, .btn-info:focus {
  background-color: #1592a6;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover, .btn-warning:focus {
  background-color: #f4b85d;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover, .btn-danger:focus {
  background-color: #f85347;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover, .btn-light:focus {
  background-color: #dfecff;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover, .btn-dark:focus {
  background-color: #151133;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary-dark:hover, .btn-primary-dark:focus {
  background-color: #4f46a1;
}

/* line 19, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary-light:hover, .btn-primary-light:focus {
  background-color: #566deb;
}

/* line 22, vendor/assets/stylesheets/theme/_buttons.scss */
.btn-white {
  color: #1B1642;
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
  color: #6658EA;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-white:hover {
  color: #1B1642;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white.disabled, .btn-white:disabled {
  color: #1B1642;
  background-color: #FFF;
  border-color: #FFF;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active, .btn-white.active:not(:disabled):not(.disabled), .show > .btn-white.dropdown-toggle {
  color: #1B1642;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white.active:not(:disabled):not(.disabled):focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 34, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background-color: #FFF;
  color: #5546e8;
}

/* line 32, vendor/assets/stylesheets/theme/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active,
.btn-white.active:not(:disabled):not(.disabled) {
  background-color: #FFF;
  color: #5546e8;
}

/* line 38, vendor/assets/stylesheets/theme/_buttons.scss */
.btn-gray-200 {
  color: #1B1642;
  background-color: #EAF2FE;
  border-color: #EAF2FE;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
  color: #5546e8;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-gray-200:hover {
  color: #1B1642;
  background-color: #c5dbfc;
  border-color: #b9d4fc;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray-200:focus, .btn-gray-200.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(234, 242, 254, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray-200.disabled, .btn-gray-200:disabled {
  color: #1B1642;
  background-color: #EAF2FE;
  border-color: #EAF2FE;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200.active:not(:disabled):not(.disabled), .show > .btn-gray-200.dropdown-toggle {
  color: #1B1642;
  background-color: #b9d4fc;
  border-color: #adccfb;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray-200:not(:disabled):not(.disabled):active:focus, .btn-gray-200.active:not(:disabled):not(.disabled):focus, .show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(234, 242, 254, 0.5);
}

/* line 34, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-gray-200:hover, .btn-gray-200:focus, .btn-gray-200:active {
  color: #5546e8;
}

/* line 47, vendor/assets/stylesheets/theme/_buttons.scss */
.btn-gray-200:not(:disabled):not(.disabled):active,
.btn-gray-200.active:not(:disabled):not(.disabled) {
  color: #5546e8;
}

/* line 52, vendor/assets/stylesheets/theme/_buttons.scss */
.btn-gray-300 {
  color: #1B1642;
  background-color: #DCE0F3;
  border-color: #DCE0F3;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
  color: #5546e8;
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-gray-300:hover {
  color: #1B1642;
  background-color: #c0c7e9;
  border-color: #b6bee6;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray-300:focus, .btn-gray-300.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(220, 224, 243, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray-300.disabled, .btn-gray-300:disabled {
  color: #1B1642;
  background-color: #DCE0F3;
  border-color: #DCE0F3;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300.active:not(:disabled):not(.disabled), .show > .btn-gray-300.dropdown-toggle {
  color: #FFF;
  background-color: #b6bee6;
  border-color: #adb6e3;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300.active:not(:disabled):not(.disabled):focus, .show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(220, 224, 243, 0.5);
}

/* line 34, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-gray-300:hover, .btn-gray-300:focus, .btn-gray-300:active {
  color: #5546e8;
}

/* line 61, vendor/assets/stylesheets/theme/_buttons.scss */
.btn-gray-300:not(:disabled):not(.disabled):active,
.btn-gray-300.active:not(:disabled):not(.disabled) {
  color: #5546e8;
}

/* line 69, vendor/assets/stylesheets/theme/_buttons.scss */
.btn-circle {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 50%;
}

/* line 75, vendor/assets/stylesheets/theme/_buttons.scss */
.btn-circle > * {
  display: block;
  width: calc(1.125rem * 1.6);
  line-height: inherit;
}

/* line 83, vendor/assets/stylesheets/theme/_buttons.scss */
.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 50%;
}

/* line 89, vendor/assets/stylesheets/theme/_buttons.scss */
.btn-circle.btn-lg > *, .btn-group-lg > .btn-circle.btn > * {
  width: calc(1.25rem * 1.6);
}

/* line 93, vendor/assets/stylesheets/theme/_buttons.scss */
.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 50%;
}

/* line 99, vendor/assets/stylesheets/theme/_buttons.scss */
.btn-circle.btn-sm > *, .btn-group-sm > .btn-circle.btn > * {
  width: calc(1rem * 1.6);
}

/* line 106, vendor/assets/stylesheets/theme/_buttons.scss */
.btn-link {
  font-weight: 500;
}

/* line 5, vendor/assets/stylesheets/theme/_button-group.scss */
.btn-group {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 11, vendor/assets/stylesheets/theme/_button-group.scss */
.btn-group .btn {
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/theme/_card.scss */
.card {
  box-shadow: 0 0 24px rgba(27, 22, 66, 0.04), 0 44px 74px rgba(27, 22, 66, 0.06);
}

/* line 9, vendor/assets/stylesheets/theme/_card.scss */
.card-footer {
  background-color: inherit;
}

/* line 16, vendor/assets/stylesheets/theme/_card.scss */
.card-body {
  padding: 2rem;
}

/* line 20, vendor/assets/stylesheets/theme/_card.scss */
.card-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 25, vendor/assets/stylesheets/theme/_card.scss */
.card-lg .card-body {
  padding: 3rem;
}

/* line 29, vendor/assets/stylesheets/theme/_card.scss */
.card-lg .card-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 992px) {
  /* line 36, vendor/assets/stylesheets/theme/_card.scss */
  .card-body {
    padding: 3rem;
  }
  /* line 40, vendor/assets/stylesheets/theme/_card.scss */
  .card-footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  /* line 45, vendor/assets/stylesheets/theme/_card.scss */
  .card-lg .card-body {
    padding: 5rem;
  }
  /* line 49, vendor/assets/stylesheets/theme/_card.scss */
  .card-lg .card-footer {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  /* line 54, vendor/assets/stylesheets/theme/_card.scss */
  .card-sm .card-body {
    padding: 2rem;
  }
  /* line 58, vendor/assets/stylesheets/theme/_card.scss */
  .card-sm .card-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 67, vendor/assets/stylesheets/theme/_card.scss */
.card-img-overlay {
  top: auto;
}

/* line 74, vendor/assets/stylesheets/theme/_card.scss */
.card-flush {
  background-color: transparent;
  box-shadow: none;
}

/* line 79, vendor/assets/stylesheets/theme/_card.scss */
.card-flush .card-body {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  /* line 87, vendor/assets/stylesheets/theme/_card.scss */
  .card-img-slider {
    height: 100%;
    width: 100%;
  }
  /* line 93, vendor/assets/stylesheets/theme/_card.scss */
  .card-img-slider * {
    height: inherit !important;
    width: inherit !important;
  }
}

@media (min-width: 768px) {
  /* line 105, vendor/assets/stylesheets/theme/_card.scss */
  .card-stack {
    display: grid;
    grid-auto-rows: 1fr;
  }
  /* line 110, vendor/assets/stylesheets/theme/_card.scss */
  .card-stack-item {
    position: sticky;
    top: 140px;
  }
  /* line 115, vendor/assets/stylesheets/theme/_card.scss */
  .card-stack-item > .card {
    height: 100%;
    transform-origin: top center;
  }
  /* line 120, vendor/assets/stylesheets/theme/_card.scss */
  .card-stack-item > .card > .row {
    height: inherit;
  }
}

/* line 7, vendor/assets/stylesheets/theme/_collapse.scss */
.collapse-toggle {
  display: flex;
}

/* line 11, vendor/assets/stylesheets/theme/_collapse.scss */
.collapse-toggle::after {
  content: "\e9b1";
  align-self: flex-start;
  margin-left: auto;
  font-family: "Feather";
  color: #F5C070;
  transform-origin: center center;
  transition: all 0.2s ease-in-out;
}

/* line 21, vendor/assets/stylesheets/theme/_collapse.scss */
.collapse-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}

/* line 7, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio {
  display: flex;
}

/* line 13, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-input {
  display: none;
}

/* line 17, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-input:checked ~ .timeline-radio-label {
  opacity: .2;
}

/* line 21, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-input:checked + .timeline-radio-label {
  opacity: 1;
}

/* line 25, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-input:checked + .timeline-radio-label::before {
  box-shadow: 0 0 0 5px currentColor;
}

/* line 31, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  pointer-events: none;
}

/* line 40, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-label:first-of-type {
  width: 20px;
}

/* line 46, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-label > small {
  white-space: nowrap;
}

/* line 50, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-label:not(:first-of-type) > small,
.timeline-radio-label:not(:last-of-type) > small {
  transform: translateX(50%) translateX(-10px);
}

/* line 57, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-label::after,
.timeline-radio-label::before {
  content: "";
  display: block;
  cursor: pointer;
}

/* line 64, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-label::before {
  z-index: 1;
  width: 20px;
  height: 20px;
  margin-bottom: 1rem;
  background-color: #FFF;
  box-shadow: inset 0 0 0 20px currentColor;
  border-radius: 50%;
  pointer-events: auto;
}

/* line 77, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-label::after {
  position: absolute;
  top: calc((20px - 5px) / 2);
  right: 0;
  width: 100%;
  border-top: 5px solid currentColor;
}

/* line 91, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-primary .timeline-radio-label::after,
.timeline-radio-primary .timeline-radio-label::before {
  color: #6658EA;
}

/* line 91, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-secondary .timeline-radio-label::after,
.timeline-radio-secondary .timeline-radio-label::before {
  color: #575A7B;
}

/* line 91, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-success .timeline-radio-label::after,
.timeline-radio-success .timeline-radio-label::before {
  color: #2CD4A2;
}

/* line 91, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-info .timeline-radio-label::after,
.timeline-radio-info .timeline-radio-label::before {
  color: #17a2b8;
}

/* line 91, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-warning .timeline-radio-label::after,
.timeline-radio-warning .timeline-radio-label::before {
  color: #F5C070;
}

/* line 91, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-danger .timeline-radio-label::after,
.timeline-radio-danger .timeline-radio-label::before {
  color: #F9655B;
}

/* line 91, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-light .timeline-radio-label::after,
.timeline-radio-light .timeline-radio-label::before {
  color: #F3F8FF;
}

/* line 91, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-dark .timeline-radio-label::after,
.timeline-radio-dark .timeline-radio-label::before {
  color: #1B1642;
}

/* line 91, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-primary-dark .timeline-radio-label::after,
.timeline-radio-primary-dark .timeline-radio-label::before {
  color: #564CAF;
}

/* line 91, vendor/assets/stylesheets/theme/_custom-forms.scss */
.timeline-radio-primary-light .timeline-radio-label::after,
.timeline-radio-primary-light .timeline-radio-label::before {
  color: #687DED;
}

/* line 101, vendor/assets/stylesheets/theme/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  top: calc((1.8rem - 1.5rem) / 2);
  height: 1.5rem;
}

/* line 106, vendor/assets/stylesheets/theme/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  left: -3.0625rem;
  background-color: #FFF;
}

/* line 111, vendor/assets/stylesheets/theme/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1rem);
  background-color: #FFF;
}

/* line 118, vendor/assets/stylesheets/theme/_custom-forms.scss */
.custom-control-dark.custom-switch .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 122, vendor/assets/stylesheets/theme/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6658EA;
}

/* line 7, vendor/assets/stylesheets/theme/_dropdown.scss */
.dropdown-menu {
  padding: 2rem 2rem;
}

/* line 14, vendor/assets/stylesheets/theme/_dropdown.scss */
.dropdown-menu-auto {
  min-width: auto;
}

/* line 18, vendor/assets/stylesheets/theme/_dropdown.scss */
.dropdown-menu-lg {
  min-width: 24rem;
}

/* line 22, vendor/assets/stylesheets/theme/_dropdown.scss */
.dropdown-menu-xl {
  min-width: 48rem;
}

/* line 29, vendor/assets/stylesheets/theme/_dropdown.scss */
.dropdown-menu-flush {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 38, vendor/assets/stylesheets/theme/_dropdown.scss */
.dropdown-menu-col {
  background-color: #FFF;
  border-radius: 1rem 0 1rem 0;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 44, vendor/assets/stylesheets/theme/_dropdown.scss */
.dropdown-menu-body {
  padding: 2rem 2rem;
}

/* line 48, vendor/assets/stylesheets/theme/_dropdown.scss */
.dropdown-menu-footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-left: 2rem;
  margin-right: 2rem;
  border-top: 1px solid #EAF2FE;
}

/* line 59, vendor/assets/stylesheets/theme/_dropdown.scss */
.dropdown-item + .dropdown-item, .dropdown-link + .dropdown-item, .dropdown-item + .dropdown-link, .dropdown-link + .dropdown-link {
  margin-top: .75rem;
}

/* line 73, vendor/assets/stylesheets/theme/_dropdown.scss */
.dropdown-header {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}

/* line 80, vendor/assets/stylesheets/theme/_dropdown.scss */
.dropdown-item + .dropdown-header, .dropdown-link + .dropdown-header {
  margin-top: 2.5rem;
}

/* line 7, vendor/assets/stylesheets/theme/_forms.scss */
.form-control {
  background-clip: border-box;
}

/* line 14, vendor/assets/stylesheets/theme/_forms.scss */
.form-control-underline {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: #EAF2FE;
}

/* line 23, vendor/assets/stylesheets/theme/_forms.scss */
.form-control-underline:focus {
  background-color: transparent;
  border-bottom-color: #6658EA;
}

/* line 32, vendor/assets/stylesheets/theme/_forms.scss */
.form-control.is-valid,
.form-control.is-invalid {
  background-size: 1.5rem 1.5rem;
}

/* line 37, vendor/assets/stylesheets/theme/_forms.scss */
.custom-select.is-valid,
.custom-select.is-invalid {
  background-size: 14px 8px, 1.5rem 1.5rem;
}

/* line 8, vendor/assets/stylesheets/theme/_grid.scss */
.offset-n1 {
  margin-left: -8.3333333333%;
}

/* line 8, vendor/assets/stylesheets/theme/_grid.scss */
.offset-n2 {
  margin-left: -16.6666666667%;
}

/* line 8, vendor/assets/stylesheets/theme/_grid.scss */
.offset-n3 {
  margin-left: -25%;
}

/* line 8, vendor/assets/stylesheets/theme/_grid.scss */
.offset-n4 {
  margin-left: -33.3333333333%;
}

/* line 8, vendor/assets/stylesheets/theme/_grid.scss */
.offset-n5 {
  margin-left: -41.6666666667%;
}

/* line 8, vendor/assets/stylesheets/theme/_grid.scss */
.offset-n6 {
  margin-left: -50%;
}

/* line 8, vendor/assets/stylesheets/theme/_grid.scss */
.offset-n7 {
  margin-left: -58.3333333333%;
}

/* line 8, vendor/assets/stylesheets/theme/_grid.scss */
.offset-n8 {
  margin-left: -66.6666666667%;
}

/* line 8, vendor/assets/stylesheets/theme/_grid.scss */
.offset-n9 {
  margin-left: -75%;
}

/* line 8, vendor/assets/stylesheets/theme/_grid.scss */
.offset-n10 {
  margin-left: -83.3333333333%;
}

/* line 8, vendor/assets/stylesheets/theme/_grid.scss */
.offset-n11 {
  margin-left: -91.6666666667%;
}

/* line 8, vendor/assets/stylesheets/theme/_grid.scss */
.offset-n12 {
  margin-left: -100%;
}

@media (min-width: 576px) {
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-sm-n1 {
    margin-left: -8.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-sm-n2 {
    margin-left: -16.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-sm-n3 {
    margin-left: -25%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-sm-n4 {
    margin-left: -33.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-sm-n5 {
    margin-left: -41.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-sm-n6 {
    margin-left: -50%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-sm-n7 {
    margin-left: -58.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-sm-n8 {
    margin-left: -66.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-sm-n9 {
    margin-left: -75%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-sm-n10 {
    margin-left: -83.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-sm-n11 {
    margin-left: -91.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-sm-n12 {
    margin-left: -100%;
  }
}

@media (min-width: 768px) {
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-md-n1 {
    margin-left: -8.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-md-n2 {
    margin-left: -16.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-md-n3 {
    margin-left: -25%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-md-n4 {
    margin-left: -33.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-md-n5 {
    margin-left: -41.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-md-n6 {
    margin-left: -50%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-md-n7 {
    margin-left: -58.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-md-n8 {
    margin-left: -66.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-md-n9 {
    margin-left: -75%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-md-n10 {
    margin-left: -83.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-md-n11 {
    margin-left: -91.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-md-n12 {
    margin-left: -100%;
  }
}

@media (min-width: 992px) {
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-lg-n1 {
    margin-left: -8.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-lg-n2 {
    margin-left: -16.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-lg-n3 {
    margin-left: -25%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-lg-n4 {
    margin-left: -33.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-lg-n5 {
    margin-left: -41.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-lg-n6 {
    margin-left: -50%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-lg-n7 {
    margin-left: -58.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-lg-n8 {
    margin-left: -66.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-lg-n9 {
    margin-left: -75%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-lg-n10 {
    margin-left: -83.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-lg-n11 {
    margin-left: -91.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-lg-n12 {
    margin-left: -100%;
  }
}

@media (min-width: 1200px) {
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-xl-n1 {
    margin-left: -8.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-xl-n2 {
    margin-left: -16.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-xl-n3 {
    margin-left: -25%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-xl-n4 {
    margin-left: -33.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-xl-n5 {
    margin-left: -41.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-xl-n6 {
    margin-left: -50%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-xl-n7 {
    margin-left: -58.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-xl-n8 {
    margin-left: -66.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-xl-n9 {
    margin-left: -75%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-xl-n10 {
    margin-left: -83.3333333333%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-xl-n11 {
    margin-left: -91.6666666667%;
  }
  /* line 17, vendor/assets/stylesheets/theme/_grid.scss */
  .offset-xl-n12 {
    margin-left: -100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 28, vendor/assets/stylesheets/theme/_grid.scss */
  .container-lg {
    max-width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 28, vendor/assets/stylesheets/theme/_grid.scss */
  .container-lg {
    max-width: 95%;
  }
}

/* line 7, vendor/assets/stylesheets/theme/_images.scss */
.img-fluid > * {
  width: 100%;
}

/* line 14, vendor/assets/stylesheets/theme/_images.scss */
.img-grid {
  display: flex;
  flex-wrap: wrap;
}

/* line 21, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-1 .img-grid-item:nth-child(1) {
  width: 60%;
  margin-left: 20%;
}

/* line 26, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-1 .img-grid-item:nth-child(2) {
  width: 15%;
  margin-top: 15%;
  margin-left: -80%;
}

/* line 32, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-1 .img-grid-item:nth-child(3) {
  width: 20%;
  margin-top: 10%;
  margin-left: 60%;
}

/* line 38, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-1 .img-grid-item:nth-child(4) {
  width: 20%;
  margin-top: 40%;
  margin-left: -85%;
}

/* line 44, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-1 .img-grid-item:nth-child(5) {
  width: 15%;
  margin-top: 40%;
  margin-left: 55%;
}

/* line 50, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-1 .img-grid-item:nth-child(6) {
  width: 15%;
  margin-top: 5%;
  margin-left: 25%;
}

/* line 56, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-1 .img-grid-item:nth-child(7) {
  width: 20%;
  margin-top: -10%;
  margin-left: 10%;
}

/* line 64, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-2 .img-grid-item:nth-child(1) {
  width: 55%;
  margin-top: 0%;
  margin-left: 35%;
  z-index: 2;
}

/* line 71, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-2 .img-grid-item:nth-child(2) {
  width: 55%;
  margin-top: -30%;
  margin-left: 0%;
  z-index: 1;
}

/* line 78, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-2 .img-grid-item:nth-child(3) {
  width: 60%;
  margin-top: -35%;
  margin-left: 40%;
  z-index: 0;
}

/* line 87, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-3 .img-grid-item:nth-child(1) {
  width: 80%;
  margin-top: 15%;
  margin-left: 10%;
}

/* line 93, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-3 .img-grid-item:nth-child(2) {
  width: 30%;
  margin-left: -20%;
}

/* line 98, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-3 .img-grid-item:nth-child(3) {
  width: 25%;
  margin-top: 55%;
  margin-left: -40%;
}

/* line 104, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-3 .img-grid-item:nth-child(4) {
  width: 100%;
  margin-top: 75%;
  margin-left: -85%;
}

@media (min-width: 768px) {
  /* line 104, vendor/assets/stylesheets/theme/_images.scss */
  .img-grid-3 .img-grid-item:nth-child(4) {
    width: 40%;
    margin-top: 40%;
  }
}

/* line 117, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-4 .img-grid-item:nth-child(1) {
  width: 70%;
  margin-top: 0%;
  margin-left: 30%;
  z-index: 2;
}

/* line 124, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-4 .img-grid-item:nth-child(2) {
  width: 75%;
  margin-top: -15%;
  margin-left: 0%;
  z-index: 0;
}

/* line 131, vendor/assets/stylesheets/theme/_images.scss */
.img-grid-4 .img-grid-item:nth-child(3) {
  width: 40%;
  margin-top: -25%;
  margin-left: 50%;
  z-index: 1;
}

/* line 7, vendor/assets/stylesheets/theme/_input-group.scss */
.input-group .btn {
  box-shadow: none;
}

/* line 11, vendor/assets/stylesheets/theme/_input-group.scss */
.input-group .input-group-append .btn-white::before {
  content: '';
  position: absolute;
  top: .75rem;
  bottom: .75rem;
  left: 0;
  border-left: 1px solid #DCE0F3;
}

/* line 23, vendor/assets/stylesheets/theme/_input-group.scss */
.input-group-prepend .input-group-text {
  padding-right: 0;
}

/* line 27, vendor/assets/stylesheets/theme/_input-group.scss */
.input-group-append .input-group-text {
  padding-left: 0;
}

/* line 7, vendor/assets/stylesheets/theme/_list-group.scss */
.list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
}

/* line 13, vendor/assets/stylesheets/theme/_list-group.scss */
.list-group-flush .list-group-item + .list-group-item {
  border-top-width: 1px;
}

/* line 17, vendor/assets/stylesheets/theme/_list-group.scss */
.list-group-flush .list-group-item.active {
  background-color: transparent;
  color: #EAF2FE;
}

/* line 22, vendor/assets/stylesheets/theme/_list-group.scss */
.list-group-flush .list-group-item + .list-group-item.active {
  margin-top: 0;
}

/* line 29, vendor/assets/stylesheets/theme/_list-group.scss */
.list-group-lg .list-group-item {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* line 34, vendor/assets/stylesheets/theme/_list-group.scss */
.list-group-sm .list-group-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 42, vendor/assets/stylesheets/theme/_list-group.scss */
.list-group-hover .list-group-item {
  position: relative;
  transition: all 0.2s ease-in-out;
  transition-property: border-color;
}

/* line 48, vendor/assets/stylesheets/theme/_list-group.scss */
.list-group-hover .list-group-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: calc(100% + 5rem);
  border-radius: 1rem 0 1rem 0;
  box-shadow: 0 0 24px rgba(27, 22, 66, 0.04), 0 44px 74px rgba(27, 22, 66, 0.06);
  transition: all 0.2s ease-in-out;
  transform: translateX(-50%);
  opacity: 0;
}

/* line 62, vendor/assets/stylesheets/theme/_list-group.scss */
.list-group-hover .list-group-item:hover,
.list-group-hover .list-group-item:hover + .list-group-item[href] {
  border-top-color: transparent;
}

/* line 67, vendor/assets/stylesheets/theme/_list-group.scss */
.list-group-hover .list-group-item:hover::before {
  opacity: 1;
}

/* line 7, vendor/assets/stylesheets/theme/_modal.scss */
.modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

/* line 5, vendor/assets/stylesheets/theme/_navbar.scss */
.navbar {
  transition: all 0.2s ease-in-out;
  transition-property: box-shadow;
  font-size: 14px !important;
}

/* line 11, vendor/assets/stylesheets/theme/_navbar.scss */
.navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-width: 0;
  border-top: 4px solid;
  border-image: linear-gradient(to right, #ff00cc, #333399) 1;
}

/* line 23, vendor/assets/stylesheets/theme/_navbar.scss */
.navbar-brand {
  font-family: "DM Serif Display", serif;
}

/* line 30, vendor/assets/stylesheets/theme/_navbar.scss */
.navbar-toggler {
  padding-left: 0;
  padding-right: 0;
}

/* line 38, vendor/assets/stylesheets/theme/_navbar.scss */
.navbar-nav .dropright > .dropdown-toggle {
  display: flex;
}

/* line 42, vendor/assets/stylesheets/theme/_navbar.scss */
.navbar-nav .dropright > .dropdown-toggle::after {
  margin-left: auto;
  font-family: 'Feather';
  color: #8D9AAE;
  content: "\e930";
}

/* line 52, vendor/assets/stylesheets/theme/_navbar.scss */
.navbar-nav .dropdown-positioner {
  position: absolute;
  z-index: 1000;
}

/* line 57, vendor/assets/stylesheets/theme/_navbar.scss */
.navbar-nav .dropdown-positioner > .dropdown-menu {
  position: static;
}

@media (max-width: 991.98px) {
  /* line 68, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar.fixed-top {
    max-height: 100vh;
    overflow: auto;
  }
  /* line 75, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav:first-child {
    margin-top: 1rem;
  }
  /* line 79, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav > .nav-item {
    border-top: 1px solid rgba(27, 22, 66, 0.065);
  }
  /* line 83, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav > .nav-item > .nav-link {
    display: flex;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  /* line 92, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav > .dropdown > .dropdown-toggle::after {
    margin-left: auto;
    font-family: 'Feather';
    color: #8D9AAE;
    content: "\e92e";
    transform-origin: center center;
  }
  /* line 100, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav > .dropdown.show > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  /* line 104, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav > .dropdown .dropdown-menu,
.navbar-nav > .dropdown .dropdown-menu-col {
    min-width: 0;
    background-color: transparent;
    box-shadow: none;
  }
  /* line 111, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav > .dropdown .dropdown-menu {
    padding: .75rem 0 1.5rem;
  }
  /* line 115, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav > .dropdown .dropdown-menu-col {
    background-color: transparent !important;
  }
  /* line 119, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav > .dropdown .dropdown-menu-col .text-white {
    color: #1B1642 !important;
  }
  /* line 123, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav > .dropdown .dropdown-menu-body {
    padding: 0;
  }
  /* line 130, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav .dropright > .dropdown-toggle::after {
    content: "\e92e";
    transform-origin: center center;
  }
  /* line 135, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav .dropright.show > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  /* line 139, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav .dropright .dropdown-menu {
    padding: .75rem 0 0 .75rem;
  }
  /* line 145, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav .dropdown-positioner {
    position: relative !important;
    transform: none !important;
  }
  /* line 152, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav .text-gray-500 {
    color: #575A7B !important;
  }
}

@media (min-width: 992px) {
  /* line 164, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav .dropright {
    width: auto;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 174, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav .dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.2s ease-in-out;
    transition-property: opacity, transform, -webkit-transform;
  }
  /* line 182, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav .dropdown-menu.showing {
    display: block;
  }
  /* line 186, vendor/assets/stylesheets/theme/_navbar.scss */
  .navbar-nav .dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 5, vendor/assets/stylesheets/theme/_pagination.scss */
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 10, vendor/assets/stylesheets/theme/_pagination.scss */
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 18, vendor/assets/stylesheets/theme/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 23, vendor/assets/stylesheets/theme/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5, vendor/assets/stylesheets/theme/_reboot.scss */
html, body {
  overflow-x: hidden;
}

/* line 9, vendor/assets/stylesheets/theme/_reboot.scss */
html {
  height: 100%;
}

/* line 13, vendor/assets/stylesheets/theme/_reboot.scss */
body {
  min-height: 100%;
}

/* line 7, vendor/assets/stylesheets/theme/_tables.scss */
.table-flush thead th:first-child,
.table-flush tbody th:first-child,
.table-flush tbody td:first-child,
.table-flush tfoot td:first-child {
  padding-left: 0;
}

/* line 14, vendor/assets/stylesheets/theme/_tables.scss */
.table-flush thead th:last-child,
.table-flush tbody th:last-child,
.table-flush tbody td:last-child,
.table-flush tfoot td:last-child {
  padding-right: 0;
}

/* line 24, vendor/assets/stylesheets/theme/_tables.scss */
.table th {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

/* line 31, vendor/assets/stylesheets/theme/_tables.scss */
.table thead th {
  border-bottom: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #8D9AAE;
  font-family: "DM Sans", sans-serif;
}

/* line 40, vendor/assets/stylesheets/theme/_tables.scss */
.table tbody td {
  border-bottom: 0;
  font-size: 0.875rem;
  font-family: "DM Sans", sans-serif;
}

/* line 49, vendor/assets/stylesheets/theme/_tables.scss */
.table tfoot td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 57, vendor/assets/stylesheets/theme/_tables.scss */
.table-clickable [data-href]:hover {
  cursor: pointer;
}

/* line 61, vendor/assets/stylesheets/theme/_tables.scss */
.table-clickable [data-href]:hover .table-clickable-hover {
  color: #5546e8;
}

@media (max-width: 767.98px) {
  /* line 70, vendor/assets/stylesheets/theme/_tables.scss */
  .table-features.table-features-alt th:nth-child(2),
.table-features.table-features-alt td:nth-child(2) {
    display: none;
  }
  /* line 75, vendor/assets/stylesheets/theme/_tables.scss */
  .table-features:not(.table-features-alt) th:nth-child(3),
.table-features:not(.table-features-alt) td:nth-child(3) {
    display: none;
  }
}

/* line 5, vendor/assets/stylesheets/theme/_toasts.scss */
.toast-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom-width: 1px;
}

/* line 14, vendor/assets/stylesheets/theme/_toasts.scss */
.toast-positioner {
  position: fixed;
  z-index: 1030;
  bottom: 1.5rem;
  width: 100%;
  max-width: 350px;
}

/* line 22, vendor/assets/stylesheets/theme/_toasts.scss */
.toast-positioner-left {
  left: 1.5rem;
}

/* line 26, vendor/assets/stylesheets/theme/_toasts.scss */
.toast-positioner-right {
  right: 1.5rem;
}

@media (max-width: 991.98px) {
  /* line 14, vendor/assets/stylesheets/theme/_type.scss */
  h1, .h1 {
    font-size: 1.75rem;
  }
  /* line 18, vendor/assets/stylesheets/theme/_type.scss */
  h2, .h2 {
    font-size: 1.5rem;
  }
  /* line 22, vendor/assets/stylesheets/theme/_type.scss */
  h3, .h3 {
    font-size: 1.125rem;
  }
  /* line 26, vendor/assets/stylesheets/theme/_type.scss */
  .display-4 {
    font-size: 2.25rem;
  }
  /* line 30, vendor/assets/stylesheets/theme/_type.scss */
  .display-3 {
    font-size: 2.5rem;
  }
  /* line 34, vendor/assets/stylesheets/theme/_type.scss */
  .display-2 {
    font-size: 3rem;
  }
  /* line 38, vendor/assets/stylesheets/theme/_type.scss */
  .display-1 {
    font-size: 3rem;
  }
  /* line 42, vendor/assets/stylesheets/theme/_type.scss */
  .lead {
    font-size: 1.25rem;
  }
}

/* line 50, vendor/assets/stylesheets/theme/_type.scss */
h1, .h1, h2, .h2 {
  line-height: 1.32;
}

/* line 54, vendor/assets/stylesheets/theme/_type.scss */
h2, .h3 {
  line-height: 1.4;
}

/* line 58, vendor/assets/stylesheets/theme/_type.scss */
h4, .h4, h5, .h5, h6, .table thead th, .h6 {
  line-height: 1.6;
}

/* line 62, vendor/assets/stylesheets/theme/_type.scss */
h6.text-uppercase, .h6.text-uppercase, .table thead th.h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: .18em;
}

/* line 71, vendor/assets/stylesheets/theme/_type.scss */
.display-1.font-family-sans-serif, .display-2.font-family-sans-serif, .display-3.font-family-sans-serif, .display-4.font-family-sans-serif {
  letter-spacing: -.02em;
}

/* line 75, vendor/assets/stylesheets/theme/_type.scss */
h1.font-family-sans-serif, .h1.font-family-sans-serif {
  letter-spacing: -.02em;
}

/* line 79, vendor/assets/stylesheets/theme/_type.scss */
h2.font-family-sans-serif, .h2.font-family-sans-serif, h3.font-family-sans-serif, .h3.font-family-sans-serif, h4.font-family-sans-serif, .h4.font-family-sans-serif {
  letter-spacing: -.01em;
}

/* line 87, vendor/assets/stylesheets/theme/_type.scss */
.list-checked {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
}

/* line 93, vendor/assets/stylesheets/theme/_type.scss */
.list-checked > li {
  position: relative;
  padding-left: 2.25rem;
}

/* line 98, vendor/assets/stylesheets/theme/_type.scss */
.list-checked > li + li {
  margin-top: .75rem;
}

/* line 102, vendor/assets/stylesheets/theme/_type.scss */
.list-checked > li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Feather";
  content: "\e92b";
}

/* line 111, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-primary > li::before {
  color: #6658EA;
}

/* line 111, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-secondary > li::before {
  color: #575A7B;
}

/* line 111, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-success > li::before {
  color: #2CD4A2;
}

/* line 111, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-info > li::before {
  color: #17a2b8;
}

/* line 111, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-warning > li::before {
  color: #F5C070;
}

/* line 111, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-danger > li::before {
  color: #F9655B;
}

/* line 111, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-light > li::before {
  color: #F3F8FF;
}

/* line 111, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-dark > li::before {
  color: #1B1642;
}

/* line 111, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-primary-dark > li::before {
  color: #564CAF;
}

/* line 111, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-primary-light > li::before {
  color: #687DED;
}

/* line 118, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-circle > li::before {
  top: calc((1.6 * 1rem - 1.25rem));
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 50%;
}

/* line 130, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-circle.list-checked-primary > li::before {
  background-color: #6658EA;
  color: #FFF;
}

/* line 130, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-circle.list-checked-secondary > li::before {
  background-color: #575A7B;
  color: #FFF;
}

/* line 130, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-circle.list-checked-success > li::before {
  background-color: #2CD4A2;
  color: #FFF;
}

/* line 130, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-circle.list-checked-info > li::before {
  background-color: #17a2b8;
  color: #FFF;
}

/* line 130, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-circle.list-checked-warning > li::before {
  background-color: #F5C070;
  color: #FFF;
}

/* line 130, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-circle.list-checked-danger > li::before {
  background-color: #F9655B;
  color: #FFF;
}

/* line 130, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-circle.list-checked-light > li::before {
  background-color: #F3F8FF;
  color: #1B1642;
}

/* line 130, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-circle.list-checked-dark > li::before {
  background-color: #1B1642;
  color: #FFF;
}

/* line 130, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-circle.list-checked-primary-dark > li::before {
  background-color: #564CAF;
  color: #FFF;
}

/* line 130, vendor/assets/stylesheets/theme/_type.scss */
.list-checked-circle.list-checked-primary-light > li::before {
  background-color: #687DED;
  color: #FFF;
}

/* line 140, vendor/assets/stylesheets/theme/_type.scss */
.hr-sm {
  max-width: 5rem;
  margin-top: 0;
  border-top-width: 5px;
}

/* line 149, vendor/assets/stylesheets/theme/_type.scss */
strong {
  font-weight: 500;
}

/* line 156, vendor/assets/stylesheets/theme/_type.scss */
ul, ol {
  margin-bottom: 2rem;
}

/* line 163, vendor/assets/stylesheets/theme/_type.scss */
a, button {
  outline: none !important;
}

/* line 7, vendor/assets/stylesheets/theme/utilities/_backgrounds.scss */
.bg-dark-50 {
  background-color: rgba(27, 22, 66, 0.5) !important;
}

/* line 11, vendor/assets/stylesheets/theme/utilities/_backgrounds.scss */
.bg-gray-900 {
  background-color: #2B265A !important;
}

/* line 15, vendor/assets/stylesheets/theme/utilities/_backgrounds.scss */
.bg-gray-800 {
  background-color: #342E6C !important;
}

/* line 19, vendor/assets/stylesheets/theme/utilities/_backgrounds.scss */
.bg-gray-200 {
  background-color: #EAF2FE !important;
}

/* line 26, vendor/assets/stylesheets/theme/utilities/_backgrounds.scss */
.bg-cover {
  background: no-repeat center center / cover;
}

/* line 33, vendor/assets/stylesheets/theme/utilities/_backgrounds.scss */
.bg-gradient-light {
  background-image: linear-gradient(to bottom, rgba(243, 248, 255, 0), #F3F8FF);
}

/* line 40, vendor/assets/stylesheets/theme/utilities/_backgrounds.scss */
.bg-light-boxed-right {
  background: no-repeat left center linear-gradient(to right, #F3F8FF);
}

@media (min-width: 1200px) {
  /* line 40, vendor/assets/stylesheets/theme/utilities/_backgrounds.scss */
  .bg-light-boxed-right {
    background-size: calc(1140px + (100vw - 1140px) / 2) 100%;
  }
}

/* line 50, vendor/assets/stylesheets/theme/utilities/_backgrounds.scss */
.bg-checkered {
  background-repeat: no-repeat, repeat, repeat;
  background-image: radial-gradient(transparent, transparent 50%, #FFF), linear-gradient(to right, transparent, transparent 32px, #EAF2FE 32px, #EAF2FE), linear-gradient(to bottom, transparent, transparent 32px, #EAF2FE 32px, #EAF2FE);
  background-size: 100% 100%, calc(32px + 1px) calc(32px + 1px), calc(32px + 1px) calc(32px + 1px);
}

/* line 9, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-top-2 {
  border-top-width: 2px !important;
}

/* line 17, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-right-2 {
  border-right-width: 2px !important;
}

/* line 21, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 25, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-left-2 {
  border-left-width: 2px !important;
}

/* line 9, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-top-3 {
  border-top-width: 3px !important;
}

/* line 17, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-right-3 {
  border-right-width: 3px !important;
}

/* line 21, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-bottom-3 {
  border-bottom-width: 3px !important;
}

/* line 25, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-left-3 {
  border-left-width: 3px !important;
}

/* line 9, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-top-4 {
  border-top-width: 4px !important;
}

/* line 17, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-right-4 {
  border-right-width: 4px !important;
}

/* line 21, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-bottom-4 {
  border-bottom-width: 4px !important;
}

/* line 25, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-left-4 {
  border-left-width: 4px !important;
}

/* line 9, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-top-5 {
  border-top-width: 5px !important;
}

/* line 17, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-right-5 {
  border-right-width: 5px !important;
}

/* line 21, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 25, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-left-5 {
  border-left-width: 5px !important;
}

/* line 9, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-6 {
  border-width: 6px !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-top-6 {
  border-top-width: 6px !important;
}

/* line 17, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-right-6 {
  border-right-width: 6px !important;
}

/* line 21, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-bottom-6 {
  border-bottom-width: 6px !important;
}

/* line 25, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-left-6 {
  border-left-width: 6px !important;
}

/* line 9, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-7 {
  border-width: 7px !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-top-7 {
  border-top-width: 7px !important;
}

/* line 17, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-right-7 {
  border-right-width: 7px !important;
}

/* line 21, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-bottom-7 {
  border-bottom-width: 7px !important;
}

/* line 25, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-left-7 {
  border-left-width: 7px !important;
}

@media (min-width: 576px) {
  /* line 33, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-sm-0 {
    border-width: 0 !important;
  }
  /* line 37, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-sm-0 {
    border-top-width: 0 !important;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-sm-0 {
    border-right-width: 0 !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-sm-0 {
    border-bottom-width: 0 !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-sm-0 {
    border-left-width: 0 !important;
  }
  /* line 53, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-sm {
    border: 1px solid #EAF2FE;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-sm {
    border-top: 1px solid #EAF2FE;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-sm {
    border-right: 1px solid #EAF2FE;
  }
  /* line 65, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-sm {
    border-bottom: 1px solid #EAF2FE;
  }
  /* line 69, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-sm {
    border-left: 1px solid #EAF2FE;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-sm-2 {
    border-width: 2px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-sm-2 {
    border-top-width: 2px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-sm-2 {
    border-right-width: 2px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-sm-2 {
    border-bottom-width: 2px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-sm-2 {
    border-left-width: 2px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-sm-3 {
    border-width: 3px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-sm-3 {
    border-top-width: 3px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-sm-3 {
    border-right-width: 3px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-sm-3 {
    border-bottom-width: 3px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-sm-3 {
    border-left-width: 3px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-sm-4 {
    border-width: 4px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-sm-4 {
    border-top-width: 4px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-sm-4 {
    border-right-width: 4px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-sm-4 {
    border-bottom-width: 4px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-sm-4 {
    border-left-width: 4px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-sm-5 {
    border-width: 5px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-sm-5 {
    border-top-width: 5px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-sm-5 {
    border-right-width: 5px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-sm-5 {
    border-bottom-width: 5px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-sm-5 {
    border-left-width: 5px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-sm-6 {
    border-width: 6px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-sm-6 {
    border-top-width: 6px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-sm-6 {
    border-right-width: 6px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-sm-6 {
    border-bottom-width: 6px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-sm-6 {
    border-left-width: 6px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-sm-7 {
    border-width: 7px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-sm-7 {
    border-top-width: 7px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-sm-7 {
    border-right-width: 7px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-sm-7 {
    border-bottom-width: 7px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-sm-7 {
    border-left-width: 7px !important;
  }
}

@media (min-width: 768px) {
  /* line 33, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-md-0 {
    border-width: 0 !important;
  }
  /* line 37, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-md-0 {
    border-top-width: 0 !important;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-md-0 {
    border-right-width: 0 !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-md-0 {
    border-bottom-width: 0 !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-md-0 {
    border-left-width: 0 !important;
  }
  /* line 53, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-md {
    border: 1px solid #EAF2FE;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-md {
    border-top: 1px solid #EAF2FE;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-md {
    border-right: 1px solid #EAF2FE;
  }
  /* line 65, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-md {
    border-bottom: 1px solid #EAF2FE;
  }
  /* line 69, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-md {
    border-left: 1px solid #EAF2FE;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-md-2 {
    border-width: 2px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-md-2 {
    border-top-width: 2px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-md-2 {
    border-right-width: 2px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-md-2 {
    border-bottom-width: 2px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-md-2 {
    border-left-width: 2px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-md-3 {
    border-width: 3px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-md-3 {
    border-top-width: 3px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-md-3 {
    border-right-width: 3px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-md-3 {
    border-bottom-width: 3px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-md-3 {
    border-left-width: 3px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-md-4 {
    border-width: 4px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-md-4 {
    border-top-width: 4px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-md-4 {
    border-right-width: 4px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-md-4 {
    border-bottom-width: 4px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-md-4 {
    border-left-width: 4px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-md-5 {
    border-width: 5px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-md-5 {
    border-top-width: 5px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-md-5 {
    border-right-width: 5px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-md-5 {
    border-bottom-width: 5px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-md-5 {
    border-left-width: 5px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-md-6 {
    border-width: 6px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-md-6 {
    border-top-width: 6px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-md-6 {
    border-right-width: 6px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-md-6 {
    border-bottom-width: 6px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-md-6 {
    border-left-width: 6px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-md-7 {
    border-width: 7px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-md-7 {
    border-top-width: 7px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-md-7 {
    border-right-width: 7px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-md-7 {
    border-bottom-width: 7px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-md-7 {
    border-left-width: 7px !important;
  }
}

@media (min-width: 992px) {
  /* line 33, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-lg-0 {
    border-width: 0 !important;
  }
  /* line 37, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-lg-0 {
    border-top-width: 0 !important;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-lg-0 {
    border-right-width: 0 !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-lg-0 {
    border-bottom-width: 0 !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-lg-0 {
    border-left-width: 0 !important;
  }
  /* line 53, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-lg {
    border: 1px solid #EAF2FE;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-lg {
    border-top: 1px solid #EAF2FE;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-lg {
    border-right: 1px solid #EAF2FE;
  }
  /* line 65, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-lg {
    border-bottom: 1px solid #EAF2FE;
  }
  /* line 69, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-lg {
    border-left: 1px solid #EAF2FE;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-lg-2 {
    border-width: 2px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-lg-2 {
    border-top-width: 2px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-lg-2 {
    border-right-width: 2px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-lg-2 {
    border-bottom-width: 2px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-lg-2 {
    border-left-width: 2px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-lg-3 {
    border-width: 3px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-lg-3 {
    border-top-width: 3px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-lg-3 {
    border-right-width: 3px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-lg-3 {
    border-bottom-width: 3px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-lg-3 {
    border-left-width: 3px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-lg-4 {
    border-width: 4px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-lg-4 {
    border-top-width: 4px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-lg-4 {
    border-right-width: 4px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-lg-4 {
    border-bottom-width: 4px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-lg-4 {
    border-left-width: 4px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-lg-5 {
    border-width: 5px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-lg-5 {
    border-top-width: 5px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-lg-5 {
    border-right-width: 5px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-lg-5 {
    border-bottom-width: 5px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-lg-5 {
    border-left-width: 5px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-lg-6 {
    border-width: 6px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-lg-6 {
    border-top-width: 6px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-lg-6 {
    border-right-width: 6px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-lg-6 {
    border-bottom-width: 6px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-lg-6 {
    border-left-width: 6px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-lg-7 {
    border-width: 7px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-lg-7 {
    border-top-width: 7px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-lg-7 {
    border-right-width: 7px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-lg-7 {
    border-bottom-width: 7px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-lg-7 {
    border-left-width: 7px !important;
  }
}

@media (min-width: 1200px) {
  /* line 33, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-xl-0 {
    border-width: 0 !important;
  }
  /* line 37, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-xl-0 {
    border-top-width: 0 !important;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-xl-0 {
    border-right-width: 0 !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-xl-0 {
    border-bottom-width: 0 !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-xl-0 {
    border-left-width: 0 !important;
  }
  /* line 53, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-xl {
    border: 1px solid #EAF2FE;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-xl {
    border-top: 1px solid #EAF2FE;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-xl {
    border-right: 1px solid #EAF2FE;
  }
  /* line 65, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-xl {
    border-bottom: 1px solid #EAF2FE;
  }
  /* line 69, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-xl {
    border-left: 1px solid #EAF2FE;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-xl-2 {
    border-width: 2px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-xl-2 {
    border-top-width: 2px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-xl-2 {
    border-right-width: 2px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-xl-2 {
    border-bottom-width: 2px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-xl-2 {
    border-left-width: 2px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-xl-3 {
    border-width: 3px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-xl-3 {
    border-top-width: 3px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-xl-3 {
    border-right-width: 3px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-xl-3 {
    border-bottom-width: 3px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-xl-3 {
    border-left-width: 3px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-xl-4 {
    border-width: 4px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-xl-4 {
    border-top-width: 4px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-xl-4 {
    border-right-width: 4px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-xl-4 {
    border-bottom-width: 4px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-xl-4 {
    border-left-width: 4px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-xl-5 {
    border-width: 5px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-xl-5 {
    border-top-width: 5px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-xl-5 {
    border-right-width: 5px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-xl-5 {
    border-bottom-width: 5px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-xl-5 {
    border-left-width: 5px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-xl-6 {
    border-width: 6px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-xl-6 {
    border-top-width: 6px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-xl-6 {
    border-right-width: 6px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-xl-6 {
    border-bottom-width: 6px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-xl-6 {
    border-left-width: 6px !important;
  }
  /* line 75, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-xl-7 {
    border-width: 7px !important;
  }
  /* line 79, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-top-xl-7 {
    border-top-width: 7px !important;
  }
  /* line 83, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-right-xl-7 {
    border-right-width: 7px !important;
  }
  /* line 87, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-bottom-xl-7 {
    border-bottom-width: 7px !important;
  }
  /* line 91, vendor/assets/stylesheets/theme/utilities/_borders.scss */
  .border-left-xl-7 {
    border-left-width: 7px !important;
  }
}

/* line 101, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-transparent {
  border-color: transparent !important;
}

/* line 105, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-white-5 {
  border-color: rgba(255, 255, 255, 0.05) !important;
}

/* line 109, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-gray-300 {
  border-color: #DCE0F3 !important;
}

/* line 113, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-gray-900 {
  border-color: #2B265A !important;
}

/* line 117, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-multicolor {
  border-width: 0;
  border-top: 4px solid;
  border-image: linear-gradient(to right, #ff00cc, #333399) 1;
}

/* line 124, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-inherit {
  border-radius: inherit !important;
}

/* line 128, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-top-right {
  border-top-right-radius: 1rem !important;
}

/* line 132, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-bottom-right {
  border-bottom-right-radius: 1rem !important;
}

/* line 136, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-bottom-left {
  border-bottom-left-radius: 1rem !important;
}

/* line 140, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-top-left {
  border-top-left-radius: 1rem !important;
}

/* line 144, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-top-right-lg {
  border-top-right-radius: 2rem !important;
}

/* line 148, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-bottom-right-lg {
  border-bottom-right-radius: 2rem !important;
}

/* line 152, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-bottom-left-lg {
  border-bottom-left-radius: 2rem !important;
}

/* line 156, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-top-left-lg {
  border-top-left-radius: 2rem !important;
}

/* line 160, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-top-right-sm {
  border-top-right-radius: 0.5rem !important;
}

/* line 164, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-bottom-right-sm {
  border-bottom-right-radius: 0.5rem !important;
}

/* line 168, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-bottom-left-sm {
  border-bottom-left-radius: 0.5rem !important;
}

/* line 172, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-top-left-sm {
  border-top-left-radius: 0.5rem !important;
}

/* line 176, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-top-right-0 {
  border-top-right-radius: 0 !important;
}

/* line 180, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}

/* line 184, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}

/* line 188, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.rounded-top-left-0 {
  border-top-left-radius: 0 !important;
}

/* line 196, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-stripe {
  border-color: #6772E5 !important;
}

/* line 196, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-digital-ocean {
  border-color: #2485FD !important;
}

/* line 196, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-airbnb {
  border-color: #FF385C !important;
}

/* line 196, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-coinbase {
  border-color: #0081C9 !important;
}

/* line 196, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-netflix {
  border-color: #B81D24 !important;
}

/* line 196, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-dribbble {
  border-color: #DA5988 !important;
}

/* line 196, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-pinterest {
  border-color: #CB2027 !important;
}

/* line 196, vendor/assets/stylesheets/theme/utilities/_borders.scss */
.border-instagram {
  border-color: #3F5D87 !important;
}

/* line 5, vendor/assets/stylesheets/theme/utilities/_lift.scss */
.lift {
  transition: box-shadow .25s ease, transform .25s ease;
}

/* line 9, vendor/assets/stylesheets/theme/utilities/_lift.scss */
.lift:hover,
.lift:focus {
  box-shadow: 0 1rem 2.5rem rgba(27, 22, 66, 0.1), 0 0.5rem 1rem -0.75rem rgba(27, 22, 66, 0.1) !important;
  transform: translate3d(0, -3px, 0);
}

/* line 15, vendor/assets/stylesheets/theme/utilities/_lift.scss */
.lift-lg:hover,
.lift-lg:focus {
  box-shadow: 0 1rem 5rem rgba(27, 22, 66, 0.1), 0 2rem 3rem -1rem rgba(27, 22, 66, 0.05) !important;
  transform: translate3d(0, -5px, 0);
}

/* line 7, vendor/assets/stylesheets/theme/utilities/_position.scss */
.top-left {
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_position.scss */
.top-right {
  top: 0 !important;
  right: 0 !important;
  transform: none !important;
}

/* line 19, vendor/assets/stylesheets/theme/utilities/_position.scss */
.top-center {
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* line 27, vendor/assets/stylesheets/theme/utilities/_position.scss */
.bottom-right {
  right: 0 !important;
  bottom: 0 !important;
  transform: none !important;
}

/* line 33, vendor/assets/stylesheets/theme/utilities/_position.scss */
.bottom-left {
  bottom: 0 !important;
  left: 0 !important;
  transform: none !important;
}

/* line 39, vendor/assets/stylesheets/theme/utilities/_position.scss */
.bottom-center {
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

@media (min-width: 576px) {
  /* line 50, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .top-sm-left {
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
  /* line 56, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .top-sm-right {
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  /* line 62, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .top-sm-center {
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  /* line 68, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .bottom-sm-left {
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
  /* line 74, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .bottom-sm-right {
    bottom: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  /* line 80, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .bottom-sm-center {
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 768px) {
  /* line 50, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .top-md-left {
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
  /* line 56, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .top-md-right {
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  /* line 62, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .top-md-center {
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  /* line 68, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .bottom-md-left {
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
  /* line 74, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .bottom-md-right {
    bottom: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  /* line 80, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .bottom-md-center {
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 992px) {
  /* line 50, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .top-lg-left {
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
  /* line 56, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .top-lg-right {
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  /* line 62, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .top-lg-center {
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  /* line 68, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .bottom-lg-left {
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
  /* line 74, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .bottom-lg-right {
    bottom: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  /* line 80, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .bottom-lg-center {
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 1200px) {
  /* line 50, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .top-xl-left {
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
  /* line 56, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .top-xl-right {
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  /* line 62, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .top-xl-center {
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  /* line 68, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .bottom-xl-left {
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
  /* line 74, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .bottom-xl-right {
    bottom: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  /* line 80, vendor/assets/stylesheets/theme/utilities/_position.scss */
  .bottom-xl-center {
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

/* line 5, vendor/assets/stylesheets/theme/utilities/_shadows.scss */
.shadow-img {
  box-shadow: 2rem 2rem #EAF2FE !important;
}

/* line 5, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.mvw-100 {
  max-width: 100vw !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.mw-25 {
  max-width: 25% !important;
}

/* line 21, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.vh-25 {
  height: 25vh !important;
}

/* line 25, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.vw-25 {
  width: 25vw !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.mw-50 {
  max-width: 50% !important;
}

/* line 21, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.vh-50 {
  height: 50vh !important;
}

/* line 25, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.vw-50 {
  width: 50vw !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.mw-75 {
  max-width: 75% !important;
}

/* line 21, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.vh-75 {
  height: 75vh !important;
}

/* line 25, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.vw-75 {
  width: 75vw !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 21, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 25, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.mw-125 {
  max-width: 125% !important;
}

/* line 21, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.vh-125 {
  height: 125vh !important;
}

/* line 25, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.vw-125 {
  width: 125vw !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.mw-150 {
  max-width: 150% !important;
}

/* line 21, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.vh-150 {
  height: 150vh !important;
}

/* line 25, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.vw-150 {
  width: 150vw !important;
}

/* line 13, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
.mw-auto {
  max-width: auto !important;
}

@media (min-width: 576px) {
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-sm-25 {
    height: 25% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-sm-25 {
    max-width: 25% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-sm-25 {
    height: 25vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-sm-25 {
    width: 25vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-sm-50 {
    height: 50% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-sm-50 {
    max-width: 50% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-sm-50 {
    height: 50vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-sm-50 {
    width: 50vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-sm-75 {
    height: 75% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-sm-75 {
    max-width: 75% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-sm-75 {
    height: 75vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-sm-75 {
    width: 75vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-sm-100 {
    height: 100% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-sm-100 {
    max-width: 100% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-sm-100 {
    height: 100vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-sm-100 {
    width: 100vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-sm-125 {
    height: 125% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-sm-125 {
    width: 125% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-sm-125 {
    max-width: 125% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-sm-125 {
    height: 125vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-sm-125 {
    width: 125vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-sm-150 {
    height: 150% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-sm-150 {
    width: 150% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-sm-150 {
    max-width: 150% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-sm-150 {
    height: 150vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-sm-150 {
    width: 150vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-sm-auto {
    height: auto !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-sm-auto {
    max-width: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-md-25 {
    height: 25% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-md-25 {
    max-width: 25% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-md-25 {
    height: 25vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-md-25 {
    width: 25vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-md-50 {
    height: 50% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-md-50 {
    max-width: 50% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-md-50 {
    height: 50vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-md-50 {
    width: 50vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-md-75 {
    height: 75% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-md-75 {
    max-width: 75% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-md-75 {
    height: 75vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-md-75 {
    width: 75vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-md-100 {
    height: 100% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-md-100 {
    max-width: 100% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-md-100 {
    height: 100vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-md-100 {
    width: 100vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-md-125 {
    height: 125% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-md-125 {
    width: 125% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-md-125 {
    max-width: 125% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-md-125 {
    height: 125vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-md-125 {
    width: 125vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-md-150 {
    height: 150% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-md-150 {
    width: 150% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-md-150 {
    max-width: 150% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-md-150 {
    height: 150vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-md-150 {
    width: 150vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-md-auto {
    height: auto !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-md-auto {
    max-width: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-lg-25 {
    height: 25% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-lg-25 {
    max-width: 25% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-lg-25 {
    height: 25vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-lg-25 {
    width: 25vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-lg-50 {
    height: 50% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-lg-50 {
    max-width: 50% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-lg-50 {
    height: 50vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-lg-50 {
    width: 50vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-lg-75 {
    height: 75% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-lg-75 {
    max-width: 75% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-lg-75 {
    height: 75vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-lg-75 {
    width: 75vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-lg-100 {
    height: 100% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-lg-100 {
    max-width: 100% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-lg-100 {
    height: 100vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-lg-100 {
    width: 100vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-lg-125 {
    height: 125% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-lg-125 {
    width: 125% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-lg-125 {
    max-width: 125% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-lg-125 {
    height: 125vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-lg-125 {
    width: 125vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-lg-150 {
    height: 150% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-lg-150 {
    width: 150% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-lg-150 {
    max-width: 150% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-lg-150 {
    height: 150vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-lg-150 {
    width: 150vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-lg-auto {
    height: auto !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-lg-auto {
    max-width: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-xl-25 {
    height: 25% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-xl-25 {
    max-width: 25% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-xl-25 {
    height: 25vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-xl-25 {
    width: 25vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-xl-50 {
    height: 50% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-xl-50 {
    max-width: 50% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-xl-50 {
    height: 50vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-xl-50 {
    width: 50vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-xl-75 {
    height: 75% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-xl-75 {
    max-width: 75% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-xl-75 {
    height: 75vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-xl-75 {
    width: 75vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-xl-100 {
    height: 100% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-xl-100 {
    max-width: 100% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-xl-100 {
    height: 100vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-xl-100 {
    width: 100vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-xl-125 {
    height: 125% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-xl-125 {
    width: 125% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-xl-125 {
    max-width: 125% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-xl-125 {
    height: 125vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-xl-125 {
    width: 125vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-xl-150 {
    height: 150% !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-xl-150 {
    width: 150% !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-xl-150 {
    max-width: 150% !important;
  }
  /* line 57, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vh-xl-150 {
    height: 150vh;
  }
  /* line 61, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .vw-xl-150 {
    width: 150vw;
  }
  /* line 41, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .h-xl-auto {
    height: auto !important;
  }
  /* line 45, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 49, vendor/assets/stylesheets/theme/utilities/_sizing.scss */
  .mw-xl-auto {
    max-width: auto !important;
  }
}

/* line 7, vendor/assets/stylesheets/theme/utilities/_type.scss */
.font-family-sans-serif {
  font-family: "DM Sans", sans-serif !important;
}

/* line 11, vendor/assets/stylesheets/theme/utilities/_type.scss */
.font-family-serif {
  font-family: "DM Serif Display", serif !important;
}

/* line 18, vendor/assets/stylesheets/theme/utilities/_type.scss */
.font-size-h2 {
  font-size: 1.75rem !important;
}

/* line 22, vendor/assets/stylesheets/theme/utilities/_type.scss */
.font-size-h3 {
  font-size: 1.25rem !important;
}

/* line 26, vendor/assets/stylesheets/theme/utilities/_type.scss */
.font-size-lg {
  font-size: 1.25rem !important;
}

/* line 30, vendor/assets/stylesheets/theme/utilities/_type.scss */
.font-size-sm {
  font-size: 1rem !important;
}

/* line 34, vendor/assets/stylesheets/theme/utilities/_type.scss */
.font-size-xs {
  font-size: 0.875rem !important;
}

/* line 38, vendor/assets/stylesheets/theme/utilities/_type.scss */
.font-size-xxs {
  font-size: 0.75rem !important;
}

/* line 45, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-white-20 {
  color: rgba(255, 255, 255, 0.2) !important;
}

/* line 49, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-white-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 53, vendor/assets/stylesheets/theme/utilities/_type.scss */
a.text-white-60:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 57, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 61, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 65, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-gray-300 {
  color: #DCE0F3 !important;
}

/* line 69, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-gray-500 {
  color: #8D9AAE !important;
}

/* line 73, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-gray-600 {
  color: #575A7B !important;
}

/* line 77, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-gray-800 {
  color: #342E6C !important;
}

/* line 84, vendor/assets/stylesheets/theme/utilities/_type.scss */
[class*="text-underline-"] {
  background: repeat-x left 1em / 1em .15em;
}

/* line 89, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-underline-primary {
  background-image: linear-gradient(to right, rgba(102, 88, 234, 0.2));
}

/* line 89, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-underline-secondary {
  background-image: linear-gradient(to right, rgba(87, 90, 123, 0.2));
}

/* line 89, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-underline-success {
  background-image: linear-gradient(to right, rgba(44, 212, 162, 0.2));
}

/* line 89, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-underline-info {
  background-image: linear-gradient(to right, rgba(23, 162, 184, 0.2));
}

/* line 89, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-underline-warning {
  background-image: linear-gradient(to right, rgba(245, 192, 112, 0.4));
}

/* line 89, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-underline-danger {
  background-image: linear-gradient(to right, rgba(249, 101, 91, 0.2));
}

/* line 89, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-underline-light {
  background-image: linear-gradient(to right, rgba(243, 248, 255, 0.2));
}

/* line 89, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-underline-dark {
  background-image: linear-gradient(to right, rgba(27, 22, 66, 0.2));
}

/* line 89, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-underline-primary-dark {
  background-image: linear-gradient(to right, rgba(86, 76, 175, 0.2));
}

/* line 89, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-underline-primary-light {
  background-image: linear-gradient(to right, rgba(104, 125, 237, 0.2));
}

/* line 104, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-stripe {
  color: #6772E5 !important;
}

/* line 104, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-digital-ocean {
  color: #2485FD !important;
}

/* line 104, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-airbnb {
  color: #FF385C !important;
}

/* line 104, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-coinbase {
  color: #0081C9 !important;
}

/* line 104, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-netflix {
  color: #B81D24 !important;
}

/* line 104, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-dribbble {
  color: #DA5988 !important;
}

/* line 104, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-pinterest {
  color: #CB2027 !important;
}

/* line 104, vendor/assets/stylesheets/theme/utilities/_type.scss */
.text-instagram {
  color: #3F5D87 !important;
}

/* line 112, vendor/assets/stylesheets/theme/utilities/_type.scss */
.line-height-reset {
  line-height: 1;
}

/* line 119, vendor/assets/stylesheets/theme/utilities/_type.scss */
#text-aa-serif,
#text-aa-sans-serif {
  transition: all 0.2s ease-in-out;
}

/* line 124, vendor/assets/stylesheets/theme/utilities/_type.scss */
#text-aa-serif {
  color: #FFF;
}

/* line 128, vendor/assets/stylesheets/theme/utilities/_type.scss */
#text-aa-sans-serif {
  color: rgba(255, 255, 255, 0.2);
}

/* line 7, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  font-size: 1.3333333333rem;
}

/* line 16, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background-image: url("/assets/masks/avatar-status.svg"), url("/assets/masks/avatar-group.svg"), url("/assets/masks/avatar-group-hover.svg"), url("/assets/masks/avatar-group-hover-last.svg");
}

/* line 28, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 34, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #8D9AAE;
  color: #FFF;
}

/* line 50, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-online::before,
.avatar-offline::before {
  content: '';
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
}

/* line 60, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-online .avatar-img,
.avatar-offline .avatar-img {
  mask-image: url(assets/masks/avatar-status.svg);
  mask-size: 100% 100%;
}

/* line 66, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-online::before {
  background-color: #2CD4A2;
}

/* line 70, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-offline::before {
  background-color: #8D9AAE;
}

/* line 77, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-xs {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8333333333rem;
}

/* line 83, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-sm {
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}

/* line 89, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-lg {
  width: 5rem;
  height: 5rem;
  font-size: 1.6666666667rem;
}

/* line 95, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-xl {
  width: 6rem;
  height: 6rem;
  font-size: 2rem;
}

/* line 101, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-xxl {
  width: 6rem;
  height: 6rem;
  font-size: 2rem;
}

@media (min-width: 768px) {
  /* line 101, vendor/assets/stylesheets/theme/_avatar.scss */
  .avatar-xxl {
    width: 7rem;
    height: 7rem;
    font-size: 2.3333333333rem;
  }
}

/* line 116, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar.avatar-4by3 {
  width: 5.3333333333rem;
}

/* line 120, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-xs.avatar-4by3 {
  width: 3.3333333333rem;
}

/* line 124, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-sm.avatar-4by3 {
  width: 4rem;
}

/* line 128, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-lg.avatar-4by3 {
  width: 6.6666666667rem;
}

/* line 132, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-xl.avatar-4by3 {
  width: 8rem;
}

/* line 136, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-xxl.avatar-4by3 {
  width: 9.3333333333rem;
}

/* line 143, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-group {
  display: inline-flex;
}

/* line 148, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-group .avatar + .avatar {
  margin-left: -1rem;
}

/* line 152, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.625rem;
}

/* line 156, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.75rem;
}

/* line 160, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1.25rem;
}

/* line 164, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.5rem;
}

/* line 168, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-group .avatar-xxl + .avatar-xxl {
  margin-left: -1.75rem;
}

/* line 174, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-group .avatar:not(:last-child) {
  mask-image: url(assets/masks/avatar-group.svg);
  mask-size: 100% 100%;
}

/* line 181, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-group .avatar:hover {
  mask-image: none;
  z-index: 1;
}

/* line 185, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-group .avatar:hover + .avatar {
  mask-image: url(assets/masks/avatar-group-hover.svg);
  mask-size: 100% 100%;
}

/* line 189, vendor/assets/stylesheets/theme/_avatar.scss */
.avatar-group .avatar:hover + .avatar:last-child {
  mask-image: url(assets/masks/avatar-group-hover-last.svg);
}

/* line 7, vendor/assets/stylesheets/theme/_docs.scss */
.docs-body {
  padding-top: 109px;
}

/* line 14, vendor/assets/stylesheets/theme/_docs.scss */
.docs-breadcrumb {
  padding-top: .25rem;
  padding-bottom: .25rem;
  background-color: #1B1642;
}

@media (min-width: 992px) {
  /* line 14, vendor/assets/stylesheets/theme/_docs.scss */
  .docs-breadcrumb {
    display: none;
  }
}

/* line 27, vendor/assets/stylesheets/theme/_docs.scss */
.docs-sidenav {
  overflow-y: auto;
}

@media (min-width: 992px) {
  /* line 27, vendor/assets/stylesheets/theme/_docs.scss */
  .docs-sidenav {
    position: fixed;
    top: 109px;
    max-height: calc(100vh - 109px);
  }
}

/* line 37, vendor/assets/stylesheets/theme/_docs.scss */
.docs-sidenav-right {
  right: 0;
}

/* line 44, vendor/assets/stylesheets/theme/_docs.scss */
.docs-card {
  border-radius: 0.5rem;
  box-shadow: none;
}

/* line 49, vendor/assets/stylesheets/theme/_docs.scss */
.docs-card > *:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 54, vendor/assets/stylesheets/theme/_docs.scss */
.docs-card > *:last-child {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 59, vendor/assets/stylesheets/theme/_docs.scss */
.docs-card > .card-body {
  border: 1px solid #EAF2FE;
}

/* line 63, vendor/assets/stylesheets/theme/_docs.scss */
.docs-card > .card-footer {
  font-size: 0.875rem;
  background-color: #1B1642;
}

/* line 5, vendor/assets/stylesheets/theme/_icons.scss */
.icon > svg {
  width: 3rem;
  height: 3rem;
}

/* line 11, vendor/assets/stylesheets/theme/_icons.scss */
.icon > svg [fill]:not([fill="none"]) {
  fill: currentColor !important;
}

/* line 18, vendor/assets/stylesheets/theme/_icons.scss */
.icon-sm > svg {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 23, vendor/assets/stylesheets/theme/_icons.scss */
.icon-auto > svg {
  width: 1em;
  height: 1em;
}

/* line 5, vendor/assets/stylesheets/theme/_shapes.scss */
.shape {
  position: absolute;
  pointer-events: none;
  background-color: currentColor;
}

/* line 13, vendor/assets/stylesheets/theme/_shapes.scss */
.shape-img {
  position: inherit;
  overflow: hidden;
}

/* line 18, vendor/assets/stylesheets/theme/_shapes.scss */
.shape-img > svg {
  position: inherit;
  width: 100%;
  height: 100%;
  transform: scale(2);
}

/* line 27, vendor/assets/stylesheets/theme/_shapes.scss */
.shape-fluid-x {
  width: 100%;
}

/* line 31, vendor/assets/stylesheets/theme/_shapes.scss */
.shape-fluid-x .shape-img {
  width: inherit;
}

/* line 37, vendor/assets/stylesheets/theme/_shapes.scss */
.shape-top {
  bottom: 100%;
}

/* line 41, vendor/assets/stylesheets/theme/_shapes.scss */
.shape-top .shape-img {
  bottom: inherit;
}

/* line 45, vendor/assets/stylesheets/theme/_shapes.scss */
.shape-top .shape-img > svg {
  bottom: 0;
  transform-origin: top center;
}

/* line 50, vendor/assets/stylesheets/theme/_shapes.scss */
.shape-bottom {
  top: 100%;
}

/* line 54, vendor/assets/stylesheets/theme/_shapes.scss */
.shape-bottom .shape-img {
  top: inherit;
}

/* line 58, vendor/assets/stylesheets/theme/_shapes.scss */
.shape-bottom .shape-img > svg {
  top: 0;
  transform-origin: bottom center;
}

/* line 5, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline {
  padding-left: 0;
  list-style-type: none;
}

/* line 12, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-item {
  position: relative;
  display: block;
  text-align: center;
  counter-increment: timeline-counter;
}

/* line 19, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-item + .timeline-item {
  margin-top: 2rem;
}

/* line 25, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-item::before {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  font-size: 2.25rem;
  font-family: "DM Serif Display", serif;
  border-radius: 50%;
  content: counter(timeline-counter);
}

/* line 42, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-item::after {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  display: none;
  border-top: 2px solid;
  content: '';
}

/* line 52, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-item:first-child::after {
  left: 50%;
  width: 50%;
}

/* line 57, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-item:last-child::after {
  width: 50%;
}

/* line 67, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-primary .timeline-item::before {
  background-color: #bcb6f6;
  color: #FFF;
}

/* line 72, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-primary .timeline-item.active::before {
  background-color: #6658EA;
}

/* line 76, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-primary .timeline-item::after {
  border-color: #bcb6f6;
}

/* line 80, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-primary .timeline-item.active::after {
  border-color: #6658EA;
}

/* line 67, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-secondary .timeline-item::before {
  background-color: #b5b6c5;
  color: #FFF;
}

/* line 72, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-secondary .timeline-item.active::before {
  background-color: #575A7B;
}

/* line 76, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-secondary .timeline-item::after {
  border-color: #b5b6c5;
}

/* line 80, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-secondary .timeline-item.active::after {
  border-color: #575A7B;
}

/* line 67, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-success .timeline-item::before {
  background-color: #a2ecd6;
  color: #FFF;
}

/* line 72, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-success .timeline-item.active::before {
  background-color: #2CD4A2;
}

/* line 76, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-success .timeline-item::after {
  border-color: #a2ecd6;
}

/* line 80, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-success .timeline-item.active::after {
  border-color: #2CD4A2;
}

/* line 67, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-info .timeline-item::before {
  background-color: #99d6e0;
  color: #FFF;
}

/* line 72, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-info .timeline-item.active::before {
  background-color: #17a2b8;
}

/* line 76, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-info .timeline-item::after {
  border-color: #99d6e0;
}

/* line 80, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-info .timeline-item.active::after {
  border-color: #17a2b8;
}

/* line 67, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-warning .timeline-item::before {
  background-color: #fbe3c0;
  color: #FFF;
}

/* line 72, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-warning .timeline-item.active::before {
  background-color: #F5C070;
}

/* line 76, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-warning .timeline-item::after {
  border-color: #fbe3c0;
}

/* line 80, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-warning .timeline-item.active::after {
  border-color: #F5C070;
}

/* line 67, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-danger .timeline-item::before {
  background-color: #fcbbb7;
  color: #FFF;
}

/* line 72, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-danger .timeline-item.active::before {
  background-color: #F9655B;
}

/* line 76, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-danger .timeline-item::after {
  border-color: #fcbbb7;
}

/* line 80, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-danger .timeline-item.active::after {
  border-color: #F9655B;
}

/* line 67, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-light .timeline-item::before {
  background-color: #fafcff;
  color: #1B1642;
}

/* line 72, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-light .timeline-item.active::before {
  background-color: #F3F8FF;
}

/* line 76, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-light .timeline-item::after {
  border-color: #fafcff;
}

/* line 80, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-light .timeline-item.active::after {
  border-color: #F3F8FF;
}

/* line 67, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-dark .timeline-item::before {
  background-color: #9b98ac;
  color: #FFF;
}

/* line 72, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-dark .timeline-item.active::before {
  background-color: #1B1642;
}

/* line 76, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-dark .timeline-item::after {
  border-color: #9b98ac;
}

/* line 80, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-dark .timeline-item.active::after {
  border-color: #1B1642;
}

/* line 67, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-primary-dark .timeline-item::before {
  background-color: #b5b0dc;
  color: #FFF;
}

/* line 72, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-primary-dark .timeline-item.active::before {
  background-color: #564CAF;
}

/* line 76, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-primary-dark .timeline-item::after {
  border-color: #b5b0dc;
}

/* line 80, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-primary-dark .timeline-item.active::after {
  border-color: #564CAF;
}

/* line 67, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-primary-light .timeline-item::before {
  background-color: #bdc6f7;
  color: #FFF;
}

/* line 72, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-primary-light .timeline-item.active::before {
  background-color: #687DED;
}

/* line 76, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-primary-light .timeline-item::after {
  border-color: #bdc6f7;
}

/* line 80, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-primary-light .timeline-item.active::after {
  border-color: #687DED;
}

/* line 91, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-expand-xs {
  display: flex;
}

/* line 94, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-expand-xs .timeline-item {
  flex: 1;
}

/* line 98, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-expand-xs .timeline-item::after {
  display: block;
}

/* line 102, vendor/assets/stylesheets/theme/_timeline.scss */
.timeline-expand-xs .timeline-item + .timeline-item {
  margin-top: 0;
}

@media (min-width: 576px) {
  /* line 91, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-sm {
    display: flex;
  }
  /* line 94, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-sm .timeline-item {
    flex: 1;
  }
  /* line 98, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-sm .timeline-item::after {
    display: block;
  }
  /* line 102, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-sm .timeline-item + .timeline-item {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 91, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-md {
    display: flex;
  }
  /* line 94, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-md .timeline-item {
    flex: 1;
  }
  /* line 98, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-md .timeline-item::after {
    display: block;
  }
  /* line 102, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-md .timeline-item + .timeline-item {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  /* line 91, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-lg {
    display: flex;
  }
  /* line 94, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-lg .timeline-item {
    flex: 1;
  }
  /* line 98, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-lg .timeline-item::after {
    display: block;
  }
  /* line 102, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-lg .timeline-item + .timeline-item {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  /* line 91, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-xl {
    display: flex;
  }
  /* line 94, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-xl .timeline-item {
    flex: 1;
  }
  /* line 98, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-xl .timeline-item::after {
    display: block;
  }
  /* line 102, vendor/assets/stylesheets/theme/_timeline.scss */
  .timeline-expand-xl .timeline-item + .timeline-item {
    margin-top: 0;
  }
}

/* line 5, vendor/assets/stylesheets/theme/vendor/_aos.scss */
[data-aos="wipe-left"],
[data-aos="wipe-right"] {
  transition: .3s ease all;
}

/* line 8, vendor/assets/stylesheets/theme/vendor/_aos.scss */
.aos-animate[data-aos="wipe-left"],
.aos-animate[data-aos="wipe-right"] {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* line 13, vendor/assets/stylesheets/theme/vendor/_aos.scss */
[data-aos="wipe-left"] {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

/* line 17, vendor/assets/stylesheets/theme/vendor/_aos.scss */
[data-aos="wipe-right"] {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

/* line 5, vendor/assets/stylesheets/theme/vendor/_fancybox.scss */
body.compensate-for-scrollbar {
  margin-right: 0 !important;
}

/* line 11, vendor/assets/stylesheets/theme/vendor/_fancybox.scss */
.fancybox-container .fancybox-bg {
  background-color: #1B1642;
}

/* line 7, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
[data-flickity]:not(.flickity-enabled) {
  display: none;
}

/* line 14, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-button {
  z-index: 1;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #FFF;
  background-color: #6658EA;
  border-color: #6658EA;
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06);
}

/* line 15, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.flickity-button:hover {
  color: #FFF;
  background-color: #4736e6;
  border-color: #3c2be4;
}

/* line 18, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.flickity-button:focus, .flickity-button.focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(102, 88, 234, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.flickity-button.disabled, .flickity-button:disabled {
  color: #FFF;
  background-color: #6658EA;
  border-color: #6658EA;
}

/* line 36, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.flickity-button:not(:disabled):not(.disabled):active, .flickity-button.active:not(:disabled):not(.disabled), .show > .flickity-button.dropdown-toggle {
  color: #FFF;
  background-color: #3c2be4;
  border-color: #321fe3;
}

/* line 46, vendor/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.flickity-button:not(:disabled):not(.disabled):active:focus, .flickity-button.active:not(:disabled):not(.disabled):focus, .show > .flickity-button.dropdown-toggle:focus {
  box-shadow: 0 0 6px rgba(27, 22, 66, 0.03), 0 14px 24px rgba(27, 22, 66, 0.06), 0 0 0 0 rgba(102, 88, 234, 0.5);
}

/* line 34, vendor/assets/stylesheets/bootstrap/mixins/_hover.scss */
.flickity-button:hover, .flickity-button:focus, .flickity-button:active {
  opacity: 1;
  background-color: #5546e8;
}

/* line 28, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-button::before {
  font-family: "Feather";
}

/* line 32, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-button.previous {
  left: 0;
}

/* line 36, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-button.previous::before {
  content: "\e910";
}

/* line 40, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-button.next {
  right: 0;
}

/* line 44, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-button.next::before {
  content: "\e912";
}

/* line 48, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-button-icon {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 55, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
  .flickity-buttons-overlap .flickity-button {
    top: auto;
    bottom: 0;
    transform: translate(-0.5rem, 1.5rem);
  }
  /* line 61, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
  .flickity-buttons-overlap .flickity-button.next {
    left: 50%;
    transform: translate(0, 1.5rem);
  }
  /* line 66, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
  .flickity-buttons-overlap .flickity-button.next::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    height: 40%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  /* line 75, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
  .flickity-buttons-overlap .flickity-button.previous {
    left: 50%;
    transform: translate(-100%, 1.5rem);
  }
}

@media (min-width: 768px) {
  /* line 82, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
  .flickity-buttons-overlap .flickity-button.previous {
    transform: translate(-50%, -50%);
  }
  /* line 86, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
  .flickity-buttons-overlap .flickity-button.next {
    transform: translate(50%, -50%);
  }
}

/* line 93, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-buttons-bottom-left .flickity-button {
  top: auto;
  bottom: 0;
  transform: translate(-1.5rem, 1.5rem);
}

/* line 99, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-buttons-bottom-left .flickity-button.next {
  left: 3.75rem;
}

/* line 103, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-buttons-bottom-left .flickity-button.previous {
  left: 0;
}

@media (max-width: 767.98px) {
  /* line 108, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
  .flickity-buttons-bottom-left .flickity-button.next {
    left: 50%;
    transform: translate(0, 1.5rem);
  }
  /* line 113, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
  .flickity-buttons-bottom-left .flickity-button.previous {
    left: 50%;
    transform: translate(-100%, 1.5rem);
  }
}

/* line 121, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-buttons-bottom-right .flickity-button {
  top: auto;
  bottom: 0;
  transform: translate(1.5rem, 1.5rem);
}

/* line 127, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-buttons-bottom-right .flickity-button.next {
  right: 0;
}

/* line 131, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-buttons-bottom-right .flickity-button.previous {
  left: auto;
  right: 3.75rem;
}

@media (max-width: 767.98px) {
  /* line 137, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
  .flickity-buttons-bottom-right .flickity-button.next {
    left: 50%;
    transform: translate(0, 1.5rem);
  }
  /* line 142, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
  .flickity-buttons-bottom-right .flickity-button.previous {
    left: 50%;
    transform: translate(-100%, 1.5rem);
  }
}

/* line 150, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-buttons-bottom-center .flickity-button {
  top: auto;
  bottom: 0;
  transform: translate(1.5rem, 1.5rem);
}

/* line 156, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-buttons-bottom-center .flickity-button.next {
  left: 50%;
  transform: translate(0, 1.5rem);
}

/* line 161, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-buttons-bottom-center .flickity-button.previous {
  left: 50%;
  transform: translate(-100%, 1.5rem);
}

/* line 169, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-buttons-adjacent .flickity-button.next::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  height: 40%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 180, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-buttons-rounded .flickity-button.next {
  border-bottom-right-radius: 1rem;
}

/* line 184, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-buttons-rounded .flickity-button.previous {
  border-top-left-radius: 1rem;
}

/* line 190, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-buttons-responsive .flickity-button {
  display: none;
}

@media (min-width: 768px) {
  /* line 195, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
  .flickity-buttons-responsive .flickity-button {
    display: block;
  }
  /* line 199, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
  .flickity-buttons-responsive .flickity-page-dots {
    display: none;
  }
}

/* line 207, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-viewport-visible .flickity-viewport {
  overflow: visible;
}

/* line 214, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-items-fade .flickity-slider > * {
  transition: all 0.2s ease-in-out;
  transition-property: opacity, transform, -webkit-transform;
  transform-origin: center center;
}

/* line 220, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-items-fade .flickity-hidden {
  transition: all 0.2s ease-in-out;
  transition-property: opacity;
}

/* line 225, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-items-fade .flickity-slider > *:not(.is-selected) {
  opacity: .1;
  transform: scale(0.8);
}

/* line 230, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-items-fade .flickity-slider > *:not(.is-selected) .flickity-hidden {
  opacity: 0;
}

/* line 237, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-page-dots {
  position: relative;
}

/* line 241, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-page-dots .dot {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
  background-color: #DCE0F3;
  opacity: 1;
}

/* line 249, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-page-dots .dot + .dot {
  margin-left: 0.5rem;
}

/* line 253, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-page-dots .dot.is-selected {
  background-color: #6658EA;
}

/* line 260, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-soft-edges .flickity-viewport {
  border-radius: inherit;
}

/* line 264, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-soft-edges .flickity-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #FFF, rgba(255, 255, 255, 0) 16px), linear-gradient(to left, #FFF, rgba(255, 255, 255, 0) 16px);
}

/* line 276, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-soft-edges-primary .flickity-viewport::after {
  background-image: linear-gradient(to right, #6658EA, rgba(102, 88, 234, 0) 16px), linear-gradient(to left, #6658EA, rgba(102, 88, 234, 0) 16px);
}

/* line 276, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-soft-edges-secondary .flickity-viewport::after {
  background-image: linear-gradient(to right, #575A7B, rgba(87, 90, 123, 0) 16px), linear-gradient(to left, #575A7B, rgba(87, 90, 123, 0) 16px);
}

/* line 276, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-soft-edges-success .flickity-viewport::after {
  background-image: linear-gradient(to right, #2CD4A2, rgba(44, 212, 162, 0) 16px), linear-gradient(to left, #2CD4A2, rgba(44, 212, 162, 0) 16px);
}

/* line 276, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-soft-edges-info .flickity-viewport::after {
  background-image: linear-gradient(to right, #17a2b8, rgba(23, 162, 184, 0) 16px), linear-gradient(to left, #17a2b8, rgba(23, 162, 184, 0) 16px);
}

/* line 276, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-soft-edges-warning .flickity-viewport::after {
  background-image: linear-gradient(to right, #F5C070, rgba(245, 192, 112, 0) 16px), linear-gradient(to left, #F5C070, rgba(245, 192, 112, 0) 16px);
}

/* line 276, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-soft-edges-danger .flickity-viewport::after {
  background-image: linear-gradient(to right, #F9655B, rgba(249, 101, 91, 0) 16px), linear-gradient(to left, #F9655B, rgba(249, 101, 91, 0) 16px);
}

/* line 276, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-soft-edges-light .flickity-viewport::after {
  background-image: linear-gradient(to right, #F3F8FF, rgba(243, 248, 255, 0) 16px), linear-gradient(to left, #F3F8FF, rgba(243, 248, 255, 0) 16px);
}

/* line 276, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-soft-edges-dark .flickity-viewport::after {
  background-image: linear-gradient(to right, #1B1642, rgba(27, 22, 66, 0) 16px), linear-gradient(to left, #1B1642, rgba(27, 22, 66, 0) 16px);
}

/* line 276, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-soft-edges-primary-dark .flickity-viewport::after {
  background-image: linear-gradient(to right, #564CAF, rgba(86, 76, 175, 0) 16px), linear-gradient(to left, #564CAF, rgba(86, 76, 175, 0) 16px);
}

/* line 276, vendor/assets/stylesheets/theme/vendor/_flickity.scss */
.flickity-soft-edges-primary-light .flickity-viewport::after {
  background-image: linear-gradient(to right, #687DED, rgba(104, 125, 237, 0) 16px), linear-gradient(to left, #687DED, rgba(104, 125, 237, 0) 16px);
}

/* line 5, vendor/assets/stylesheets/theme/vendor/_highlight.scss */
.hljs {
  padding: 0;
  background-color: transparent;
}
/* line 4, vendor/assets/stylesheets/rating.scss */
form#rating input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 9, vendor/assets/stylesheets/rating.scss */
form#rating label {
  height: 40px;
  width: 100px;
  margin: auto;
  margin-left: 0px;
  position: relative;
  color: #8D9AAE;
  transition: 0.5s;
  z-index: 1000;
}

/* line 19, vendor/assets/stylesheets/rating.scss */
form#rating .fe {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  z-index: 1000;
}

/* line 27, vendor/assets/stylesheets/rating.scss */
form#rating label > span {
  width: 100%;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 80%);
  line-height: 1;
}

/* line 38, vendor/assets/stylesheets/rating.scss */
form#rating input[type="radio"]:checked + label {
  color: #F9655B;
}

/* line 40, vendor/assets/stylesheets/rating.scss */
form#rating input[type="radio"]:checked + label:hover {
  color: #F9655B;
  cursor: default;
}

/* line 44, vendor/assets/stylesheets/rating.scss */
form#rating input[type="radio"]:checked + label:after {
  animation-duration: .2s;
  animation-name: select-radio;
  animation-iteration-count: 1;
  animation-direction: Normal;
  box-shadow: inset 0 0 0 1px #d6d4d4, inset 0 0 0 3px #fc9992, inset 0 0 0 16px #F9655B;
}

@media (max-width: 599px) {
  /* line 57, vendor/assets/stylesheets/rating.scss */
  form#rating input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  /* line 62, vendor/assets/stylesheets/rating.scss */
  form#rating label {
    height: 30px;
    width: 60px;
    margin: auto;
    margin-left: 0px;
    position: relative;
    color: #8D9AAE;
    transition: 0.5s;
    z-index: 1000;
  }
  /* line 72, vendor/assets/stylesheets/rating.scss */
  form#rating .fe {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    z-index: 1000;
  }
  /* line 80, vendor/assets/stylesheets/rating.scss */
  form#rating label > span {
    width: 100%;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translate(-50%, 80%);
    line-height: 1;
  }
}

@media (max-width: 399px) {
  /* line 93, vendor/assets/stylesheets/rating.scss */
  form#rating input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  /* line 98, vendor/assets/stylesheets/rating.scss */
  form#rating label {
    height: 25px;
    width: 50px;
    margin: auto;
    margin-left: 0px;
    position: relative;
    color: #8D9AAE;
    transition: 0.5s;
    z-index: 1000;
  }
  /* line 108, vendor/assets/stylesheets/rating.scss */
  form#rating .fe {
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    z-index: 1000;
  }
  /* line 116, vendor/assets/stylesheets/rating.scss */
  form#rating label > span {
    width: 100%;
    font-size: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translate(-50%, 80%);
    line-height: 1.1;
  }
}
/* line 2, vendor/assets/stylesheets/rating_event.scss */
.event_rating {
  display: flex;
  width: 80%;
  justify-content: flex-end;
}

/* line 6, vendor/assets/stylesheets/rating_event.scss */
.event_rating input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 11, vendor/assets/stylesheets/rating_event.scss */
.event_rating .name {
  font-size: 16px;
  width: 200px;
  margin: 20px;
}

/* line 12, vendor/assets/stylesheets/rating_event.scss */
.event_rating label {
  height: 40px;
  width: 100px;
  margin: auto;
  margin-left: 0px;
  position: relative;
  color: #8D9AAE;
  transition: 0.5s;
  z-index: 1000;
  text-align: center;
}

/* line 23, vendor/assets/stylesheets/rating_event.scss */
.event_rating .fe {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  z-index: 1000;
}

/* line 31, vendor/assets/stylesheets/rating_event.scss */
.event_rating label > span {
  width: 100%;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 80%);
  line-height: 1;
}

/* line 42, vendor/assets/stylesheets/rating_event.scss */
.event_rating input[type="radio"]:checked + label {
  color: #2ecc71;
}

/* line 44, vendor/assets/stylesheets/rating_event.scss */
.event_rating input[type="radio"]:checked + label:hover {
  color: #2ecc71;
  cursor: default;
}

/* line 48, vendor/assets/stylesheets/rating_event.scss */
.event_rating input[type="radio"]:checked + label:after {
  animation-duration: .2s;
  animation-name: select-radio;
  animation-iteration-count: 1;
  animation-direction: Normal;
  box-shadow: inset 0 0 0 1px #d6d4d4, inset 0 0 0 3px #fc9992, inset 0 0 0 16px #F9655B;
}

@media (max-width: 599px) {
  /* line 61, vendor/assets/stylesheets/rating_event.scss */
  .event_rating input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  /* line 66, vendor/assets/stylesheets/rating_event.scss */
  .event_rating label {
    height: 30px;
    width: 60px;
    margin: auto;
    margin-left: 0px;
    position: relative;
    color: #8D9AAE;
    transition: 0.5s;
    z-index: 1000;
  }
  /* line 76, vendor/assets/stylesheets/rating_event.scss */
  .event_rating .fe {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    z-index: 1000;
  }
  /* line 84, vendor/assets/stylesheets/rating_event.scss */
  .event_rating label > span {
    width: 100%;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translate(-50%, 80%);
    line-height: 1;
  }
}

@media (max-width: 399px) {
  /* line 97, vendor/assets/stylesheets/rating_event.scss */
  .event_rating input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  /* line 102, vendor/assets/stylesheets/rating_event.scss */
  .event_rating label {
    height: 25px;
    width: 50px;
    margin: auto;
    margin-left: 0px;
    position: relative;
    color: #8D9AAE;
    transition: 0.5s;
    z-index: 1000;
  }
  /* line 112, vendor/assets/stylesheets/rating_event.scss */
  .event_rating .fe {
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    z-index: 1000;
  }
  /* line 120, vendor/assets/stylesheets/rating_event.scss */
  .event_rating label > span {
    width: 100%;
    font-size: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translate(-50%, 80%);
    line-height: 1.1;
  }
}
/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
    overflow: hidden; 
    height: 55px;
    width: 80%;
    border: 1px solid #F3F8FF;
    border-radius:5px;
    cursor: text;
    font-size: 16px;
    z-index: 999;
    margin: 0px;
    padding: 4px 0px;
    background-color: #F3F8FF;
    list-style-type: none;
    clear: left;
    text-align: left;
    font-family: inherit;
    float:left;
}

@media only screen and (max-width: 992px) {
    ul.token-input-list {
        width: 80%;
    }
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 100%;
    padding: 8px 8px;
    background-color: #F3F8FF;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    padding: 5px 5px;
    margin-left:10px;
    margin-right:10px;
    border: 1px solid black;
    border-radius:5px;
    background-color: black;
    color: #F3F8FF;
    cursor: default;
    display: block;
    font-family: inherit;
}

li.token-input-token p {
    float: left;
    padding-left: 10px;
    margin: 0;
    font-size: 20px;
}

li.token-input-token span {
    float: right;
    color: #F3F8FF;
    cursor: pointer;
    padding-right: 10px;
    font-size: 20px;
}

li.token-input-selected-token {
    background-color: #575A7B;
    color: #fff;
}

li.token-input-selected-token span {
    color: #ffffff;
}

div.token-input-dropdown {
    position: absolute;
    width: 100%;
    background-color: #F3F8FF;
    overflow: hidden;
    border-left: 1px solid #F3F8FF;
    border-right: 1px solid #F3F8FF;
    border-bottom: 1px solid #F3F8FF;
    border-radius: 3px;
    cursor: default;
    font-size: 12px;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 2px;
    padding: 2px;
    font-weight: normal;
    color: #342E6C;
    font-size:16px;
}

div.token-input-dropdown span {
    margin-left: 2px;
    padding: 0px;
    font-weight: normal;
    color: #575A7B;
    font-size:12px;
}

div.token-input-dropdown img {
    margin-left: 2px;
    margin-right: 2px;
    padding: 0px;
    width:24px;
    height:24px;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 5px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #FFF;
    border-bottom: 1px solid #F3F8FF;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #FFF;
    border-bottom: 1px solid #F3F8FF;
}

div.token-input-dropdown ul li em {
    font-weight: normal;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #FFF;
}

/* Example tokeninput style #2: Mac Style */
fieldset.token-input-mac {
  position: relative;
  padding: 0;
  margin: 5px 0;
  background: #fafafa;
  width: 400px;
  border: 1px solid #A4BDEC;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

fieldset.token-input-mac.token-input-dropdown-mac {
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
}

ul.token-input-list-mac {
    overflow: hidden; 
    height: auto !important; 
    height: 2%;
    cursor: text;
    font-size: 16px;
    min-height: 40px;
    z-index: 999;
    margin: 0;
    padding: 3px;
    background: #F3F8FF;
    border-radius: 5px;
    background-color: #F3F8FF;
}

ul.token-input-list-mac.error {
  border: 1px solid #C52020;
}

ul.token-input-list-mac li {
    list-style-type: none;
}

li.token-input-token-mac p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-mac span {
    color: #564CAF;
    margin-left: 5px;
    /* font-weight: bold; */
    cursor: pointer;
}

/* TOKENS */

li.token-input-token-mac {
    font-size: 13px;
    line-height: 24pt;
    overflow: hidden; 
    height: 32px; 
    margin: 3px;
    padding: 0 16px;   
    background: none;
    color: #6658EA;
    cursor: default;
    border: 1px solid #6658EA;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    float: left;
}

li.token-input-highlighted-token-mac {
    background-color: #6758ea21;
    border: 1px solid #564CAF;
    color: #6658EA;
}

li.token-input-selected-token-mac {
    background-color: #6658EA;
    border: 1px solid transparent;
    color: #fff;
}

li.token-input-highlighted-token-mac span.token-input-delete-token-mac {
    color: #C52020;
}

li.token-input-selected-token-mac span.token-input-delete-token-mac {
    color: #fff;
}

li.token-input-input-token-mac {
    border: none;
    background: transparent;
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-input-token-mac input {
  border: 0;
  width: 100px;
  padding: 3px;
  background-color: transparent;
  margin: 0;
}

div.token-input-dropdown {
    position: absolute;
    width: 458px;
    background-color: #FFF;
    overflow: hidden;
    border-left: 2px solid #F3F8FF;
    border-right: 2px solid #F3F8FF;
    border-bottom: 2px solid #F3F8FF;
    border-radius: 0px;
    cursor: default;
    font-size: 12px;
    z-index: 1;
    margin-left:-40px;
}

div.token-input-dropdown-mac {
    position: absolute;
    border: 1px solid #A4BDEC;
    border-top: none;
    left: -1px;
    right: -1px;
    background-color: #fff;
    overflow: hidden;
    cursor: default;
    font-size: 16pt;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
    clip:rect(0px, 1000px, 1000px, -10px);
    width:600px;
}

div.token-input-dropdown-mac p {
    font-size: 14pt;
    margin: 0;
    padding: 0 5px;
    font-style: normal;
    color: #aaa;
}

div.token-input-dropdown-mac h3.token-input-dropdown-category-mac {
  font-size: 14pt;
  font-weight: normal;
  border: none;
  padding: 0 5px;
  margin: 0;
}

div.token-input-dropdown-mac ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-mac ul li {
    list-style-type: none;
    cursor: pointer;
    background: none;
    background-color: #fff;
    margin: 0;
    padding: 0 0 0 25px;
}

div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac {
    background-color: #fff;
}

div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac.odd {
    background-color: #ECF4F9;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac span.token-input-dropdown-item-description-mac {
    float: right;
    font-size: 14pt;
    font-style: normal;
    padding: 0 10px 0 0;
    color: #999;
}

div.token-input-dropdown-mac ul li strong {
    font-weight: bold;
    text-decoration: underline;
    font-style: none;
}

div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac,
div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac.odd {
    background-color: #6758ea2c;
    color: #6658EA;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac span.token-input-dropdown-item-description-mac,
div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac.odd span.token-input-dropdown-item-description-mac {
    color: #fff;
}
/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
  background-color: #F3F8FF;
  display: inline-block;
  padding: 4px 8px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 28px;
  cursor: text;
  text-align: left;
  font-size:16px;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0px 4px;
  margin: 0;
  width: auto;
  /* max-width: inherit; */
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .badge {
  margin: 2px 0px;
  padding: 4px 8px;
  font-size:16px;
  vertical-align: middle;
}

.bootstrap-tagsinput .badge [data-role="remove"] {
  margin-left: 4px;
  cursor: pointer;
}
.bootstrap-tagsinput .badge [data-role="remove"]:after {
  font-family: 'Feather';
  content: "\ea03";
  padding: 0px 0px;
  background-color:transparent;
  border-radius:50%;
  font-size:16px
}
.bootstrap-tagsinput .badge [data-role="remove"]:hover:after {
  background-color:transparent;
  color:red;
}
.bootstrap-tagsinput .badge [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color:red;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;

  background-color: #428bca;
}
/**
 * FormValidation (https://formvalidation.io)
 * The best validation library for JavaScript
 * (c) 2013 - 2020 Nguyen Huu Phuoc <me@phuoc.ng>
 */
.fv-sr-only {
  display: none; }

.fv-plugins-framework input::-ms-clear,
.fv-plugins-framework textarea::-ms-clear {
  display: none;
  height: 0;
  width: 0; }

.fv-plugins-icon-container {
  position: relative; }

.fv-plugins-icon {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }

.fv-plugins-tooltip {
  position: absolute;
  z-index: 10000; }
  .fv-plugins-tooltip .fv-plugins-tooltip__content {
    background: #000;
    border-radius: 3px;
    color: #eee;
    padding: 10px;
    position: relative; }
    .fv-plugins-tooltip .fv-plugins-tooltip__content:before {
      border: 8px solid transparent;
      content: '';
      position: absolute; }

.fv-plugins-tooltip--hide {
  opacity: 0; }

.fv-plugins-tooltip--top-left {
  margin-top: 8px; }
  .fv-plugins-tooltip--top-left .fv-plugins-tooltip__content:before {
    border-top-color: #000;
    left: 8px;
    top: 100%; }

.fv-plugins-tooltip--top {
  margin-top: 8px; }
  .fv-plugins-tooltip--top .fv-plugins-tooltip__content:before {
    border-top-color: #000;
    left: 50%;
    margin-left: -8px;
    top: 100%; }

.fv-plugins-tooltip--top-right {
  margin-top: 8px; }
  .fv-plugins-tooltip--top-right .fv-plugins-tooltip__content:before {
    border-top-color: #000;
    right: 8px;
    top: 100%; }

.fv-plugins-tooltip--right .fv-plugins-tooltip__content:before {
  border-right-color: #000;
  margin-top: -8px;
  right: 100%;
  top: 50%; }

.fv-plugins-tooltip--bottom-right {
  margin-top: 8px; }
  .fv-plugins-tooltip--bottom-right .fv-plugins-tooltip__content:before {
    border-bottom-color: #000;
    bottom: 100%;
    right: 8px; }

.fv-plugins-tooltip--bottom {
  margin-top: 8px; }
  .fv-plugins-tooltip--bottom .fv-plugins-tooltip__content:before {
    border-bottom-color: #000;
    bottom: 100%;
    left: 50%;
    margin-left: -8px; }

.fv-plugins-tooltip--bottom-left {
  margin-top: 8px; }
  .fv-plugins-tooltip--bottom-left .fv-plugins-tooltip__content:before {
    border-bottom-color: #000;
    bottom: 100%;
    left: 8px; }

.fv-plugins-tooltip--left .fv-plugins-tooltip__content:before {
  border-left-color: #000;
  left: 100%;
  margin-top: -8px;
  top: 50%; }

.fv-plugins-tooltip-icon {
  cursor: pointer;
  pointer-events: inherit; }

.fv-plugins-bootstrap {
  /* For horizontal form */
  /* Stacked form */
  /* Inline form */
  /* Remove the icons generated by Bootstrap 4.2+ */ }
  .fv-plugins-bootstrap .fv-help-block {
    color: #dc3545;
    font-size: 80%;
    margin-top: .25rem; }
  .fv-plugins-bootstrap .is-invalid ~ .form-check-label,
  .fv-plugins-bootstrap .is-valid ~ .form-check-label {
    color: inherit; }
  .fv-plugins-bootstrap .has-danger .fv-plugins-icon {
    color: #dc3545; }
  .fv-plugins-bootstrap .has-success .fv-plugins-icon {
    color: #28a745; }
  .fv-plugins-bootstrap .fv-plugins-icon {
    height: 38px;
    line-height: 38px;
    width: 38px; }
  .fv-plugins-bootstrap .input-group ~ .fv-plugins-icon {
    z-index: 3; }
  .fv-plugins-bootstrap .form-group.row .fv-plugins-icon {
    right: 15px; }
  .fv-plugins-bootstrap .form-group.row .fv-plugins-icon-check {
    top: -7px;
    /* labelHeight/2 - iconHeight/2 */ }
  .fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon {
    top: 32px; }
  .fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon-check {
    top: 25px; }
  .fv-plugins-bootstrap:not(.form-inline) label.sr-only ~ .fv-plugins-icon-check {
    top: -7px; }
  .fv-plugins-bootstrap.form-inline .form-group {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: auto; }
  .fv-plugins-bootstrap .form-control.is-valid,
  .fv-plugins-bootstrap .form-control.is-invalid {
    background-image: none; }

.fv-plugins-bootstrap3 .help-block {
  margin-bottom: 0; }

.fv-plugins-bootstrap3 .input-group ~ .form-control-feedback {
  z-index: 4; }

.fv-plugins-bootstrap3.form-inline .form-group {
  vertical-align: top; }

.fv-plugins-bulma {
  /* Support add ons inside field */ }
  .fv-plugins-bulma .field.has-addons {
    flex-wrap: wrap; }
    .fv-plugins-bulma .field.has-addons::after {
      content: '';
      width: 100%; }
    .fv-plugins-bulma .field.has-addons .fv-plugins-message-container {
      order: 1; }
  .fv-plugins-bulma .icon.fv-plugins-icon-check {
    top: -4px; }
  .fv-plugins-bulma .fv-has-error .input,
  .fv-plugins-bulma .fv-has-error .textarea {
    border: 1px solid #ff3860;
    /* Same as .input.is-danger */ }
  .fv-plugins-bulma .fv-has-success .input,
  .fv-plugins-bulma .fv-has-success .textarea {
    border: 1px solid #23d160;
    /* Same as .input.is-success */ }

.fv-plugins-foundation {
  /* Stacked form */ }
  .fv-plugins-foundation .fv-plugins-icon {
    height: 39px;
    line-height: 39px;
    right: 0;
    width: 39px;
    /* Same as height of input */ }
  .fv-plugins-foundation .grid-padding-x .fv-plugins-icon {
    right: 15px; }
  .fv-plugins-foundation .fv-plugins-icon-container .cell {
    position: relative; }
  .fv-plugins-foundation [type="checkbox"] ~ .fv-plugins-icon,
  .fv-plugins-foundation [type="checkbox"] ~ .fv-plugins-icon {
    top: -7px;
    /* labelHeight/2 - iconHeight/2 */ }
  .fv-plugins-foundation.fv-stacked-form .fv-plugins-message-container {
    width: 100%; }
  .fv-plugins-foundation.fv-stacked-form label .fv-plugins-icon,
  .fv-plugins-foundation.fv-stacked-form fieldset [type="checkbox"] ~ .fv-plugins-icon,
  .fv-plugins-foundation.fv-stacked-form fieldset [type="radio"] ~ .fv-plugins-icon {
    top: 25px;
    /* Same as height of label */ }
  .fv-plugins-foundation .form-error {
    display: block; }
  .fv-plugins-foundation .fv-row__success .fv-plugins-icon {
    color: #3adb76;
    /* Same as .success */ }
  .fv-plugins-foundation .fv-row__error label,
  .fv-plugins-foundation .fv-row__error fieldset legend,
  .fv-plugins-foundation .fv-row__error .fv-plugins-icon {
    color: #cc4b37;
    /* Same as .is-invalid-label and .form-error */ }

.fv-plugins-materialize .fv-plugins-icon {
  height: 42px;
  /* Same as height of input */
  line-height: 42px;
  width: 42px; }

.fv-plugins-materialize .fv-plugins-icon-check {
  top: -10px; }

.fv-plugins-materialize .fv-invalid-row .helper-text,
.fv-plugins-materialize .fv-invalid-row .fv-plugins-icon {
  color: #F44336; }

.fv-plugins-materialize .fv-valid-row .helper-text,
.fv-plugins-materialize .fv-valid-row .fv-plugins-icon {
  color: #4CAF50; }

.fv-plugins-milligram .fv-plugins-icon {
  height: 38px;
  /* Same as height of input */
  line-height: 38px;
  width: 38px; }

.fv-plugins-milligram .column {
  position: relative; }
  .fv-plugins-milligram .column .fv-plugins-icon {
    right: 10px; }

.fv-plugins-milligram .fv-plugins-icon-check {
  top: -6px; }

.fv-plugins-milligram .fv-plugins-message-container {
  margin-bottom: 15px; }

.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon {
  top: 30px; }

.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon-check {
  top: 24px; }

.fv-plugins-milligram .fv-invalid-row .fv-help-block,
.fv-plugins-milligram .fv-invalid-row .fv-plugins-icon {
  color: red; }

.fv-plugins-milligram .fv-valid-row .fv-help-block,
.fv-plugins-milligram .fv-valid-row .fv-plugins-icon {
  color: green; }

.fv-plugins-mini .fv-plugins-icon {
  height: 42px;
  /* Same as height of input */
  line-height: 42px;
  width: 42px;
  top: 4px;
  /* Same as input's margin top */ }

.fv-plugins-mini .fv-plugins-icon-check {
  top: -8px; }

.fv-plugins-mini.fv-stacked-form .fv-plugins-icon {
  top: 28px; }

.fv-plugins-mini.fv-stacked-form .fv-plugins-icon-check {
  top: 20px; }

.fv-plugins-mini .fv-plugins-message-container {
  margin: calc(var(--universal-margin) / 2); }

.fv-plugins-mini .fv-invalid-row .fv-help-block,
.fv-plugins-mini .fv-invalid-row .fv-plugins-icon {
  color: var(--input-invalid-color); }

.fv-plugins-mini .fv-valid-row .fv-help-block,
.fv-plugins-mini .fv-valid-row .fv-plugins-icon {
  color: #308732;
  /* Same as tertiary color */ }

.fv-plugins-mui .fv-plugins-icon {
  height: 32px;
  /* Same as height of input */
  line-height: 32px;
  width: 32px;
  top: 15px;
  right: 4px; }

.fv-plugins-mui .fv-plugins-icon-check {
  top: -6px;
  right: -10px; }

.fv-plugins-mui .fv-plugins-message-container {
  margin: 8px 0; }

.fv-plugins-mui .fv-invalid-row .fv-help-block,
.fv-plugins-mui .fv-invalid-row .fv-plugins-icon {
  color: #F44336; }

.fv-plugins-mui .fv-valid-row .fv-help-block,
.fv-plugins-mui .fv-valid-row .fv-plugins-icon {
  color: #4CAF50; }

.fv-plugins-pure {
  /* Horizontal form */
  /* Stacked form */ }
  .fv-plugins-pure .fv-plugins-icon {
    height: 36px;
    line-height: 36px;
    width: 36px;
    /* Height of Pure input */ }
  .fv-plugins-pure .fv-has-error label,
  .fv-plugins-pure .fv-has-error .fv-help-block,
  .fv-plugins-pure .fv-has-error .fv-plugins-icon {
    color: #CA3C3C;
    /* Same as .button-error */ }
  .fv-plugins-pure .fv-has-success label,
  .fv-plugins-pure .fv-has-success .fv-help-block,
  .fv-plugins-pure .fv-has-success .fv-plugins-icon {
    color: #1CB841;
    /* Same as .button-success */ }
  .fv-plugins-pure.pure-form-aligned .fv-help-block {
    margin-top: 5px;
    margin-left: 180px; }
  .fv-plugins-pure.pure-form-aligned .fv-plugins-icon-check {
    top: -9px;
    /* labelHeight/2 - iconHeight/2 */ }
  .fv-plugins-pure.pure-form-stacked .pure-control-group {
    margin-bottom: 8px; }
  .fv-plugins-pure.pure-form-stacked .fv-plugins-icon {
    top: 22px;
    /* Same as height of label */ }
  .fv-plugins-pure.pure-form-stacked .fv-plugins-icon-check {
    top: 13px; }
  .fv-plugins-pure.pure-form-stacked .fv-sr-only ~ .fv-plugins-icon {
    top: -9px; }

.fv-plugins-semantic.ui.form .fields.error label,
.fv-plugins-semantic .error .fv-plugins-icon {
  color: #9f3a38;
  /* Same as .ui.form .field.error .input */ }

.fv-plugins-semantic .fv-plugins-icon-check {
  right: 7px; }

.fv-plugins-shoelace .input-group {
  margin-bottom: 0; }

.fv-plugins-shoelace .fv-plugins-icon {
  height: 32px;
  line-height: 32px;
  /* Same as height of input */
  width: 32px;
  top: 28px;
  /* Same as height of label */ }

.fv-plugins-shoelace .row .fv-plugins-icon {
  right: 16px;
  top: 0; }

.fv-plugins-shoelace .fv-plugins-icon-check {
  top: 24px; }

.fv-plugins-shoelace .fv-sr-only ~ .fv-plugins-icon,
.fv-plugins-shoelace .fv-sr-only ~ div .fv-plugins-icon {
  top: -4px; }

.fv-plugins-shoelace .input-valid .fv-help-block,
.fv-plugins-shoelace .input-valid .fv-plugins-icon {
  color: #2ecc40; }

.fv-plugins-shoelace .input-invalid .fv-help-block,
.fv-plugins-shoelace .input-invalid .fv-plugins-icon {
  color: #ff4136; }

.fv-plugins-spectre .input-group .fv-plugins-icon {
  z-index: 2; }

.fv-plugins-spectre .form-group .fv-plugins-icon-check {
  right: 6px;
  top: 10px; }

.fv-plugins-spectre:not(.form-horizontal) .form-group .fv-plugins-icon-check {
  right: 6px;
  top: 45px; }

.fv-plugins-tachyons .fv-plugins-icon {
  height: 36px;
  line-height: 36px;
  width: 36px; }

.fv-plugins-tachyons .fv-plugins-icon-check {
  top: -7px; }

.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon {
  top: 34px; }

.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon-check {
  top: 24px; }

.fv-plugins-turret .fv-plugins-icon {
  height: 40px;
  /* Same as height of input */
  line-height: 40px;
  width: 40px; }

.fv-plugins-turret.fv-stacked-form .fv-plugins-icon {
  top: 29px; }

.fv-plugins-turret.fv-stacked-form .fv-plugins-icon-check {
  top: 17px; }

.fv-plugins-turret .fv-invalid-row .form-message,
.fv-plugins-turret .fv-invalid-row .fv-plugins-icon {
  color: #c00;
  /* Same as .form-message.error */ }

.fv-plugins-turret .fv-valid-row .form-message,
.fv-plugins-turret .fv-valid-row .fv-plugins-icon {
  color: #00b300;
  /* Same as .form-message.success */ }

.fv-plugins-uikit {
  /* Horizontal form */
  /* Stacked form */ }
  .fv-plugins-uikit .fv-plugins-icon {
    height: 40px;
    /* Height of UIKit input */
    line-height: 40px;
    top: 25px;
    /* Height of UIKit label */
    width: 40px; }
  .fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon {
    top: 0; }
  .fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon-check {
    top: -11px;
    /* checkboxLabelHeight/2 - iconHeight/2 = 18/2 - 40/2 */ }
  .fv-plugins-uikit.uk-form-stacked .fv-plugins-icon-check {
    top: 15px;
    /* labelHeight + labelMarginBottom + checkboxLabelHeight/2 - iconHeight/2 = 21 + 5 + 18/2 - 40/2 */ }
  .fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon {
    top: 0; }
  .fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon-check {
    top: -11px; }

.fv-plugins-wizard--step {
  display: none; }

.fv-plugins-wizard--active {
  display: block; }
.dataTables_scrollBody {
  overflow-x: scroll !important;
}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

table thead tr th{
    font-size:12px !important;
    text-transform:lowercase !important;
    color:black !important;
}

th:first-child,td:first-child {  
  background-color:#F3F8FF; 
  color:black; 
  font-size:12px !important;
}

table > tbody > tr > td{
    font-size:12px !important;
}

.sm_font{
    font-size:9px;
}
.md_font{
    font-size:11px;
}
.md_font_col{
    font-size:10px;
    color:white !important;
}
.masked_row{
  width:200px;
  white-space: nowrap;
}
.masked_row::after {
    content: "Information Pending/Under Review"; 
    color: black; 
    z-index: -1;
}
.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
            animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
            box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
  }
  .flatpickr-calendar.open,
  .flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
  }
  .flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
  }
  .flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
            animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
  }
  .flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
  }
  .flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
  }
  .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
            box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  }
  .flatpickr-calendar .hasWeeks .dayContainer,
  .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
  }
  .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
  }
  .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
  }
  .flatpickr-calendar:before,
  .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
  }
  .flatpickr-calendar.rightMost:before,
  .flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px;
  }
  .flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
  }
  .flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
  }
  .flatpickr-calendar.arrowTop:before,
  .flatpickr-calendar.arrowTop:after {
    bottom: 100%;
  }
  .flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
  }
  .flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
  }
  .flatpickr-calendar.arrowBottom:before,
  .flatpickr-calendar.arrowBottom:after {
    top: 100%;
  }
  .flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
  }
  .flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
  }
  .flatpickr-calendar:focus {
    outline: 0;
  }
  .flatpickr-wrapper {
    position: relative;
    display: inline-block;
  }
  .flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0,0,0,0.9);
    fill: rgba(0,0,0,0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0,0,0,0.9);
    fill: rgba(0,0,0,0.9);
  }
  .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
  .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
  }
  .flatpickr-months .flatpickr-prev-month i,
  .flatpickr-months .flatpickr-next-month i {
    position: relative;
  }
  .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
    left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
  }
  /*
        /*rtl:begin:ignore*/
  /*
        /*rtl:end:ignore*/
  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
  .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
    right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
  }
  /*
        /*rtl:begin:ignore*/
  /*
        /*rtl:end:ignore*/
  .flatpickr-months .flatpickr-prev-month:hover,
  .flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
  }
  .flatpickr-months .flatpickr-prev-month:hover svg,
  .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
  }
  .flatpickr-months .flatpickr-prev-month svg,
  .flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
  }
  .flatpickr-months .flatpickr-prev-month svg path,
  .flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
  }
  .numInputWrapper {
    position: relative;
    height: auto;
  }
  .numInputWrapper input,
  .numInputWrapper span {
    display: inline-block;
  }
  .numInputWrapper input {
    width: 100%;
  }
  .numInputWrapper input::-ms-clear {
    display: none;
  }
  .numInputWrapper input::-webkit-outer-spin-button,
  .numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }
  .numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57,57,57,0.15);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .numInputWrapper span:hover {
    background: rgba(0,0,0,0.1);
  }
  .numInputWrapper span:active {
    background: rgba(0,0,0,0.2);
  }
  .numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
  }
  .numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
  }
  .numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57,57,57,0.6);
    top: 26%;
  }
  .numInputWrapper span.arrowDown {
    top: 50%;
  }
  .numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57,57,57,0.6);
    top: 40%;
  }
  .numInputWrapper span svg {
    width: inherit;
    height: auto;
  }
  .numInputWrapper span svg path {
    fill: rgba(0,0,0,0.5);
  }
  .numInputWrapper:hover {
    background: rgba(0,0,0,0.05);
  }
  .numInputWrapper:hover span {
    opacity: 1;
  }
  .flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
  .flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
  }
  .flatpickr-current-month span.cur-month:hover {
    background: rgba(0,0,0,0.05);
  }
  .flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
  }
  .flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0,0,0,0.9);
  }
  .flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0,0,0,0.9);
  }
  .flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  .flatpickr-current-month input.cur-year:focus {
    outline: 0;
  }
  .flatpickr-current-month input.cur-year[disabled],
  .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0,0,0,0.5);
    background: transparent;
    pointer-events: none;
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months:focus,
  .flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0,0,0,0.05);
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
  }
  .flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 28px;
  }
  .flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0,0,0,0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: bolder;
  }
  .dayContainer,
  .flatpickr-weeks {
    padding: 1px 0 0 0;
  }
  .flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 307.875px;
  }
  .flatpickr-days:focus {
    outline: 0;
  }
  .dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  .dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
            box-shadow: -1px 0 0 #e6e6e6;
  }
  .flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
        -ms-flex-preferred-size: 14.2857143%;
            flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .flatpickr-day.inRange,
  .flatpickr-day.prevMonthDay.inRange,
  .flatpickr-day.nextMonthDay.inRange,
  .flatpickr-day.today.inRange,
  .flatpickr-day.prevMonthDay.today.inRange,
  .flatpickr-day.nextMonthDay.today.inRange,
  .flatpickr-day:hover,
  .flatpickr-day.prevMonthDay:hover,
  .flatpickr-day.nextMonthDay:hover,
  .flatpickr-day:focus,
  .flatpickr-day.prevMonthDay:focus,
  .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
  }
  .flatpickr-day.today {
    border-color: #959ea9;
  }
  .flatpickr-day.today:hover,
  .flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
  }
  .flatpickr-day.selected,
  .flatpickr-day.startRange,
  .flatpickr-day.endRange,
  .flatpickr-day.selected.inRange,
  .flatpickr-day.startRange.inRange,
  .flatpickr-day.endRange.inRange,
  .flatpickr-day.selected:focus,
  .flatpickr-day.startRange:focus,
  .flatpickr-day.endRange:focus,
  .flatpickr-day.selected:hover,
  .flatpickr-day.startRange:hover,
  .flatpickr-day.endRange:hover,
  .flatpickr-day.selected.prevMonthDay,
  .flatpickr-day.startRange.prevMonthDay,
  .flatpickr-day.endRange.prevMonthDay,
  .flatpickr-day.selected.nextMonthDay,
  .flatpickr-day.startRange.nextMonthDay,
  .flatpickr-day.endRange.nextMonthDay {
    background: #6658EA;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    border-color: #6658EA;
  }
  .flatpickr-day.selected.startRange,
  .flatpickr-day.startRange.startRange,
  .flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
  }
  .flatpickr-day.selected.endRange,
  .flatpickr-day.startRange.endRange,
  .flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
  }
  .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
  .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
  .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #6658EA;
            box-shadow: -10px 0 0 #6658EA;
  }
  .flatpickr-day.selected.startRange.endRange,
  .flatpickr-day.startRange.startRange.endRange,
  .flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
  }
  .flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
            box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  }
  .flatpickr-day.flatpickr-disabled,
  .flatpickr-day.flatpickr-disabled:hover,
  .flatpickr-day.prevMonthDay,
  .flatpickr-day.nextMonthDay,
  .flatpickr-day.notAllowed,
  .flatpickr-day.notAllowed.prevMonthDay,
  .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57,57,57,0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
  }
  .flatpickr-day.flatpickr-disabled,
  .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57,57,57,0.1);
  }
  .flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #6658EA, 5px 0 0 #6658EA;
            box-shadow: -5px 0 0 #6658EA, 5px 0 0 #6658EA;
  }
  .flatpickr-day.hidden {
    visibility: hidden;
  }
  .rangeMode .flatpickr-day {
    margin-top: 1px;
  }
  .flatpickr-weekwrapper {
    float: left;
  }
  .flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
            box-shadow: 1px 0 0 #e6e6e6;
  }
  .flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
  }
  .flatpickr-weekwrapper span.flatpickr-day,
  .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57,57,57,0.3);
    background: transparent;
    cursor: default;
    border: none;
  }
  .flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
  }
  .flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 40%;
    height: 40px;
    float: left;
  }
  .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
  }
  .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
  }
  .flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
  }
  .flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
  }
  .flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  .flatpickr-time input.flatpickr-hour {
    font-weight: bold;
  }
  .flatpickr-time input.flatpickr-minute,
  .flatpickr-time input.flatpickr-second {
    font-weight: 400;
  }
  .flatpickr-time input:focus {
    outline: 0;
    border: 0;
  }
  .flatpickr-time .flatpickr-time-separator,
  .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
  }
  .flatpickr-time input:hover,
  .flatpickr-time .flatpickr-am-pm:hover,
  .flatpickr-time input:focus,
  .flatpickr-time .flatpickr-am-pm:focus {
    background: #eee;
  }
  .flatpickr-input[readonly] {
    cursor: pointer;
  }
  @-webkit-keyframes fpFadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
              transform: translate3d(0, -20px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fpFadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
              transform: translate3d(0, -20px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
body {
    margin-top: 20px;
}

.chat-online {
    color: #34ce57
}

.chat-offline {
    color: #e4606d
}

.chat-messages {
    display: flex;
    flex-direction: column;
    max-height: 800px;
    overflow-y: scroll
}

.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0
}

.chat-message-left {
    margin-right: auto
}

.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto
}

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

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

.flex-grow-0 {
    flex-grow: 0 !important;
}

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

.popup_z_index .modal-popup {
    margin-right: 383pc;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.popup_z_index {
    left: 90px !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


























@import sweetalert-theme.css.scss
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200&display=swap");
/* line 42, app/assets/stylesheets/application.css.scss */
.position-static {
  position: static !important;
}

/* line 46, app/assets/stylesheets/application.css.scss */
.position-relative {
  position: relative !important;
}

/* line 50, app/assets/stylesheets/application.css.scss */
.position-absolute {
  position: absolute !important;
}

/* line 54, app/assets/stylesheets/application.css.scss */
.position-fixed {
  position: fixed !important;
}

/* line 58, app/assets/stylesheets/application.css.scss */
.position-sticky {
  position: sticky !important;
}

/* line 62, app/assets/stylesheets/application.css.scss */
.footer {
  position: relative;
  bottom: 0px;
  width: 100%;
}

/* line 68, app/assets/stylesheets/application.css.scss */
.overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  /* Black background with opacity */
  z-index: 100000;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

/* line 82, app/assets/stylesheets/application.css.scss */
.profile-body {
  overflow: visible;
  top: 0;
}

/* line 88, app/assets/stylesheets/application.css.scss */
.profile-close {
  position: absolute;
  top: 60px;
  position: -webkit-sticky;
  position: sticky;
}

/* line 95, app/assets/stylesheets/application.css.scss */
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
}

/* line 102, app/assets/stylesheets/application.css.scss */
.sticky {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
}

/* line 109, app/assets/stylesheets/application.css.scss */
.card-profile {
  top: 0;
}

/* line 114, app/assets/stylesheets/application.css.scss */
.card-active {
  border-color: #6658EA !important;
  background-color: rgba(102, 88, 234, 0.05);
}

/* line 119, app/assets/stylesheets/application.css.scss */
.line {
  border-bottom: 1px solid #F3F8FF;
  padding-bottom: 10px;
}

/* line 124, app/assets/stylesheets/application.css.scss */
.height-quarter {
  height: 40vh;
  overflow-y: scroll;
}

/* line 129, app/assets/stylesheets/application.css.scss */
.height-half {
  height: 50%;
  overflow-y: scroll;
}

/* line 134, app/assets/stylesheets/application.css.scss */
.height-full {
  height: 90%;
  max-height: 370px;
  overflow-y: scroll;
}

/* line 140, app/assets/stylesheets/application.css.scss */
.policy_scroll {
  height: 40%;
  max-height: 300px;
  overflow-y: scroll;
}

/* line 146, app/assets/stylesheets/application.css.scss */
.action-bar {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  opacity: 0.9;
  background-color: #130f40;
  color: white;
  text-align: center;
  height: 120px;
  z-index: 100000;
}

/* line 159, app/assets/stylesheets/application.css.scss */
.action-bar-card {
  position: fixed !important;
  left: 5vw;
  top: 2vh !important;
  width: 90vw !important;
  opacity: 1;
  background-color: #130f40;
  color: white;
  text-align: center;
  height: 90px;
  z-index: 1000;
}

/* line 172, app/assets/stylesheets/application.css.scss */
.onboard-foot-bar {
  position: fixed !important;
  left: 0;
  bottom: 0px;
  width: 100%;
  opacity: 0.94;
  background-color: #eeeeee;
  color: black;
  text-align: center;
  height: 100px;
  z-index: 100000;
}

/* line 185, app/assets/stylesheets/application.css.scss */
.company_icon_small {
  width: 30px;
  height: 30px;
}

/* line 190, app/assets/stylesheets/application.css.scss */
.modal-header {
  z-index: 10 !important;
}

/* line 194, app/assets/stylesheets/application.css.scss */
.modal {
  width: 100vw !important;
}

/* line 198, app/assets/stylesheets/application.css.scss */
.full-screen-modal {
  width: 90vw !important;
  height: 90vh !important;
  border-radius: 0 !important;
  margin-top: 0vh !important;
  margin-left: 5vw !important;
}

/* line 210, app/assets/stylesheets/application.css.scss */
.modal-content {
  border-radius: 0 !important;
  width: 90vw !important;
  margin: 0 !important;
}

/* line 216, app/assets/stylesheets/application.css.scss */
.modal-body {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

@media only screen and (max-width: 990px) {
  /* line 222, app/assets/stylesheets/application.css.scss */
  .sticky {
    position: relative;
    margin-top: 30px;
    top: 0%;
    margin-bottom: 40px;
  }
}

/* line 230, app/assets/stylesheets/application.css.scss */
.navbar-brand {
  padding-left: 20px;
}

/* line 233, app/assets/stylesheets/application.css.scss */
.navbar-brand img {
  max-width: 60px;
}

/* line 240, app/assets/stylesheets/application.css.scss */
.md-radio-box input[type="radio"] {
  display: none;
}

/* line 243, app/assets/stylesheets/application.css.scss */
.md-radio-box input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}

/* line 247, app/assets/stylesheets/application.css.scss */
.md-radio-box input[type="radio"]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

/* line 255, app/assets/stylesheets/application.css.scss */
.md-radio-box img {
  max-width: 24px;
  max-height: 24px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  left: 45px;
  opacity: 1;
}

/* line 266, app/assets/stylesheets/application.css.scss */
.md-radio-box label {
  height: 120px;
  width: 120px;
  display: inline-block;
  background: white;
  border: 1px solid #EAF2FE;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 2rem;
  margin: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.3);
  position: relative;
  font-size: 16px;
  padding-top: 2.5rem;
}

/* line 282, app/assets/stylesheets/application.css.scss */
.md-radio-box label p {
  text-align: center;
  font-size: 11px;
  color: #575A7B;
  font-weight: normal;
  line-height: 15px;
}

/* line 291, app/assets/stylesheets/application.css.scss */
.md-radio-box input[type="radio"]:checked + label {
  box-shadow: 0px 0px 10px rgba(102, 87, 234, 0.35);
  border: 1px solid #6658EA;
}

/* line 297, app/assets/stylesheets/application.css.scss */
.md-radio-box input[type="radio"]:checked + label::after {
  color: #fff;
  background-color: #6658EA;
  font-family: Feather;
  border: 0px solid #6658EA;
  content: "\e92b";
  font-size: 16px;
  position: absolute;
  top: -10px;
  left: 90%;
  transform: translateX(-50%);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

/* line 318, app/assets/stylesheets/application.css.scss */
.md-radio-box input#control_05[type="radio"]:checked + label {
  background: red;
  border-color: red;
}

/* line 323, app/assets/stylesheets/application.css.scss */
.md-radio-box p {
  font-weight: 900;
}

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0);
  }
}

/* line 346, app/assets/stylesheets/application.css.scss */
.md-radio {
  margin: 0px 0px;
}

/* line 349, app/assets/stylesheets/application.css.scss */
.md-radio.md-radio-inline {
  display: inline-block;
}

/* line 353, app/assets/stylesheets/application.css.scss */
.md-radio input[type="radio"] {
  display: none;
}

/* line 356, app/assets/stylesheets/application.css.scss */
.md-radio input[type="radio"]:checked + label:before {
  border-color: #6658EA;
  animation: ripple 0.2s linear forwards;
}

/* line 361, app/assets/stylesheets/application.css.scss */
.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}

/* line 366, app/assets/stylesheets/application.css.scss */
.md-radio label {
  display: block;
  min-height: 25px;
  position: relative;
  padding: 0 35px;
  margin-bottom: 0px;
  margin-top: 10px;
  cursor: pointer;
  vertical-align: middle;
  color: #575a7a;
}

/* line 377, app/assets/stylesheets/application.css.scss */
.md-radio label:before {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .3s ease;
  transition-property: transform, border-color;
  background: rgba(87, 90, 122, 0.1);
}

/* line 386, app/assets/stylesheets/application.css.scss */
.md-radio label:before {
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(87, 90, 122, 0.2);
}

/* line 394, app/assets/stylesheets/application.css.scss */
.md-radio label:after {
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  transform: scale(0);
  background: #6658EA;
  color: #fff;
  background-color: #6658EA;
  font-family: Feather;
  border: 0px solid #6658EA;
  content: "\e92b";
  font-size: 16px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
}

/* line 414, app/assets/stylesheets/application.css.scss */
.md-checkbox {
  margin: 0px 0px;
}

/* line 417, app/assets/stylesheets/application.css.scss */
.md-checkbox.md-radio-inline {
  display: inline-block;
}

/* line 421, app/assets/stylesheets/application.css.scss */
.md-checkbox input[type="checkbox"] {
  display: none;
}

/* line 424, app/assets/stylesheets/application.css.scss */
.md-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #6658EA;
  animation: ripple 0.2s linear forwards;
}

/* line 429, app/assets/stylesheets/application.css.scss */
.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: scale(1);
}

/* line 434, app/assets/stylesheets/application.css.scss */
.md-checkbox label {
  display: block;
  min-height: 25px;
  position: relative;
  padding: 0 35px;
  margin-bottom: 10px;
  margin-top: 0px;
  cursor: pointer;
  vertical-align: bottom;
  color: #575a7a;
}

/* line 445, app/assets/stylesheets/application.css.scss */
.md-checkbox label:before, .md-checkbox label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .3s ease;
  transition-property: transform, border-color;
  background: rgba(87, 90, 122, 0.1);
}

/* line 454, app/assets/stylesheets/application.css.scss */
.md-checkbox label:before {
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(87, 90, 122, 0.2);
}

/* line 462, app/assets/stylesheets/application.css.scss */
.md-checkbox label:after {
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  transform: scale(0);
  background: #6658EA;
  color: #fff;
  background-color: #6658EA;
  font-family: Feather;
  border: 0px solid #6658EA;
  content: "\e92b";
  font-size: 16px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
}

/* line 482, app/assets/stylesheets/application.css.scss */
.header-icon {
  width: 70px;
}

/* line 486, app/assets/stylesheets/application.css.scss */
.hidden-date-control {
  display: none;
}

/* line 490, app/assets/stylesheets/application.css.scss */
.file-input {
  display: block;
  text-align: center;
  background: rgba(161, 170, 166, 0.1);
  padding: 16px;
  width: 100%;
  height: 150px;
  position: relative;
  border-radius: 5px;
  border: 2px dashed #6658EA;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.4);
}

/* line 503, app/assets/stylesheets/application.css.scss */
.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

/* line 514, app/assets/stylesheets/application.css.scss */
.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  padding: 8px 16px;
  border-radius: px;
  margin-right: 8px;
  font-size: 12px;
}

/* line 524, app/assets/stylesheets/application.css.scss */
.file-input:hover > .button {
  background: transparent;
  color: #ddd;
}

/* line 529, app/assets/stylesheets/application.css.scss */
.file-input > .label {
  color: #575A7B;
  white-space: nowrap;
  opacity: 1;
}

/* line 535, app/assets/stylesheets/application.css.scss */
.file-input.-chosen > .label {
  opacity: 1;
}

/* line 539, app/assets/stylesheets/application.css.scss */
.bg-gd-1 {
  background-color: #6658EA;
}

/* line 543, app/assets/stylesheets/application.css.scss */
.bg-gd-2 {
  background-color: #8773FF;
}

/* line 547, app/assets/stylesheets/application.css.scss */
.bg-gd-3 {
  background-color: #A78EFF;
}

/* line 551, app/assets/stylesheets/application.css.scss */
.bg-gd-4 {
  background-color: #C7ABFF;
}

/* line 555, app/assets/stylesheets/application.css.scss */
.bg-gd-5 {
  background-color: #E8C8FF;
}

/* line 559, app/assets/stylesheets/application.css.scss */
.bg-gd-6 {
  background-color: #bc00dd;
}

/* line 563, app/assets/stylesheets/application.css.scss */
.bg-gd-7 {
  background-color: #d100d1;
}

/* line 567, app/assets/stylesheets/application.css.scss */
.bg-gd-8 {
  background-color: #db00b6;
}

/* line 571, app/assets/stylesheets/application.css.scss */
.bg-gd-9 {
  background-color: #faf1d6;
}

/* line 575, app/assets/stylesheets/application.css.scss */
.bg-fade {
  background-color: #E5E5F7;
  filter: blur(3px);
}

/* line 580, app/assets/stylesheets/application.css.scss */
.bg-trending {
  background-color: #f8f8fa;
}

/* line 584, app/assets/stylesheets/application.css.scss */
.bg-event {
  background-color: #E5E5F7;
}

/* line 588, app/assets/stylesheets/application.css.scss */
.bg-match {
  background-color: #E5E5F7;
}

/* line 592, app/assets/stylesheets/application.css.scss */
.card-fixed-height {
  height: 300px;
}

/* line 596, app/assets/stylesheets/application.css.scss */
.dataTables_filter input {
  margin-right: 20px;
}

/* line 600, app/assets/stylesheets/application.css.scss */
.dataTables_info, .dataTables_length {
  margin-left: 20px !important;
}

/* line 604, app/assets/stylesheets/application.css.scss */
.dataTables_paginate {
  margin-right: 20px !important;
}

/*Notification CSS Start*/
/* line 613, app/assets/stylesheets/application.css.scss */
nav {
  display: flex;
  align-items: center;
  height: auto;
  position: relative;
  border-bottom: 1px solid #495057;
}

/* line 622, app/assets/stylesheets/application.css.scss */
.icon {
  cursor: pointer;
  margin-right: 50px;
  line-height: 60px;
}

/* line 628, app/assets/stylesheets/application.css.scss */
.icon span {
  background: #f00;
  padding: 7px;
  border-radius: 50%;
  color: black;
  vertical-align: top;
  margin-left: -25px;
}

/* line 637, app/assets/stylesheets/application.css.scss */
.icon img {
  display: inline-block;
  width: 26px;
  margin-top: 4px;
}

/* line 643, app/assets/stylesheets/application.css.scss */
.icon:hover {
  opacity: .7;
}

/* line 647, app/assets/stylesheets/application.css.scss */
.logo {
  flex: 1;
  margin-left: 50px;
  color: #eee;
  font-size: 20px;
  font-family: monospace;
}

/* line 655, app/assets/stylesheets/application.css.scss */
.notifications {
  height: 0;
  opacity: 0;
  position: absolute;
  top: 63px;
  right: 62px;
  border-radius: 5px 0 5px 5px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 667, app/assets/stylesheets/application.css.scss */
.notifications h2 {
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #999;
}

/* line 674, app/assets/stylesheets/application.css.scss */
.notifications h2 span {
  color: #f00;
}

/* line 678, app/assets/stylesheets/application.css.scss */
.notifications-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 6px 9px;
  margin-bottom: 0px;
  cursor: pointer;
}

/* line 686, app/assets/stylesheets/application.css.scss */
.notifications-item img {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 9px;
  border-radius: 50%;
  margin-top: 2px;
}

/* line 695, app/assets/stylesheets/application.css.scss */
.notifications-item .text h4 {
  color: black;
  font-size: 16px;
  margin-top: 3px;
  font-weight: bold;
}

/* line 702, app/assets/stylesheets/application.css.scss */
.notifications-item .text h4 span {
  color: #777;
  font-size: 15px;
}

/* line 709, app/assets/stylesheets/application.css.scss */
.checkbox {
  height: 15px;
}

/* line 713, app/assets/stylesheets/application.css.scss */
.checkbox-text {
  color: black;
  margin: 0px;
  font-weight: bold;
  opacity: 1;
}

/* line 721, app/assets/stylesheets/application.css.scss */
.notifications-item .text p {
  color: black;
  font-size: 12px;
}

/* line 726, app/assets/stylesheets/application.css.scss */
.potential-founder-link {
  color: #b85fd8;
  margin-right: 15px;
}

/*Notification CSS end*/
.investors-list-table {
    overflow-y: scroll;
    height: 900px;
    width: 100%;
    min-width: 1063px;
}

input.form-check-input.me-1 {
    margin-left: 0;
}

p.lead-table {
    font-size: 1.0rem;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}

p.investor-lead-table {
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}

th.header-color {
    color: white !important;
    font-size: 15px !important;
}

.header-bg-color {
    background-color: black !important;
}

th.header-color.header-bg-color.sorting_asc {
    font-size: 15px !important;
}

.search-rated-companies {
    float: right;
}

.add-message-btn {
    margin: 10px 0;
}

.toggle-next {
    border-radius: 0;
}

label {
    cursor: pointer;
}

.ellipsis {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.apply-selection {
    display: none;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}

.ajax-link {
    display: none
}

.checkboxes {
    margin: 0;
    display: none;
    border: 1px solid #ccc;
    border-top: 0;
}

.inner-wrap {
    padding: 5px 10px;
    max-height: 140px;
    overflow: auto;
}

.save-message-btn {
    margin-left: 16px;
}

@media only screen and (max-width: 767px) {
    .add-founder-btn {
        margin-left: 110px;
    }
}


/*  Log & Registration Forms */
.shaped-form-extended {
    position: relative;
    max-width: 800px;
    margin: 0 auto 20px;
}

.shaped-form {
    position: relative;
    max-width: 500px;
    margin: 0 auto 20px;
}

.shaped-form-extended .terms {
    font-size: 13px;
}


.shaped-form-extended h3 {
    font-size: 24px;
}

.shaped-form-extended .form-group {
    margin-bottom: 20px;
}

.login-form {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    overflow: visible;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #e0e0e0;
    -moz-box-shadow: 0 1px 2px #e0e0e0;
    box-shadow: 0 1px 2px #e0e0e0;
}

.shaped-form-extended-block {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #e0e0e0;
    -moz-box-shadow: 0 1px 2px #e0e0e0;
    box-shadow: 0 1px 2px #e0e0e0;
}

.login-form .cancel-btn {
    position: absolute;
    right:5px;
    top:5px;
    z-index: 10;
}

.login-form .shaped-form-extended-block {
    background-color: transparent;
}

.loading-login-form,
.login-form-frame {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 800px;
    min-height: 355px;
}

.loading-login-form,
.small-login-form-frame {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 600px;
    min-height: 300px;
}

.hide-scroll .dialog-form {
    margin: 0;
}

html.hide-scroll {
    overflow: hidden;
}

.hide-scroll .shaped-form-extended-block {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-width: 500px;
}

.shaped-form-extended-header {
    padding: 10px 20px 20px;
}

.shaped-form-extended-header p {
    font-family: "Trebuchet MS", "Tahoma", "Verdana", "Arial", "sans-serif";
    font-size: 21px;
    text-align: center;
}

.shaped-form-extended-header-images {
    margin-top: 15px;
    text-align: center;
}

.shaped-form-extended-header-images img{
    margin-left: 10px;
}

.shaped-form-extended-block-footer .shaped-form-extended-header-images {
    margin-top:0;
}

.shaped-form-extended-block-footer .shaped-form-extended-header-images a {
    font-size: 0;
}
.shaped-form-extended-block-footer .shaped-form-extended-header-images img {
    width:70px;
    height:20px;
    margin-left:0;
}

.shaped-form-extended-block-caption {
    margin: 40px 50px 0;
}

.shaped-form-extended-block-message {
    padding: 10px 50px 0;
    width: 60%;
}
.shaped-form-block-message {
    padding: 10px 50px 0;
}
.shaped-form-extended-block-content {
    padding: 20px 50px;
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}

.shaped-form-block-content {
    padding: 20px 50px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.shaped-form-extended-social-block-content {
    display: inline-block;
    border-left: 1px solid #bbb;
    /* border-top: 1px solid #bbb; */
    width: 39.5%;
    /*vertical-align: middle;*/
    padding: 70px 50px;
}

.shaped-form-extended-social-block-content .google-btn {
        margin-top: 20px;
    }

.shaped-form-extended-block-footer {
    text-align: center;
    background-color: #f6f6f6;
    padding: 12px 0;
}


.shaped-form-extended-block select {
    width: 380px;
    padding: 6px 9px;
    line-height: 35px;
    height: 35px;
}
.shaped-form-extended-block input + div {
    margin-bottom: 8px;
    font-size: 13px;
}

.shaped-form-extended-block label {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 2px;
    padding-left: 0px;
}

.shaped-form-extended-block textarea {
    padding: 7px 9px;
    width: 360px;
    resize: vertical;
}

#recaptcha_logo {
    display: none;
}

.shaped-form-extended-block .form-btn-link {
    font-family: "Roboto", "Arial", "Tahoma", "Verdana", "sans-serif";
    font-size: 13px;
    margin-left: 0px;
}

@media (max-width:768px) {
    .shaped-form-extended {
        max-width: 520px;
    }

    .shaped-form-extended-block-content {
        width: 100%;
        display: block;
    }

    .shaped-form-extended-social-block-content {
        display: block;
        border-left: 0px solid #bbb;
        border-top: 1px solid #bbb;
        width: 100%;
        vertical-align: middle;
        padding: 40px 50px;
    }

    .shaped-form-extended-social-block-content .google-btn {
        display: inline-block;
        float: right;
        margin-top: 0px;
    }
}

@media (min-width:992px) {
    .web-account-form {
        margin-top: 80px;
    }
}

@media (max-width:576px) {
    .shaped-form-extended-social-block-content {
        display: inline-block;
    }
    .shaped-form-extended-social-block-content .fb-btn {
        display: block;
    }
    .shaped-form-extended-social-block-content .google-btn {
        display: block;
        float: left;
        margin-top: 20px;
    }
}

/* start default-button form designer-dialogs */
.default-button
{
    display: inline-block;
    position: relative;
    z-index: 0;
    font-family: 'Roboto',"Trebuchet MS","Tahoma","Verdana","Arial","sans-serif";
    font-size: 15px !important;
    font-weight: normal;
    line-height: 40px;
    white-space: nowrap;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0;
    cursor: pointer;
    border-radius: 5px;
    min-width: 100px;
    margin: 0;
    padding: 0 15px;
    color: #ffffff !important;
    background: #3087df;
}

.default-button:hover {
    background: #5CA1E6;
}


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

#loginDialog.modal {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 1650;
}

#loginDialog.modal:after {
    display: inline-block;
    height: 100vh;
    content: "";
    vertical-align: middle;
}
/* end default-button */

.login-form-dialog-message {
    display: flex;
    flex-flow: column;
    max-width: 800px;
    max-height: 451px;
    top: 0px;
    background-color: white;
}
.login-form-dialog-message.overlay {
    position: absolute;
}
.login-form-dialog-message .horizontal-box {
    display: flex;
    flex-flow: row;
}
.login-form-dialog-message .spacer {
    flex: auto;
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs4/dt-1.10.22/cr-1.5.2/fc-3.3.1/fh-3.1.7/kt-2.5.3/r-2.2.6/rg-1.1.2/rr-1.2.7/sc-2.0.3/sb-1.0.0/sp-1.2.1/sl-1.3.1
 *
 * Included libraries:
 *  DataTables 1.10.22, ColReorder 1.5.2, FixedColumns 3.3.1, FixedHeader 3.1.7, KeyTable 2.5.3, Responsive 2.2.6, RowGroup 1.1.2, RowReorder 1.2.7, Scroller 2.0.3, SearchBuilder 1.0.0, SearchPanes 1.2.1, Select 1.3.1
 */

 table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
    outline: none;
}
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 30px;
}
table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
}
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
    opacity: 1;
}
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
    opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none;
}
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}
table.table-bordered.dataTable {
    border-right-width: 0;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-right: 0;
}

table.DTCR_clonedTable.dataTable {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 202;
}
div.DTCR_pointer {
    width: 1px;
    background-color: #0275d8;
    z-index: 201;
}

table.DTFC_Cloned tr {
    background-color: white;
    margin-bottom: 0;
}
div.DTFC_LeftHeadWrapper table,
div.DTFC_RightHeadWrapper table {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    background-color: white;
}
div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
    border-top: none;
    margin: 0 !important;
    z-index: 2;
}
div.DTFC_LeftBodyWrapper table thead .sorting:before,
div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_LeftBodyWrapper table thead .sorting:before,
div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:before,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:before,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
    display: none;
}
div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
div.DTFC_RightBodyWrapper table tbody tr:first-child th,
div.DTFC_RightBodyWrapper table tbody tr:first-child td {
    border-top: none;
}
div.DTFC_LeftFootWrapper table,
div.DTFC_RightFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
    background-color: white;
}
div.DTFC_Blocker {
    background-color: white;
}
table.dataTable.table-striped.DTFC_Cloned tbody {
    background-color: white;
}

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
    background-color: white;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
table.dataTable.fixedHeader-floating {
    position: fixed !important;
}
table.dataTable.fixedHeader-locked {
    position: absolute !important;
}
@media print {
    table.fixedHeader-floating {
        display: none;
    }
}

table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
    box-shadow: inset 0 0 1px 2px #0275d8;
}
div.dtk-focus-alt table.dataTable tbody th.focus,
div.dtk-focus-alt table.dataTable tbody td.focus {
    box-shadow: inset 0 0 1px 2px #ff8b33;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
    display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control:before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: inherit;
    line-height: 1em;
    content: "+";
    background-color: #0275d8;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    content: "-";
    background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
    padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
    position: relative;
    cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
    top: 50%;
    left: 50%;
    height: 0.8em;
    width: 0.8em;
    margin-top: -0.5em;
    margin-left: -0.5em;
    display: block;
    position: absolute;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: inherit;
    line-height: 1em;
    content: "+";
    background-color: #0275d8;
}
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: "-";
    background-color: #d33333;
}
table.dataTable > tbody > tr.child {
    padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
    background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
    padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
    border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: normal;
}
div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid black;
    border-radius: 0.5em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%;
    }
}
div.dtr-bs-modal table.table tr:first-child td {
    border-top: none;
}
table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > th:first-child:before {
    top: 5px;
}

table.dataTable tr.dtrg-group td {
    background-color: #e0e0e0;
}
table.dataTable tr.dtrg-group.dtrg-level-0 td {
    font-weight: bold;
}
table.dataTable tr.dtrg-group.dtrg-level-1 td,
table.dataTable tr.dtrg-group.dtrg-level-2 td {
    background-color: #f0f0f0;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 2em;
    font-size: 0.9em;
}
table.dataTable tr.dtrg-group.dtrg-level-2 td {
    background-color: #f3f3f3;
}

table.dt-rowReorder-float {
    position: absolute !important;
    opacity: 0.8;
    table-layout: fixed;
    outline: 2px solid #0275d8;
    outline-offset: -2px;
    z-index: 2001;
}
tr.dt-rowReorder-moving {
    outline: 2px solid #888;
    outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
    overflow-x: hidden;
}
table.dataTable td.reorder {
    text-align: center;
    cursor: move;
}

div.dts {
    display: block !important;
}
div.dts tbody th,
div.dts tbody td {
    white-space: nowrap;
}
div.dts div.dts_loading {
    z-index: 1;
}
div.dts div.dts_label {
    position: absolute;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    text-align: right;
    border-radius: 3px;
    padding: 0.4em;
    z-index: 2;
    display: none;
}
div.dts div.dataTables_scrollBody {
    background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 10px, #fff 20px);
    
}
div.dts div.dataTables_scrollBody table {
    z-index: 2;
}
div.dts div.dataTables_paginate,
div.dts div.dataTables_length {
    display: none;
}
div.DTS div.dataTables_scrollBody table {
    background-color: white;
}

div.dt-datetime {
    position: absolute;
    background-color: white;
    z-index: 2050;
    border: 1px solid #ccc;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    padding: 0 20px 6px 20px;
    width: 275px;
}
div.dt-datetime div.dt-datetime-title {
    text-align: center;
    padding: 5px 0px 3px;
}
div.dt-datetime table {
    border-spacing: 0;
    margin: 12px 0;
    width: 100%;
}
div.dt-datetime table.dt-datetime-table-nospace {
    margin-top: -12px;
}
div.dt-datetime table th {
    font-size: 0.8em;
    color: #777;
    font-weight: normal;
    width: 14.285714286%;
    padding: 0 0 4px 0;
    text-align: center;
}
div.dt-datetime table td {
    font-size: 0.9em;
    color: #444;
    padding: 0;
}
div.dt-datetime table td.selectable {
    text-align: center;
    background: #f5f5f5;
}
div.dt-datetime table td.selectable.disabled {
    color: #aaa;
    background: white;
}
div.dt-datetime table td.selectable.disabled button:hover {
    color: #aaa;
    background: white;
}
div.dt-datetime table td.selectable.now {
    background-color: #ddd;
}
div.dt-datetime table td.selectable.now button {
    font-weight: bold;
}
div.dt-datetime table td.selectable.selected button {
    background: #4e6ca3;
    color: white;
    border-radius: 2px;
}
div.dt-datetime table td.selectable button:hover {
    background: #ff8000;
    color: white;
    border-radius: 2px;
}
div.dt-datetime table td.dt-datetime-week {
    font-size: 0.7em;
}
div.dt-datetime table button {
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: transparent;
    font-size: inherit;
    color: inherit;
    text-align: center;
    padding: 4px 0;
    cursor: pointer;
    margin: 0;
}
div.dt-datetime table button span {
    display: inline-block;
    min-width: 14px;
    text-align: right;
}
div.dt-datetime table.weekNumber th {
    width: 12.5%;
}
div.dt-datetime div.dt-datetime-calendar table {
    margin-top: 0;
}
div.dt-datetime div.dt-datetime-label {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 5px 6px;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
}
div.dt-datetime div.dt-datetime-label:hover {
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #f5f5f5;
}
div.dt-datetime div.dt-datetime-label select {
    position: absolute;
    top: 6px;
    left: 0;
    cursor: pointer;
    opacity: 0;
}
div.dt-datetime.horizontal {
    width: 550px;
}
div.dt-datetime.horizontal div.dt-datetime-date,
div.dt-datetime.horizontal div.dt-datetime-time {
    width: 48%;
}
div.dt-datetime.horizontal div.dt-datetime-time {
    margin-left: 4%;
}
div.dt-datetime div.dt-datetime-date {
    position: relative;
    float: left;
    width: 100%;
}
div.dt-datetime div.dt-datetime-time {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
div.dt-datetime div.dt-datetime-time > span {
    vertical-align: middle;
}
div.dt-datetime div.dt-datetime-time th {
    text-align: left;
}
div.dt-datetime div.dt-datetime-time div.dt-datetime-timeblock {
    display: inline-block;
    vertical-align: middle;
}
div.dt-datetime div.dt-datetime-iconLeft,
div.dt-datetime div.dt-datetime-iconRight,
div.dt-datetime div.dt-datetime-iconUp,
div.dt-datetime div.dt-datetime-iconDown {
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    overflow: hidden;
    box-sizing: border-box;
}
div.dt-datetime div.dt-datetime-iconLeft:hover,
div.dt-datetime div.dt-datetime-iconRight:hover,
div.dt-datetime div.dt-datetime-iconUp:hover,
div.dt-datetime div.dt-datetime-iconDown:hover {
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #f0f0f0;
    opacity: 0.6;
}
div.dt-datetime div.dt-datetime-iconLeft button,
div.dt-datetime div.dt-datetime-iconRight button,
div.dt-datetime div.dt-datetime-iconUp button,
div.dt-datetime div.dt-datetime-iconDown button {
    border: none;
    background: transparent;
    text-indent: 30px;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
div.dt-datetime div.dt-datetime-iconLeft {
    position: absolute;
    top: 5px;
    left: 5px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}
div.dt-datetime div.dt-datetime-iconRight {
    position: absolute;
    top: 5px;
    right: 5px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}
div.dt-datetime div.dt-datetime-iconUp {
    height: 20px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII=");
}
div.dt-datetime div.dt-datetime-iconDown {
    height: 20px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC");
}
div.dt-datetime-error {
    clear: both;
    padding: 0 1em;
    max-width: 240px;
    font-size: 11px;
    line-height: 1.25em;
    text-align: center;
    color: #b11f1f;
}
div.dt-button-collection {
    overflow: visible !important;
}
div.dtsb-searchBuilder {
    justify-content: space-evenly;
    cursor: default;
    margin-bottom: 1em;
}
div.dtsb-searchBuilder button.dtsb-button,
div.dtsb-searchBuilder select {
    font-size: 1em;
}
div.dtsb-searchBuilder div.dtsb-titleRow {
    justify-content: space-evenly;
    margin-bottom: 0.5em;
}
div.dtsb-searchBuilder div.dtsb-titleRow div.dtsb-title {
    display: inline-block;
    padding-top: 6px;
}
div.dtsb-searchBuilder div.dtsb-titleRow button.dtsb-clearAll {
    float: right;
}
div.dtsb-searchBuilder div.dtsb-vertical .dtsb-value,
div.dtsb-searchBuilder div.dtsb-vertical .dtsb-data,
div.dtsb-searchBuilder div.dtsb-vertical .dtsb-condition {
    display: block;
}
div.dtsb-searchBuilder div.dtsb-group {
    position: relative;
    clear: both;
    margin-bottom: 0.8em;
}
div.dtsb-searchBuilder div.dtsb-group button.dtsb-clearGroup {
    margin: 2px;
}
div.dtsb-searchBuilder div.dtsb-group button.dtsb-add {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    margin-top: 0.8em;
    margin-right: 0.8em;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria {
    margin-bottom: 0.8em;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input {
    padding: 0.4em;
    margin-right: 0.8em;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown option.dtsb-notItalic,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input option.dtsb-notItalic {
    font-style: normal;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-italic {
    font-style: italic;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer {
    float: right;
    display: inline-block;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-delete,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-right,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-left {
    margin-right: 0.8em;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-delete:last-child,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-right:last-child,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-left:last-child {
    margin-right: 0;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria span.dtsp-joiner {
    margin-right: 0.8em;
}
div.dtsb-searchBuilder div.dtsb-titleRow {
    height: 40px;
}
div.dtsb-searchBuilder div.dtsb-titleRow div.dtsb-title {
    padding-top: 10px;
}
div.dtsb-searchBuilder div.dtsb-group button.dtsb-clearGroup {
    margin-right: 8px;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria .form-control {
    width: auto;
    display: inline-block;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-condition {
    border-color: #28a745;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-data {
    border-color: #dc3545;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-value,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-value {
    border-color: #007bff;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer {
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-logic {
    border: none;
    border-radius: 0px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 40px;
    margin: 0px;
}
div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-clearGroup {
    border: none;
    border-radius: 0px;
    width: 30px;
    margin: 0px;
}

div.dtsp-topRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: flex-start;
    align-items: flex-start;
}
div.dtsp-topRow input.dtsp-search {
    text-overflow: ellipsis;
}
div.dtsp-topRow div.dtsp-subRow1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
}
div.dtsp-topRow div.dtsp-searchCont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
}
div.dtsp-topRow button.dtsp-nameButton {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAK2SURBVFgJ7ZY9j41BFICvryCExrJBQ6HyEYVEIREaUZDQIRoR2ViJKCioxV+gkVXYTVZEQiEUhG2EQnxUCh0FKolY4ut5XnM2cyfva3Pt5m7EPcmzZ2bemTNnzjkzd1utnvQi0IvAfxiBy5z5FoxO89kPY+8mbMjtzs47RXs5/WVpbAG6bWExt5PuIibvhVkwmC+ck3eK9ln6/fAddFojYzBVuYSBpcnIEvRaqOw2RcaN18FPuJH0JvRUxbT3wWf4ltiKPgfVidWlbGZgPozDFfgAC+EA/K2EI4cwcAJ+gPaeQ+VQU2SOMMGcPgPl/m/V2p50rrbRsRgt9Iv5h6xtpP22Bz7Ce1C+gFFxfKzOmShcU+Qmyh2w3w8rIJfddHTck66EukL/xPhj+JM8rHNmFys0Pg4v0up3aFNlwR9NYyodd3OL/C64zpsymcTFcf6ElM4YzjAWKYrJkaq8kE/yUYNP4BoYvS1QRo+hNtF5xfkTUjoTheukSFFMjlTFm6PjceOca/SMpKfeCR1L6Uzk/y2WIkVhNFJlJAZhP+hYns7b9D3IPuhY5mYrIv8OrQJvR5NYyNaW4jsU8pSGNySiVx4o5tXq3JkoXE/mg5R/M8dGJCJpKhaDcjBRdbI/Rm8g69c122om33BHmj2CHoV5qa9jUXBraJ+G1fAVjIBO1klc87ro1K4JZ/K35SWW3TwcyDd6TecqnAEd8cGq2+w84xvBm1n3vS0izKkkwh5XNC/GmFPqqAtPF89AOScKuemaNzoTV1SD5dtSbmLf1/RV+tC0WTgcj6R7HEtrVGWaqu/lYDZ/2pvxQ/kIyw/gFByHC9AHw910hv1aUUumyd8yy0QfhmEkfiNod0Xusct68J1qc8Tdux0Z97Q+hsDb+AYGYEbF/4Guw2Q/qDPqZG/zXgT+3Qj8AtKnfWhFwmuAAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    vertical-align: bottom;
}
div.dtsp-topRow button.dtsp-countButton {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAG5SURBVEgN3VU9LwVBFF0fiYhofUSlEQkKhU7z/oBCQkIiGr9BgUbhVzy9BAnhFyjV/AYFiU5ICM7ZN+c5Zud5dm3lJmfmzrkz9+7cu3c3y/6jjOBSF8CxXS7FmTkbwqIJjDpJvTcmsJ4K3KPZUpyZsx0sxoB9J6mnAkyC7wGuuCFIipNtEcpcWExgXpOBc78vgj6N+QO4NVsjwdFM59tUIDxDrHMBOeIQ34C5ZDregXuAQm4YcI68nN9B3wr2PcwPAIPkN2EqtJH6b+QZm1ajjTx7BqwAr26Lb+C2Kvpbt0Mb2HAJ7NrGFGfmXO3DeA4UshDfQAVmH0gaUFg852TTTDvlxwBlCtxy9zXyBhQFaq0wMmIdRebrfgosA3zb2hKnqG0oqchp4QbuR8X0TjzABhbdOT8jnQ/atcgqpnfwOA7yqZyTU587ZkIGdesLTt2EkynOnbreMUUKMI/dA4B/QVOcO13CQh+5wWCgDwo/75u59odB/wjmfhbgvACcAOyZPHihMWAoIwxyCLgf1oxfgjzVbgBXSTzIN+f0pg6s5DkcesLMRpsBrgE2XO3CN64JFP7JtUeKHX4CKtRRXFZ+7dEAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    vertical-align: bottom;
}
div.dtsp-topRow button.dtsp-searchIcon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAEnSURBVCgVpdG7SgNBFIDh1RhJsBBEsDIgIhaWFjZa2GtpKb6AnU0MprKOWEjK2IuFFxCxS2lhZyOWXh5AQVER/X+zuwwywoIHvp3dM3Nm55Ik/4i+P2or5FewiBIe0cEt8ogVz9LbhEVf+cgkcew1tvAZ5PPXGm9HOMEanMAYQhunaCAazuqA1UjvILl9HGPc/n4fabjPGbzjMM2FjfkDuPw5O8JilzgA9/OKWDynyWnbsPiF7yc4SRWxmEyTN7ZhsSd7gTLW8TuGSSzBcZd2hsV+n+MNC9jGCNzjPDwsz8XCO/x02Bqeptcxhg+4gjD8YxetLOkBGRbuwcIr+NdRLMPl3uMM2YHx2gsLd+D97qKEQuGe65jCAzbgVRWOCUZuovAfs5m/AdVxL0R1AIsLAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}
div.dt-button-collection {
    z-index: 2002;
}
div.dataTables_scrollBody {
    background: white !important;
    overflow-x: scroll !important;
}
div.dtsp-columns-1 {
    min-width: 98%;
    max-width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0px !important;
}
div.dtsp-columns-2 {
    min-width: 48%;
    max-width: 48%;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0px !important;
}
div.dtsp-columns-3 {
    min-width: 30.333%;
    max-width: 30.333%;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0px !important;
}
div.dtsp-columns-4 {
    min-width: 23%;
    max-width: 23%;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0px !important;
}
div.dtsp-columns-5 {
    min-width: 18%;
    max-width: 18%;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0px !important;
}
div.dtsp-columns-6 {
    min-width: 15.666%;
    max-width: 15.666%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    margin: 0px !important;
}
div.dtsp-columns-7 {
    min-width: 13.28%;
    max-width: 13.28%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    margin: 0px !important;
}
div.dtsp-columns-8 {
    min-width: 11.5%;
    max-width: 11.5%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    margin: 0px !important;
}
div.dtsp-columns-9 {
    min-width: 11.111%;
    max-width: 11.111%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    margin: 0px !important;
}
div.dt-button-collection {
    float: none;
}
div.dtsp-panesContainer {
    width: 100%;
}
div.dtsp-searchPanes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: flex-start;
    align-items: stretch;
    clear: both;
}
div.dtsp-searchPanes button.btn {
    margin: 0;
}
div.dtsp-searchPanes button.dtsp-clearAll {
    max-width: 50px;
}
div.dtsp-columns-1,
div.dtsp-columns-2,
div.dtsp-columns-3,
div.dtsp-columns-4,
div.dtsp-columns-5,
div.dtsp-columns-6,
div.dtsp-columns-7,
div.dtsp-columns-8,
div.dtsp-columns-9 {
    padding-left: 0px;
    padding-right: 0px;
}
div.dtsp-searchPane {
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 280px;
    justify-content: space-around;
    align-content: flex-start;
    align-items: stretch;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 5px 0;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.9em;
    margin: 5px;
}
div.dtsp-searchPane div.dataTables_wrapper {
    flex: 1;
}
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_filter {
    display: none;
}
div.dtsp-searchPane div.dataTables_wrapper div.row div.col-sm-12:empty {
    display: none;
}
div.dtsp-searchPane div.dataTables_wrapper div.row div.dataTables_filter {
    display: none;
}
div.dtsp-searchPane div.btn-group {
    padding: 0px;
}
div.dtsp-searchPane div.dtsp-topRow {
    padding: 0px !important;
    margin: 0px;
    margin-bottom: 0.5rem;
}
div.dtsp-searchPane div.dtsp-topRow div.dtsp-subRows {
    padding: 0px !important;
    text-align: right;
}
div.dtsp-searchPane div.dtsp-topRow div.row {
    width: 100%;
}
div.dtsp-searchPane div.dtsp-topRow button {
    min-width: 35px;
    max-width: 35px;
    border: 1px solid #ced4da;
}
div.dtsp-searchPane div.dtsp-topRow div.dtsp-subRow2 {
    margin-left: 5px;
}
div.dtsp-searchPane div.dtsp-topRow button.clearButton {
    padding-left: 10px;
}
div.dtsp-searchPane thead {
    display: none;
}
div.dtsp-searchPane .mb-3 {
    margin-bottom: none !important;
}
div.dtsp-searchPane .col-sm-12 {
    padding: 5px;
}
div.dtsp-searchPane .input-group {
    padding: 0px !important;
}
div.dtsp-searchPane .input-group .input-group-append {
    display: inline-block;
}
div.dtsp-searchPane div.dataTables_scrollHead {
    display: none;
}
div.dtsp-searchPane div.dataTables_scrollBody {
    padding: 2px;
    border: 2px #f0f0f0 solid;
    border-radius: 4px;
}
div.dtsp-searchPane div.dataTables_scrollBody:hover {
    border: 2px solid #cfcfcf !important;
}
div.dtsp-searchPane div.dataTables_scrollBody table {
    table-layout: fixed;
}
div.dtsp-searchPane div.dataTables_scrollBody table tbody tr td.dtsp-nameColumn {
    width: 100% !important;
}
div.dtsp-searchPane div.dataTables_scrollBody table tbody tr div.dtsp-nameCont {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
div.dtsp-searchPane div.dataTables_scrollBody table tbody tr div.dtsp-nameCont span.dtsp-name {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    flex-grow: 1;
}
div.dtsp-searchPane div.dataTables_scrollBody table tbody tr div.dtsp-nameCont span.badge {
    min-width: 30px;
    display: inline-block;
    line-height: 1;
    margin-top: 3.5px;
}
div.dtsp-searchPane div.dataTables_scrollBody table tbody tr td.dtsp-countColumn {
    text-align: right;
}
div.dtsp-searchPane .dtsp-searchIcon {
    display: block;
    position: relative;
    padding: 18px 13px;
    border: 1px solid #ced4da;
}
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_filter {
    display: none;
}
div.dtsp-searchPane div.dataTables_wrapper div.row {
    margin-left: -7px;
    margin-right: -7px;
}
div.dtsp-searchPane div.badge {
    min-width: 30px;
}
div.dtsp-panes {
    padding: 5px;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    margin: 5px;
    clear: both;
}
div.dtsp-panes div.dtsp-titleRow {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
div.dtsp-panes div.dtsp-title {
    float: left;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
}
div.dtsp-panes button.dtsp-clearAll {
    float: right;
}
div.dtsp-hidden {
    display: none !important;
}
@media screen and (max-width: 767px) {
    div.dtsp-columns-4,
    div.dtsp-columns-5,
    div.dtsp-columns-6 {
        max-width: 31% !important;
        min-width: 31% !important;
    }
}
@media screen and (max-width: 640px) {
    div.dtsp-searchPanes {
        flex-direction: column !important;
    }
    div.dtsp-searchPane {
        max-width: 98% !important;
        min-width: 98% !important;
    }
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: #0275d8;
}
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected,
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
    background-color: #0272d3;
}
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover,
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
    background-color: #0271d0;
}
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected,
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
    background-color: #0273d4;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
    background-color: #026fcc;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
    background-color: #0270ce;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
    background-color: #0270d0;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
    background-color: #0273d4;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
    background-color: #0274d5;
}
table.dataTable.display tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
    background-color: #0275d7;
}
table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
    background-color: #026fcc;
}
table.dataTable.display tbody > tr.even > .selected,
table.dataTable.order-column.stripe tbody > tr.even > .selected {
    background-color: #0273d4;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
    background-color: #026bc6;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
    background-color: #026cc8;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
    background-color: #026eca;
}
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
    background-color: #026bc6;
}
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
    position: relative;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    content: " ";
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    content: "\2714";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
}
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info,
    div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block;
    }
}
table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
    color: white;
}
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
    color: #a2d4ed;
}
.badge-position {
    float: right;
    position: fixed;
    margin-left: 0.25rem;
}

.bell-position {
    font-size: 24px;
}

.display-none {
    display: none;
}

.nav-item {
    white-space: nowrap;
}
/* global accel */

.max-width-36 {
    max-width: 36px;
}
/* /documents/_sta_agreement.html.erb */

.set-sta-screen {
    width: 60%;
    height: 800px;
}

/* data_room.html.erb */

.dataTables_scrollBody {
    overflow-x: scroll !important;
}

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

table thead tr th {
    font-size: 12px !important;
    text-transform: lowercase !important;
    color: black !important;
}

th:first-child, td:first-child {
    background-color: #F3F8FF;
    color: black;
    font-size: 12px !important;
}

table > tbody > tr > td {
    font-size: 12px !important;
}

.sm_font {
    font-size: 9px;
}

.md_font {
    font-size: 11px;
}

.md_font_col {
    font-size: 10px;
    color: white !important;
}

.masked_row {
    width: 200px;
    white-space: nowrap;
}

.masked_row::after {
    content: "Information Pending/Under Review";
    color: black;
    z-index: -1;
}

.back-btn-color {
    color: #1B1642;
}

.no-display {
    display: none;
}

.red-color {
    color: red;
}

.font-15 {
    font-size: 15px;
}

.form-control-custom {
    color: #1B1642;
}
/* /cards/_profile_score_card_body.html.erb */

.progress-bar-height {
    height: 18px;
}

.margin-top-15 {
    margin-top: 15px;
}

.font-size-22 {
    font-size: 22px;
}

/* /profile/_product.html.erb & /profile_card/_product.html.erb */

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

.no-border {
    border: none;
}

/* data_room.html.erb */

.dataTables_scrollBody {
    overflow-x: scroll !important;
}

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

table thead tr th {
    font-size: 12px !important;
    text-transform: lowercase !important;
    color: black !important;
}

th:first-child, td:first-child {
    background-color: #F3F8FF;
    color: black;
    font-size: 12px !important;
}

table > tbody > tr > td {
    font-size: 12px !important;
}

.sm_font {
    font-size: 9px;
}

.md_font {
    font-size: 11px;
}

.md_font_col {
    font-size: 10px;
    color: white !important;
}

.masked_row {
    width: 100px;
    white-space: nowrap;
}

.masked_row::after {
    content: "Recently Joined a Pool";
    color: black;
    background: #fab1a0;
    border-radius: 5px;
    padding: 10px;
    z-index: -1;
}
.text-center {
    text-align: center;
}

.margin-left-40 {
    margin-left: 40px;
}

.height-30 {
    height: 30px;
}

.height-60 {
    height: 60px;
}

.style-td-v1 {
    background-color: white;
    border-bottom: 1px solid black;
}

.float-right {
    float: right;
}

.top-2-rem {
    top: 2rem;
}

.calendly-div-100-500 {
    width: 100%;
    height: 500px;
}

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

.set-badge-position {
    float: right;
    margin-bottom: -10px;
}

.color-white {
    color: white;
}

.opacity-09 {
    opacity: 0.9;
}

.set-form-spinner {
    width: 3rem;
    height: 3rem;
}

.calendly-div-100-1100 {
    width: 100%;
    height: 1100px;
}

.set-doc-screen-100-800 {
    width: 100%;
    height: 800px;
}

.js-step {
    display: none;
}

.js-step-active {
    display: block;
}

.no-display {
display: none;
}
.progress-400-18 {
    height: 18px;
    width: 400px;
}

.left-35 {
    left: 35%
}
/* global css */

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

.testimonials-bg-img {
    background-image: url('/assets/patterns/pattern-1.svg');
}

.founder-community-bg-img {
    background-image: url('/assets/patterns/pattern-2.svg');
}
/* basic_info.html.erb */

.basic-info-bg-img {
    background-image: url('/assets/app/cover.png');
    background-clip: content-box;
}
