/* node_modules/font-awesome/css/font-awesome.css */
/*!
 *  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-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont-FMJ3VJ65.eot?v=4.7.0");
  src:
    url("./media/fontawesome-webfont-FMJ3VJ65.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont-5GKVPAEF.woff2?v=4.7.0") format("woff2"),
    url("./media/fontawesome-webfont-Z4ARLA73.woff?v=4.7.0") format("woff"),
    url("./media/fontawesome-webfont-RJ6LE7IU.ttf?v=4.7.0") format("truetype"),
    url("./media/fontawesome-webfont-3KIJVIEY.svg?v=4.7.0#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;
}
.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;
}
.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;
}
.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;
}

/* node_modules/toastr/toastr.scss */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* node_modules/cookieconsent/build/cookieconsent.min.css */
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family:
    Helvetica,
    Calibri,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: .5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: .5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/* node_modules/normalize.css/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* node_modules/keen-slider/keen-slider.min.css */
.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* src/styles.scss */
@keyframes bounce {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: 30px;
  }
}
.hover-shadow,
.resume-tile:hover {
  transform: scale(1.02);
  transition: all 0.2s;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.2);
  z-index: 5;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%, 100% {
    left: 100%;
  }
}
.ng-select {
  border-radius: 8px;
  border: 3px solid hsl(180, 40%, 28%);
}
.ng-select,
.ng-select * {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 1rem;
}
.ng-select .ng-arrow-wrapper {
  width: 3rem;
  border-left: none;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: hsl(0, 0%, 0%) transparent transparent;
  border-width: 0.625rem 8px;
  top: 4px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -4px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
  border-width: 0.625rem 8px;
}
.ng-select .ng-value-label {
  font-size: 0.7rem;
  font-weight: 700;
}
.ng-select .ng-dropdown-panel {
  width: fit-content !important;
  min-width: 100%;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.2);
  border: 3px solid hsl(180, 40%, 28%);
  border-radius: 0 0 8px 8px;
}
.ng-select .ng-dropdown-panel .scroll-host {
  border-radius: 8px;
}
.ng-select .ng-dropdown-panel .ng-dropdown-panel-items {
  width: fit-content;
  min-width: 100%;
}
.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  width: 100%;
}
@keyframes bounce {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: 30px;
  }
}
.hover-shadow,
.resume-tile:hover {
  transform: scale(1.02);
  transition: all 0.2s;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.bg-teal {
  background-color: hsl(180, 40%, 28%);
}
.bg-blue {
  background-color: hsl(223, 91%, 56%);
  color: hsl(0, 0%, 100%);
}
.bg-green {
  background-color: hsl(160, 100%, 30%);
}
.bg-dark-orange {
  background-color: hsl(17, 72%, 55%);
}
.bg-purple {
  background-color: hsl(266, 46%, 39%);
  color: hsl(0, 0%, 100%);
}
.bg-pink {
  background-color: hsl(295, 91%, 71%);
}
.bg-light-pink {
  background-color: hsl(293, 92%, 90%);
}
.bg-cream {
  background-color: hsl(45, 24%, 93%);
}
.bg-lime {
  background-color: hsl(87, 96%, 72%);
}
.bg-dark-green {
  background-color: hsl(180, 40%, 28%);
  color: hsl(0, 0%, 100%);
}
.bg-white {
  background-color: hsl(0, 0%, 100%);
}
.bg-red {
  background-color: hsl(3, 81%, 58%);
}
.bg-orange {
  background-color: hsl(33, 81%, 58%);
}
.bg-transparent {
  background-color: transparent;
}
.border {
  border-color: hsl(0, 0%, 0%);
  border-style: solid;
}
.border.border-dark-green {
  border-color: hsl(180, 40%, 28%) !important;
}
.border.border-green {
  border-color: hsl(160, 100%, 30%) !important;
}
.border.border-teal {
  border-color: hsl(180, 40%, 28%) !important;
}
.border.border-lime {
  border-color: hsl(87, 96%, 72%) !important;
}
.border.border-white {
  border-color: hsl(0, 0%, 100%) !important;
}
.border.border-medium {
  border-width: 5px;
}
.border.border-round {
  border-radius: 8px;
}
.border.border-red {
  border-color: hsl(3, 81%, 58%) !important;
}
.border.border-orange {
  border-color: hsl(33, 81%, 58%) !important;
}
.border.border-blue {
  border-color: hsl(223, 91%, 56%) !important;
}
.border.border-transparent {
  border-color: transparent !important;
}
@keyframes bounce {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: 30px;
  }
}
.hover-shadow,
.resume-tile:hover {
  transform: scale(1.02);
  transition: all 0.2s;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.2);
  z-index: 5;
}
html,
body {
  font-size: 16px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
p {
  line-height: 1.5;
  font-size: 1rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
ul,
li {
  font-size: 1rem;
  line-height: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 0.8;
}
h1 {
  font-family: "Passion One", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2em;
}
h1 .accent {
  font-family: "Noto Serif", serif;
  text-transform: lowercase;
  font-weight: 500;
  font-style: italic;
}
h2 {
  font-size: 2rem;
  font-family: "Noto Serif", serif;
  line-height: 1.2em;
}
h2.after-line {
  position: relative;
}
h2.after-line::after {
  content: "";
  height: 1px;
  background-color: hsl(0, 0%, 13%);
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  margin-left: 1rem;
}
h3 {
  font-size: 1.8rem;
  font-family: "Noto Serif", serif;
  line-height: 1.2em;
}
h4 {
  font-size: 1.6rem;
  font-family: "Schibsted Grotesk", sans-serif;
  line-height: 1.2em;
}
h5 {
  font-size: 1.4rem;
  font-family: "Noto Serif", serif;
  line-height: 1.2em;
}
h6 {
  font-size: 1.2rem;
  font-family: "Schibsted Grotesk", sans-serif;
  line-height: 1.2em;
}
a {
  cursor: pointer;
  transition: all 0.3s;
  color: hsl(180, 40%, 28%);
  text-decoration: underline;
}
a:hover {
  color: hsl(180, 40%, 28%);
  text-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px;
  position: relative;
}
a:active {
  color: hsl(180, 40%, 28%);
}
a,
*[role=button],
button {
  cursor: pointer;
}
.xlarge {
  font-size: 2rem;
}
.large {
  font-size: 1.5rem;
}
.medium {
  font-size: 1.2rem;
}
.normal {
  font-size: 1rem;
}
.small {
  font-size: 0.8rem;
}
.xsmall {
  font-size: 0.6rem;
}
.text-title {
  font-family: "Passion One", sans-serif;
  font-size: 48px;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 1.2em;
}
.text-subtitle {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0em;
  font-variation-settings: "wdth" 100;
}
.text-label {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0em;
  font-variation-settings: "wdth" 100;
}
.accent {
  font-family: "Noto Serif", serif;
  text-transform: lowercase;
  font-weight: 500;
  font-style: italic;
}
p.text {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0em;
  font-variation-settings: "wdth" 100;
}
input.text {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0em;
  font-variation-settings: "wdth" 100;
}
.text- {
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0em;
}
.text-rounded-mplus {
  font-family: "Schibsted Grotesk", sans-serif;
  font-style: normal;
  letter-spacing: 0.2em;
}
.text-teal {
  color: hsl(180, 40%, 28%);
}
.text-purple {
  color: hsl(266, 46%, 39%);
}
.text-green {
  color: hsl(160, 100%, 30%);
}
.text-green-accent {
  color: hsl(160, 100%, 30%);
}
.text-green-muted {
  color: hsl(87, 96%, 72%);
}
.text-green-highlight {
  color: hsl(87, 96%, 72%);
}
.text-green-shadow {
  color: hsl(180, 40%, 28%);
}
.text-orange {
  color: hsl(33, 81%, 58%);
}
.text-blue {
  color: hsl(223, 91%, 56%);
}
.text-blue-accent {
  color: hsl(188, 82%, 67%);
}
.text-lime {
  color: hsl(87, 96%, 72%);
}
.text-black {
  color: #000;
}
.text-gray {
  color: hsl(45, 24%, 93%);
}
.text-white {
  color: #fff;
}
.text-warning {
  color: hsl(0, 100%, 29%);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.upper,
.text-upper {
  text-transform: uppercase;
}
.text-underline,
.underline {
  text-decoration: underline;
}
.text-900 {
  font-weight: 900;
}
.text-800 {
  font-weight: 800;
}
.text-700 {
  font-weight: 700;
}
.text-500 {
  font-weight: 500;
}
.text-400 {
  font-weight: 400;
}
.text-no-wrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-roboto {
  font-family: "Schibsted Grotesk", sans-serif;
}
.sans-serif {
  font-family: "Schibsted Grotesk", sans-serif;
}
.sans-serif-bold {
  font-family: "Passion One", sans-serif;
}
.serif {
  font-family: "Noto Serif", serif;
}
.caps {
  text-transform: capitalize;
}
@keyframes bounce {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: 30px;
  }
}
.hover-shadow,
.resume-tile:hover {
  transform: scale(1.02);
  transition: all 0.2s;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.2);
  z-index: 5;
}
a.button,
a.btn,
button,
input[type=button],
input[type=submit],
input[type=reset],
.introjs-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  border-width: 0.25rem;
  border-radius: 0.625rem;
  border-style: solid;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Noto Serif", serif;
  text-decoration: none;
  white-space: nowrap;
  color: hsl(0, 0%, 0%);
  cursor: pointer;
  transition: all 0.3s ease;
}
a.button.slim,
a.btn.slim,
button.slim,
input[type=button].slim,
input[type=submit].slim,
input[type=reset].slim,
.introjs-button.slim {
  padding: 0.25rem 0.5rem;
}
a.button.fit,
a.btn.fit,
button.fit,
input[type=button].fit,
input[type=submit].fit,
input[type=reset].fit,
.introjs-button.fit {
  width: fit-content;
}
a.button:hover,
a.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.introjs-button:hover {
  transform: scale(1.05);
}
.drop-down-buttons a.button:hover,
.drop-down-buttons a.button:active,
.drop-down-buttons a.btn:hover,
.drop-down-buttons a.btn:active,
.drop-down-buttons button:hover,
.drop-down-buttons button:active,
.drop-down-buttons input[type=button]:hover,
.drop-down-buttons input[type=button]:active,
.drop-down-buttons input[type=submit]:hover,
.drop-down-buttons input[type=submit]:active,
.drop-down-buttons input[type=reset]:hover,
.drop-down-buttons input[type=reset]:active,
.drop-down-buttons .introjs-button:hover,
.drop-down-buttons .introjs-button:active {
  transform: scale(1);
}
a.button:active:not(:disabled),
a.btn:active:not(:disabled),
button:active:not(:disabled),
input[type=button]:active:not(:disabled),
input[type=submit]:active:not(:disabled),
input[type=reset]:active:not(:disabled),
.introjs-button:active:not(:disabled) {
  transform: scale(0.95);
}
a.button:disabled,
a.btn:disabled,
button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
.introjs-button:disabled {
  border: 4px solid hsl(45, 24%, 93%) !important;
  background: hsl(45, 24%, 93%) !important;
}
a.button.text-button,
a.btn.text-button,
button.text-button,
input[type=button].text-button,
input[type=submit].text-button,
input[type=reset].text-button,
.introjs-button.text-button {
  text-align: left;
  justify-content: flex-start;
  border: 0 none transparent;
  padding: 0;
  color: hsl(0, 0%, 0%);
  background: transparent;
  gap: 1rem;
  text-decoration: underline;
  font-family: "Noto Serif", serif;
}
a.button.text-button svg,
a.btn.text-button svg,
button.text-button svg,
input[type=button].text-button svg,
input[type=submit].text-button svg,
input[type=reset].text-button svg,
.introjs-button.text-button svg {
  left: 0;
  transition: all 0.3s ease-in-out;
}
a.button.text-button:hover,
a.button.text-button:active,
a.btn.text-button:hover,
a.btn.text-button:active,
button.text-button:hover,
button.text-button:active,
input[type=button].text-button:hover,
input[type=button].text-button:active,
input[type=submit].text-button:hover,
input[type=submit].text-button:active,
input[type=reset].text-button:hover,
input[type=reset].text-button:active,
.introjs-button.text-button:hover,
.introjs-button.text-button:active {
  box-shadow: none;
  transform: none;
}
a.button.text-button:hover svg,
a.button.text-button:active svg,
a.btn.text-button:hover svg,
a.btn.text-button:active svg,
button.text-button:hover svg,
button.text-button:active svg,
input[type=button].text-button:hover svg,
input[type=button].text-button:active svg,
input[type=submit].text-button:hover svg,
input[type=submit].text-button:active svg,
input[type=reset].text-button:hover svg,
input[type=reset].text-button:active svg,
.introjs-button.text-button:hover svg,
.introjs-button.text-button:active svg {
  left: 1rem;
  position: relative;
}
a.button.text-button.icon-right svg,
a.btn.text-button.icon-right svg,
button.text-button.icon-right svg,
input[type=button].text-button.icon-right svg,
input[type=submit].text-button.icon-right svg,
input[type=reset].text-button.icon-right svg,
.introjs-button.text-button.icon-right svg {
  transform: rotate(90deg);
  fill: hsl(0, 0%, 100%);
  width: 4rem;
  height: 4rem;
}
a.button.text-button.icon-left svg,
a.btn.text-button.icon-left svg,
button.text-button.icon-left svg,
input[type=button].text-button.icon-left svg,
input[type=submit].text-button.icon-left svg,
input[type=reset].text-button.icon-left svg,
.introjs-button.text-button.icon-left svg {
  transform: rotate(-90deg);
  fill: hsl(0, 0%, 100%);
  width: 4rem;
  height: 4rem;
}
a.button.dark-green,
a.btn.dark-green,
button.dark-green,
input[type=button].dark-green,
input[type=submit].dark-green,
input[type=reset].dark-green,
.introjs-button.dark-green {
  background: hsl(180, 40%, 28%);
  border-color: hsl(180, 40%, 28%);
  color: hsl(0, 0%, 100%);
}
a.button.dark-green.outline,
a.button.dark-green .border,
a.btn.dark-green.outline,
a.btn.dark-green .border,
button.dark-green.outline,
button.dark-green .border,
input[type=button].dark-green.outline,
input[type=button].dark-green .border,
input[type=submit].dark-green.outline,
input[type=submit].dark-green .border,
input[type=reset].dark-green.outline,
input[type=reset].dark-green .border,
.introjs-button.dark-green.outline,
.introjs-button.dark-green .border {
  border-color: hsl(180, 40%, 28%);
  color: hsl(0, 0%, 0%);
  background: transparent;
  border-width: 0.25rem;
}
a.button.lime-green,
a.button .border-green,
a.button .introjs-button,
a.btn.lime-green,
a.btn .border-green,
a.btn .introjs-button,
button.lime-green,
button .border-green,
button .introjs-button,
input[type=button].lime-green,
input[type=button] .border-green,
input[type=button] .introjs-button,
input[type=submit].lime-green,
input[type=submit] .border-green,
input[type=submit] .introjs-button,
input[type=reset].lime-green,
input[type=reset] .border-green,
input[type=reset] .introjs-button,
.introjs-button.lime-green,
.introjs-button .border-green,
.introjs-button .introjs-button {
  background: hsl(87, 96%, 72%);
  border-color: hsl(180, 40%, 28%);
  color: hsl(0, 0%, 0%);
  border-width: 0.25rem;
}
a.button.lime-green.active,
a.button .border-green.active,
a.button .introjs-button.active,
a.btn.lime-green.active,
a.btn .border-green.active,
a.btn .introjs-button.active,
button.lime-green.active,
button .border-green.active,
button .introjs-button.active,
input[type=button].lime-green.active,
input[type=button] .border-green.active,
input[type=button] .introjs-button.active,
input[type=submit].lime-green.active,
input[type=submit] .border-green.active,
input[type=submit] .introjs-button.active,
input[type=reset].lime-green.active,
input[type=reset] .border-green.active,
input[type=reset] .introjs-button.active,
.introjs-button.lime-green.active,
.introjs-button .border-green.active,
.introjs-button .introjs-button.active {
  background: hsl(180, 40%, 28%);
  border-color: hsl(180, 40%, 28%);
  color: hsl(0, 0%, 100%);
}
a.button.lime-green.outline,
a.button .border-green.outline,
a.button .introjs-button.outline,
a.btn.lime-green.outline,
a.btn .border-green.outline,
a.btn .introjs-button.outline,
button.lime-green.outline,
button .border-green.outline,
button .introjs-button.outline,
input[type=button].lime-green.outline,
input[type=button] .border-green.outline,
input[type=button] .introjs-button.outline,
input[type=submit].lime-green.outline,
input[type=submit] .border-green.outline,
input[type=submit] .introjs-button.outline,
input[type=reset].lime-green.outline,
input[type=reset] .border-green.outline,
input[type=reset] .introjs-button.outline,
.introjs-button.lime-green.outline,
.introjs-button .border-green.outline,
.introjs-button .introjs-button.outline {
  border-color: hsl(87, 96%, 72%);
  color: hsl(87, 96%, 72%);
  background: hsl(180, 40%, 28%);
}
a.button.light-pink,
a.btn.light-pink,
button.light-pink,
input[type=button].light-pink,
input[type=submit].light-pink,
input[type=reset].light-pink,
.introjs-button.light-pink {
  background: hsl(293, 92%, 90%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
}
a.button.light-blue,
a.btn.light-blue,
button.light-blue,
input[type=button].light-blue,
input[type=submit].light-blue,
input[type=reset].light-blue,
.introjs-button.light-blue {
  background: hsl(188, 82%, 67%);
  border-color: hsl(223, 91%, 56%);
  color: hsl(0, 0%, 0%);
}
a.button.light-blue.outline,
a.btn.light-blue.outline,
button.light-blue.outline,
input[type=button].light-blue.outline,
input[type=submit].light-blue.outline,
input[type=reset].light-blue.outline,
.introjs-button.light-blue.outline {
  background: hsl(0, 0%, 100%);
  border-color: hsl(188, 82%, 67%);
  color: hsl(0, 0%, 0%);
}
a.button.red,
a.btn.red,
button.red,
input[type=button].red,
input[type=submit].red,
input[type=reset].red,
.introjs-button.red {
  background: hsl(3, 81%, 58%);
  border-color: hsl(3, 81%, 58%);
  color: hsl(0, 0%, 100%);
}
a.button.red.outline,
a.btn.red.outline,
button.red.outline,
input[type=button].red.outline,
input[type=submit].red.outline,
input[type=reset].red.outline,
.introjs-button.red.outline {
  background: hsl(0, 0%, 100%);
  border-color: hsl(3, 81%, 58%);
  color: hsl(0, 0%, 0%);
}
a.button.green,
a.btn.green,
button.green,
input[type=button].green,
input[type=submit].green,
input[type=reset].green,
.introjs-button.green {
  background: hsl(160, 100%, 30%);
  border-color: hsl(160, 100%, 30%);
  color: hsl(0, 0%, 100%);
}
a.button.green.outline,
a.btn.green.outline,
button.green.outline,
input[type=button].green.outline,
input[type=submit].green.outline,
input[type=reset].green.outline,
.introjs-button.green.outline {
  background: hsl(0, 0%, 100%);
  border-color: hsl(160, 100%, 30%);
  color: hsl(0, 0%, 0%);
}
a.button.orange,
a.btn.orange,
button.orange,
input[type=button].orange,
input[type=submit].orange,
input[type=reset].orange,
.introjs-button.orange {
  background: hsl(33, 81%, 58%);
  border-color: hsl(17, 72%, 55%);
  color: hsl(0, 0%, 0%);
}
a.button.orange.outline,
a.btn.orange.outline,
button.orange.outline,
input[type=button].orange.outline,
input[type=submit].orange.outline,
input[type=reset].orange.outline,
.introjs-button.orange.outline {
  background: hsl(0, 0%, 100%);
  border-color: hsl(17, 72%, 55%);
  color: hsl(0, 0%, 0%);
}
a.button.pink,
a.btn.pink,
button.pink,
input[type=button].pink,
input[type=submit].pink,
input[type=reset].pink,
.introjs-button.pink {
  background: hsl(295, 91%, 71%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
}
a.button.pink.outline,
a.btn.pink.outline,
button.pink.outline,
input[type=button].pink.outline,
input[type=submit].pink.outline,
input[type=reset].pink.outline,
.introjs-button.pink.outline {
  background: hsl(0, 0%, 100%);
  border-color: hsl(295, 91%, 71%);
  color: hsl(0, 0%, 0%);
}
a.button.white,
a.btn.white,
button.white,
input[type=button].white,
input[type=submit].white,
input[type=reset].white,
.introjs-button.white {
  background: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  border-color: hsl(180, 40%, 28%);
}
.tabs {
  gap: 0;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
.tabs.row {
  gap: 0;
}
.tabs button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tabs button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@keyframes bounce {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: 30px;
  }
}
.hover-shadow,
.resume-tile:hover {
  transform: scale(1.02);
  transition: all 0.2s;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.card {
  height: auto;
  min-height: 200px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 0.5rem;
  padding: 2rem 1rem 1.3rem;
  max-width: 100%;
  min-width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
}
.card .text-title {
  line-height: 0.8em;
}
.card .card-title {
  font-family: "Passion One", sans-serif;
  font-size: 1.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card .avatar {
  width: 100%;
  text-align: center;
}
.card .avatar img {
  max-width: 6rem;
  max-height: 6rem;
  aspect-ratio: auto;
}
.card h4.empty-msg {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  background: #d6fda5;
  text-align: center;
  width: 90%;
  margin: auto;
  transform: rotate(-5deg);
}
.profile-card {
  border-radius: 0.625rem;
  width: 30%;
  min-width: 22rem;
  display: flex;
  flex-direction: column;
}
.sticker {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  min-height: 18px;
  max-height: 36px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  border: 3px solid hsl(0, 0%, 100%);
  color: #000000;
}
.sticker.sticker-sm {
  min-height: 20px;
  max-height: 1.5rem;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 12px;
}
.sticker.sticker-md {
  min-height: 20px;
  max-height: 2.5rem;
  font-size: 16px;
  padding: 6px 18px;
}
.sticker.sticker-lg {
  min-height: 1.5rem;
  max-height: 52px;
  font-size: 1.5rem;
  padding: 8px 1.5rem;
}
.sticker.sticker-lime {
  background: hsl(87, 96%, 72%);
}
.sticker.sticker-lime.sticker-remove::after {
  border: 1px solid hsl(180, 40%, 28%);
}
.sticker.sticker-green {
  background: hsl(180, 40%, 28%);
}
.sticker.sticker-green.sticker-remove::after {
  border: 1px solid white;
}
.sticker.sticker-teal {
  background: hsl(180, 40%, 28%);
}
.sticker.sticker-teal.sticker-remove::after {
  border: 1px solid white;
}
.sticker.sticker-purple {
  background: hsl(266, 46%, 39%);
}
.sticker.sticker-purple.sticker-remove::after {
  border: 1px solid white;
}
.sticker.sticker-red {
  background-color: hsl(3, 81%, 58%);
}
.sticker.sticker-red.sticker-remove::after {
  border: 1px solid white;
}
.sticker.sticker-pink {
  background-color: hsl(295, 91%, 71%);
}
.sticker.sticker-pink.sticker-remove::after {
  border: 1px solid white;
}
.sticker.sticker-remove {
  display: grid;
  grid-template-columns: 95% 5%;
  padding-right: 18px;
  border: 3px solid hsl(180, 40%, 28%);
  cursor: pointer;
}
.sticker.sticker-remove > div {
  min-width: max-content;
}
.sticker.sticker-remove:hover {
  border: 3px solid hsl(0, 0%, 100%);
}
.sticker.sticker-remove::after {
  content: "";
  border: 1px solid hsl(87, 96%, 72%);
  margin-left: 4px;
  margin-right: 4px;
  width: 8px;
}
.unext-before::before {
  color: hsl(160, 100%, 30%);
  content: "Unext";
}
::-webkit-scrollbar {
  display: none;
}
:required,
.required {
  padding-left: 1.5rem !important;
}
:required:not(:disabled),
.required:not(:disabled) {
  background-image: url(https://cdn.unext.online/images/icons/star.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
}
label {
  font-weight: 700;
}
form input:required ::before {
  content: "*";
  color: hsl(33, 81%, 58%);
  position: relative;
  top: 40%;
  left: 12px;
}
input.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched {
  border-color: hsl(0, 100%, 29%) !important;
}
input.ng-invalid.ng-touched:active,
input.ng-invalid.ng-touched:focus,
textarea.ng-invalid.ng-touched:active,
textarea.ng-invalid.ng-touched:focus {
  border-color: hsl(0, 100%, 29%) !important;
  box-shadow: 0 0 0.75rem 0rem hsl(0, 100%, 29%) !important;
  outline: 2px solid white !important;
}
input[type=checkbox] {
  accent-color: hsl(180, 40%, 28%);
}
.ql-editor {
  font-family: "Noto Serif", serif;
  background-color: hsl(0, 0%, 100%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.form .col {
  gap: 0;
}
.form input {
  font-size: 1rem;
}
.form .form-input[type=checkbox] {
  width: 48px;
}
.form .form-input {
  box-sizing: border-box;
  border-radius: 0.5rem;
  border-width: 0.25rem;
  padding: 0.5rem;
  font-weight: 700;
  background: hsl(0, 0%, 100%);
  color: hsl(180, 40%, 28%);
  border-color: hsl(87, 96%, 72%);
  border-style: solid;
}
.form .form-input::placeholder {
  color: #959499;
}
.form .form-input.dark-green {
  background: hsl(180, 40%, 28%);
  color: hsl(0, 0%, 100%);
}
.form .form-input.dark-green::placeholder {
  color: hsl(0, 0%, 100%);
}
.form .form-input.transparent {
  background: transparent;
  color: hsl(0, 0%, 100%);
}
.form .form-input.transparent::placeholder {
  color: hsl(0, 0%, 100%);
}
.form .form-input.teal {
  border-color: hsl(180, 40%, 28%);
  border-radius: 0.5rem;
  border-width: 3px;
}
.form .form-input:focus,
.form .form-input :active {
  border-color: hsl(87, 96%, 72%);
  box-shadow: 0 0 0.75rem 0rem hsl(87, 96%, 72%);
  outline: 2px solid #d6fda5;
}
.form .form-input:read-only {
  background-color: hsl(45, 24%, 93%);
  border-color: #ded9c9;
}
.form .form-input.form-input-rounded {
  border-radius: 3rem;
}
.form .form-input.form-input-100 {
  width: calc(100% - 20px);
}
.form .form-input.form-input-green {
  border: 1px solid hsl(160, 100%, 30%);
  box-sizing: border-box;
}
.form .form-input.form-input-teal {
  border: 1px solid hsl(180, 40%, 28%);
  box-sizing: border-box;
}
.form .form-input:disabled {
  background-color: hsl(45, 24%, 93%);
  border-color: #ded9c9;
}
.form input[type=date] {
  width: auto;
  background-color: #fff;
  transition: background-color 0.4s;
}
.form input[type=date].hide-disabled {
  transition: color 0.4s;
}
.form input[type=date].hide-disabled:disabled {
  color: rgba(0, 0, 0, 0);
}
.form textarea.form-input {
  height: auto;
}
.form textarea.form-input.form-input-rounded {
  border-radius: 1.5rem;
}
.form .form-label {
  font-family: "Noto Serif", serif;
  font-weight: 800;
  font-size: 16px;
}
.form.form-input-rounded {
  border-radius: 3rem;
}
.form.form-input-100 {
  width: calc(100% - 20px);
}
.form .form-label {
  font-weight: 700;
  font-size: 1rem;
}
.form .form-error {
  font-weight: 700;
  font-size: 1rem;
  background-color: hsl(0, 100%, 29%);
  color: hsl(0, 0%, 100%);
  top: 100%;
  padding: 0.25rem;
  z-index: 5;
}
input[type=text],
input[type=date] {
  max-height: 46px;
}
textarea.form-input {
  height: auto;
}
textarea.form-input.form-input-rounded {
  border-radius: 1.5rem;
}
.form-input-quill > quill-editor {
  width: calc(100% - 20px);
}
.form-input-quill .ql-toolbar.ql-snow {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 0.25rem solid hsl(180, 40%, 28%);
  box-sizing: border-box;
  background-color: hsl(0, 0%, 100%);
}
.form-input-quill .ql-container.ql-snow {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 0.25rem solid hsl(180, 40%, 28%);
  box-sizing: border-box;
}
.form-input-quill.readonly .ql-toolbar.ql-snow {
  display: none;
}
.form-input-quill.readonly .ql-container.ql-snow {
  border-radius: 16px;
}
.form-input-quill.readonly .ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 1px solid hsl(160, 100%, 30%);
}
.ql-container.ql-snow,
.ql-toolbar.ql-snow {
  border: 0.25rem solid hsl(45, 24%, 93%);
}
img {
  max-width: 100%;
  height: auto;
}
.left-clip {
  display: inline-block;
  border-radius: 0 30px 20px 0;
  overflow: hidden;
  display: block;
  transform-origin: top;
  transform: skew(-17deg);
}
.left-clip img {
  display: block;
  transform-origin: inherit;
  transform: skew(17deg);
}
.right-clip {
  display: inline-block;
  border-radius: 30px 0px 0px 20px;
  overflow: hidden;
  display: block;
  transform-origin: top;
  transform: skew(17deg);
}
.right-clip img {
  display: block;
  transform-origin: inherit;
  transform: skew(-17deg);
}
pagination-controls > pagination-template > nav > ul {
  font-family: "Noto Serif", serif;
  font-weight: 800;
}
pagination-controls > pagination-template > nav > ul > li {
  background: hsl(0, 0%, 100%) !important;
  margin: 0px 4px;
  border-radius: 4px !important;
  border: 2px solid hsl(0, 0%, 100%);
}
pagination-controls > pagination-template > nav > ul > li > a {
  text-decoration: none;
}
pagination-controls > pagination-template > nav > ul > li > a:hover {
  border-radius: 4px !important;
}
pagination-controls > pagination-template > nav > ul > li.pagination-previous,
pagination-controls > pagination-template > nav > ul > li.pagination-next {
  display: none;
}
pagination-controls > pagination-template > nav > ul > li.current {
  background: hsl(87, 96%, 72%) !important;
  color: hsl(0, 0%, 0%) !important;
}
pagination-controls > pagination-template > nav > ul > li.ellipsis {
  background: transparent !important;
  border: none;
}
@keyframes bounce {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: 30px;
  }
}
.hover-shadow,
.resume-tile:hover {
  transform: scale(1.02);
  transition: all 0.2s;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.introjs-tooltip-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 1.5rem;
}
.introjs-dontShowAgain label {
  background: transparent;
}
.introjs-dontShowAgain input {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}
.introjs-tooltip {
  background-color: hsl(45, 24%, 93%);
  min-width: 400px;
}
.introjs-tooltiptext {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 1rem;
}
.introjs-skipbutton:hover {
  position: absolute;
}
@keyframes bounce {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: 30px;
  }
}
.hover-shadow,
.resume-tile:hover {
  transform: scale(1.02);
  transition: all 0.2s;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.2);
  z-index: 5;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 16px;
  line-height: 28px;
  width: 100vw;
  min-height: 100vh;
}
body.no-chrome .cc-window,
body.no-chrome .cc-revoke,
body.no-chrome header,
body.no-chrome footer,
body.no-chrome .mobile.sub-nav {
  display: none;
}
body .loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.mobile {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .mobile {
    display: none !important;
  }
}
.tablet {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .tablet {
    display: block;
  }
}
.hidden {
  visibility: hidden !important;
  display: none !important;
}
a.no-link {
  color: inherit;
  text-decoration: inherit;
}
.pt-small {
  padding-top: 1rem;
}
.pt-xsmall {
  padding-top: 6px;
}
.pb-xsmall {
  padding-bottom: 6px;
}
.pb-small {
  padding-bottom: 1rem;
}
.pt-medium {
  padding-top: 2rem;
}
.pt-large {
  padding-top: 2.5rem;
}
.pb-medium {
  padding-bottom: 2rem;
}
.pb-large {
  padding-bottom: 2.5rem;
}
.py-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-large {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pl-small {
  padding-left: 0.625rem;
}
.pl-medium {
  padding-left: 30px;
}
.pl-large {
  padding-left: 90px;
}
.pr-small {
  padding-right: 0.625rem;
}
.pr-medium {
  padding-right: 30px;
}
.pr-large {
  padding-right: 90px;
}
.px-small {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-medium {
  padding-left: 30px;
  padding-right: 30px;
}
.px-large {
  padding-left: 90px;
  padding-right: 90px;
}
.mt-small {
  margin-top: 1rem;
}
.mb-xsmall {
  margin-bottom: 6px;
}
.mb-small {
  margin-bottom: 1rem;
}
.mt-medium {
  margin-top: 2rem;
}
.mt-large {
  margin-top: 2.5rem;
}
.mb-medium {
  margin-bottom: 2rem;
}
.mb-large {
  margin-bottom: 2.5rem;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-small {
  margin-left: 0.625rem;
}
.ml-medium {
  margin-left: 30px;
}
.ml-large {
  margin-left: 90px;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-mini {
  margin-right: 0.3rem;
}
.mr-small {
  margin-right: 0.625rem;
}
.mr-medium {
  margin-right: 30px;
}
.mr-large {
  margin-right: 90px;
}
.mr-auto {
  margin-right: auto !important;
}
.horizontal-center {
  margin-left: auto;
  margin-right: auto;
}
.chip {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  min-height: 18px;
  max-height: 36px;
  border-radius: 2rem;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  color: #000000;
}
.chip.chip-sm {
  min-height: 20px;
  max-height: 1.5rem;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 12px;
}
.chip.chip-md {
  min-height: 20px;
  max-height: 2.5rem;
  font-size: 16px;
  padding: 6px 18px;
}
.chip.chip-lg {
  min-height: 1.5rem;
  max-height: 52px;
  font-size: 1.5rem;
  padding: 8px 1.5rem;
}
.chip.chip-green {
  background: hsl(87, 96%, 72%);
}
.chip.chip-green.chip-remove::after {
  border: 1px solid white;
}
.chip.chip-green-border {
  border: 1px solid hsl(160, 100%, 30%);
}
.chip.chip-green-muted {
  background: hsl(87, 96%, 72%);
}
.chip.chip-green-muted.chip-remove::after {
  border: 1px solid white;
}
.chip.chip-green-accent {
  background: hsl(87, 96%, 72%);
}
.chip.chip-green-accent.chip-remove::after {
  border: 1px solid white;
}
.chip.chip-blue {
  background: hsl(223, 91%, 56%);
}
.chip.chip-blue.chip-remove::after {
  border: 1px solid white;
}
.chip.chip-orange {
  background: hsl(33, 81%, 58%);
}
.chip.chip-orange.chip-remove::after {
  border: 1px solid white;
}
.chip.chip-teal {
  background: hsl(180, 40%, 28%);
}
.chip.chip-teal.chip-remove::after {
  border: 1px solid white;
}
.chip.chip-purple {
  background: hsl(266, 46%, 39%);
}
.chip.chip-purple.chip-remove::after {
  border: 1px solid white;
}
.chip.chip-yellow {
  background: hsl(54, 96%, 65%);
}
.chip.chip-yellow.chip-remove::after {
  border: 1px solid white;
}
.chip.chip-remove {
  display: grid;
  grid-template-columns: 95% 5%;
  padding-right: 18px;
  border: 0.25rem solid hsl(180, 40%, 28%);
  cursor: pointer;
}
.chip.chip-remove > div {
  min-width: max-content;
}
.chip.chip-remove:hover {
  border: 0.25rem solid hsl(180, 40%, 28%);
}
.chip.chip-remove::after {
  content: "";
  border: 1px solid hsl(87, 96%, 72%);
  margin-left: 4px;
  margin-right: 4px;
  width: 8px;
}
.resume-tile {
  border: 1px solid hsl(45, 24%, 93%);
  box-sizing: border-box;
  border-radius: 2rem;
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  height: 300px;
  background-color: hsl(0, 0%, 100%);
  position: relative;
  transition: border 0.5s;
}
.resume-entry:hover .resume-tile {
  border: 2px solid hsl(160, 100%, 30%);
}
.resume-tile > div {
  margin: 0 auto;
}
.resume-tile .text {
  font-size: 1.2rem;
  text-align: left;
  display: flex;
  gap: 0.5rem;
}
.resume-tile.button {
  height: 128px;
  border: 4px solid hsl(180, 40%, 28%);
  background: hsl(87, 96%, 72%);
}
.tile {
  height: 16rem;
  width: 16rem;
  border: 1px solid hsl(45, 24%, 93%);
  box-sizing: border-box;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  border-radius: 4rem;
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-width: none;
  background-color: hsl(0, 0%, 100%);
}
.tile .text {
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.tile .text.upload-date {
  font-size: 0.8rem;
  font-style: italic;
}
.tile.completed {
  background:
    radial-gradient(
      farthest-corner at 40px 40px,
      white,
      #e6fff7,
      #33ffbb);
  color: hsl(0, 0%, 0%);
  border: 0.25rem solid #4dffc4;
}
.tile.completed .tile-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tile.completed .add-info-link {
  color: hsl(0, 0%, 0%);
}
.tile .add-info-link {
  color: hsl(87, 96%, 72%);
}
.tile.small {
  max-height: 8rem;
  max-width: 8rem;
}
.tile.medium-small {
  max-height: 10rem;
  max-width: 10rem;
}
.tile.medium {
  max-height: 12rem;
  max-width: 12rem;
}
.tile.medium-large {
  max-height: 14rem;
  max-width: 14rem;
}
.tile.large {
  max-height: 16rem;
  max-width: 16rem;
}
.tile.wide {
  height: 224px;
  width: 414px;
}
.tile:link {
  color: transparent;
}
.tile.no-flex {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding: 80px 30px;
}
.tile > .hover,
.tile.hover {
  cursor: pointer;
}
.tile video {
  height: 3rem;
  width: 128px;
  object-fit: contain;
}
.tile img {
  object-fit: contain;
}
.tile img.image-right {
  float: right;
  margin-top: 0px;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.tile > div {
  margin-left: auto;
  margin-right: auto;
}
.tile p {
  margin: 0px;
  line-height: 2rem !important;
  text-transform: uppercase;
}
.tile.green {
  background:
    linear-gradient(
      180deg,
      #6cc264 0%,
      rgba(108, 194, 100, 0) 100%),
    #2d9c59;
}
img.avatar {
  object-fit: cover;
  object-position: 0 0;
  overflow: hidden;
}
img.avatar.avatar-rounded {
  border-radius: 50%;
}
img.avatar.avatar-small {
  height: 2rem;
  width: 2rem;
}
img.avatar.avatar-medium {
  height: 3rem;
  width: 3rem;
}
img.avatar.avatar-large {
  height: 4rem;
  width: 4rem;
}
img.icon {
  width: auto;
}
img.icon.large {
  height: 4rem;
}
img.icon.medium {
  height: 2rem;
}
img.icon.small {
  height: 1rem;
}
.bar {
  height: 16px;
  border-radius: 12px;
}
.bar.bar-small {
  width: 2rem;
}
.bar.bar-medium {
  width: 80px;
}
.bar.bar-large {
  width: 118px;
}
.bar.bar-xl {
  width: 218px;
}
.bar.bar-green {
  background-color: hsl(160, 100%, 30%);
}
.bar.bar-green-muted {
  background-color: hsl(87, 96%, 72%);
}
.bar.bar-green-accent {
  background-color: hsl(87, 96%, 72%);
}
.background {
  padding: 46px 16px;
}
.background.gradient-green {
  background:
    linear-gradient(
      180deg,
      rgba(108, 194, 100, 0.2) 0%,
      rgba(108, 194, 100, 0) 100%);
  border-radius: 30px 30px 0px 0px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .background.gradient-green {
    padding-top: 90px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.background.gradient-green p {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 768px) {
  .background.gradient-green p {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.background.gradient-green div,
.background.gradient-green p {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .background.gradient-green div,
  .background.gradient-green p {
    text-align: left;
  }
}
body:not(.no-chrome) .minimal-padding {
  padding: 8px 12px;
}
@media only screen and (min-width: 768px) {
  body:not(.no-chrome) .minimal-padding {
    padding: 8px 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  body:not(.no-chrome) .minimal-padding {
    padding: 1.5rem 1.5rem;
  }
}
body:not(.no-chrome) .standard-padding {
  padding: 0.625rem 16px;
}
@media only screen and (min-width: 768px) {
  body:not(.no-chrome) .standard-padding {
    padding: 0.625rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  body:not(.no-chrome) .standard-padding {
    padding: 1.5rem 60px;
  }
}
body:not(.no-chrome) .standard-padding-left {
  padding-left: 16px;
}
@media only screen and (min-width: 768px) {
  body:not(.no-chrome) .standard-padding-left {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  body:not(.no-chrome) .standard-padding-left {
    padding-left: 60px;
  }
}
.rounded-corners {
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .rounded-corners {
    padding: 1.5rem;
  }
}
.background.tilt {
  position: absolute;
  top: -600px;
  left: -750px;
  width: 2000px;
  height: 1000px;
  transform: rotate(60deg);
  background: hsl(87, 96%, 72%);
  opacity: 0.25;
  border-radius: 40px;
  z-index: -1;
}
@media only screen and (max-width: 415px) {
  .background.tilt {
    display: none;
  }
}
.background.tilt.flip {
  -webkit-transform: rotate(60deg) scaleX(-1);
  transform: rotate(60deg) scaleX(-1);
}
.menu {
  position: relative;
  width: 70px;
  height: 70px;
  padding: 0.625rem;
}
.menu-bar {
  position: absolute;
  background: hsl(160, 100%, 30%);
  border-radius: 0.625rem;
  transition: 0.5s ease;
}
.bar-top {
  width: 40px;
  height: 8px;
  left: 28%;
  top: 27px;
}
.bar-top.active {
  left: 35%;
  top: 41%;
  transform: rotate(-45deg);
}
.bar-middle {
  width: 50px;
  height: 8px;
  left: 23%;
  top: 41px;
}
.bar-middle.active {
  left: 25%;
  top: 45%;
  transform: rotate(45deg);
}
.bar-bottom {
  width: 40px;
  height: 8px;
  left: 28%;
  top: 55px;
}
.bar-bottom.active {
  left: 27%;
  top: 50%;
  transform: rotate(-45deg);
}
section {
  max-width: 100vw;
}
.flex-rows,
.col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
div.stepper-content-split .flex-rows,
div.stepper-content-split .col {
  gap: 0;
}
.flex-columns,
.row {
  flex-direction: row;
  gap: 1rem;
  position: relative;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .flex-columns,
  .row {
    flex-direction: row;
    gap: 2%;
  }
}
.flex-columns.flex-wrap,
.row.flex-wrap {
  flex-wrap: wrap;
}
.flex-columns.flex-no-wrap,
.row.flex-no-wrap {
  flex-wrap: nowrap;
}
.flex-columns > .col,
.row > .col {
  flex: 1 1;
}
.flex-columns.no-gap,
.row.no-gap {
  gap: 0px;
}
@media only screen and (max-width: 415px) {
  .flex-columns,
  .row {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.flex-rows.justify-around,
.flex-columns.justify-around,
.row.justify-around,
.col.justify-around {
  justify-content: space-around;
}
.flex-rows.justify-between,
.flex-columns.justify-between,
.row.justify-between,
.col.justify-between {
  justify-content: space-between;
}
.flex-rows.justify-even,
.flex-columns.justify-even,
.row.justify-even,
.col.justify-even {
  justify-content: space-evenly;
}
.flex-rows.justify-center,
.flex-columns.justify-center,
.row.justify-center,
.col.justify-center {
  justify-content: center;
}
.flex-rows.justify-start,
.flex-columns.justify-start,
.row.justify-start,
.col.justify-start {
  justify-content: start;
}
.flex-rows.justify-end,
.flex-columns.justify-end,
.row.justify-end,
.col.justify-end {
  justify-content: end;
}
.flex-rows.justify-flex-start,
.flex-columns.justify-flex-start,
.row.justify-flex-start,
.col.justify-flex-start {
  justify-content: flex-start;
}
.flex-rows.justify-flex-end,
.flex-columns.justify-flex-end,
.row.justify-flex-end,
.col.justify-flex-end {
  justify-content: flex-end;
}
.flex-rows.justify-left,
.flex-columns.justify-left,
.row.justify-left,
.col.justify-left {
  justify-content: left;
}
.flex-rows.justify-right,
.flex-columns.justify-right,
.row.justify-right,
.col.justify-right {
  justify-content: right;
}
.flex-rows.align-start,
.flex-columns.align-start,
.row.align-start,
.col.align-start {
  align-items: flex-start;
}
.flex-rows.align-end,
.flex-columns.align-end,
.row.align-end,
.col.align-end {
  align-items: flex-end;
}
.flex-rows.align-center,
.flex-columns.align-center,
.row.align-center,
.col.align-center {
  align-items: center;
}
.flex-rows.no-gap,
.flex-columns.no-gap,
.row.no-gap,
.col.no-gap {
  gap: 0px;
}
.flex-rows.grid-thirds,
.flex-columns.grid-thirds,
.row.grid-thirds,
.col.grid-thirds {
  display: grid;
  grid-template-columns: calc(33.33% - 1rem) calc(33.33% - 1rem) calc(33.33% - 1rem);
  gap: 1.5rem;
}
.flex-rows.grid-thirds > *,
.flex-columns.grid-thirds > *,
.row.grid-thirds > *,
.col.grid-thirds > * {
  width: 100%;
  box-sizing: border-box;
}
.flex-rows.grid-quarters,
.flex-columns.grid-quarters,
.row.grid-quarters,
.col.grid-quarters {
  display: grid;
  grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem);
  gap: 1.5rem;
}
.flex-rows.grid-quarters > *,
.flex-columns.grid-quarters > *,
.row.grid-quarters > *,
.col.grid-quarters > * {
  width: 100%;
  box-sizing: border-box;
}
.flex-rows.grid-halves,
.flex-columns.grid-halves,
.row.grid-halves,
.col.grid-halves {
  display: grid;
  grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  gap: 1.5rem;
}
.flex-rows.grid-halves > *,
.flex-columns.grid-halves > *,
.row.grid-halves > *,
.col.grid-halves > * {
  width: 100%;
  box-sizing: border-box;
}
.flex-rows.grid-two-thirds,
.flex-columns.grid-two-thirds,
.row.grid-two-thirds,
.col.grid-two-thirds {
  display: grid;
  grid-template-columns: calc(33.33% - 1rem) calc(66.67% - 0.5rem);
  gap: 1.5rem;
}
.flex-rows.grid-two-thirds > *,
.flex-columns.grid-two-thirds > *,
.row.grid-two-thirds > *,
.col.grid-two-thirds > * {
  width: 100%;
  box-sizing: border-box;
}
.flex-rows.grid-two-thirds.flip,
.flex-columns.grid-two-thirds.flip,
.row.grid-two-thirds.flip,
.col.grid-two-thirds.flip {
  grid-template-columns: calc(66.67% - 0.5rem) calc(33.33% - 1rem);
}
#newsletter .text {
  text-transform: uppercase;
}
#toast-container {
  font-family: "Schibsted Grotesk", sans-serif;
}
.toast-top-center {
  margin-top: 30px;
}
.toast-bottom-center {
  margin-bottom: 30px;
}
[subscribe-flag] > p,
[subscribe-flag] > a,
[subscribe-flag] > span,
[subscribe-flag] > div,
[subscribe-flag] > h1,
[subscribe-flag] > h2,
[subscribe-flag] > h3,
[subscribe-flag] > h4,
[subscribe-flag] > h5,
[subscribe-flag] > h6 {
  opacity: 0.25;
}
[subscribe-flag]::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  content: "You must be subscribed to see this feature.";
  background-color: hsl(33, 81%, 58%);
  color: hsl(0, 0%, 100%);
  text-align: center;
  padding: 1rem 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  z-index: 5;
  font-size: 1.5rem;
  font-family: "Noto Serif", serif;
}
[disabled-flag] {
  pointer-events: none;
}
[disabled-flag] > p,
[disabled-flag] > a,
[disabled-flag] > span,
[disabled-flag] > div,
[disabled-flag] > h1,
[disabled-flag] > h2,
[disabled-flag] > h3,
[disabled-flag] > h4,
[disabled-flag] > h5,
[disabled-flag] > h6 {
  opacity: 0.25;
}
[disabled-flag]::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  content: "Feature Coming Soon!";
  background-color: hsl(266, 46%, 39%);
  color: hsl(0, 0%, 100%);
  text-align: center;
  padding: 1rem 0;
  font-size: 1.5rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  z-index: 5;
  transform: skew(0deg, -7deg) scale(1.05);
  font-family: "Passion One", sans-serif;
  text-transform: uppercase;
}
.inactive-entity-flag,
[inactive-entity-flag] {
  pointer-events: none;
}
.inactive-entity-flag > p,
.inactive-entity-flag > a,
.inactive-entity-flag > span,
.inactive-entity-flag > div,
.inactive-entity-flag > h1,
.inactive-entity-flag > h2,
.inactive-entity-flag > h3,
.inactive-entity-flag > h4,
.inactive-entity-flag > h5,
.inactive-entity-flag > h6,
[inactive-entity-flag] > p,
[inactive-entity-flag] > a,
[inactive-entity-flag] > span,
[inactive-entity-flag] > div,
[inactive-entity-flag] > h1,
[inactive-entity-flag] > h2,
[inactive-entity-flag] > h3,
[inactive-entity-flag] > h4,
[inactive-entity-flag] > h5,
[inactive-entity-flag] > h6 {
  opacity: 0.25;
}
.inactive-entity-flag::after,
[inactive-entity-flag]::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  content: "Inactive";
  background-color: hsl(45, 24%, 93%);
  color: hsl(0, 0%, 100%);
  text-align: center;
  padding: 1rem 0;
  font-size: 1.5rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  z-index: 5;
  transform: skew(0deg, -7deg) scale(1.05);
  font-family: "Passion One", sans-serif;
  text-transform: uppercase;
}
.admin {
  padding: 12px;
}
.admin table.table {
  width: auto;
  border-collapse: collapse;
}
.admin table.table td,
.admin table.table th {
  padding: 4px;
}
.admin table.table.grid tbody > tr:first-child td,
.admin table.table.grid tbody > tr:first-child th {
  border-left: 1px solid hsl(87, 96%, 72%);
  border-bottom: 1px solid hsl(87, 96%, 72%);
}
.admin table.table.grid tbody > tr:first-child td:not(:last-child) {
  border-right: 1px solid hsl(87, 96%, 72%);
}
.admin table.table.grid tbody > tr td:first-child {
  border-left: 1px solid hsl(87, 96%, 72%);
}
.admin table.table.grid tbody > tr td:last-child {
  border-right: 1px solid hsl(87, 96%, 72%);
}
.admin table.table.grid tr:last-child td:not(:last-child),
.admin table.table.grid tr:last-child th:not(:last-child) {
  border-right: 1px solid hsl(87, 96%, 72%);
}
.admin table.table.grid tr:not(:first-child):not(:last-child) td,
.admin table.table.grid tr:not(:first-child):not(:last-child) th {
  border-bottom: 1px solid hsl(87, 96%, 72%);
}
.admin table.table.grid tr:not(:first-child):not(:last-child) td:not(:only-child):first-child,
.admin table.table.grid tr:not(:first-child):not(:last-child) th:first-child {
  border-right: 1px solid hsl(87, 96%, 72%);
}
.admin table.table.grid tr:not(:first-child):not(:last-child) td:not(:first-child):not(:last-child),
.admin table.table.grid tr:not(:first-child):not(:last-child) th:not(:first-child):not(:last-child) {
  border-right: 1px solid hsl(87, 96%, 72%);
}
.admin table.table thead,
.admin table.table tfoot {
  background-color: hsl(87, 96%, 72%);
}
.admin table.table thead > tr:first-child > th:first-child {
  border-top-left-radius: 1.5rem;
}
.admin table.table thead > tr:first-child > th:last-child {
  border-top-right-radius: 1.5rem;
}
.admin table.table tfoot > tr:last-child > td:first-child {
  border-bottom-left-radius: 1.5rem;
}
.admin table.table tfoot > tr:last-child > td:last-child {
  border-bottom-right-radius: 1.5rem;
}
.admin table.table tbody tr:nth-child(even) {
  background-color: hsl(45, 24%, 93%);
}
.admin table.table tbody tr:nth-child(odd) {
  background-color: white;
}
.checkbox-display {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid hsl(180, 40%, 28%);
  padding: 4px;
}
.checkbox-display.checked {
  background-color: hsl(180, 40%, 28%);
}
.checkbox-display.checked .checkbox-fill {
  width: 16px !important;
  min-height: 16px !important;
  background-color: hsl(87, 96%, 72%);
  border-radius: 4px;
}
.profile-card {
  min-height: 250px;
  position: relative;
}
.profile-card img.profile {
  width: 150px;
  height: 150px;
}
.spacer {
  height: 1px;
  margin-bottom: 6px;
  margin-Top: 6px;
}
.spacer.spacer-white {
  background-color: hsl(0, 0%, 100%);
}
.spacer.spacer-teal {
  background-color: hsl(180, 40%, 28%);
}
.mar-auto {
  margin: auto;
}
.mar-0 {
  margin: 0;
}
.mar-1 {
  margin: 1%;
}
.mar-2 {
  margin: 2%;
}
.mar-3 {
  margin: 3%;
}
.mar-4 {
  margin: 4%;
}
.mar-5 {
  margin: 5%;
}
.mar-6 {
  margin: 6%;
}
.mar-7 {
  margin: 7%;
}
.mar-8 {
  margin: 8%;
}
.mar-9 {
  margin: 9%;
}
.mar-10 {
  margin: 10%;
}
.p-1 {
  padding: 1%;
}
.p-2 {
  padding: 2%;
}
.p-3 {
  padding: 3%;
}
.p-4 {
  padding: 4%;
}
.p-5 {
  padding: 5%;
}
.p-6 {
  padding: 6%;
}
.p-7 {
  padding: 7%;
}
.p-8 {
  padding: 8%;
}
.p-9 {
  padding: 9%;
}
.p-10 {
  padding: 10%;
}
.gap-1 {
  gap: 1%;
}
.gap-2 {
  gap: 2%;
}
.gap-3 {
  gap: 3%;
}
.gap-4 {
  gap: 4%;
}
.gap-5 {
  gap: 5%;
}
.gap-6 {
  gap: 6%;
}
.gap-7 {
  gap: 7%;
}
.gap-8 {
  gap: 8%;
}
.gap-9 {
  gap: 9%;
}
.gap-10 {
  gap: 10%;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-X2MGAVUC.css.map */
