@charset "UTF-8";
/* line 1, styles/designs/_external.scss */
.la,
.las,
.lar,
.lal,
.lad,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 15, styles/designs/_external.scss */
.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 20, styles/designs/_external.scss */
.la-xs {
  font-size: .75em;
}

/* line 23, styles/designs/_external.scss */
.la-sm {
  font-size: .875em;
}

/* line 26, styles/designs/_external.scss */
.la-1x {
  font-size: 1em;
}

/* line 29, styles/designs/_external.scss */
.la-2x {
  font-size: 2em;
}

/* line 32, styles/designs/_external.scss */
.la-3x {
  font-size: 3em;
}

/* line 35, styles/designs/_external.scss */
.la-4x {
  font-size: 4em;
}

/* line 38, styles/designs/_external.scss */
.la-5x {
  font-size: 5em;
}

/* line 41, styles/designs/_external.scss */
.la-6x {
  font-size: 6em;
}

/* line 44, styles/designs/_external.scss */
.la-7x {
  font-size: 7em;
}

/* line 47, styles/designs/_external.scss */
.la-8x {
  font-size: 8em;
}

/* line 50, styles/designs/_external.scss */
.la-9x {
  font-size: 9em;
}

/* line 53, styles/designs/_external.scss */
.la-10x {
  font-size: 10em;
}

/* line 56, styles/designs/_external.scss */
.la-fw {
  text-align: center;
  width: 1.25em;
}

/* line 60, styles/designs/_external.scss */
.la-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 64, styles/designs/_external.scss */
.la-ul > li {
  position: relative;
}

/* line 67, styles/designs/_external.scss */
.la-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 74, styles/designs/_external.scss */
.la-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 79, styles/designs/_external.scss */
.la-pull-left {
  float: left;
}

/* line 82, styles/designs/_external.scss */
.la-pull-right {
  float: right;
}

/* line 85, styles/designs/_external.scss */
.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: .3em;
}

/* line 92, styles/designs/_external.scss */
.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: .3em;
}

/* line 99, styles/designs/_external.scss */
.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
  animation: la-spin 2s infinite linear;
}

/* line 103, styles/designs/_external.scss */
.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
  animation: la-spin 1s infinite steps(8);
}

@-webkit-keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 123, styles/designs/_external.scss */
.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 128, styles/designs/_external.scss */
.la-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 133, styles/designs/_external.scss */
.la-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 138, styles/designs/_external.scss */
.la-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 143, styles/designs/_external.scss */
.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 148, styles/designs/_external.scss */
.la-flip-both, .la-flip-horizontal.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 153, styles/designs/_external.scss */
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
  -webkit-filter: none;
  filter: none;
}

/* line 162, styles/designs/_external.scss */
.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 170, styles/designs/_external.scss */
.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 177, styles/designs/_external.scss */
.la-stack-1x {
  line-height: inherit;
}

/* line 180, styles/designs/_external.scss */
.la-stack-2x {
  font-size: 2em;
}

/* line 183, styles/designs/_external.scss */
.la-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 188, styles/designs/_external.scss */
.la-500px:before {
  content: "\f26e";
}

/* line 191, styles/designs/_external.scss */
.la-accessible-icon:before {
  content: "\f368";
}

/* line 194, styles/designs/_external.scss */
.la-accusoft:before {
  content: "\f369";
}

/* line 197, styles/designs/_external.scss */
.la-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 200, styles/designs/_external.scss */
.la-ad:before {
  content: "\f641";
}

/* line 203, styles/designs/_external.scss */
.la-address-book:before {
  content: "\f2b9";
}

/* line 206, styles/designs/_external.scss */
.la-address-card:before {
  content: "\f2bb";
}

/* line 209, styles/designs/_external.scss */
.la-adjust:before {
  content: "\f042";
}

/* line 212, styles/designs/_external.scss */
.la-adn:before {
  content: "\f170";
}

/* line 215, styles/designs/_external.scss */
.la-adobe:before {
  content: "\f778";
}

/* line 218, styles/designs/_external.scss */
.la-adversal:before {
  content: "\f36a";
}

/* line 221, styles/designs/_external.scss */
.la-affiliatetheme:before {
  content: "\f36b";
}

/* line 224, styles/designs/_external.scss */
.la-air-freshener:before {
  content: "\f5d0";
}

/* line 227, styles/designs/_external.scss */
.la-airbnb:before {
  content: "\f834";
}

/* line 230, styles/designs/_external.scss */
.la-algolia:before {
  content: "\f36c";
}

/* line 233, styles/designs/_external.scss */
.la-align-center:before {
  content: "\f037";
}

/* line 236, styles/designs/_external.scss */
.la-align-justify:before {
  content: "\f039";
}

/* line 239, styles/designs/_external.scss */
.la-align-left:before {
  content: "\f036";
}

/* line 242, styles/designs/_external.scss */
.la-align-right:before {
  content: "\f038";
}

/* line 245, styles/designs/_external.scss */
.la-alipay:before {
  content: "\f642";
}

/* line 248, styles/designs/_external.scss */
.la-allergies:before {
  content: "\f461";
}

/* line 251, styles/designs/_external.scss */
.la-amazon:before {
  content: "\f270";
}

/* line 254, styles/designs/_external.scss */
.la-amazon-pay:before {
  content: "\f42c";
}

/* line 257, styles/designs/_external.scss */
.la-ambulance:before {
  content: "\f0f9";
}

/* line 260, styles/designs/_external.scss */
.la-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 263, styles/designs/_external.scss */
.la-amilia:before {
  content: "\f36d";
}

/* line 266, styles/designs/_external.scss */
.la-anchor:before {
  content: "\f13d";
}

/* line 269, styles/designs/_external.scss */
.la-android:before {
  content: "\f17b";
}

/* line 272, styles/designs/_external.scss */
.la-angellist:before {
  content: "\f209";
}

/* line 275, styles/designs/_external.scss */
.la-angle-double-down:before {
  content: "\f103";
}

/* line 278, styles/designs/_external.scss */
.la-angle-double-left:before {
  content: "\f100";
}

/* line 281, styles/designs/_external.scss */
.la-angle-double-right:before {
  content: "\f101";
}

/* line 284, styles/designs/_external.scss */
.la-angle-double-up:before {
  content: "\f102";
}

/* line 287, styles/designs/_external.scss */
.la-angle-down:before {
  content: "\f107";
}

/* line 290, styles/designs/_external.scss */
.la-angle-left:before {
  content: "\f104";
}

/* line 293, styles/designs/_external.scss */
.la-angle-right:before {
  content: "\f105";
}

/* line 296, styles/designs/_external.scss */
.la-angle-up:before {
  content: "\f106";
}

/* line 299, styles/designs/_external.scss */
.la-angry:before {
  content: "\f556";
}

/* line 302, styles/designs/_external.scss */
.la-angrycreative:before {
  content: "\f36e";
}

/* line 305, styles/designs/_external.scss */
.la-angular:before {
  content: "\f420";
}

/* line 308, styles/designs/_external.scss */
.la-ankh:before {
  content: "\f644";
}

/* line 311, styles/designs/_external.scss */
.la-app-store:before {
  content: "\f36f";
}

/* line 314, styles/designs/_external.scss */
.la-app-store-ios:before {
  content: "\f370";
}

/* line 317, styles/designs/_external.scss */
.la-apper:before {
  content: "\f371";
}

/* line 320, styles/designs/_external.scss */
.la-apple:before {
  content: "\f179";
}

/* line 323, styles/designs/_external.scss */
.la-apple-alt:before {
  content: "\f5d1";
}

/* line 326, styles/designs/_external.scss */
.la-apple-pay:before {
  content: "\f415";
}

/* line 329, styles/designs/_external.scss */
.la-archive:before {
  content: "\f187";
}

/* line 332, styles/designs/_external.scss */
.la-archway:before {
  content: "\f557";
}

/* line 335, styles/designs/_external.scss */
.la-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 338, styles/designs/_external.scss */
.la-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 341, styles/designs/_external.scss */
.la-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 344, styles/designs/_external.scss */
.la-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 347, styles/designs/_external.scss */
.la-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 350, styles/designs/_external.scss */
.la-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 353, styles/designs/_external.scss */
.la-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 356, styles/designs/_external.scss */
.la-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 359, styles/designs/_external.scss */
.la-arrow-down:before {
  content: "\f063";
}

/* line 362, styles/designs/_external.scss */
.la-arrow-left:before {
  content: "\f060";
}

/* line 365, styles/designs/_external.scss */
.la-arrow-right:before {
  content: "\f061";
}

/* line 368, styles/designs/_external.scss */
.la-arrow-up:before {
  content: "\f062";
}

/* line 371, styles/designs/_external.scss */
.la-arrows-alt:before {
  content: "\f0b2";
}

/* line 374, styles/designs/_external.scss */
.la-arrows-alt-h:before {
  content: "\f337";
}

/* line 377, styles/designs/_external.scss */
.la-arrows-alt-v:before {
  content: "\f338";
}

/* line 380, styles/designs/_external.scss */
.la-artstation:before {
  content: "\f77a";
}

/* line 383, styles/designs/_external.scss */
.la-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 386, styles/designs/_external.scss */
.la-asterisk:before {
  content: "\f069";
}

/* line 389, styles/designs/_external.scss */
.la-asymmetrik:before {
  content: "\f372";
}

/* line 392, styles/designs/_external.scss */
.la-at:before {
  content: "\f1fa";
}

/* line 395, styles/designs/_external.scss */
.la-atlas:before {
  content: "\f558";
}

/* line 398, styles/designs/_external.scss */
.la-atlassian:before {
  content: "\f77b";
}

/* line 401, styles/designs/_external.scss */
.la-atom:before {
  content: "\f5d2";
}

/* line 404, styles/designs/_external.scss */
.la-audible:before {
  content: "\f373";
}

/* line 407, styles/designs/_external.scss */
.la-audio-description:before {
  content: "\f29e";
}

/* line 410, styles/designs/_external.scss */
.la-autoprefixer:before {
  content: "\f41c";
}

/* line 413, styles/designs/_external.scss */
.la-avianex:before {
  content: "\f374";
}

/* line 416, styles/designs/_external.scss */
.la-aviato:before {
  content: "\f421";
}

/* line 419, styles/designs/_external.scss */
.la-award:before {
  content: "\f559";
}

/* line 422, styles/designs/_external.scss */
.la-aws:before {
  content: "\f375";
}

/* line 425, styles/designs/_external.scss */
.la-baby:before {
  content: "\f77c";
}

/* line 428, styles/designs/_external.scss */
.la-baby-carriage:before {
  content: "\f77d";
}

/* line 431, styles/designs/_external.scss */
.la-backspace:before {
  content: "\f55a";
}

/* line 434, styles/designs/_external.scss */
.la-backward:before {
  content: "\f04a";
}

/* line 437, styles/designs/_external.scss */
.la-bacon:before {
  content: "\f7e5";
}

/* line 440, styles/designs/_external.scss */
.la-balance-scale:before {
  content: "\f24e";
}

/* line 443, styles/designs/_external.scss */
.la-balance-scale-left:before {
  content: "\f515";
}

/* line 446, styles/designs/_external.scss */
.la-balance-scale-right:before {
  content: "\f516";
}

/* line 449, styles/designs/_external.scss */
.la-ban:before {
  content: "\f05e";
}

/* line 452, styles/designs/_external.scss */
.la-band-aid:before {
  content: "\f462";
}

/* line 455, styles/designs/_external.scss */
.la-bandcamp:before {
  content: "\f2d5";
}

/* line 458, styles/designs/_external.scss */
.la-barcode:before {
  content: "\f02a";
}

/* line 461, styles/designs/_external.scss */
.la-bars:before {
  content: "\f0c9";
}

/* line 464, styles/designs/_external.scss */
.la-baseball-ball:before {
  content: "\f433";
}

/* line 467, styles/designs/_external.scss */
.la-basketball-ball:before {
  content: "\f434";
}

/* line 470, styles/designs/_external.scss */
.la-bath:before {
  content: "\f2cd";
}

/* line 473, styles/designs/_external.scss */
.la-battery-empty:before {
  content: "\f244";
}

/* line 476, styles/designs/_external.scss */
.la-battery-full:before {
  content: "\f240";
}

/* line 479, styles/designs/_external.scss */
.la-battery-half:before {
  content: "\f242";
}

/* line 482, styles/designs/_external.scss */
.la-battery-quarter:before {
  content: "\f243";
}

/* line 485, styles/designs/_external.scss */
.la-battery-three-quarters:before {
  content: "\f241";
}

/* line 488, styles/designs/_external.scss */
.la-battle-net:before {
  content: "\f835";
}

/* line 491, styles/designs/_external.scss */
.la-bed:before {
  content: "\f236";
}

/* line 494, styles/designs/_external.scss */
.la-beer:before {
  content: "\f0fc";
}

/* line 497, styles/designs/_external.scss */
.la-behance:before {
  content: "\f1b4";
}

/* line 500, styles/designs/_external.scss */
.la-behance-square:before {
  content: "\f1b5";
}

/* line 503, styles/designs/_external.scss */
.la-bell:before {
  content: "\f0f3";
}

/* line 506, styles/designs/_external.scss */
.la-bell-slash:before {
  content: "\f1f6";
}

/* line 509, styles/designs/_external.scss */
.la-bezier-curve:before {
  content: "\f55b";
}

/* line 512, styles/designs/_external.scss */
.la-bible:before {
  content: "\f647";
}

/* line 515, styles/designs/_external.scss */
.la-bicycle:before {
  content: "\f206";
}

/* line 518, styles/designs/_external.scss */
.la-biking:before {
  content: "\f84a";
}

/* line 521, styles/designs/_external.scss */
.la-bimobject:before {
  content: "\f378";
}

/* line 524, styles/designs/_external.scss */
.la-binoculars:before {
  content: "\f1e5";
}

/* line 527, styles/designs/_external.scss */
.la-biohazard:before {
  content: "\f780";
}

/* line 530, styles/designs/_external.scss */
.la-birthday-cake:before {
  content: "\f1fd";
}

/* line 533, styles/designs/_external.scss */
.la-bitbucket:before {
  content: "\f171";
}

/* line 536, styles/designs/_external.scss */
.la-bitcoin:before {
  content: "\f379";
}

/* line 539, styles/designs/_external.scss */
.la-bity:before {
  content: "\f37a";
}

/* line 542, styles/designs/_external.scss */
.la-black-tie:before {
  content: "\f27e";
}

/* line 545, styles/designs/_external.scss */
.la-blackberry:before {
  content: "\f37b";
}

/* line 548, styles/designs/_external.scss */
.la-blender:before {
  content: "\f517";
}

/* line 551, styles/designs/_external.scss */
.la-blender-phone:before {
  content: "\f6b6";
}

/* line 554, styles/designs/_external.scss */
.la-blind:before {
  content: "\f29d";
}

/* line 557, styles/designs/_external.scss */
.la-blog:before {
  content: "\f781";
}

/* line 560, styles/designs/_external.scss */
.la-blogger:before {
  content: "\f37c";
}

/* line 563, styles/designs/_external.scss */
.la-blogger-b:before {
  content: "\f37d";
}

/* line 566, styles/designs/_external.scss */
.la-bluetooth:before {
  content: "\f293";
}

/* line 569, styles/designs/_external.scss */
.la-bluetooth-b:before {
  content: "\f294";
}

/* line 572, styles/designs/_external.scss */
.la-bold:before {
  content: "\f032";
}

/* line 575, styles/designs/_external.scss */
.la-bolt:before {
  content: "\f0e7";
}

/* line 578, styles/designs/_external.scss */
.la-bomb:before {
  content: "\f1e2";
}

/* line 581, styles/designs/_external.scss */
.la-bone:before {
  content: "\f5d7";
}

/* line 584, styles/designs/_external.scss */
.la-bong:before {
  content: "\f55c";
}

/* line 587, styles/designs/_external.scss */
.la-book:before {
  content: "\f02d";
}

/* line 590, styles/designs/_external.scss */
.la-book-dead:before {
  content: "\f6b7";
}

/* line 593, styles/designs/_external.scss */
.la-book-medical:before {
  content: "\f7e6";
}

/* line 596, styles/designs/_external.scss */
.la-book-open:before {
  content: "\f518";
}

/* line 599, styles/designs/_external.scss */
.la-book-reader:before {
  content: "\f5da";
}

/* line 602, styles/designs/_external.scss */
.la-bookmark:before {
  content: "\f02e";
}

/* line 605, styles/designs/_external.scss */
.la-bootstrap:before {
  content: "\f836";
}

/* line 608, styles/designs/_external.scss */
.la-border-all:before {
  content: "\f84c";
}

/* line 611, styles/designs/_external.scss */
.la-border-none:before {
  content: "\f850";
}

/* line 614, styles/designs/_external.scss */
.la-border-style:before {
  content: "\f853";
}

/* line 617, styles/designs/_external.scss */
.la-bowling-ball:before {
  content: "\f436";
}

/* line 620, styles/designs/_external.scss */
.la-box:before {
  content: "\f466";
}

/* line 623, styles/designs/_external.scss */
.la-box-open:before {
  content: "\f49e";
}

/* line 626, styles/designs/_external.scss */
.la-boxes:before {
  content: "\f468";
}

/* line 629, styles/designs/_external.scss */
.la-braille:before {
  content: "\f2a1";
}

/* line 632, styles/designs/_external.scss */
.la-brain:before {
  content: "\f5dc";
}

/* line 635, styles/designs/_external.scss */
.la-bread-slice:before {
  content: "\f7ec";
}

/* line 638, styles/designs/_external.scss */
.la-briefcase:before {
  content: "\f0b1";
}

/* line 641, styles/designs/_external.scss */
.la-briefcase-medical:before {
  content: "\f469";
}

/* line 644, styles/designs/_external.scss */
.la-broadcast-tower:before {
  content: "\f519";
}

/* line 647, styles/designs/_external.scss */
.la-broom:before {
  content: "\f51a";
}

/* line 650, styles/designs/_external.scss */
.la-brush:before {
  content: "\f55d";
}

/* line 653, styles/designs/_external.scss */
.la-btc:before {
  content: "\f15a";
}

/* line 656, styles/designs/_external.scss */
.la-buffer:before {
  content: "\f837";
}

/* line 659, styles/designs/_external.scss */
.la-bug:before {
  content: "\f188";
}

/* line 662, styles/designs/_external.scss */
.la-building:before {
  content: "\f1ad";
}

/* line 665, styles/designs/_external.scss */
.la-bullhorn:before {
  content: "\f0a1";
}

/* line 668, styles/designs/_external.scss */
.la-bullseye:before {
  content: "\f140";
}

/* line 671, styles/designs/_external.scss */
.la-burn:before {
  content: "\f46a";
}

/* line 674, styles/designs/_external.scss */
.la-buromobelexperte:before {
  content: "\f37f";
}

/* line 677, styles/designs/_external.scss */
.la-bus:before {
  content: "\f207";
}

/* line 680, styles/designs/_external.scss */
.la-bus-alt:before {
  content: "\f55e";
}

/* line 683, styles/designs/_external.scss */
.la-business-time:before {
  content: "\f64a";
}

/* line 686, styles/designs/_external.scss */
.la-buy-n-large:before {
  content: "\f8a6";
}

/* line 689, styles/designs/_external.scss */
.la-buysellads:before {
  content: "\f20d";
}

/* line 692, styles/designs/_external.scss */
.la-calculator:before {
  content: "\f1ec";
}

/* line 695, styles/designs/_external.scss */
.la-calendar:before {
  content: "\f133";
}

/* line 698, styles/designs/_external.scss */
.la-calendar-alt:before {
  content: "\f073";
}

/* line 701, styles/designs/_external.scss */
.la-calendar-check:before {
  content: "\f274";
}

/* line 704, styles/designs/_external.scss */
.la-calendar-day:before {
  content: "\f783";
}

/* line 707, styles/designs/_external.scss */
.la-calendar-minus:before {
  content: "\f272";
}

/* line 710, styles/designs/_external.scss */
.la-calendar-plus:before {
  content: "\f271";
}

/* line 713, styles/designs/_external.scss */
.la-calendar-times:before {
  content: "\f273";
}

/* line 716, styles/designs/_external.scss */
.la-calendar-week:before {
  content: "\f784";
}

/* line 719, styles/designs/_external.scss */
.la-camera:before {
  content: "\f030";
}

/* line 722, styles/designs/_external.scss */
.la-camera-retro:before {
  content: "\f083";
}

/* line 725, styles/designs/_external.scss */
.la-campground:before {
  content: "\f6bb";
}

/* line 728, styles/designs/_external.scss */
.la-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 731, styles/designs/_external.scss */
.la-candy-cane:before {
  content: "\f786";
}

/* line 734, styles/designs/_external.scss */
.la-cannabis:before {
  content: "\f55f";
}

/* line 737, styles/designs/_external.scss */
.la-capsules:before {
  content: "\f46b";
}

/* line 740, styles/designs/_external.scss */
.la-car:before {
  content: "\f1b9";
}

/* line 743, styles/designs/_external.scss */
.la-car-alt:before {
  content: "\f5de";
}

/* line 746, styles/designs/_external.scss */
.la-car-battery:before {
  content: "\f5df";
}

/* line 749, styles/designs/_external.scss */
.la-car-crash:before {
  content: "\f5e1";
}

/* line 752, styles/designs/_external.scss */
.la-car-side:before {
  content: "\f5e4";
}

/* line 755, styles/designs/_external.scss */
.la-caret-down:before {
  content: "\f0d7";
}

/* line 758, styles/designs/_external.scss */
.la-caret-left:before {
  content: "\f0d9";
}

/* line 761, styles/designs/_external.scss */
.la-caret-right:before {
  content: "\f0da";
}

/* line 764, styles/designs/_external.scss */
.la-caret-square-down:before {
  content: "\f150";
}

/* line 767, styles/designs/_external.scss */
.la-caret-square-left:before {
  content: "\f191";
}

/* line 770, styles/designs/_external.scss */
.la-caret-square-right:before {
  content: "\f152";
}

/* line 773, styles/designs/_external.scss */
.la-caret-square-up:before {
  content: "\f151";
}

/* line 776, styles/designs/_external.scss */
.la-caret-up:before {
  content: "\f0d8";
}

/* line 779, styles/designs/_external.scss */
.la-carrot:before {
  content: "\f787";
}

/* line 782, styles/designs/_external.scss */
.la-cart-arrow-down:before {
  content: "\f218";
}

/* line 785, styles/designs/_external.scss */
.la-cart-plus:before {
  content: "\f217";
}

/* line 788, styles/designs/_external.scss */
.la-cash-register:before {
  content: "\f788";
}

/* line 791, styles/designs/_external.scss */
.la-cat:before {
  content: "\f6be";
}

/* line 794, styles/designs/_external.scss */
.la-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 797, styles/designs/_external.scss */
.la-cc-amex:before {
  content: "\f1f3";
}

/* line 800, styles/designs/_external.scss */
.la-cc-apple-pay:before {
  content: "\f416";
}

/* line 803, styles/designs/_external.scss */
.la-cc-diners-club:before {
  content: "\f24c";
}

/* line 806, styles/designs/_external.scss */
.la-cc-discover:before {
  content: "\f1f2";
}

/* line 809, styles/designs/_external.scss */
.la-cc-jcb:before {
  content: "\f24b";
}

/* line 812, styles/designs/_external.scss */
.la-cc-mastercard:before {
  content: "\f1f1";
}

/* line 815, styles/designs/_external.scss */
.la-cc-paypal:before {
  content: "\f1f4";
}

/* line 818, styles/designs/_external.scss */
.la-cc-stripe:before {
  content: "\f1f5";
}

/* line 821, styles/designs/_external.scss */
.la-cc-visa:before {
  content: "\f1f0";
}

/* line 824, styles/designs/_external.scss */
.la-centercode:before {
  content: "\f380";
}

/* line 827, styles/designs/_external.scss */
.la-centos:before {
  content: "\f789";
}

/* line 830, styles/designs/_external.scss */
.la-certificate:before {
  content: "\f0a3";
}

/* line 833, styles/designs/_external.scss */
.la-chair:before {
  content: "\f6c0";
}

/* line 836, styles/designs/_external.scss */
.la-chalkboard:before {
  content: "\f51b";
}

/* line 839, styles/designs/_external.scss */
.la-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 842, styles/designs/_external.scss */
.la-charging-station:before {
  content: "\f5e7";
}

/* line 845, styles/designs/_external.scss */
.la-chart-area:before {
  content: "\f1fe";
}

/* line 848, styles/designs/_external.scss */
.la-chart-bar:before {
  content: "\f080";
}

/* line 851, styles/designs/_external.scss */
.la-chart-line:before {
  content: "\f201";
}

/* line 854, styles/designs/_external.scss */
.la-chart-pie:before {
  content: "\f200";
}

/* line 857, styles/designs/_external.scss */
.la-check:before {
  content: "\f00c";
}

/* line 860, styles/designs/_external.scss */
.la-check-circle:before {
  content: "\f058";
}

/* line 863, styles/designs/_external.scss */
.la-check-double:before {
  content: "\f560";
}

/* line 866, styles/designs/_external.scss */
.la-check-square:before {
  content: "\f14a";
}

/* line 869, styles/designs/_external.scss */
.la-cheese:before {
  content: "\f7ef";
}

/* line 872, styles/designs/_external.scss */
.la-chess:before {
  content: "\f439";
}

/* line 875, styles/designs/_external.scss */
.la-chess-bishop:before {
  content: "\f43a";
}

/* line 878, styles/designs/_external.scss */
.la-chess-board:before {
  content: "\f43c";
}

/* line 881, styles/designs/_external.scss */
.la-chess-king:before {
  content: "\f43f";
}

/* line 884, styles/designs/_external.scss */
.la-chess-knight:before {
  content: "\f441";
}

/* line 887, styles/designs/_external.scss */
.la-chess-pawn:before {
  content: "\f443";
}

/* line 890, styles/designs/_external.scss */
.la-chess-queen:before {
  content: "\f445";
}

/* line 893, styles/designs/_external.scss */
.la-chess-rook:before {
  content: "\f447";
}

/* line 896, styles/designs/_external.scss */
.la-chevron-circle-down:before {
  content: "\f13a";
}

/* line 899, styles/designs/_external.scss */
.la-chevron-circle-left:before {
  content: "\f137";
}

/* line 902, styles/designs/_external.scss */
.la-chevron-circle-right:before {
  content: "\f138";
}

/* line 905, styles/designs/_external.scss */
.la-chevron-circle-up:before {
  content: "\f139";
}

/* line 908, styles/designs/_external.scss */
.la-chevron-down:before {
  content: "\f078";
}

/* line 911, styles/designs/_external.scss */
.la-chevron-left:before {
  content: "\f053";
}

/* line 914, styles/designs/_external.scss */
.la-chevron-right:before {
  content: "\f054";
}

/* line 917, styles/designs/_external.scss */
.la-chevron-up:before {
  content: "\f077";
}

/* line 920, styles/designs/_external.scss */
.la-child:before {
  content: "\f1ae";
}

/* line 923, styles/designs/_external.scss */
.la-chrome:before {
  content: "\f268";
}

/* line 926, styles/designs/_external.scss */
.la-chromecast:before {
  content: "\f838";
}

/* line 929, styles/designs/_external.scss */
.la-church:before {
  content: "\f51d";
}

/* line 932, styles/designs/_external.scss */
.la-circle:before {
  content: "\f111";
}

/* line 935, styles/designs/_external.scss */
.la-circle-notch:before {
  content: "\f1ce";
}

/* line 938, styles/designs/_external.scss */
.la-city:before {
  content: "\f64f";
}

/* line 941, styles/designs/_external.scss */
.la-clinic-medical:before {
  content: "\f7f2";
}

/* line 944, styles/designs/_external.scss */
.la-clipboard:before {
  content: "\f328";
}

/* line 947, styles/designs/_external.scss */
.la-clipboard-check:before {
  content: "\f46c";
}

/* line 950, styles/designs/_external.scss */
.la-clipboard-list:before {
  content: "\f46d";
}

/* line 953, styles/designs/_external.scss */
.la-clock:before {
  content: "\f017";
}

/* line 956, styles/designs/_external.scss */
.la-clone:before {
  content: "\f24d";
}

/* line 959, styles/designs/_external.scss */
.la-closed-captioning:before {
  content: "\f20a";
}

/* line 962, styles/designs/_external.scss */
.la-cloud:before {
  content: "\f0c2";
}

/* line 965, styles/designs/_external.scss */
.la-cloud-download-alt:before {
  content: "\f381";
}

/* line 968, styles/designs/_external.scss */
.la-cloud-meatball:before {
  content: "\f73b";
}

/* line 971, styles/designs/_external.scss */
.la-cloud-moon:before {
  content: "\f6c3";
}

/* line 974, styles/designs/_external.scss */
.la-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 977, styles/designs/_external.scss */
.la-cloud-rain:before {
  content: "\f73d";
}

/* line 980, styles/designs/_external.scss */
.la-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 983, styles/designs/_external.scss */
.la-cloud-sun:before {
  content: "\f6c4";
}

/* line 986, styles/designs/_external.scss */
.la-cloud-sun-rain:before {
  content: "\f743";
}

/* line 989, styles/designs/_external.scss */
.la-cloud-upload-alt:before {
  content: "\f382";
}

/* line 992, styles/designs/_external.scss */
.la-cloudscale:before {
  content: "\f383";
}

/* line 995, styles/designs/_external.scss */
.la-cloudsmith:before {
  content: "\f384";
}

/* line 998, styles/designs/_external.scss */
.la-cloudversify:before {
  content: "\f385";
}

/* line 1001, styles/designs/_external.scss */
.la-cocktail:before {
  content: "\f561";
}

/* line 1004, styles/designs/_external.scss */
.la-code:before {
  content: "\f121";
}

/* line 1007, styles/designs/_external.scss */
.la-code-branch:before {
  content: "\f126";
}

/* line 1010, styles/designs/_external.scss */
.la-codepen:before {
  content: "\f1cb";
}

/* line 1013, styles/designs/_external.scss */
.la-codiepie:before {
  content: "\f284";
}

/* line 1016, styles/designs/_external.scss */
.la-coffee:before {
  content: "\f0f4";
}

/* line 1019, styles/designs/_external.scss */
.la-cog:before {
  content: "\f013";
}

/* line 1022, styles/designs/_external.scss */
.la-cogs:before {
  content: "\f085";
}

/* line 1025, styles/designs/_external.scss */
.la-coins:before {
  content: "\f51e";
}

/* line 1028, styles/designs/_external.scss */
.la-columns:before {
  content: "\f0db";
}

/* line 1031, styles/designs/_external.scss */
.la-comment:before {
  content: "\f075";
}

/* line 1034, styles/designs/_external.scss */
.la-comment-alt:before {
  content: "\f27a";
}

/* line 1037, styles/designs/_external.scss */
.la-comment-dollar:before {
  content: "\f651";
}

/* line 1040, styles/designs/_external.scss */
.la-comment-dots:before {
  content: "\f4ad";
}

/* line 1043, styles/designs/_external.scss */
.la-comment-medical:before {
  content: "\f7f5";
}

/* line 1046, styles/designs/_external.scss */
.la-comment-slash:before {
  content: "\f4b3";
}

/* line 1049, styles/designs/_external.scss */
.la-comments:before {
  content: "\f086";
}

/* line 1052, styles/designs/_external.scss */
.la-comments-dollar:before {
  content: "\f653";
}

/* line 1055, styles/designs/_external.scss */
.la-compact-disc:before {
  content: "\f51f";
}

/* line 1058, styles/designs/_external.scss */
.la-compass:before {
  content: "\f14e";
}

/* line 1061, styles/designs/_external.scss */
.la-compress:before {
  content: "\f066";
}

/* line 1064, styles/designs/_external.scss */
.la-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 1067, styles/designs/_external.scss */
.la-concierge-bell:before {
  content: "\f562";
}

/* line 1070, styles/designs/_external.scss */
.la-confluence:before {
  content: "\f78d";
}

/* line 1073, styles/designs/_external.scss */
.la-connectdevelop:before {
  content: "\f20e";
}

/* line 1076, styles/designs/_external.scss */
.la-contao:before {
  content: "\f26d";
}

/* line 1079, styles/designs/_external.scss */
.la-cookie:before {
  content: "\f563";
}

/* line 1082, styles/designs/_external.scss */
.la-cookie-bite:before {
  content: "\f564";
}

/* line 1085, styles/designs/_external.scss */
.la-copy:before {
  content: "\f0c5";
}

/* line 1088, styles/designs/_external.scss */
.la-copyright:before {
  content: "\f1f9";
}

/* line 1091, styles/designs/_external.scss */
.la-cotton-bureau:before {
  content: "\f89e";
}

/* line 1094, styles/designs/_external.scss */
.la-couch:before {
  content: "\f4b8";
}

/* line 1097, styles/designs/_external.scss */
.la-cpanel:before {
  content: "\f388";
}

/* line 1100, styles/designs/_external.scss */
.la-creative-commons:before {
  content: "\f25e";
}

/* line 1103, styles/designs/_external.scss */
.la-creative-commons-by:before {
  content: "\f4e7";
}

/* line 1106, styles/designs/_external.scss */
.la-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 1109, styles/designs/_external.scss */
.la-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 1112, styles/designs/_external.scss */
.la-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 1115, styles/designs/_external.scss */
.la-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 1118, styles/designs/_external.scss */
.la-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 1121, styles/designs/_external.scss */
.la-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 1124, styles/designs/_external.scss */
.la-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 1127, styles/designs/_external.scss */
.la-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 1130, styles/designs/_external.scss */
.la-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 1133, styles/designs/_external.scss */
.la-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 1136, styles/designs/_external.scss */
.la-creative-commons-share:before {
  content: "\f4f2";
}

/* line 1139, styles/designs/_external.scss */
.la-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 1142, styles/designs/_external.scss */
.la-credit-card:before {
  content: "\f09d";
}

/* line 1145, styles/designs/_external.scss */
.la-critical-role:before {
  content: "\f6c9";
}

/* line 1148, styles/designs/_external.scss */
.la-crop:before {
  content: "\f125";
}

/* line 1151, styles/designs/_external.scss */
.la-crop-alt:before {
  content: "\f565";
}

/* line 1154, styles/designs/_external.scss */
.la-cross:before {
  content: "\f654";
}

/* line 1157, styles/designs/_external.scss */
.la-crosshairs:before {
  content: "\f05b";
}

/* line 1160, styles/designs/_external.scss */
.la-crow:before {
  content: "\f520";
}

/* line 1163, styles/designs/_external.scss */
.la-crown:before {
  content: "\f521";
}

/* line 1166, styles/designs/_external.scss */
.la-crutch:before {
  content: "\f7f7";
}

/* line 1169, styles/designs/_external.scss */
.la-css3:before {
  content: "\f13c";
}

/* line 1172, styles/designs/_external.scss */
.la-css3-alt:before {
  content: "\f38b";
}

/* line 1175, styles/designs/_external.scss */
.la-cube:before {
  content: "\f1b2";
}

/* line 1178, styles/designs/_external.scss */
.la-cubes:before {
  content: "\f1b3";
}

/* line 1181, styles/designs/_external.scss */
.la-cut:before {
  content: "\f0c4";
}

/* line 1184, styles/designs/_external.scss */
.la-cuttlefish:before {
  content: "\f38c";
}

/* line 1187, styles/designs/_external.scss */
.la-d-and-d:before {
  content: "\f38d";
}

/* line 1190, styles/designs/_external.scss */
.la-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 1193, styles/designs/_external.scss */
.la-dashcube:before {
  content: "\f210";
}

/* line 1196, styles/designs/_external.scss */
.la-database:before {
  content: "\f1c0";
}

/* line 1199, styles/designs/_external.scss */
.la-deaf:before {
  content: "\f2a4";
}

/* line 1202, styles/designs/_external.scss */
.la-delicious:before {
  content: "\f1a5";
}

/* line 1205, styles/designs/_external.scss */
.la-democrat:before {
  content: "\f747";
}

/* line 1208, styles/designs/_external.scss */
.la-deploydog:before {
  content: "\f38e";
}

/* line 1211, styles/designs/_external.scss */
.la-deskpro:before {
  content: "\f38f";
}

/* line 1214, styles/designs/_external.scss */
.la-desktop:before {
  content: "\f108";
}

/* line 1217, styles/designs/_external.scss */
.la-dev:before {
  content: "\f6cc";
}

/* line 1220, styles/designs/_external.scss */
.la-deviantart:before {
  content: "\f1bd";
}

/* line 1223, styles/designs/_external.scss */
.la-dharmachakra:before {
  content: "\f655";
}

/* line 1226, styles/designs/_external.scss */
.la-dhl:before {
  content: "\f790";
}

/* line 1229, styles/designs/_external.scss */
.la-diagnoses:before {
  content: "\f470";
}

/* line 1232, styles/designs/_external.scss */
.la-diaspora:before {
  content: "\f791";
}

/* line 1235, styles/designs/_external.scss */
.la-dice:before {
  content: "\f522";
}

/* line 1238, styles/designs/_external.scss */
.la-dice-d20:before {
  content: "\f6cf";
}

/* line 1241, styles/designs/_external.scss */
.la-dice-d6:before {
  content: "\f6d1";
}

/* line 1244, styles/designs/_external.scss */
.la-dice-five:before {
  content: "\f523";
}

/* line 1247, styles/designs/_external.scss */
.la-dice-four:before {
  content: "\f524";
}

/* line 1250, styles/designs/_external.scss */
.la-dice-one:before {
  content: "\f525";
}

/* line 1253, styles/designs/_external.scss */
.la-dice-six:before {
  content: "\f526";
}

/* line 1256, styles/designs/_external.scss */
.la-dice-three:before {
  content: "\f527";
}

/* line 1259, styles/designs/_external.scss */
.la-dice-two:before {
  content: "\f528";
}

/* line 1262, styles/designs/_external.scss */
.la-digg:before {
  content: "\f1a6";
}

/* line 1265, styles/designs/_external.scss */
.la-digital-ocean:before {
  content: "\f391";
}

/* line 1268, styles/designs/_external.scss */
.la-digital-tachograph:before {
  content: "\f566";
}

/* line 1271, styles/designs/_external.scss */
.la-directions:before {
  content: "\f5eb";
}

/* line 1274, styles/designs/_external.scss */
.la-discord:before {
  content: "\f392";
}

/* line 1277, styles/designs/_external.scss */
.la-discourse:before {
  content: "\f393";
}

/* line 1280, styles/designs/_external.scss */
.la-divide:before {
  content: "\f529";
}

/* line 1283, styles/designs/_external.scss */
.la-dizzy:before {
  content: "\f567";
}

/* line 1286, styles/designs/_external.scss */
.la-dna:before {
  content: "\f471";
}

/* line 1289, styles/designs/_external.scss */
.la-dochub:before {
  content: "\f394";
}

/* line 1292, styles/designs/_external.scss */
.la-docker:before {
  content: "\f395";
}

/* line 1295, styles/designs/_external.scss */
.la-dog:before {
  content: "\f6d3";
}

/* line 1298, styles/designs/_external.scss */
.la-dollar-sign:before {
  content: "\f155";
}

/* line 1301, styles/designs/_external.scss */
.la-dolly:before {
  content: "\f472";
}

/* line 1304, styles/designs/_external.scss */
.la-dolly-flatbed:before {
  content: "\f474";
}

/* line 1307, styles/designs/_external.scss */
.la-donate:before {
  content: "\f4b9";
}

/* line 1310, styles/designs/_external.scss */
.la-door-closed:before {
  content: "\f52a";
}

/* line 1313, styles/designs/_external.scss */
.la-door-open:before {
  content: "\f52b";
}

/* line 1316, styles/designs/_external.scss */
.la-dot-circle:before {
  content: "\f192";
}

/* line 1319, styles/designs/_external.scss */
.la-dove:before {
  content: "\f4ba";
}

/* line 1322, styles/designs/_external.scss */
.la-download:before {
  content: "\f019";
}

/* line 1325, styles/designs/_external.scss */
.la-draft2digital:before {
  content: "\f396";
}

/* line 1328, styles/designs/_external.scss */
.la-drafting-compass:before {
  content: "\f568";
}

/* line 1331, styles/designs/_external.scss */
.la-dragon:before {
  content: "\f6d5";
}

/* line 1334, styles/designs/_external.scss */
.la-draw-polygon:before {
  content: "\f5ee";
}

/* line 1337, styles/designs/_external.scss */
.la-dribbble:before {
  content: "\f17d";
}

/* line 1340, styles/designs/_external.scss */
.la-dribbble-square:before {
  content: "\f397";
}

/* line 1343, styles/designs/_external.scss */
.la-dropbox:before {
  content: "\f16b";
}

/* line 1346, styles/designs/_external.scss */
.la-drum:before {
  content: "\f569";
}

/* line 1349, styles/designs/_external.scss */
.la-drum-steelpan:before {
  content: "\f56a";
}

/* line 1352, styles/designs/_external.scss */
.la-drumstick-bite:before {
  content: "\f6d7";
}

/* line 1355, styles/designs/_external.scss */
.la-drupal:before {
  content: "\f1a9";
}

/* line 1358, styles/designs/_external.scss */
.la-dumbbell:before {
  content: "\f44b";
}

/* line 1361, styles/designs/_external.scss */
.la-dumpster:before {
  content: "\f793";
}

/* line 1364, styles/designs/_external.scss */
.la-dumpster-fire:before {
  content: "\f794";
}

/* line 1367, styles/designs/_external.scss */
.la-dungeon:before {
  content: "\f6d9";
}

/* line 1370, styles/designs/_external.scss */
.la-dyalog:before {
  content: "\f399";
}

/* line 1373, styles/designs/_external.scss */
.la-earlybirds:before {
  content: "\f39a";
}

/* line 1376, styles/designs/_external.scss */
.la-ebay:before {
  content: "\f4f4";
}

/* line 1379, styles/designs/_external.scss */
.la-edge:before {
  content: "\f282";
}

/* line 1382, styles/designs/_external.scss */
.la-edit:before {
  content: "\f044";
}

/* line 1385, styles/designs/_external.scss */
.la-egg:before {
  content: "\f7fb";
}

/* line 1388, styles/designs/_external.scss */
.la-eject:before {
  content: "\f052";
}

/* line 1391, styles/designs/_external.scss */
.la-elementor:before {
  content: "\f430";
}

/* line 1394, styles/designs/_external.scss */
.la-ellipsis-h:before {
  content: "\f141";
}

/* line 1397, styles/designs/_external.scss */
.la-ellipsis-v:before {
  content: "\f142";
}

/* line 1400, styles/designs/_external.scss */
.la-ello:before {
  content: "\f5f1";
}

/* line 1403, styles/designs/_external.scss */
.la-ember:before {
  content: "\f423";
}

/* line 1406, styles/designs/_external.scss */
.la-empire:before {
  content: "\f1d1";
}

/* line 1409, styles/designs/_external.scss */
.la-envelope:before {
  content: "\f0e0";
}

/* line 1412, styles/designs/_external.scss */
.la-envelope-open:before {
  content: "\f2b6";
}

/* line 1415, styles/designs/_external.scss */
.la-envelope-open-text:before {
  content: "\f658";
}

/* line 1418, styles/designs/_external.scss */
.la-envelope-square:before {
  content: "\f199";
}

/* line 1421, styles/designs/_external.scss */
.la-envira:before {
  content: "\f299";
}

/* line 1424, styles/designs/_external.scss */
.la-equals:before {
  content: "\f52c";
}

/* line 1427, styles/designs/_external.scss */
.la-eraser:before {
  content: "\f12d";
}

/* line 1430, styles/designs/_external.scss */
.la-erlang:before {
  content: "\f39d";
}

/* line 1433, styles/designs/_external.scss */
.la-ethereum:before {
  content: "\f42e";
}

/* line 1436, styles/designs/_external.scss */
.la-ethernet:before {
  content: "\f796";
}

/* line 1439, styles/designs/_external.scss */
.la-etsy:before {
  content: "\f2d7";
}

/* line 1442, styles/designs/_external.scss */
.la-euro-sign:before {
  content: "\f153";
}

/* line 1445, styles/designs/_external.scss */
.la-evernote:before {
  content: "\f839";
}

/* line 1448, styles/designs/_external.scss */
.la-exchange-alt:before {
  content: "\f362";
}

/* line 1451, styles/designs/_external.scss */
.la-exclamation:before {
  content: "\f12a";
}

/* line 1454, styles/designs/_external.scss */
.la-exclamation-circle:before {
  content: "\f06a";
}

/* line 1457, styles/designs/_external.scss */
.la-exclamation-triangle:before {
  content: "\f071";
}

/* line 1460, styles/designs/_external.scss */
.la-expand:before {
  content: "\f065";
}

/* line 1463, styles/designs/_external.scss */
.la-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 1466, styles/designs/_external.scss */
.la-expeditedssl:before {
  content: "\f23e";
}

/* line 1469, styles/designs/_external.scss */
.la-external-link-alt:before {
  content: "\f35d";
}

/* line 1472, styles/designs/_external.scss */
.la-external-link-square-alt:before {
  content: "\f360";
}

/* line 1475, styles/designs/_external.scss */
.la-eye:before {
  content: "\f06e";
}

/* line 1478, styles/designs/_external.scss */
.la-eye-dropper:before {
  content: "\f1fb";
}

/* line 1481, styles/designs/_external.scss */
.la-eye-slash:before {
  content: "\f070";
}

/* line 1484, styles/designs/_external.scss */
.la-facebook:before {
  content: "\f09a";
}

/* line 1487, styles/designs/_external.scss */
.la-facebook-f:before {
  content: "\f39e";
}

/* line 1490, styles/designs/_external.scss */
.la-facebook-messenger:before {
  content: "\f39f";
}

/* line 1493, styles/designs/_external.scss */
.la-facebook-square:before {
  content: "\f082";
}

/* line 1496, styles/designs/_external.scss */
.la-fan:before {
  content: "\f863";
}

/* line 1499, styles/designs/_external.scss */
.la-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 1502, styles/designs/_external.scss */
.la-fast-backward:before {
  content: "\f049";
}

/* line 1505, styles/designs/_external.scss */
.la-fast-forward:before {
  content: "\f050";
}

/* line 1508, styles/designs/_external.scss */
.la-fax:before {
  content: "\f1ac";
}

/* line 1511, styles/designs/_external.scss */
.la-feather:before {
  content: "\f52d";
}

/* line 1514, styles/designs/_external.scss */
.la-feather-alt:before {
  content: "\f56b";
}

/* line 1517, styles/designs/_external.scss */
.la-fedex:before {
  content: "\f797";
}

/* line 1520, styles/designs/_external.scss */
.la-fedora:before {
  content: "\f798";
}

/* line 1523, styles/designs/_external.scss */
.la-female:before {
  content: "\f182";
}

/* line 1526, styles/designs/_external.scss */
.la-fighter-jet:before {
  content: "\f0fb";
}

/* line 1529, styles/designs/_external.scss */
.la-figma:before {
  content: "\f799";
}

/* line 1532, styles/designs/_external.scss */
.la-file:before {
  content: "\f15b";
}

/* line 1535, styles/designs/_external.scss */
.la-file-alt:before {
  content: "\f15c";
}

/* line 1538, styles/designs/_external.scss */
.la-file-archive:before {
  content: "\f1c6";
}

/* line 1541, styles/designs/_external.scss */
.la-file-audio:before {
  content: "\f1c7";
}

/* line 1544, styles/designs/_external.scss */
.la-file-code:before {
  content: "\f1c9";
}

/* line 1547, styles/designs/_external.scss */
.la-file-contract:before {
  content: "\f56c";
}

/* line 1550, styles/designs/_external.scss */
.la-file-csv:before {
  content: "\f6dd";
}

/* line 1553, styles/designs/_external.scss */
.la-file-download:before {
  content: "\f56d";
}

/* line 1556, styles/designs/_external.scss */
.la-file-excel:before {
  content: "\f1c3";
}

/* line 1559, styles/designs/_external.scss */
.la-file-export:before {
  content: "\f56e";
}

/* line 1562, styles/designs/_external.scss */
.la-file-image:before {
  content: "\f1c5";
}

/* line 1565, styles/designs/_external.scss */
.la-file-import:before {
  content: "\f56f";
}

/* line 1568, styles/designs/_external.scss */
.la-file-invoice:before {
  content: "\f570";
}

/* line 1571, styles/designs/_external.scss */
.la-file-invoice-dollar:before {
  content: "\f571";
}

/* line 1574, styles/designs/_external.scss */
.la-file-medical:before {
  content: "\f477";
}

/* line 1577, styles/designs/_external.scss */
.la-file-medical-alt:before {
  content: "\f478";
}

/* line 1580, styles/designs/_external.scss */
.la-file-pdf:before {
  content: "\f1c1";
}

/* line 1583, styles/designs/_external.scss */
.la-file-powerpoint:before {
  content: "\f1c4";
}

/* line 1586, styles/designs/_external.scss */
.la-file-prescription:before {
  content: "\f572";
}

/* line 1589, styles/designs/_external.scss */
.la-file-signature:before {
  content: "\f573";
}

/* line 1592, styles/designs/_external.scss */
.la-file-upload:before {
  content: "\f574";
}

/* line 1595, styles/designs/_external.scss */
.la-file-video:before {
  content: "\f1c8";
}

/* line 1598, styles/designs/_external.scss */
.la-file-word:before {
  content: "\f1c2";
}

/* line 1601, styles/designs/_external.scss */
.la-fill:before {
  content: "\f575";
}

/* line 1604, styles/designs/_external.scss */
.la-fill-drip:before {
  content: "\f576";
}

/* line 1607, styles/designs/_external.scss */
.la-film:before {
  content: "\f008";
}

/* line 1610, styles/designs/_external.scss */
.la-filter:before {
  content: "\f0b0";
}

/* line 1613, styles/designs/_external.scss */
.la-fingerprint:before {
  content: "\f577";
}

/* line 1616, styles/designs/_external.scss */
.la-fire:before {
  content: "\f06d";
}

/* line 1619, styles/designs/_external.scss */
.la-fire-alt:before {
  content: "\f7e4";
}

/* line 1622, styles/designs/_external.scss */
.la-fire-extinguisher:before {
  content: "\f134";
}

/* line 1625, styles/designs/_external.scss */
.la-firefox:before {
  content: "\f269";
}

/* line 1628, styles/designs/_external.scss */
.la-first-aid:before {
  content: "\f479";
}

/* line 1631, styles/designs/_external.scss */
.la-first-order:before {
  content: "\f2b0";
}

/* line 1634, styles/designs/_external.scss */
.la-first-order-alt:before {
  content: "\f50a";
}

/* line 1637, styles/designs/_external.scss */
.la-firstdraft:before {
  content: "\f3a1";
}

/* line 1640, styles/designs/_external.scss */
.la-fish:before {
  content: "\f578";
}

/* line 1643, styles/designs/_external.scss */
.la-fist-raised:before {
  content: "\f6de";
}

/* line 1646, styles/designs/_external.scss */
.la-flag:before {
  content: "\f024";
}

/* line 1649, styles/designs/_external.scss */
.la-flag-checkered:before {
  content: "\f11e";
}

/* line 1652, styles/designs/_external.scss */
.la-flag-usa:before {
  content: "\f74d";
}

/* line 1655, styles/designs/_external.scss */
.la-flask:before {
  content: "\f0c3";
}

/* line 1658, styles/designs/_external.scss */
.la-flickr:before {
  content: "\f16e";
}

/* line 1661, styles/designs/_external.scss */
.la-flipboard:before {
  content: "\f44d";
}

/* line 1664, styles/designs/_external.scss */
.la-flushed:before {
  content: "\f579";
}

/* line 1667, styles/designs/_external.scss */
.la-fly:before {
  content: "\f417";
}

/* line 1670, styles/designs/_external.scss */
.la-folder:before {
  content: "\f07b";
}

/* line 1673, styles/designs/_external.scss */
.la-folder-minus:before {
  content: "\f65d";
}

/* line 1676, styles/designs/_external.scss */
.la-folder-open:before {
  content: "\f07c";
}

/* line 1679, styles/designs/_external.scss */
.la-folder-plus:before {
  content: "\f65e";
}

/* line 1682, styles/designs/_external.scss */
.la-font:before {
  content: "\f031";
}

/* line 1685, styles/designs/_external.scss */
.la-font-awesome:before {
  content: "\f2b4";
}

/* line 1688, styles/designs/_external.scss */
.la-font-awesome-alt:before {
  content: "\f35c";
}

/* line 1691, styles/designs/_external.scss */
.la-font-awesome-flag:before {
  content: "\f425";
}

/* line 1694, styles/designs/_external.scss */
.la-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 1697, styles/designs/_external.scss */
.la-fonticons:before {
  content: "\f280";
}

/* line 1700, styles/designs/_external.scss */
.la-fonticons-fi:before {
  content: "\f3a2";
}

/* line 1703, styles/designs/_external.scss */
.la-football-ball:before {
  content: "\f44e";
}

/* line 1706, styles/designs/_external.scss */
.la-fort-awesome:before {
  content: "\f286";
}

/* line 1709, styles/designs/_external.scss */
.la-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 1712, styles/designs/_external.scss */
.la-forumbee:before {
  content: "\f211";
}

/* line 1715, styles/designs/_external.scss */
.la-forward:before {
  content: "\f04e";
}

/* line 1718, styles/designs/_external.scss */
.la-foursquare:before {
  content: "\f180";
}

/* line 1721, styles/designs/_external.scss */
.la-free-code-camp:before {
  content: "\f2c5";
}

/* line 1724, styles/designs/_external.scss */
.la-freebsd:before {
  content: "\f3a4";
}

/* line 1727, styles/designs/_external.scss */
.la-frog:before {
  content: "\f52e";
}

/* line 1730, styles/designs/_external.scss */
.la-frown:before {
  content: "\f119";
}

/* line 1733, styles/designs/_external.scss */
.la-frown-open:before {
  content: "\f57a";
}

/* line 1736, styles/designs/_external.scss */
.la-fulcrum:before {
  content: "\f50b";
}

/* line 1739, styles/designs/_external.scss */
.la-funnel-dollar:before {
  content: "\f662";
}

/* line 1742, styles/designs/_external.scss */
.la-futbol:before {
  content: "\f1e3";
}

/* line 1745, styles/designs/_external.scss */
.la-galactic-republic:before {
  content: "\f50c";
}

/* line 1748, styles/designs/_external.scss */
.la-galactic-senate:before {
  content: "\f50d";
}

/* line 1751, styles/designs/_external.scss */
.la-gamepad:before {
  content: "\f11b";
}

/* line 1754, styles/designs/_external.scss */
.la-gas-pump:before {
  content: "\f52f";
}

/* line 1757, styles/designs/_external.scss */
.la-gavel:before {
  content: "\f0e3";
}

/* line 1760, styles/designs/_external.scss */
.la-gem:before {
  content: "\f3a5";
}

/* line 1763, styles/designs/_external.scss */
.la-genderless:before {
  content: "\f22d";
}

/* line 1766, styles/designs/_external.scss */
.la-get-pocket:before {
  content: "\f265";
}

/* line 1769, styles/designs/_external.scss */
.la-gg:before {
  content: "\f260";
}

/* line 1772, styles/designs/_external.scss */
.la-gg-circle:before {
  content: "\f261";
}

/* line 1775, styles/designs/_external.scss */
.la-ghost:before {
  content: "\f6e2";
}

/* line 1778, styles/designs/_external.scss */
.la-gift:before {
  content: "\f06b";
}

/* line 1781, styles/designs/_external.scss */
.la-gifts:before {
  content: "\f79c";
}

/* line 1784, styles/designs/_external.scss */
.la-git:before {
  content: "\f1d3";
}

/* line 1787, styles/designs/_external.scss */
.la-git-alt:before {
  content: "\f841";
}

/* line 1790, styles/designs/_external.scss */
.la-git-square:before {
  content: "\f1d2";
}

/* line 1793, styles/designs/_external.scss */
.la-github:before {
  content: "\f09b";
}

/* line 1796, styles/designs/_external.scss */
.la-github-alt:before {
  content: "\f113";
}

/* line 1799, styles/designs/_external.scss */
.la-github-square:before {
  content: "\f092";
}

/* line 1802, styles/designs/_external.scss */
.la-gitkraken:before {
  content: "\f3a6";
}

/* line 1805, styles/designs/_external.scss */
.la-gitlab:before {
  content: "\f296";
}

/* line 1808, styles/designs/_external.scss */
.la-gitter:before {
  content: "\f426";
}

/* line 1811, styles/designs/_external.scss */
.la-glass-cheers:before {
  content: "\f79f";
}

/* line 1814, styles/designs/_external.scss */
.la-glass-martini:before {
  content: "\f000";
}

/* line 1817, styles/designs/_external.scss */
.la-glass-martini-alt:before {
  content: "\f57b";
}

/* line 1820, styles/designs/_external.scss */
.la-glass-whiskey:before {
  content: "\f7a0";
}

/* line 1823, styles/designs/_external.scss */
.la-glasses:before {
  content: "\f530";
}

/* line 1826, styles/designs/_external.scss */
.la-glide:before {
  content: "\f2a5";
}

/* line 1829, styles/designs/_external.scss */
.la-glide-g:before {
  content: "\f2a6";
}

/* line 1832, styles/designs/_external.scss */
.la-globe:before {
  content: "\f0ac";
}

/* line 1835, styles/designs/_external.scss */
.la-globe-africa:before {
  content: "\f57c";
}

/* line 1838, styles/designs/_external.scss */
.la-globe-americas:before {
  content: "\f57d";
}

/* line 1841, styles/designs/_external.scss */
.la-globe-asia:before {
  content: "\f57e";
}

/* line 1844, styles/designs/_external.scss */
.la-globe-europe:before {
  content: "\f7a2";
}

/* line 1847, styles/designs/_external.scss */
.la-gofore:before {
  content: "\f3a7";
}

/* line 1850, styles/designs/_external.scss */
.la-golf-ball:before {
  content: "\f450";
}

/* line 1853, styles/designs/_external.scss */
.la-goodreads:before {
  content: "\f3a8";
}

/* line 1856, styles/designs/_external.scss */
.la-goodreads-g:before {
  content: "\f3a9";
}

/* line 1859, styles/designs/_external.scss */
.la-google:before {
  content: "\f1a0";
}

/* line 1862, styles/designs/_external.scss */
.la-google-drive:before {
  content: "\f3aa";
}

/* line 1865, styles/designs/_external.scss */
.la-google-play:before {
  content: "\f3ab";
}

/* line 1868, styles/designs/_external.scss */
.la-google-plus:before {
  content: "\f2b3";
}

/* line 1871, styles/designs/_external.scss */
.la-google-plus-g:before {
  content: "\f0d5";
}

/* line 1874, styles/designs/_external.scss */
.la-google-plus-square:before {
  content: "\f0d4";
}

/* line 1877, styles/designs/_external.scss */
.la-google-wallet:before {
  content: "\f1ee";
}

/* line 1880, styles/designs/_external.scss */
.la-gopuram:before {
  content: "\f664";
}

/* line 1883, styles/designs/_external.scss */
.la-graduation-cap:before {
  content: "\f19d";
}

/* line 1886, styles/designs/_external.scss */
.la-gratipay:before {
  content: "\f184";
}

/* line 1889, styles/designs/_external.scss */
.la-grav:before {
  content: "\f2d6";
}

/* line 1892, styles/designs/_external.scss */
.la-greater-than:before {
  content: "\f531";
}

/* line 1895, styles/designs/_external.scss */
.la-greater-than-equal:before {
  content: "\f532";
}

/* line 1898, styles/designs/_external.scss */
.la-grimace:before {
  content: "\f57f";
}

/* line 1901, styles/designs/_external.scss */
.la-grin:before {
  content: "\f580";
}

/* line 1904, styles/designs/_external.scss */
.la-grin-alt:before {
  content: "\f581";
}

/* line 1907, styles/designs/_external.scss */
.la-grin-beam:before {
  content: "\f582";
}

/* line 1910, styles/designs/_external.scss */
.la-grin-beam-sweat:before {
  content: "\f583";
}

/* line 1913, styles/designs/_external.scss */
.la-grin-hearts:before {
  content: "\f584";
}

/* line 1916, styles/designs/_external.scss */
.la-grin-squint:before {
  content: "\f585";
}

/* line 1919, styles/designs/_external.scss */
.la-grin-squint-tears:before {
  content: "\f586";
}

/* line 1922, styles/designs/_external.scss */
.la-grin-stars:before {
  content: "\f587";
}

/* line 1925, styles/designs/_external.scss */
.la-grin-tears:before {
  content: "\f588";
}

/* line 1928, styles/designs/_external.scss */
.la-grin-tongue:before {
  content: "\f589";
}

/* line 1931, styles/designs/_external.scss */
.la-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 1934, styles/designs/_external.scss */
.la-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 1937, styles/designs/_external.scss */
.la-grin-wink:before {
  content: "\f58c";
}

/* line 1940, styles/designs/_external.scss */
.la-grip-horizontal:before {
  content: "\f58d";
}

/* line 1943, styles/designs/_external.scss */
.la-grip-lines:before {
  content: "\f7a4";
}

/* line 1946, styles/designs/_external.scss */
.la-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 1949, styles/designs/_external.scss */
.la-grip-vertical:before {
  content: "\f58e";
}

/* line 1952, styles/designs/_external.scss */
.la-gripfire:before {
  content: "\f3ac";
}

/* line 1955, styles/designs/_external.scss */
.la-grunt:before {
  content: "\f3ad";
}

/* line 1958, styles/designs/_external.scss */
.la-guitar:before {
  content: "\f7a6";
}

/* line 1961, styles/designs/_external.scss */
.la-gulp:before {
  content: "\f3ae";
}

/* line 1964, styles/designs/_external.scss */
.la-h-square:before {
  content: "\f0fd";
}

/* line 1967, styles/designs/_external.scss */
.la-hacker-news:before {
  content: "\f1d4";
}

/* line 1970, styles/designs/_external.scss */
.la-hacker-news-square:before {
  content: "\f3af";
}

/* line 1973, styles/designs/_external.scss */
.la-hackerrank:before {
  content: "\f5f7";
}

/* line 1976, styles/designs/_external.scss */
.la-hamburger:before {
  content: "\f805";
}

/* line 1979, styles/designs/_external.scss */
.la-hammer:before {
  content: "\f6e3";
}

/* line 1982, styles/designs/_external.scss */
.la-hamsa:before {
  content: "\f665";
}

/* line 1985, styles/designs/_external.scss */
.la-hand-holding:before {
  content: "\f4bd";
}

/* line 1988, styles/designs/_external.scss */
.la-hand-holding-heart:before {
  content: "\f4be";
}

/* line 1991, styles/designs/_external.scss */
.la-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 1994, styles/designs/_external.scss */
.la-hand-lizard:before {
  content: "\f258";
}

/* line 1997, styles/designs/_external.scss */
.la-hand-middle-finger:before {
  content: "\f806";
}

/* line 2000, styles/designs/_external.scss */
.la-hand-paper:before {
  content: "\f256";
}

/* line 2003, styles/designs/_external.scss */
.la-hand-peace:before {
  content: "\f25b";
}

/* line 2006, styles/designs/_external.scss */
.la-hand-point-down:before {
  content: "\f0a7";
}

/* line 2009, styles/designs/_external.scss */
.la-hand-point-left:before {
  content: "\f0a5";
}

/* line 2012, styles/designs/_external.scss */
.la-hand-point-right:before {
  content: "\f0a4";
}

/* line 2015, styles/designs/_external.scss */
.la-hand-point-up:before {
  content: "\f0a6";
}

/* line 2018, styles/designs/_external.scss */
.la-hand-pointer:before {
  content: "\f25a";
}

/* line 2021, styles/designs/_external.scss */
.la-hand-rock:before {
  content: "\f255";
}

/* line 2024, styles/designs/_external.scss */
.la-hand-scissors:before {
  content: "\f257";
}

/* line 2027, styles/designs/_external.scss */
.la-hand-spock:before {
  content: "\f259";
}

/* line 2030, styles/designs/_external.scss */
.la-hands:before {
  content: "\f4c2";
}

/* line 2033, styles/designs/_external.scss */
.la-hands-helping:before {
  content: "\f4c4";
}

/* line 2036, styles/designs/_external.scss */
.la-handshake:before {
  content: "\f2b5";
}

/* line 2039, styles/designs/_external.scss */
.la-hanukiah:before {
  content: "\f6e6";
}

/* line 2042, styles/designs/_external.scss */
.la-hard-hat:before {
  content: "\f807";
}

/* line 2045, styles/designs/_external.scss */
.la-hashtag:before {
  content: "\f292";
}

/* line 2048, styles/designs/_external.scss */
.la-hat-cowboy:before {
  content: "\f8c0";
}

/* line 2051, styles/designs/_external.scss */
.la-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 2054, styles/designs/_external.scss */
.la-hat-wizard:before {
  content: "\f6e8";
}

/* line 2057, styles/designs/_external.scss */
.la-haykal:before {
  content: "\f666";
}

/* line 2060, styles/designs/_external.scss */
.la-hdd:before {
  content: "\f0a0";
}

/* line 2063, styles/designs/_external.scss */
.la-heading:before {
  content: "\f1dc";
}

/* line 2066, styles/designs/_external.scss */
.la-headphones:before {
  content: "\f025";
}

/* line 2069, styles/designs/_external.scss */
.la-headphones-alt:before {
  content: "\f58f";
}

/* line 2072, styles/designs/_external.scss */
.la-headset:before {
  content: "\f590";
}

/* line 2075, styles/designs/_external.scss */
.la-heart:before {
  content: "\f004";
}

/* line 2078, styles/designs/_external.scss */
.la-heart-broken:before {
  content: "\f7a9";
}

/* line 2081, styles/designs/_external.scss */
.la-heartbeat:before {
  content: "\f21e";
}

/* line 2084, styles/designs/_external.scss */
.la-helicopter:before {
  content: "\f533";
}

/* line 2087, styles/designs/_external.scss */
.la-highlighter:before {
  content: "\f591";
}

/* line 2090, styles/designs/_external.scss */
.la-hiking:before {
  content: "\f6ec";
}

/* line 2093, styles/designs/_external.scss */
.la-hippo:before {
  content: "\f6ed";
}

/* line 2096, styles/designs/_external.scss */
.la-hips:before {
  content: "\f452";
}

/* line 2099, styles/designs/_external.scss */
.la-hire-a-helper:before {
  content: "\f3b0";
}

/* line 2102, styles/designs/_external.scss */
.la-history:before {
  content: "\f1da";
}

/* line 2105, styles/designs/_external.scss */
.la-hockey-puck:before {
  content: "\f453";
}

/* line 2108, styles/designs/_external.scss */
.la-holly-berry:before {
  content: "\f7aa";
}

/* line 2111, styles/designs/_external.scss */
.la-home:before {
  content: "\f015";
}

/* line 2114, styles/designs/_external.scss */
.la-hooli:before {
  content: "\f427";
}

/* line 2117, styles/designs/_external.scss */
.la-hornbill:before {
  content: "\f592";
}

/* line 2120, styles/designs/_external.scss */
.la-horse:before {
  content: "\f6f0";
}

/* line 2123, styles/designs/_external.scss */
.la-horse-head:before {
  content: "\f7ab";
}

/* line 2126, styles/designs/_external.scss */
.la-hospital:before {
  content: "\f0f8";
}

/* line 2129, styles/designs/_external.scss */
.la-hospital-alt:before {
  content: "\f47d";
}

/* line 2132, styles/designs/_external.scss */
.la-hospital-symbol:before {
  content: "\f47e";
}

/* line 2135, styles/designs/_external.scss */
.la-hot-tub:before {
  content: "\f593";
}

/* line 2138, styles/designs/_external.scss */
.la-hotdog:before {
  content: "\f80f";
}

/* line 2141, styles/designs/_external.scss */
.la-hotel:before {
  content: "\f594";
}

/* line 2144, styles/designs/_external.scss */
.la-hotjar:before {
  content: "\f3b1";
}

/* line 2147, styles/designs/_external.scss */
.la-hourglass:before {
  content: "\f254";
}

/* line 2150, styles/designs/_external.scss */
.la-hourglass-end:before {
  content: "\f253";
}

/* line 2153, styles/designs/_external.scss */
.la-hourglass-half:before {
  content: "\f252";
}

/* line 2156, styles/designs/_external.scss */
.la-hourglass-start:before {
  content: "\f251";
}

/* line 2159, styles/designs/_external.scss */
.la-house-damage:before {
  content: "\f6f1";
}

/* line 2162, styles/designs/_external.scss */
.la-houzz:before {
  content: "\f27c";
}

/* line 2165, styles/designs/_external.scss */
.la-hryvnia:before {
  content: "\f6f2";
}

/* line 2168, styles/designs/_external.scss */
.la-html5:before {
  content: "\f13b";
}

/* line 2171, styles/designs/_external.scss */
.la-hubspot:before {
  content: "\f3b2";
}

/* line 2174, styles/designs/_external.scss */
.la-i-cursor:before {
  content: "\f246";
}

/* line 2177, styles/designs/_external.scss */
.la-ice-cream:before {
  content: "\f810";
}

/* line 2180, styles/designs/_external.scss */
.la-icicles:before {
  content: "\f7ad";
}

/* line 2183, styles/designs/_external.scss */
.la-icons:before {
  content: "\f86d";
}

/* line 2186, styles/designs/_external.scss */
.la-id-badge:before {
  content: "\f2c1";
}

/* line 2189, styles/designs/_external.scss */
.la-id-card:before {
  content: "\f2c2";
}

/* line 2192, styles/designs/_external.scss */
.la-id-card-alt:before {
  content: "\f47f";
}

/* line 2195, styles/designs/_external.scss */
.la-igloo:before {
  content: "\f7ae";
}

/* line 2198, styles/designs/_external.scss */
.la-image:before {
  content: "\f03e";
}

/* line 2201, styles/designs/_external.scss */
.la-images:before {
  content: "\f302";
}

/* line 2204, styles/designs/_external.scss */
.la-imdb:before {
  content: "\f2d8";
}

/* line 2207, styles/designs/_external.scss */
.la-inbox:before {
  content: "\f01c";
}

/* line 2210, styles/designs/_external.scss */
.la-indent:before {
  content: "\f03c";
}

/* line 2213, styles/designs/_external.scss */
.la-industry:before {
  content: "\f275";
}

/* line 2216, styles/designs/_external.scss */
.la-infinity:before {
  content: "\f534";
}

/* line 2219, styles/designs/_external.scss */
.la-info:before {
  content: "\f129";
}

/* line 2222, styles/designs/_external.scss */
.la-info-circle:before {
  content: "\f05a";
}

/* line 2225, styles/designs/_external.scss */
.la-instagram:before {
  content: "\f16d";
}

/* line 2228, styles/designs/_external.scss */
.la-intercom:before {
  content: "\f7af";
}

/* line 2231, styles/designs/_external.scss */
.la-internet-explorer:before {
  content: "\f26b";
}

/* line 2234, styles/designs/_external.scss */
.la-invision:before {
  content: "\f7b0";
}

/* line 2237, styles/designs/_external.scss */
.la-ioxhost:before {
  content: "\f208";
}

/* line 2240, styles/designs/_external.scss */
.la-italic:before {
  content: "\f033";
}

/* line 2243, styles/designs/_external.scss */
.la-itch-io:before {
  content: "\f83a";
}

/* line 2246, styles/designs/_external.scss */
.la-itunes:before {
  content: "\f3b4";
}

/* line 2249, styles/designs/_external.scss */
.la-itunes-note:before {
  content: "\f3b5";
}

/* line 2252, styles/designs/_external.scss */
.la-java:before {
  content: "\f4e4";
}

/* line 2255, styles/designs/_external.scss */
.la-jedi:before {
  content: "\f669";
}

/* line 2258, styles/designs/_external.scss */
.la-jedi-order:before {
  content: "\f50e";
}

/* line 2261, styles/designs/_external.scss */
.la-jenkins:before {
  content: "\f3b6";
}

/* line 2264, styles/designs/_external.scss */
.la-jira:before {
  content: "\f7b1";
}

/* line 2267, styles/designs/_external.scss */
.la-joget:before {
  content: "\f3b7";
}

/* line 2270, styles/designs/_external.scss */
.la-joint:before {
  content: "\f595";
}

/* line 2273, styles/designs/_external.scss */
.la-joomla:before {
  content: "\f1aa";
}

/* line 2276, styles/designs/_external.scss */
.la-journal-whills:before {
  content: "\f66a";
}

/* line 2279, styles/designs/_external.scss */
.la-js:before {
  content: "\f3b8";
}

/* line 2282, styles/designs/_external.scss */
.la-js-square:before {
  content: "\f3b9";
}

/* line 2285, styles/designs/_external.scss */
.la-jsfiddle:before {
  content: "\f1cc";
}

/* line 2288, styles/designs/_external.scss */
.la-kaaba:before {
  content: "\f66b";
}

/* line 2291, styles/designs/_external.scss */
.la-kaggle:before {
  content: "\f5fa";
}

/* line 2294, styles/designs/_external.scss */
.la-key:before {
  content: "\f084";
}

/* line 2297, styles/designs/_external.scss */
.la-keybase:before {
  content: "\f4f5";
}

/* line 2300, styles/designs/_external.scss */
.la-keyboard:before {
  content: "\f11c";
}

/* line 2303, styles/designs/_external.scss */
.la-keycdn:before {
  content: "\f3ba";
}

/* line 2306, styles/designs/_external.scss */
.la-khanda:before {
  content: "\f66d";
}

/* line 2309, styles/designs/_external.scss */
.la-kickstarter:before {
  content: "\f3bb";
}

/* line 2312, styles/designs/_external.scss */
.la-kickstarter-k:before {
  content: "\f3bc";
}

/* line 2315, styles/designs/_external.scss */
.la-kiss:before {
  content: "\f596";
}

/* line 2318, styles/designs/_external.scss */
.la-kiss-beam:before {
  content: "\f597";
}

/* line 2321, styles/designs/_external.scss */
.la-kiss-wink-heart:before {
  content: "\f598";
}

/* line 2324, styles/designs/_external.scss */
.la-kiwi-bird:before {
  content: "\f535";
}

/* line 2327, styles/designs/_external.scss */
.la-korvue:before {
  content: "\f42f";
}

/* line 2330, styles/designs/_external.scss */
.la-landmark:before {
  content: "\f66f";
}

/* line 2333, styles/designs/_external.scss */
.la-language:before {
  content: "\f1ab";
}

/* line 2336, styles/designs/_external.scss */
.la-laptop:before {
  content: "\f109";
}

/* line 2339, styles/designs/_external.scss */
.la-laptop-code:before {
  content: "\f5fc";
}

/* line 2342, styles/designs/_external.scss */
.la-laptop-medical:before {
  content: "\f812";
}

/* line 2345, styles/designs/_external.scss */
.la-laravel:before {
  content: "\f3bd";
}

/* line 2348, styles/designs/_external.scss */
.la-lastfm:before {
  content: "\f202";
}

/* line 2351, styles/designs/_external.scss */
.la-lastfm-square:before {
  content: "\f203";
}

/* line 2354, styles/designs/_external.scss */
.la-laugh:before {
  content: "\f599";
}

/* line 2357, styles/designs/_external.scss */
.la-laugh-beam:before {
  content: "\f59a";
}

/* line 2360, styles/designs/_external.scss */
.la-laugh-squint:before {
  content: "\f59b";
}

/* line 2363, styles/designs/_external.scss */
.la-laugh-wink:before {
  content: "\f59c";
}

/* line 2366, styles/designs/_external.scss */
.la-layer-group:before {
  content: "\f5fd";
}

/* line 2369, styles/designs/_external.scss */
.la-leaf:before {
  content: "\f06c";
}

/* line 2372, styles/designs/_external.scss */
.la-leanpub:before {
  content: "\f212";
}

/* line 2375, styles/designs/_external.scss */
.la-lemon:before {
  content: "\f094";
}

/* line 2378, styles/designs/_external.scss */
.la-less:before {
  content: "\f41d";
}

/* line 2381, styles/designs/_external.scss */
.la-less-than:before {
  content: "\f536";
}

/* line 2384, styles/designs/_external.scss */
.la-less-than-equal:before {
  content: "\f537";
}

/* line 2387, styles/designs/_external.scss */
.la-level-down-alt:before {
  content: "\f3be";
}

/* line 2390, styles/designs/_external.scss */
.la-level-up-alt:before {
  content: "\f3bf";
}

/* line 2393, styles/designs/_external.scss */
.la-life-ring:before {
  content: "\f1cd";
}

/* line 2396, styles/designs/_external.scss */
.la-lightbulb:before {
  content: "\f0eb";
}

/* line 2399, styles/designs/_external.scss */
.la-line:before {
  content: "\f3c0";
}

/* line 2402, styles/designs/_external.scss */
.la-link:before {
  content: "\f0c1";
}

/* line 2405, styles/designs/_external.scss */
.la-linkedin:before {
  content: "\f08c";
}

/* line 2408, styles/designs/_external.scss */
.la-linkedin-in:before {
  content: "\f0e1";
}

/* line 2411, styles/designs/_external.scss */
.la-linode:before {
  content: "\f2b8";
}

/* line 2414, styles/designs/_external.scss */
.la-linux:before {
  content: "\f17c";
}

/* line 2417, styles/designs/_external.scss */
.la-lira-sign:before {
  content: "\f195";
}

/* line 2420, styles/designs/_external.scss */
.la-list:before {
  content: "\f03a";
}

/* line 2423, styles/designs/_external.scss */
.la-list-alt:before {
  content: "\f022";
}

/* line 2426, styles/designs/_external.scss */
.la-list-ol:before {
  content: "\f0cb";
}

/* line 2429, styles/designs/_external.scss */
.la-list-ul:before {
  content: "\f0ca";
}

/* line 2432, styles/designs/_external.scss */
.la-location-arrow:before {
  content: "\f124";
}

/* line 2435, styles/designs/_external.scss */
.la-lock:before {
  content: "\f023";
}

/* line 2438, styles/designs/_external.scss */
.la-lock-open:before {
  content: "\f3c1";
}

/* line 2441, styles/designs/_external.scss */
.la-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 2444, styles/designs/_external.scss */
.la-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 2447, styles/designs/_external.scss */
.la-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 2450, styles/designs/_external.scss */
.la-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 2453, styles/designs/_external.scss */
.la-low-vision:before {
  content: "\f2a8";
}

/* line 2456, styles/designs/_external.scss */
.la-luggage-cart:before {
  content: "\f59d";
}

/* line 2459, styles/designs/_external.scss */
.la-lyft:before {
  content: "\f3c3";
}

/* line 2462, styles/designs/_external.scss */
.la-magento:before {
  content: "\f3c4";
}

/* line 2465, styles/designs/_external.scss */
.la-magic:before {
  content: "\f0d0";
}

/* line 2468, styles/designs/_external.scss */
.la-magnet:before {
  content: "\f076";
}

/* line 2471, styles/designs/_external.scss */
.la-mail-bulk:before {
  content: "\f674";
}

/* line 2474, styles/designs/_external.scss */
.la-mailchimp:before {
  content: "\f59e";
}

/* line 2477, styles/designs/_external.scss */
.la-male:before {
  content: "\f183";
}

/* line 2480, styles/designs/_external.scss */
.la-mandalorian:before {
  content: "\f50f";
}

/* line 2483, styles/designs/_external.scss */
.la-map:before {
  content: "\f279";
}

/* line 2486, styles/designs/_external.scss */
.la-map-marked:before {
  content: "\f59f";
}

/* line 2489, styles/designs/_external.scss */
.la-map-marked-alt:before {
  content: "\f5a0";
}

/* line 2492, styles/designs/_external.scss */
.la-map-marker:before {
  content: "\f041";
}

/* line 2495, styles/designs/_external.scss */
.la-map-marker-alt:before {
  content: "\f3c5";
}

/* line 2498, styles/designs/_external.scss */
.la-map-pin:before {
  content: "\f276";
}

/* line 2501, styles/designs/_external.scss */
.la-map-signs:before {
  content: "\f277";
}

/* line 2504, styles/designs/_external.scss */
.la-markdown:before {
  content: "\f60f";
}

/* line 2507, styles/designs/_external.scss */
.la-marker:before {
  content: "\f5a1";
}

/* line 2510, styles/designs/_external.scss */
.la-mars:before {
  content: "\f222";
}

/* line 2513, styles/designs/_external.scss */
.la-mars-double:before {
  content: "\f227";
}

/* line 2516, styles/designs/_external.scss */
.la-mars-stroke:before {
  content: "\f229";
}

/* line 2519, styles/designs/_external.scss */
.la-mars-stroke-h:before {
  content: "\f22b";
}

/* line 2522, styles/designs/_external.scss */
.la-mars-stroke-v:before {
  content: "\f22a";
}

/* line 2525, styles/designs/_external.scss */
.la-mask:before {
  content: "\f6fa";
}

/* line 2528, styles/designs/_external.scss */
.la-mastodon:before {
  content: "\f4f6";
}

/* line 2531, styles/designs/_external.scss */
.la-maxcdn:before {
  content: "\f136";
}

/* line 2534, styles/designs/_external.scss */
.la-mdb:before {
  content: "\f8ca";
}

/* line 2537, styles/designs/_external.scss */
.la-medal:before {
  content: "\f5a2";
}

/* line 2540, styles/designs/_external.scss */
.la-medapps:before {
  content: "\f3c6";
}

/* line 2543, styles/designs/_external.scss */
.la-medium:before {
  content: "\f23a";
}

/* line 2546, styles/designs/_external.scss */
.la-medium-m:before {
  content: "\f3c7";
}

/* line 2549, styles/designs/_external.scss */
.la-medkit:before {
  content: "\f0fa";
}

/* line 2552, styles/designs/_external.scss */
.la-medrt:before {
  content: "\f3c8";
}

/* line 2555, styles/designs/_external.scss */
.la-meetup:before {
  content: "\f2e0";
}

/* line 2558, styles/designs/_external.scss */
.la-megaport:before {
  content: "\f5a3";
}

/* line 2561, styles/designs/_external.scss */
.la-meh:before {
  content: "\f11a";
}

/* line 2564, styles/designs/_external.scss */
.la-meh-blank:before {
  content: "\f5a4";
}

/* line 2567, styles/designs/_external.scss */
.la-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 2570, styles/designs/_external.scss */
.la-memory:before {
  content: "\f538";
}

/* line 2573, styles/designs/_external.scss */
.la-mendeley:before {
  content: "\f7b3";
}

/* line 2576, styles/designs/_external.scss */
.la-menorah:before {
  content: "\f676";
}

/* line 2579, styles/designs/_external.scss */
.la-mercury:before {
  content: "\f223";
}

/* line 2582, styles/designs/_external.scss */
.la-meteor:before {
  content: "\f753";
}

/* line 2585, styles/designs/_external.scss */
.la-microchip:before {
  content: "\f2db";
}

/* line 2588, styles/designs/_external.scss */
.la-microphone:before {
  content: "\f130";
}

/* line 2591, styles/designs/_external.scss */
.la-microphone-alt:before {
  content: "\f3c9";
}

/* line 2594, styles/designs/_external.scss */
.la-microphone-alt-slash:before {
  content: "\f539";
}

/* line 2597, styles/designs/_external.scss */
.la-microphone-slash:before {
  content: "\f131";
}

/* line 2600, styles/designs/_external.scss */
.la-microscope:before {
  content: "\f610";
}

/* line 2603, styles/designs/_external.scss */
.la-microsoft:before {
  content: "\f3ca";
}

/* line 2606, styles/designs/_external.scss */
.la-minus:before {
  content: "\f068";
}

/* line 2609, styles/designs/_external.scss */
.la-minus-circle:before {
  content: "\f056";
}

/* line 2612, styles/designs/_external.scss */
.la-minus-square:before {
  content: "\f146";
}

/* line 2615, styles/designs/_external.scss */
.la-mitten:before {
  content: "\f7b5";
}

/* line 2618, styles/designs/_external.scss */
.la-mix:before {
  content: "\f3cb";
}

/* line 2621, styles/designs/_external.scss */
.la-mixcloud:before {
  content: "\f289";
}

/* line 2624, styles/designs/_external.scss */
.la-mizuni:before {
  content: "\f3cc";
}

/* line 2627, styles/designs/_external.scss */
.la-mobile:before {
  content: "\f10b";
}

/* line 2630, styles/designs/_external.scss */
.la-mobile-alt:before {
  content: "\f3cd";
}

/* line 2633, styles/designs/_external.scss */
.la-modx:before {
  content: "\f285";
}

/* line 2636, styles/designs/_external.scss */
.la-monero:before {
  content: "\f3d0";
}

/* line 2639, styles/designs/_external.scss */
.la-money-bill:before {
  content: "\f0d6";
}

/* line 2642, styles/designs/_external.scss */
.la-money-bill-alt:before {
  content: "\f3d1";
}

/* line 2645, styles/designs/_external.scss */
.la-money-bill-wave:before {
  content: "\f53a";
}

/* line 2648, styles/designs/_external.scss */
.la-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 2651, styles/designs/_external.scss */
.la-money-check:before {
  content: "\f53c";
}

/* line 2654, styles/designs/_external.scss */
.la-money-check-alt:before {
  content: "\f53d";
}

/* line 2657, styles/designs/_external.scss */
.la-monument:before {
  content: "\f5a6";
}

/* line 2660, styles/designs/_external.scss */
.la-moon:before {
  content: "\f186";
}

/* line 2663, styles/designs/_external.scss */
.la-mortar-pestle:before {
  content: "\f5a7";
}

/* line 2666, styles/designs/_external.scss */
.la-mosque:before {
  content: "\f678";
}

/* line 2669, styles/designs/_external.scss */
.la-motorcycle:before {
  content: "\f21c";
}

/* line 2672, styles/designs/_external.scss */
.la-mountain:before {
  content: "\f6fc";
}

/* line 2675, styles/designs/_external.scss */
.la-mouse:before {
  content: "\f8cc";
}

/* line 2678, styles/designs/_external.scss */
.la-mouse-pointer:before {
  content: "\f245";
}

/* line 2681, styles/designs/_external.scss */
.la-mug-hot:before {
  content: "\f7b6";
}

/* line 2684, styles/designs/_external.scss */
.la-music:before {
  content: "\f001";
}

/* line 2687, styles/designs/_external.scss */
.la-napster:before {
  content: "\f3d2";
}

/* line 2690, styles/designs/_external.scss */
.la-neos:before {
  content: "\f612";
}

/* line 2693, styles/designs/_external.scss */
.la-network-wired:before {
  content: "\f6ff";
}

/* line 2696, styles/designs/_external.scss */
.la-neuter:before {
  content: "\f22c";
}

/* line 2699, styles/designs/_external.scss */
.la-newspaper:before {
  content: "\f1ea";
}

/* line 2702, styles/designs/_external.scss */
.la-nimblr:before {
  content: "\f5a8";
}

/* line 2705, styles/designs/_external.scss */
.la-node:before {
  content: "\f419";
}

/* line 2708, styles/designs/_external.scss */
.la-node-js:before {
  content: "\f3d3";
}

/* line 2711, styles/designs/_external.scss */
.la-not-equal:before {
  content: "\f53e";
}

/* line 2714, styles/designs/_external.scss */
.la-notes-medical:before {
  content: "\f481";
}

/* line 2717, styles/designs/_external.scss */
.la-npm:before {
  content: "\f3d4";
}

/* line 2720, styles/designs/_external.scss */
.la-ns8:before {
  content: "\f3d5";
}

/* line 2723, styles/designs/_external.scss */
.la-nutritionix:before {
  content: "\f3d6";
}

/* line 2726, styles/designs/_external.scss */
.la-object-group:before {
  content: "\f247";
}

/* line 2729, styles/designs/_external.scss */
.la-object-ungroup:before {
  content: "\f248";
}

/* line 2732, styles/designs/_external.scss */
.la-odnoklassniki:before {
  content: "\f263";
}

/* line 2735, styles/designs/_external.scss */
.la-odnoklassniki-square:before {
  content: "\f264";
}

/* line 2738, styles/designs/_external.scss */
.la-oil-can:before {
  content: "\f613";
}

/* line 2741, styles/designs/_external.scss */
.la-old-republic:before {
  content: "\f510";
}

/* line 2744, styles/designs/_external.scss */
.la-om:before {
  content: "\f679";
}

/* line 2747, styles/designs/_external.scss */
.la-opencart:before {
  content: "\f23d";
}

/* line 2750, styles/designs/_external.scss */
.la-openid:before {
  content: "\f19b";
}

/* line 2753, styles/designs/_external.scss */
.la-opera:before {
  content: "\f26a";
}

/* line 2756, styles/designs/_external.scss */
.la-optin-monster:before {
  content: "\f23c";
}

/* line 2759, styles/designs/_external.scss */
.la-orcid:before {
  content: "\f8d2";
}

/* line 2762, styles/designs/_external.scss */
.la-osi:before {
  content: "\f41a";
}

/* line 2765, styles/designs/_external.scss */
.la-otter:before {
  content: "\f700";
}

/* line 2768, styles/designs/_external.scss */
.la-outdent:before {
  content: "\f03b";
}

/* line 2771, styles/designs/_external.scss */
.la-page4:before {
  content: "\f3d7";
}

/* line 2774, styles/designs/_external.scss */
.la-pagelines:before {
  content: "\f18c";
}

/* line 2777, styles/designs/_external.scss */
.la-pager:before {
  content: "\f815";
}

/* line 2780, styles/designs/_external.scss */
.la-paint-brush:before {
  content: "\f1fc";
}

/* line 2783, styles/designs/_external.scss */
.la-paint-roller:before {
  content: "\f5aa";
}

/* line 2786, styles/designs/_external.scss */
.la-palette:before {
  content: "\f53f";
}

/* line 2789, styles/designs/_external.scss */
.la-palfed:before {
  content: "\f3d8";
}

/* line 2792, styles/designs/_external.scss */
.la-pallet:before {
  content: "\f482";
}

/* line 2795, styles/designs/_external.scss */
.la-paper-plane:before {
  content: "\f1d8";
}

/* line 2798, styles/designs/_external.scss */
.la-paperclip:before {
  content: "\f0c6";
}

/* line 2801, styles/designs/_external.scss */
.la-parachute-box:before {
  content: "\f4cd";
}

/* line 2804, styles/designs/_external.scss */
.la-paragraph:before {
  content: "\f1dd";
}

/* line 2807, styles/designs/_external.scss */
.la-parking:before {
  content: "\f540";
}

/* line 2810, styles/designs/_external.scss */
.la-passport:before {
  content: "\f5ab";
}

/* line 2813, styles/designs/_external.scss */
.la-pastafarianism:before {
  content: "\f67b";
}

/* line 2816, styles/designs/_external.scss */
.la-paste:before {
  content: "\f0ea";
}

/* line 2819, styles/designs/_external.scss */
.la-patreon:before {
  content: "\f3d9";
}

/* line 2822, styles/designs/_external.scss */
.la-pause:before {
  content: "\f04c";
}

/* line 2825, styles/designs/_external.scss */
.la-pause-circle:before {
  content: "\f28b";
}

/* line 2828, styles/designs/_external.scss */
.la-paw:before {
  content: "\f1b0";
}

/* line 2831, styles/designs/_external.scss */
.la-paypal:before {
  content: "\f1ed";
}

/* line 2834, styles/designs/_external.scss */
.la-peace:before {
  content: "\f67c";
}

/* line 2837, styles/designs/_external.scss */
.la-pen:before {
  content: "\f304";
}

/* line 2840, styles/designs/_external.scss */
.la-pen-alt:before {
  content: "\f305";
}

/* line 2843, styles/designs/_external.scss */
.la-pen-fancy:before {
  content: "\f5ac";
}

/* line 2846, styles/designs/_external.scss */
.la-pen-nib:before {
  content: "\f5ad";
}

/* line 2849, styles/designs/_external.scss */
.la-pen-square:before {
  content: "\f14b";
}

/* line 2852, styles/designs/_external.scss */
.la-pencil-alt:before {
  content: "\f303";
}

/* line 2855, styles/designs/_external.scss */
.la-pencil-ruler:before {
  content: "\f5ae";
}

/* line 2858, styles/designs/_external.scss */
.la-penny-arcade:before {
  content: "\f704";
}

/* line 2861, styles/designs/_external.scss */
.la-people-carry:before {
  content: "\f4ce";
}

/* line 2864, styles/designs/_external.scss */
.la-pepper-hot:before {
  content: "\f816";
}

/* line 2867, styles/designs/_external.scss */
.la-percent:before {
  content: "\f295";
}

/* line 2870, styles/designs/_external.scss */
.la-percentage:before {
  content: "\f541";
}

/* line 2873, styles/designs/_external.scss */
.la-periscope:before {
  content: "\f3da";
}

/* line 2876, styles/designs/_external.scss */
.la-person-booth:before {
  content: "\f756";
}

/* line 2879, styles/designs/_external.scss */
.la-phabricator:before {
  content: "\f3db";
}

/* line 2882, styles/designs/_external.scss */
.la-phoenix-framework:before {
  content: "\f3dc";
}

/* line 2885, styles/designs/_external.scss */
.la-phoenix-squadron:before {
  content: "\f511";
}

/* line 2888, styles/designs/_external.scss */
.la-phone:before {
  content: "\f095";
}

/* line 2891, styles/designs/_external.scss */
.la-phone-alt:before {
  content: "\f879";
}

/* line 2894, styles/designs/_external.scss */
.la-phone-slash:before {
  content: "\f3dd";
}

/* line 2897, styles/designs/_external.scss */
.la-phone-square:before {
  content: "\f098";
}

/* line 2900, styles/designs/_external.scss */
.la-phone-square-alt:before {
  content: "\f87b";
}

/* line 2903, styles/designs/_external.scss */
.la-phone-volume:before {
  content: "\f2a0";
}

/* line 2906, styles/designs/_external.scss */
.la-photo-video:before {
  content: "\f87c";
}

/* line 2909, styles/designs/_external.scss */
.la-php:before {
  content: "\f457";
}

/* line 2912, styles/designs/_external.scss */
.la-pied-piper:before {
  content: "\f2ae";
}

/* line 2915, styles/designs/_external.scss */
.la-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 2918, styles/designs/_external.scss */
.la-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 2921, styles/designs/_external.scss */
.la-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 2924, styles/designs/_external.scss */
.la-piggy-bank:before {
  content: "\f4d3";
}

/* line 2927, styles/designs/_external.scss */
.la-pills:before {
  content: "\f484";
}

/* line 2930, styles/designs/_external.scss */
.la-pinterest:before {
  content: "\f0d2";
}

/* line 2933, styles/designs/_external.scss */
.la-pinterest-p:before {
  content: "\f231";
}

/* line 2936, styles/designs/_external.scss */
.la-pinterest-square:before {
  content: "\f0d3";
}

/* line 2939, styles/designs/_external.scss */
.la-pizza-slice:before {
  content: "\f818";
}

/* line 2942, styles/designs/_external.scss */
.la-place-of-worship:before {
  content: "\f67f";
}

/* line 2945, styles/designs/_external.scss */
.la-plane:before {
  content: "\f072";
}

/* line 2948, styles/designs/_external.scss */
.la-plane-arrival:before {
  content: "\f5af";
}

/* line 2951, styles/designs/_external.scss */
.la-plane-departure:before {
  content: "\f5b0";
}

/* line 2954, styles/designs/_external.scss */
.la-play:before {
  content: "\f04b";
}

/* line 2957, styles/designs/_external.scss */
.la-play-circle:before {
  content: "\f144";
}

/* line 2960, styles/designs/_external.scss */
.la-playstation:before {
  content: "\f3df";
}

/* line 2963, styles/designs/_external.scss */
.la-plug:before {
  content: "\f1e6";
}

/* line 2966, styles/designs/_external.scss */
.la-plus:before {
  content: "\f067";
}

/* line 2969, styles/designs/_external.scss */
.la-plus-circle:before {
  content: "\f055";
}

/* line 2972, styles/designs/_external.scss */
.la-plus-square:before {
  content: "\f0fe";
}

/* line 2975, styles/designs/_external.scss */
.la-podcast:before {
  content: "\f2ce";
}

/* line 2978, styles/designs/_external.scss */
.la-poll:before {
  content: "\f681";
}

/* line 2981, styles/designs/_external.scss */
.la-poll-h:before {
  content: "\f682";
}

/* line 2984, styles/designs/_external.scss */
.la-poo:before {
  content: "\f2fe";
}

/* line 2987, styles/designs/_external.scss */
.la-poo-storm:before {
  content: "\f75a";
}

/* line 2990, styles/designs/_external.scss */
.la-poop:before {
  content: "\f619";
}

/* line 2993, styles/designs/_external.scss */
.la-portrait:before {
  content: "\f3e0";
}

/* line 2996, styles/designs/_external.scss */
.la-pound-sign:before {
  content: "\f154";
}

/* line 2999, styles/designs/_external.scss */
.la-power-off:before {
  content: "\f011";
}

/* line 3002, styles/designs/_external.scss */
.la-pray:before {
  content: "\f683";
}

/* line 3005, styles/designs/_external.scss */
.la-praying-hands:before {
  content: "\f684";
}

/* line 3008, styles/designs/_external.scss */
.la-prescription:before {
  content: "\f5b1";
}

/* line 3011, styles/designs/_external.scss */
.la-prescription-bottle:before {
  content: "\f485";
}

/* line 3014, styles/designs/_external.scss */
.la-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 3017, styles/designs/_external.scss */
.la-print:before {
  content: "\f02f";
}

/* line 3020, styles/designs/_external.scss */
.la-procedures:before {
  content: "\f487";
}

/* line 3023, styles/designs/_external.scss */
.la-product-hunt:before {
  content: "\f288";
}

/* line 3026, styles/designs/_external.scss */
.la-project-diagram:before {
  content: "\f542";
}

/* line 3029, styles/designs/_external.scss */
.la-pushed:before {
  content: "\f3e1";
}

/* line 3032, styles/designs/_external.scss */
.la-puzzle-piece:before {
  content: "\f12e";
}

/* line 3035, styles/designs/_external.scss */
.la-python:before {
  content: "\f3e2";
}

/* line 3038, styles/designs/_external.scss */
.la-qq:before {
  content: "\f1d6";
}

/* line 3041, styles/designs/_external.scss */
.la-qrcode:before {
  content: "\f029";
}

/* line 3044, styles/designs/_external.scss */
.la-question:before {
  content: "\f128";
}

/* line 3047, styles/designs/_external.scss */
.la-question-circle:before {
  content: "\f059";
}

/* line 3050, styles/designs/_external.scss */
.la-quidditch:before {
  content: "\f458";
}

/* line 3053, styles/designs/_external.scss */
.la-quinscape:before {
  content: "\f459";
}

/* line 3056, styles/designs/_external.scss */
.la-quora:before {
  content: "\f2c4";
}

/* line 3059, styles/designs/_external.scss */
.la-quote-left:before {
  content: "\f10d";
}

/* line 3062, styles/designs/_external.scss */
.la-quote-right:before {
  content: "\f10e";
}

/* line 3065, styles/designs/_external.scss */
.la-quran:before {
  content: "\f687";
}

/* line 3068, styles/designs/_external.scss */
.la-r-project:before {
  content: "\f4f7";
}

/* line 3071, styles/designs/_external.scss */
.la-radiation:before {
  content: "\f7b9";
}

/* line 3074, styles/designs/_external.scss */
.la-radiation-alt:before {
  content: "\f7ba";
}

/* line 3077, styles/designs/_external.scss */
.la-rainbow:before {
  content: "\f75b";
}

/* line 3080, styles/designs/_external.scss */
.la-random:before {
  content: "\f074";
}

/* line 3083, styles/designs/_external.scss */
.la-raspberry-pi:before {
  content: "\f7bb";
}

/* line 3086, styles/designs/_external.scss */
.la-ravelry:before {
  content: "\f2d9";
}

/* line 3089, styles/designs/_external.scss */
.la-react:before {
  content: "\f41b";
}

/* line 3092, styles/designs/_external.scss */
.la-reacteurope:before {
  content: "\f75d";
}

/* line 3095, styles/designs/_external.scss */
.la-readme:before {
  content: "\f4d5";
}

/* line 3098, styles/designs/_external.scss */
.la-rebel:before {
  content: "\f1d0";
}

/* line 3101, styles/designs/_external.scss */
.la-receipt:before {
  content: "\f543";
}

/* line 3104, styles/designs/_external.scss */
.la-record-vinyl:before {
  content: "\f8d9";
}

/* line 3107, styles/designs/_external.scss */
.la-recycle:before {
  content: "\f1b8";
}

/* line 3110, styles/designs/_external.scss */
.la-red-river:before {
  content: "\f3e3";
}

/* line 3113, styles/designs/_external.scss */
.la-reddit:before {
  content: "\f1a1";
}

/* line 3116, styles/designs/_external.scss */
.la-reddit-alien:before {
  content: "\f281";
}

/* line 3119, styles/designs/_external.scss */
.la-reddit-square:before {
  content: "\f1a2";
}

/* line 3122, styles/designs/_external.scss */
.la-redhat:before {
  content: "\f7bc";
}

/* line 3125, styles/designs/_external.scss */
.la-redo:before {
  content: "\f01e";
}

/* line 3128, styles/designs/_external.scss */
.la-redo-alt:before {
  content: "\f2f9";
}

/* line 3131, styles/designs/_external.scss */
.la-registered:before {
  content: "\f25d";
}

/* line 3134, styles/designs/_external.scss */
.la-remove-format:before {
  content: "\f87d";
}

/* line 3137, styles/designs/_external.scss */
.la-renren:before {
  content: "\f18b";
}

/* line 3140, styles/designs/_external.scss */
.la-reply:before {
  content: "\f3e5";
}

/* line 3143, styles/designs/_external.scss */
.la-reply-all:before {
  content: "\f122";
}

/* line 3146, styles/designs/_external.scss */
.la-replyd:before {
  content: "\f3e6";
}

/* line 3149, styles/designs/_external.scss */
.la-republican:before {
  content: "\f75e";
}

/* line 3152, styles/designs/_external.scss */
.la-researchgate:before {
  content: "\f4f8";
}

/* line 3155, styles/designs/_external.scss */
.la-resolving:before {
  content: "\f3e7";
}

/* line 3158, styles/designs/_external.scss */
.la-restroom:before {
  content: "\f7bd";
}

/* line 3161, styles/designs/_external.scss */
.la-retweet:before {
  content: "\f079";
}

/* line 3164, styles/designs/_external.scss */
.la-rev:before {
  content: "\f5b2";
}

/* line 3167, styles/designs/_external.scss */
.la-ribbon:before {
  content: "\f4d6";
}

/* line 3170, styles/designs/_external.scss */
.la-ring:before {
  content: "\f70b";
}

/* line 3173, styles/designs/_external.scss */
.la-road:before {
  content: "\f018";
}

/* line 3176, styles/designs/_external.scss */
.la-robot:before {
  content: "\f544";
}

/* line 3179, styles/designs/_external.scss */
.la-rocket:before {
  content: "\f135";
}

/* line 3182, styles/designs/_external.scss */
.la-rocketchat:before {
  content: "\f3e8";
}

/* line 3185, styles/designs/_external.scss */
.la-rockrms:before {
  content: "\f3e9";
}

/* line 3188, styles/designs/_external.scss */
.la-route:before {
  content: "\f4d7";
}

/* line 3191, styles/designs/_external.scss */
.la-rss:before {
  content: "\f09e";
}

/* line 3194, styles/designs/_external.scss */
.la-rss-square:before {
  content: "\f143";
}

/* line 3197, styles/designs/_external.scss */
.la-ruble-sign:before {
  content: "\f158";
}

/* line 3200, styles/designs/_external.scss */
.la-ruler:before {
  content: "\f545";
}

/* line 3203, styles/designs/_external.scss */
.la-ruler-combined:before {
  content: "\f546";
}

/* line 3206, styles/designs/_external.scss */
.la-ruler-horizontal:before {
  content: "\f547";
}

/* line 3209, styles/designs/_external.scss */
.la-ruler-vertical:before {
  content: "\f548";
}

/* line 3212, styles/designs/_external.scss */
.la-running:before {
  content: "\f70c";
}

/* line 3215, styles/designs/_external.scss */
.la-rupee-sign:before {
  content: "\f156";
}

/* line 3218, styles/designs/_external.scss */
.la-sad-cry:before {
  content: "\f5b3";
}

/* line 3221, styles/designs/_external.scss */
.la-sad-tear:before {
  content: "\f5b4";
}

/* line 3224, styles/designs/_external.scss */
.la-safari:before {
  content: "\f267";
}

/* line 3227, styles/designs/_external.scss */
.la-salesforce:before {
  content: "\f83b";
}

/* line 3230, styles/designs/_external.scss */
.la-sass:before {
  content: "\f41e";
}

/* line 3233, styles/designs/_external.scss */
.la-satellite:before {
  content: "\f7bf";
}

/* line 3236, styles/designs/_external.scss */
.la-satellite-dish:before {
  content: "\f7c0";
}

/* line 3239, styles/designs/_external.scss */
.la-save:before {
  content: "\f0c7";
}

/* line 3242, styles/designs/_external.scss */
.la-schlix:before {
  content: "\f3ea";
}

/* line 3245, styles/designs/_external.scss */
.la-school:before {
  content: "\f549";
}

/* line 3248, styles/designs/_external.scss */
.la-screwdriver:before {
  content: "\f54a";
}

/* line 3251, styles/designs/_external.scss */
.la-scribd:before {
  content: "\f28a";
}

/* line 3254, styles/designs/_external.scss */
.la-scroll:before {
  content: "\f70e";
}

/* line 3257, styles/designs/_external.scss */
.la-sd-card:before {
  content: "\f7c2";
}

/* line 3260, styles/designs/_external.scss */
.la-search:before {
  content: "\f002";
}

/* line 3263, styles/designs/_external.scss */
.la-search-dollar:before {
  content: "\f688";
}

/* line 3266, styles/designs/_external.scss */
.la-search-location:before {
  content: "\f689";
}

/* line 3269, styles/designs/_external.scss */
.la-search-minus:before {
  content: "\f010";
}

/* line 3272, styles/designs/_external.scss */
.la-search-plus:before {
  content: "\f00e";
}

/* line 3275, styles/designs/_external.scss */
.la-searchengin:before {
  content: "\f3eb";
}

/* line 3278, styles/designs/_external.scss */
.la-seedling:before {
  content: "\f4d8";
}

/* line 3281, styles/designs/_external.scss */
.la-sellcast:before {
  content: "\f2da";
}

/* line 3284, styles/designs/_external.scss */
.la-sellsy:before {
  content: "\f213";
}

/* line 3287, styles/designs/_external.scss */
.la-server:before {
  content: "\f233";
}

/* line 3290, styles/designs/_external.scss */
.la-servicestack:before {
  content: "\f3ec";
}

/* line 3293, styles/designs/_external.scss */
.la-shapes:before {
  content: "\f61f";
}

/* line 3296, styles/designs/_external.scss */
.la-share:before {
  content: "\f064";
}

/* line 3299, styles/designs/_external.scss */
.la-share-alt:before {
  content: "\f1e0";
}

/* line 3302, styles/designs/_external.scss */
.la-share-alt-square:before {
  content: "\f1e1";
}

/* line 3305, styles/designs/_external.scss */
.la-share-square:before {
  content: "\f14d";
}

/* line 3308, styles/designs/_external.scss */
.la-shekel-sign:before {
  content: "\f20b";
}

/* line 3311, styles/designs/_external.scss */
.la-shield-alt:before {
  content: "\f3ed";
}

/* line 3314, styles/designs/_external.scss */
.la-ship:before {
  content: "\f21a";
}

/* line 3317, styles/designs/_external.scss */
.la-shipping-fast:before {
  content: "\f48b";
}

/* line 3320, styles/designs/_external.scss */
.la-shirtsinbulk:before {
  content: "\f214";
}

/* line 3323, styles/designs/_external.scss */
.la-shoe-prints:before {
  content: "\f54b";
}

/* line 3326, styles/designs/_external.scss */
.la-shopping-bag:before {
  content: "\f290";
}

/* line 3329, styles/designs/_external.scss */
.la-shopping-basket:before {
  content: "\f291";
}

/* line 3332, styles/designs/_external.scss */
.la-shopping-cart:before {
  content: "\f07a";
}

/* line 3335, styles/designs/_external.scss */
.la-shopware:before {
  content: "\f5b5";
}

/* line 3338, styles/designs/_external.scss */
.la-shower:before {
  content: "\f2cc";
}

/* line 3341, styles/designs/_external.scss */
.la-shuttle-van:before {
  content: "\f5b6";
}

/* line 3344, styles/designs/_external.scss */
.la-sign:before {
  content: "\f4d9";
}

/* line 3347, styles/designs/_external.scss */
.la-sign-in-alt:before {
  content: "\f2f6";
}

/* line 3350, styles/designs/_external.scss */
.la-sign-language:before {
  content: "\f2a7";
}

/* line 3353, styles/designs/_external.scss */
.la-sign-out-alt:before {
  content: "\f2f5";
}

/* line 3356, styles/designs/_external.scss */
.la-signal:before {
  content: "\f012";
}

/* line 3359, styles/designs/_external.scss */
.la-signature:before {
  content: "\f5b7";
}

/* line 3362, styles/designs/_external.scss */
.la-sim-card:before {
  content: "\f7c4";
}

/* line 3365, styles/designs/_external.scss */
.la-simplybuilt:before {
  content: "\f215";
}

/* line 3368, styles/designs/_external.scss */
.la-sistrix:before {
  content: "\f3ee";
}

/* line 3371, styles/designs/_external.scss */
.la-sitemap:before {
  content: "\f0e8";
}

/* line 3374, styles/designs/_external.scss */
.la-sith:before {
  content: "\f512";
}

/* line 3377, styles/designs/_external.scss */
.la-skating:before {
  content: "\f7c5";
}

/* line 3380, styles/designs/_external.scss */
.la-sketch:before {
  content: "\f7c6";
}

/* line 3383, styles/designs/_external.scss */
.la-skiing:before {
  content: "\f7c9";
}

/* line 3386, styles/designs/_external.scss */
.la-skiing-nordic:before {
  content: "\f7ca";
}

/* line 3389, styles/designs/_external.scss */
.la-skull:before {
  content: "\f54c";
}

/* line 3392, styles/designs/_external.scss */
.la-skull-crossbones:before {
  content: "\f714";
}

/* line 3395, styles/designs/_external.scss */
.la-skyatlas:before {
  content: "\f216";
}

/* line 3398, styles/designs/_external.scss */
.la-skype:before {
  content: "\f17e";
}

/* line 3401, styles/designs/_external.scss */
.la-slack:before {
  content: "\f198";
}

/* line 3404, styles/designs/_external.scss */
.la-slack-hash:before {
  content: "\f3ef";
}

/* line 3407, styles/designs/_external.scss */
.la-slash:before {
  content: "\f715";
}

/* line 3410, styles/designs/_external.scss */
.la-sleigh:before {
  content: "\f7cc";
}

/* line 3413, styles/designs/_external.scss */
.la-sliders-h:before {
  content: "\f1de";
}

/* line 3416, styles/designs/_external.scss */
.la-slideshare:before {
  content: "\f1e7";
}

/* line 3419, styles/designs/_external.scss */
.la-smile:before {
  content: "\f118";
}

/* line 3422, styles/designs/_external.scss */
.la-smile-beam:before {
  content: "\f5b8";
}

/* line 3425, styles/designs/_external.scss */
.la-smile-wink:before {
  content: "\f4da";
}

/* line 3428, styles/designs/_external.scss */
.la-smog:before {
  content: "\f75f";
}

/* line 3431, styles/designs/_external.scss */
.la-smoking:before {
  content: "\f48d";
}

/* line 3434, styles/designs/_external.scss */
.la-smoking-ban:before {
  content: "\f54d";
}

/* line 3437, styles/designs/_external.scss */
.la-sms:before {
  content: "\f7cd";
}

/* line 3440, styles/designs/_external.scss */
.la-snapchat:before {
  content: "\f2ab";
}

/* line 3443, styles/designs/_external.scss */
.la-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 3446, styles/designs/_external.scss */
.la-snapchat-square:before {
  content: "\f2ad";
}

/* line 3449, styles/designs/_external.scss */
.la-snowboarding:before {
  content: "\f7ce";
}

/* line 3452, styles/designs/_external.scss */
.la-snowflake:before {
  content: "\f2dc";
}

/* line 3455, styles/designs/_external.scss */
.la-snowman:before {
  content: "\f7d0";
}

/* line 3458, styles/designs/_external.scss */
.la-snowplow:before {
  content: "\f7d2";
}

/* line 3461, styles/designs/_external.scss */
.la-socks:before {
  content: "\f696";
}

/* line 3464, styles/designs/_external.scss */
.la-solar-panel:before {
  content: "\f5ba";
}

/* line 3467, styles/designs/_external.scss */
.la-sort:before {
  content: "\f0dc";
}

/* line 3470, styles/designs/_external.scss */
.la-sort-alpha-down:before {
  content: "\f15d";
}

/* line 3473, styles/designs/_external.scss */
.la-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 3476, styles/designs/_external.scss */
.la-sort-alpha-up:before {
  content: "\f15e";
}

/* line 3479, styles/designs/_external.scss */
.la-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 3482, styles/designs/_external.scss */
.la-sort-amount-down:before {
  content: "\f160";
}

/* line 3485, styles/designs/_external.scss */
.la-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 3488, styles/designs/_external.scss */
.la-sort-amount-up:before {
  content: "\f161";
}

/* line 3491, styles/designs/_external.scss */
.la-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 3494, styles/designs/_external.scss */
.la-sort-down:before {
  content: "\f0dd";
}

/* line 3497, styles/designs/_external.scss */
.la-sort-numeric-down:before {
  content: "\f162";
}

/* line 3500, styles/designs/_external.scss */
.la-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 3503, styles/designs/_external.scss */
.la-sort-numeric-up:before {
  content: "\f163";
}

/* line 3506, styles/designs/_external.scss */
.la-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 3509, styles/designs/_external.scss */
.la-sort-up:before {
  content: "\f0de";
}

/* line 3512, styles/designs/_external.scss */
.la-soundcloud:before {
  content: "\f1be";
}

/* line 3515, styles/designs/_external.scss */
.la-sourcetree:before {
  content: "\f7d3";
}

/* line 3518, styles/designs/_external.scss */
.la-spa:before {
  content: "\f5bb";
}

/* line 3521, styles/designs/_external.scss */
.la-space-shuttle:before {
  content: "\f197";
}

/* line 3524, styles/designs/_external.scss */
.la-speakap:before {
  content: "\f3f3";
}

/* line 3527, styles/designs/_external.scss */
.la-speaker-deck:before {
  content: "\f83c";
}

/* line 3530, styles/designs/_external.scss */
.la-spell-check:before {
  content: "\f891";
}

/* line 3533, styles/designs/_external.scss */
.la-spider:before {
  content: "\f717";
}

/* line 3536, styles/designs/_external.scss */
.la-spinner:before {
  content: "\f110";
}

/* line 3539, styles/designs/_external.scss */
.la-splotch:before {
  content: "\f5bc";
}

/* line 3542, styles/designs/_external.scss */
.la-spotify:before {
  content: "\f1bc";
}

/* line 3545, styles/designs/_external.scss */
.la-spray-can:before {
  content: "\f5bd";
}

/* line 3548, styles/designs/_external.scss */
.la-square:before {
  content: "\f0c8";
}

/* line 3551, styles/designs/_external.scss */
.la-square-full:before {
  content: "\f45c";
}

/* line 3554, styles/designs/_external.scss */
.la-square-root-alt:before {
  content: "\f698";
}

/* line 3557, styles/designs/_external.scss */
.la-squarespace:before {
  content: "\f5be";
}

/* line 3560, styles/designs/_external.scss */
.la-stack-exchange:before {
  content: "\f18d";
}

/* line 3563, styles/designs/_external.scss */
.la-stack-overflow:before {
  content: "\f16c";
}

/* line 3566, styles/designs/_external.scss */
.la-stackpath:before {
  content: "\f842";
}

/* line 3569, styles/designs/_external.scss */
.la-stamp:before {
  content: "\f5bf";
}

/* line 3572, styles/designs/_external.scss */
.la-star:before {
  content: "\f005";
}

/* line 3575, styles/designs/_external.scss */
.la-star-and-crescent:before {
  content: "\f699";
}

/* line 3578, styles/designs/_external.scss */
.la-star-half:before {
  content: "\f089";
}

/* line 3581, styles/designs/_external.scss */
.la-star-half-alt:before {
  content: "\f5c0";
}

/* line 3584, styles/designs/_external.scss */
.la-star-of-david:before {
  content: "\f69a";
}

/* line 3587, styles/designs/_external.scss */
.la-star-of-life:before {
  content: "\f621";
}

/* line 3590, styles/designs/_external.scss */
.la-staylinked:before {
  content: "\f3f5";
}

/* line 3593, styles/designs/_external.scss */
.la-steam:before {
  content: "\f1b6";
}

/* line 3596, styles/designs/_external.scss */
.la-steam-square:before {
  content: "\f1b7";
}

/* line 3599, styles/designs/_external.scss */
.la-steam-symbol:before {
  content: "\f3f6";
}

/* line 3602, styles/designs/_external.scss */
.la-step-backward:before {
  content: "\f048";
}

/* line 3605, styles/designs/_external.scss */
.la-step-forward:before {
  content: "\f051";
}

/* line 3608, styles/designs/_external.scss */
.la-stethoscope:before {
  content: "\f0f1";
}

/* line 3611, styles/designs/_external.scss */
.la-sticker-mule:before {
  content: "\f3f7";
}

/* line 3614, styles/designs/_external.scss */
.la-sticky-note:before {
  content: "\f249";
}

/* line 3617, styles/designs/_external.scss */
.la-stop:before {
  content: "\f04d";
}

/* line 3620, styles/designs/_external.scss */
.la-stop-circle:before {
  content: "\f28d";
}

/* line 3623, styles/designs/_external.scss */
.la-stopwatch:before {
  content: "\f2f2";
}

/* line 3626, styles/designs/_external.scss */
.la-store:before {
  content: "\f54e";
}

/* line 3629, styles/designs/_external.scss */
.la-store-alt:before {
  content: "\f54f";
}

/* line 3632, styles/designs/_external.scss */
.la-strava:before {
  content: "\f428";
}

/* line 3635, styles/designs/_external.scss */
.la-stream:before {
  content: "\f550";
}

/* line 3638, styles/designs/_external.scss */
.la-street-view:before {
  content: "\f21d";
}

/* line 3641, styles/designs/_external.scss */
.la-strikethrough:before {
  content: "\f0cc";
}

/* line 3644, styles/designs/_external.scss */
.la-stripe:before {
  content: "\f429";
}

/* line 3647, styles/designs/_external.scss */
.la-stripe-s:before {
  content: "\f42a";
}

/* line 3650, styles/designs/_external.scss */
.la-stroopwafel:before {
  content: "\f551";
}

/* line 3653, styles/designs/_external.scss */
.la-studiovinari:before {
  content: "\f3f8";
}

/* line 3656, styles/designs/_external.scss */
.la-stumbleupon:before {
  content: "\f1a4";
}

/* line 3659, styles/designs/_external.scss */
.la-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 3662, styles/designs/_external.scss */
.la-subscript:before {
  content: "\f12c";
}

/* line 3665, styles/designs/_external.scss */
.la-subway:before {
  content: "\f239";
}

/* line 3668, styles/designs/_external.scss */
.la-suitcase:before {
  content: "\f0f2";
}

/* line 3671, styles/designs/_external.scss */
.la-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 3674, styles/designs/_external.scss */
.la-sun:before {
  content: "\f185";
}

/* line 3677, styles/designs/_external.scss */
.la-superpowers:before {
  content: "\f2dd";
}

/* line 3680, styles/designs/_external.scss */
.la-superscript:before {
  content: "\f12b";
}

/* line 3683, styles/designs/_external.scss */
.la-supple:before {
  content: "\f3f9";
}

/* line 3686, styles/designs/_external.scss */
.la-surprise:before {
  content: "\f5c2";
}

/* line 3689, styles/designs/_external.scss */
.la-suse:before {
  content: "\f7d6";
}

/* line 3692, styles/designs/_external.scss */
.la-swatchbook:before {
  content: "\f5c3";
}

/* line 3695, styles/designs/_external.scss */
.la-swift:before {
  content: "\f8e1";
}

/* line 3698, styles/designs/_external.scss */
.la-swimmer:before {
  content: "\f5c4";
}

/* line 3701, styles/designs/_external.scss */
.la-swimming-pool:before {
  content: "\f5c5";
}

/* line 3704, styles/designs/_external.scss */
.la-symfony:before {
  content: "\f83d";
}

/* line 3707, styles/designs/_external.scss */
.la-synagogue:before {
  content: "\f69b";
}

/* line 3710, styles/designs/_external.scss */
.la-sync:before {
  content: "\f021";
}

/* line 3713, styles/designs/_external.scss */
.la-sync-alt:before {
  content: "\f2f1";
}

/* line 3716, styles/designs/_external.scss */
.la-syringe:before {
  content: "\f48e";
}

/* line 3719, styles/designs/_external.scss */
.la-table:before {
  content: "\f0ce";
}

/* line 3722, styles/designs/_external.scss */
.la-table-tennis:before {
  content: "\f45d";
}

/* line 3725, styles/designs/_external.scss */
.la-tablet:before {
  content: "\f10a";
}

/* line 3728, styles/designs/_external.scss */
.la-tablet-alt:before {
  content: "\f3fa";
}

/* line 3731, styles/designs/_external.scss */
.la-tablets:before {
  content: "\f490";
}

/* line 3734, styles/designs/_external.scss */
.la-tachometer-alt:before {
  content: "\f3fd";
}

/* line 3737, styles/designs/_external.scss */
.la-tag:before {
  content: "\f02b";
}

/* line 3740, styles/designs/_external.scss */
.la-tags:before {
  content: "\f02c";
}

/* line 3743, styles/designs/_external.scss */
.la-tape:before {
  content: "\f4db";
}

/* line 3746, styles/designs/_external.scss */
.la-tasks:before {
  content: "\f0ae";
}

/* line 3749, styles/designs/_external.scss */
.la-taxi:before {
  content: "\f1ba";
}

/* line 3752, styles/designs/_external.scss */
.la-teamspeak:before {
  content: "\f4f9";
}

/* line 3755, styles/designs/_external.scss */
.la-teeth:before {
  content: "\f62e";
}

/* line 3758, styles/designs/_external.scss */
.la-teeth-open:before {
  content: "\f62f";
}

/* line 3761, styles/designs/_external.scss */
.la-telegram:before {
  content: "\f2c6";
}

/* line 3764, styles/designs/_external.scss */
.la-telegram-plane:before {
  content: "\f3fe";
}

/* line 3767, styles/designs/_external.scss */
.la-temperature-high:before {
  content: "\f769";
}

/* line 3770, styles/designs/_external.scss */
.la-temperature-low:before {
  content: "\f76b";
}

/* line 3773, styles/designs/_external.scss */
.la-tencent-weibo:before {
  content: "\f1d5";
}

/* line 3776, styles/designs/_external.scss */
.la-tenge:before {
  content: "\f7d7";
}

/* line 3779, styles/designs/_external.scss */
.la-terminal:before {
  content: "\f120";
}

/* line 3782, styles/designs/_external.scss */
.la-text-height:before {
  content: "\f034";
}

/* line 3785, styles/designs/_external.scss */
.la-text-width:before {
  content: "\f035";
}

/* line 3788, styles/designs/_external.scss */
.la-th:before {
  content: "\f00a";
}

/* line 3791, styles/designs/_external.scss */
.la-th-large:before {
  content: "\f009";
}

/* line 3794, styles/designs/_external.scss */
.la-th-list:before {
  content: "\f00b";
}

/* line 3797, styles/designs/_external.scss */
.la-the-red-yeti:before {
  content: "\f69d";
}

/* line 3800, styles/designs/_external.scss */
.la-theater-masks:before {
  content: "\f630";
}

/* line 3803, styles/designs/_external.scss */
.la-themeco:before {
  content: "\f5c6";
}

/* line 3806, styles/designs/_external.scss */
.la-themeisle:before {
  content: "\f2b2";
}

/* line 3809, styles/designs/_external.scss */
.la-thermometer:before {
  content: "\f491";
}

/* line 3812, styles/designs/_external.scss */
.la-thermometer-empty:before {
  content: "\f2cb";
}

/* line 3815, styles/designs/_external.scss */
.la-thermometer-full:before {
  content: "\f2c7";
}

/* line 3818, styles/designs/_external.scss */
.la-thermometer-half:before {
  content: "\f2c9";
}

/* line 3821, styles/designs/_external.scss */
.la-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 3824, styles/designs/_external.scss */
.la-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 3827, styles/designs/_external.scss */
.la-think-peaks:before {
  content: "\f731";
}

/* line 3830, styles/designs/_external.scss */
.la-thumbs-down:before {
  content: "\f165";
}

/* line 3833, styles/designs/_external.scss */
.la-thumbs-up:before {
  content: "\f164";
}

/* line 3836, styles/designs/_external.scss */
.la-thumbtack:before {
  content: "\f08d";
}

/* line 3839, styles/designs/_external.scss */
.la-ticket-alt:before {
  content: "\f3ff";
}

/* line 3842, styles/designs/_external.scss */
.la-times:before {
  content: "\f00d";
}

/* line 3845, styles/designs/_external.scss */
.la-times-circle:before {
  content: "\f057";
}

/* line 3848, styles/designs/_external.scss */
.la-tint:before {
  content: "\f043";
}

/* line 3851, styles/designs/_external.scss */
.la-tint-slash:before {
  content: "\f5c7";
}

/* line 3854, styles/designs/_external.scss */
.la-tired:before {
  content: "\f5c8";
}

/* line 3857, styles/designs/_external.scss */
.la-toggle-off:before {
  content: "\f204";
}

/* line 3860, styles/designs/_external.scss */
.la-toggle-on:before {
  content: "\f205";
}

/* line 3863, styles/designs/_external.scss */
.la-toilet:before {
  content: "\f7d8";
}

/* line 3866, styles/designs/_external.scss */
.la-toilet-paper:before {
  content: "\f71e";
}

/* line 3869, styles/designs/_external.scss */
.la-toolbox:before {
  content: "\f552";
}

/* line 3872, styles/designs/_external.scss */
.la-tools:before {
  content: "\f7d9";
}

/* line 3875, styles/designs/_external.scss */
.la-tooth:before {
  content: "\f5c9";
}

/* line 3878, styles/designs/_external.scss */
.la-torah:before {
  content: "\f6a0";
}

/* line 3881, styles/designs/_external.scss */
.la-torii-gate:before {
  content: "\f6a1";
}

/* line 3884, styles/designs/_external.scss */
.la-tractor:before {
  content: "\f722";
}

/* line 3887, styles/designs/_external.scss */
.la-trade-federation:before {
  content: "\f513";
}

/* line 3890, styles/designs/_external.scss */
.la-trademark:before {
  content: "\f25c";
}

/* line 3893, styles/designs/_external.scss */
.la-traffic-light:before {
  content: "\f637";
}

/* line 3896, styles/designs/_external.scss */
.la-train:before {
  content: "\f238";
}

/* line 3899, styles/designs/_external.scss */
.la-tram:before {
  content: "\f7da";
}

/* line 3902, styles/designs/_external.scss */
.la-transgender:before {
  content: "\f224";
}

/* line 3905, styles/designs/_external.scss */
.la-transgender-alt:before {
  content: "\f225";
}

/* line 3908, styles/designs/_external.scss */
.la-trash:before {
  content: "\f1f8";
}

/* line 3911, styles/designs/_external.scss */
.la-trash-alt:before {
  content: "\f2ed";
}

/* line 3914, styles/designs/_external.scss */
.la-trash-restore:before {
  content: "\f829";
}

/* line 3917, styles/designs/_external.scss */
.la-trash-restore-alt:before {
  content: "\f82a";
}

/* line 3920, styles/designs/_external.scss */
.la-tree:before {
  content: "\f1bb";
}

/* line 3923, styles/designs/_external.scss */
.la-trello:before {
  content: "\f181";
}

/* line 3926, styles/designs/_external.scss */
.la-tripadvisor:before {
  content: "\f262";
}

/* line 3929, styles/designs/_external.scss */
.la-trophy:before {
  content: "\f091";
}

/* line 3932, styles/designs/_external.scss */
.la-truck:before {
  content: "\f0d1";
}

/* line 3935, styles/designs/_external.scss */
.la-truck-loading:before {
  content: "\f4de";
}

/* line 3938, styles/designs/_external.scss */
.la-truck-monster:before {
  content: "\f63b";
}

/* line 3941, styles/designs/_external.scss */
.la-truck-moving:before {
  content: "\f4df";
}

/* line 3944, styles/designs/_external.scss */
.la-truck-pickup:before {
  content: "\f63c";
}

/* line 3947, styles/designs/_external.scss */
.la-tshirt:before {
  content: "\f553";
}

/* line 3950, styles/designs/_external.scss */
.la-tty:before {
  content: "\f1e4";
}

/* line 3953, styles/designs/_external.scss */
.la-tumblr:before {
  content: "\f173";
}

/* line 3956, styles/designs/_external.scss */
.la-tumblr-square:before {
  content: "\f174";
}

/* line 3959, styles/designs/_external.scss */
.la-tv:before {
  content: "\f26c";
}

/* line 3962, styles/designs/_external.scss */
.la-twitch:before {
  content: "\f1e8";
}

/* line 3965, styles/designs/_external.scss */
.la-twitter:before {
  content: "\f099";
}

/* line 3968, styles/designs/_external.scss */
.la-twitter-square:before {
  content: "\f081";
}

/* line 3971, styles/designs/_external.scss */
.la-typo3:before {
  content: "\f42b";
}

/* line 3974, styles/designs/_external.scss */
.la-uber:before {
  content: "\f402";
}

/* line 3977, styles/designs/_external.scss */
.la-ubuntu:before {
  content: "\f7df";
}

/* line 3980, styles/designs/_external.scss */
.la-uikit:before {
  content: "\f403";
}

/* line 3983, styles/designs/_external.scss */
.la-umbraco:before {
  content: "\f8e8";
}

/* line 3986, styles/designs/_external.scss */
.la-umbrella:before {
  content: "\f0e9";
}

/* line 3989, styles/designs/_external.scss */
.la-umbrella-beach:before {
  content: "\f5ca";
}

/* line 3992, styles/designs/_external.scss */
.la-underline:before {
  content: "\f0cd";
}

/* line 3995, styles/designs/_external.scss */
.la-undo:before {
  content: "\f0e2";
}

/* line 3998, styles/designs/_external.scss */
.la-undo-alt:before {
  content: "\f2ea";
}

/* line 4001, styles/designs/_external.scss */
.la-uniregistry:before {
  content: "\f404";
}

/* line 4004, styles/designs/_external.scss */
.la-universal-access:before {
  content: "\f29a";
}

/* line 4007, styles/designs/_external.scss */
.la-university:before {
  content: "\f19c";
}

/* line 4010, styles/designs/_external.scss */
.la-unlink:before {
  content: "\f127";
}

/* line 4013, styles/designs/_external.scss */
.la-unlock:before {
  content: "\f09c";
}

/* line 4016, styles/designs/_external.scss */
.la-unlock-alt:before {
  content: "\f13e";
}

/* line 4019, styles/designs/_external.scss */
.la-untappd:before {
  content: "\f405";
}

/* line 4022, styles/designs/_external.scss */
.la-upload:before {
  content: "\f093";
}

/* line 4025, styles/designs/_external.scss */
.la-ups:before {
  content: "\f7e0";
}

/* line 4028, styles/designs/_external.scss */
.la-usb:before {
  content: "\f287";
}

/* line 4031, styles/designs/_external.scss */
.la-user:before {
  content: "\f007";
}

/* line 4034, styles/designs/_external.scss */
.la-user-alt:before {
  content: "\f406";
}

/* line 4037, styles/designs/_external.scss */
.la-user-alt-slash:before {
  content: "\f4fa";
}

/* line 4040, styles/designs/_external.scss */
.la-user-astronaut:before {
  content: "\f4fb";
}

/* line 4043, styles/designs/_external.scss */
.la-user-check:before {
  content: "\f4fc";
}

/* line 4046, styles/designs/_external.scss */
.la-user-circle:before {
  content: "\f2bd";
}

/* line 4049, styles/designs/_external.scss */
.la-user-clock:before {
  content: "\f4fd";
}

/* line 4052, styles/designs/_external.scss */
.la-user-cog:before {
  content: "\f4fe";
}

/* line 4055, styles/designs/_external.scss */
.la-user-edit:before {
  content: "\f4ff";
}

/* line 4058, styles/designs/_external.scss */
.la-user-friends:before {
  content: "\f500";
}

/* line 4061, styles/designs/_external.scss */
.la-user-graduate:before {
  content: "\f501";
}

/* line 4064, styles/designs/_external.scss */
.la-user-injured:before {
  content: "\f728";
}

/* line 4067, styles/designs/_external.scss */
.la-user-lock:before {
  content: "\f502";
}

/* line 4070, styles/designs/_external.scss */
.la-user-md:before {
  content: "\f0f0";
}

/* line 4073, styles/designs/_external.scss */
.la-user-minus:before {
  content: "\f503";
}

/* line 4076, styles/designs/_external.scss */
.la-user-ninja:before {
  content: "\f504";
}

/* line 4079, styles/designs/_external.scss */
.la-user-nurse:before {
  content: "\f82f";
}

/* line 4082, styles/designs/_external.scss */
.la-user-plus:before {
  content: "\f234";
}

/* line 4085, styles/designs/_external.scss */
.la-user-secret:before {
  content: "\f21b";
}

/* line 4088, styles/designs/_external.scss */
.la-user-shield:before {
  content: "\f505";
}

/* line 4091, styles/designs/_external.scss */
.la-user-slash:before {
  content: "\f506";
}

/* line 4094, styles/designs/_external.scss */
.la-user-tag:before {
  content: "\f507";
}

/* line 4097, styles/designs/_external.scss */
.la-user-tie:before {
  content: "\f508";
}

/* line 4100, styles/designs/_external.scss */
.la-user-times:before {
  content: "\f235";
}

/* line 4103, styles/designs/_external.scss */
.la-users:before {
  content: "\f0c0";
}

/* line 4106, styles/designs/_external.scss */
.la-users-cog:before {
  content: "\f509";
}

/* line 4109, styles/designs/_external.scss */
.la-usps:before {
  content: "\f7e1";
}

/* line 4112, styles/designs/_external.scss */
.la-ussunnah:before {
  content: "\f407";
}

/* line 4115, styles/designs/_external.scss */
.la-utensil-spoon:before {
  content: "\f2e5";
}

/* line 4118, styles/designs/_external.scss */
.la-utensils:before {
  content: "\f2e7";
}

/* line 4121, styles/designs/_external.scss */
.la-vaadin:before {
  content: "\f408";
}

/* line 4124, styles/designs/_external.scss */
.la-vector-square:before {
  content: "\f5cb";
}

/* line 4127, styles/designs/_external.scss */
.la-venus:before {
  content: "\f221";
}

/* line 4130, styles/designs/_external.scss */
.la-venus-double:before {
  content: "\f226";
}

/* line 4133, styles/designs/_external.scss */
.la-venus-mars:before {
  content: "\f228";
}

/* line 4136, styles/designs/_external.scss */
.la-viacoin:before {
  content: "\f237";
}

/* line 4139, styles/designs/_external.scss */
.la-viadeo:before {
  content: "\f2a9";
}

/* line 4142, styles/designs/_external.scss */
.la-viadeo-square:before {
  content: "\f2aa";
}

/* line 4145, styles/designs/_external.scss */
.la-vial:before {
  content: "\f492";
}

/* line 4148, styles/designs/_external.scss */
.la-vials:before {
  content: "\f493";
}

/* line 4151, styles/designs/_external.scss */
.la-viber:before {
  content: "\f409";
}

/* line 4154, styles/designs/_external.scss */
.la-video:before {
  content: "\f03d";
}

/* line 4157, styles/designs/_external.scss */
.la-video-slash:before {
  content: "\f4e2";
}

/* line 4160, styles/designs/_external.scss */
.la-vihara:before {
  content: "\f6a7";
}

/* line 4163, styles/designs/_external.scss */
.la-vimeo:before {
  content: "\f40a";
}

/* line 4166, styles/designs/_external.scss */
.la-vimeo-square:before {
  content: "\f194";
}

/* line 4169, styles/designs/_external.scss */
.la-vimeo-v:before {
  content: "\f27d";
}

/* line 4172, styles/designs/_external.scss */
.la-vine:before {
  content: "\f1ca";
}

/* line 4175, styles/designs/_external.scss */
.la-vk:before {
  content: "\f189";
}

/* line 4178, styles/designs/_external.scss */
.la-vnv:before {
  content: "\f40b";
}

/* line 4181, styles/designs/_external.scss */
.la-voicemail:before {
  content: "\f897";
}

/* line 4184, styles/designs/_external.scss */
.la-volleyball-ball:before {
  content: "\f45f";
}

/* line 4187, styles/designs/_external.scss */
.la-volume-down:before {
  content: "\f027";
}

/* line 4190, styles/designs/_external.scss */
.la-volume-mute:before {
  content: "\f6a9";
}

/* line 4193, styles/designs/_external.scss */
.la-volume-off:before {
  content: "\f026";
}

/* line 4196, styles/designs/_external.scss */
.la-volume-up:before {
  content: "\f028";
}

/* line 4199, styles/designs/_external.scss */
.la-vote-yea:before {
  content: "\f772";
}

/* line 4202, styles/designs/_external.scss */
.la-vr-cardboard:before {
  content: "\f729";
}

/* line 4205, styles/designs/_external.scss */
.la-vuejs:before {
  content: "\f41f";
}

/* line 4208, styles/designs/_external.scss */
.la-walking:before {
  content: "\f554";
}

/* line 4211, styles/designs/_external.scss */
.la-wallet:before {
  content: "\f555";
}

/* line 4214, styles/designs/_external.scss */
.la-warehouse:before {
  content: "\f494";
}

/* line 4217, styles/designs/_external.scss */
.la-water:before {
  content: "\f773";
}

/* line 4220, styles/designs/_external.scss */
.la-wave-square:before {
  content: "\f83e";
}

/* line 4223, styles/designs/_external.scss */
.la-waze:before {
  content: "\f83f";
}

/* line 4226, styles/designs/_external.scss */
.la-weebly:before {
  content: "\f5cc";
}

/* line 4229, styles/designs/_external.scss */
.la-weibo:before {
  content: "\f18a";
}

/* line 4232, styles/designs/_external.scss */
.la-weight:before {
  content: "\f496";
}

/* line 4235, styles/designs/_external.scss */
.la-weight-hanging:before {
  content: "\f5cd";
}

/* line 4238, styles/designs/_external.scss */
.la-weixin:before {
  content: "\f1d7";
}

/* line 4241, styles/designs/_external.scss */
.la-whatsapp:before {
  content: "\f232";
}

/* line 4244, styles/designs/_external.scss */
.la-whatsapp-square:before {
  content: "\f40c";
}

/* line 4247, styles/designs/_external.scss */
.la-wheelchair:before {
  content: "\f193";
}

/* line 4250, styles/designs/_external.scss */
.la-whmcs:before {
  content: "\f40d";
}

/* line 4253, styles/designs/_external.scss */
.la-wifi:before {
  content: "\f1eb";
}

/* line 4256, styles/designs/_external.scss */
.la-wikipedia-w:before {
  content: "\f266";
}

/* line 4259, styles/designs/_external.scss */
.la-wind:before {
  content: "\f72e";
}

/* line 4262, styles/designs/_external.scss */
.la-window-close:before {
  content: "\f410";
}

/* line 4265, styles/designs/_external.scss */
.la-window-maximize:before {
  content: "\f2d0";
}

/* line 4268, styles/designs/_external.scss */
.la-window-minimize:before {
  content: "\f2d1";
}

/* line 4271, styles/designs/_external.scss */
.la-window-restore:before {
  content: "\f2d2";
}

/* line 4274, styles/designs/_external.scss */
.la-windows:before {
  content: "\f17a";
}

/* line 4277, styles/designs/_external.scss */
.la-wine-bottle:before {
  content: "\f72f";
}

/* line 4280, styles/designs/_external.scss */
.la-wine-glass:before {
  content: "\f4e3";
}

/* line 4283, styles/designs/_external.scss */
.la-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 4286, styles/designs/_external.scss */
.la-wix:before {
  content: "\f5cf";
}

/* line 4289, styles/designs/_external.scss */
.la-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 4292, styles/designs/_external.scss */
.la-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 4295, styles/designs/_external.scss */
.la-won-sign:before {
  content: "\f159";
}

/* line 4298, styles/designs/_external.scss */
.la-wordpress:before {
  content: "\f19a";
}

/* line 4301, styles/designs/_external.scss */
.la-wordpress-simple:before {
  content: "\f411";
}

/* line 4304, styles/designs/_external.scss */
.la-wpbeginner:before {
  content: "\f297";
}

/* line 4307, styles/designs/_external.scss */
.la-wpexplorer:before {
  content: "\f2de";
}

/* line 4310, styles/designs/_external.scss */
.la-wpforms:before {
  content: "\f298";
}

/* line 4313, styles/designs/_external.scss */
.la-wpressr:before {
  content: "\f3e4";
}

/* line 4316, styles/designs/_external.scss */
.la-wrench:before {
  content: "\f0ad";
}

/* line 4319, styles/designs/_external.scss */
.la-x-ray:before {
  content: "\f497";
}

/* line 4322, styles/designs/_external.scss */
.la-xbox:before {
  content: "\f412";
}

/* line 4325, styles/designs/_external.scss */
.la-xing:before {
  content: "\f168";
}

/* line 4328, styles/designs/_external.scss */
.la-xing-square:before {
  content: "\f169";
}

/* line 4331, styles/designs/_external.scss */
.la-y-combinator:before {
  content: "\f23b";
}

/* line 4334, styles/designs/_external.scss */
.la-yahoo:before {
  content: "\f19e";
}

/* line 4337, styles/designs/_external.scss */
.la-yammer:before {
  content: "\f840";
}

/* line 4340, styles/designs/_external.scss */
.la-yandex:before {
  content: "\f413";
}

/* line 4343, styles/designs/_external.scss */
.la-yandex-international:before {
  content: "\f414";
}

/* line 4346, styles/designs/_external.scss */
.la-yarn:before {
  content: "\f7e3";
}

/* line 4349, styles/designs/_external.scss */
.la-yelp:before {
  content: "\f1e9";
}

/* line 4352, styles/designs/_external.scss */
.la-yen-sign:before {
  content: "\f157";
}

/* line 4355, styles/designs/_external.scss */
.la-yin-yang:before {
  content: "\f6ad";
}

/* line 4358, styles/designs/_external.scss */
.la-yoast:before {
  content: "\f2b1";
}

/* line 4361, styles/designs/_external.scss */
.la-youtube:before {
  content: "\f167";
}

/* line 4364, styles/designs/_external.scss */
.la-youtube-square:before {
  content: "\f431";
}

/* line 4367, styles/designs/_external.scss */
.la-zhihu:before {
  content: "\f63f";
}

/* line 4370, styles/designs/_external.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 4380, styles/designs/_external.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Line Awesome Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-brands-400.eot");
  src: url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-brands-400.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-brands-400.woff2") format("woff2"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-brands-400.woff") format("woff"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-brands-400.ttf") format("truetype"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-brands-400.svg#lineawesome") format("svg");
}
/* line 4395, styles/designs/_external.scss */
.lab {
  font-family: 'Line Awesome Brands';
}

@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-regular-400.eot");
  src: url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-regular-400.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-regular-400.woff2") format("woff2"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-regular-400.woff") format("woff"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-regular-400.ttf") format("truetype"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-regular-400.svg#lineawesome") format("svg");
}
/* line 4405, styles/designs/_external.scss */
.lar {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-solid-900.eot");
  src: url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-solid-900.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-solid-900.woff2") format("woff2"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-solid-900.woff") format("woff"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-solid-900.ttf") format("truetype"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-solid-900.svg#lineawesome") format("svg");
}
/* line 4416, styles/designs/_external.scss */
.la,
.las {
  font-family: 'Line Awesome Free';
  font-weight: 900;
}

/* line 4421, styles/designs/_external.scss */
.la.la-glass:before {
  content: "\f000";
}

/* line 4424, styles/designs/_external.scss */
.la.la-meetup {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4428, styles/designs/_external.scss */
.la.la-star-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4432, styles/designs/_external.scss */
.la.la-star-o:before {
  content: "\f005";
}

/* line 4435, styles/designs/_external.scss */
.la.la-remove:before {
  content: "\f00d";
}

/* line 4438, styles/designs/_external.scss */
.la.la-close:before {
  content: "\f00d";
}

/* line 4441, styles/designs/_external.scss */
.la.la-gear:before {
  content: "\f013";
}

/* line 4444, styles/designs/_external.scss */
.la.la-trash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4448, styles/designs/_external.scss */
.la.la-trash-o:before {
  content: "\f2ed";
}

/* line 4451, styles/designs/_external.scss */
.la.la-file-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4455, styles/designs/_external.scss */
.la.la-file-o:before {
  content: "\f15b";
}

/* line 4458, styles/designs/_external.scss */
.la.la-clock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4462, styles/designs/_external.scss */
.la.la-clock-o:before {
  content: "\f017";
}

/* line 4465, styles/designs/_external.scss */
.la.la-arrow-circle-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4469, styles/designs/_external.scss */
.la.la-arrow-circle-o-down:before {
  content: "\f358";
}

/* line 4472, styles/designs/_external.scss */
.la.la-arrow-circle-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4476, styles/designs/_external.scss */
.la.la-arrow-circle-o-up:before {
  content: "\f35b";
}

/* line 4479, styles/designs/_external.scss */
.la.la-play-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4483, styles/designs/_external.scss */
.la.la-play-circle-o:before {
  content: "\f144";
}

/* line 4486, styles/designs/_external.scss */
.la.la-repeat:before {
  content: "\f01e";
}

/* line 4489, styles/designs/_external.scss */
.la.la-rotate-right:before {
  content: "\f01e";
}

/* line 4492, styles/designs/_external.scss */
.la.la-refresh:before {
  content: "\f021";
}

/* line 4495, styles/designs/_external.scss */
.la.la-list-alt {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4499, styles/designs/_external.scss */
.la.la-dedent:before {
  content: "\f03b";
}

/* line 4502, styles/designs/_external.scss */
.la.la-video-camera:before {
  content: "\f03d";
}

/* line 4505, styles/designs/_external.scss */
.la.la-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4509, styles/designs/_external.scss */
.la.la-picture-o:before {
  content: "\f03e";
}

/* line 4512, styles/designs/_external.scss */
.la.la-photo {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4516, styles/designs/_external.scss */
.la.la-photo:before {
  content: "\f03e";
}

/* line 4519, styles/designs/_external.scss */
.la.la-image {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4523, styles/designs/_external.scss */
.la.la-image:before {
  content: "\f03e";
}

/* line 4526, styles/designs/_external.scss */
.la.la-pencil:before {
  content: "\f303";
}

/* line 4529, styles/designs/_external.scss */
.la.la-map-marker:before {
  content: "\f3c5";
}

/* line 4532, styles/designs/_external.scss */
.la.la-pencil-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4536, styles/designs/_external.scss */
.la.la-pencil-square-o:before {
  content: "\f044";
}

/* line 4539, styles/designs/_external.scss */
.la.la-share-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4543, styles/designs/_external.scss */
.la.la-share-square-o:before {
  content: "\f14d";
}

/* line 4546, styles/designs/_external.scss */
.la.la-check-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4550, styles/designs/_external.scss */
.la.la-check-square-o:before {
  content: "\f14a";
}

/* line 4553, styles/designs/_external.scss */
.la.la-arrows:before {
  content: "\f0b2";
}

/* line 4556, styles/designs/_external.scss */
.la.la-times-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4560, styles/designs/_external.scss */
.la.la-times-circle-o:before {
  content: "\f057";
}

/* line 4563, styles/designs/_external.scss */
.la.la-check-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4567, styles/designs/_external.scss */
.la.la-check-circle-o:before {
  content: "\f058";
}

/* line 4570, styles/designs/_external.scss */
.la.la-mail-forward:before {
  content: "\f064";
}

/* line 4573, styles/designs/_external.scss */
.la.la-eye {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4577, styles/designs/_external.scss */
.la.la-eye-slash {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4581, styles/designs/_external.scss */
.la.la-warning:before {
  content: "\f071";
}

/* line 4584, styles/designs/_external.scss */
.la.la-calendar:before {
  content: "\f073";
}

/* line 4587, styles/designs/_external.scss */
.la.la-arrows-v:before {
  content: "\f338";
}

/* line 4590, styles/designs/_external.scss */
.la.la-arrows-h:before {
  content: "\f337";
}

/* line 4593, styles/designs/_external.scss */
.la.la-bar-chart {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4597, styles/designs/_external.scss */
.la.la-bar-chart:before {
  content: "\f080";
}

/* line 4600, styles/designs/_external.scss */
.la.la-bar-chart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4604, styles/designs/_external.scss */
.la.la-bar-chart-o:before {
  content: "\f080";
}

/* line 4607, styles/designs/_external.scss */
.la.la-twitter-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4611, styles/designs/_external.scss */
.la.la-facebook-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4615, styles/designs/_external.scss */
.la.la-gears:before {
  content: "\f085";
}

/* line 4618, styles/designs/_external.scss */
.la.la-thumbs-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4622, styles/designs/_external.scss */
.la.la-thumbs-o-up:before {
  content: "\f164";
}

/* line 4625, styles/designs/_external.scss */
.la.la-thumbs-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4629, styles/designs/_external.scss */
.la.la-thumbs-o-down:before {
  content: "\f165";
}

/* line 4632, styles/designs/_external.scss */
.la.la-heart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4636, styles/designs/_external.scss */
.la.la-heart-o:before {
  content: "\f004";
}

/* line 4639, styles/designs/_external.scss */
.la.la-sign-out:before {
  content: "\f2f5";
}

/* line 4642, styles/designs/_external.scss */
.la.la-linkedin-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4646, styles/designs/_external.scss */
.la.la-linkedin-square:before {
  content: "\f08c";
}

/* line 4649, styles/designs/_external.scss */
.la.la-thumb-tack:before {
  content: "\f08d";
}

/* line 4652, styles/designs/_external.scss */
.la.la-external-link:before {
  content: "\f35d";
}

/* line 4655, styles/designs/_external.scss */
.la.la-sign-in:before {
  content: "\f2f6";
}

/* line 4658, styles/designs/_external.scss */
.la.la-github-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4662, styles/designs/_external.scss */
.la.la-lemon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4666, styles/designs/_external.scss */
.la.la-lemon-o:before {
  content: "\f094";
}

/* line 4669, styles/designs/_external.scss */
.la.la-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4673, styles/designs/_external.scss */
.la.la-square-o:before {
  content: "\f0c8";
}

/* line 4676, styles/designs/_external.scss */
.la.la-bookmark-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4680, styles/designs/_external.scss */
.la.la-bookmark-o:before {
  content: "\f02e";
}

/* line 4683, styles/designs/_external.scss */
.la.la-twitter {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4687, styles/designs/_external.scss */
.la.la-facebook {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4691, styles/designs/_external.scss */
.la.la-facebook:before {
  content: "\f39e";
}

/* line 4694, styles/designs/_external.scss */
.la.la-facebook-f {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4698, styles/designs/_external.scss */
.la.la-facebook-f:before {
  content: "\f39e";
}

/* line 4701, styles/designs/_external.scss */
.la.la-github {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4705, styles/designs/_external.scss */
.la.la-credit-card {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4709, styles/designs/_external.scss */
.la.la-feed:before {
  content: "\f09e";
}

/* line 4712, styles/designs/_external.scss */
.la.la-hdd-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4716, styles/designs/_external.scss */
.la.la-hdd-o:before {
  content: "\f0a0";
}

/* line 4719, styles/designs/_external.scss */
.la.la-hand-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4723, styles/designs/_external.scss */
.la.la-hand-o-right:before {
  content: "\f0a4";
}

/* line 4726, styles/designs/_external.scss */
.la.la-hand-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4730, styles/designs/_external.scss */
.la.la-hand-o-left:before {
  content: "\f0a5";
}

/* line 4733, styles/designs/_external.scss */
.la.la-hand-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4737, styles/designs/_external.scss */
.la.la-hand-o-up:before {
  content: "\f0a6";
}

/* line 4740, styles/designs/_external.scss */
.la.la-hand-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4744, styles/designs/_external.scss */
.la.la-hand-o-down:before {
  content: "\f0a7";
}

/* line 4747, styles/designs/_external.scss */
.la.la-arrows-alt:before {
  content: "\f31e";
}

/* line 4750, styles/designs/_external.scss */
.la.la-group:before {
  content: "\f0c0";
}

/* line 4753, styles/designs/_external.scss */
.la.la-chain:before {
  content: "\f0c1";
}

/* line 4756, styles/designs/_external.scss */
.la.la-scissors:before {
  content: "\f0c4";
}

/* line 4759, styles/designs/_external.scss */
.la.la-files-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4763, styles/designs/_external.scss */
.la.la-files-o:before {
  content: "\f0c5";
}

/* line 4766, styles/designs/_external.scss */
.la.la-floppy-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4770, styles/designs/_external.scss */
.la.la-floppy-o:before {
  content: "\f0c7";
}

/* line 4773, styles/designs/_external.scss */
.la.la-navicon:before {
  content: "\f0c9";
}

/* line 4776, styles/designs/_external.scss */
.la.la-reorder:before {
  content: "\f0c9";
}

/* line 4779, styles/designs/_external.scss */
.la.la-pinterest {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4783, styles/designs/_external.scss */
.la.la-pinterest-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4787, styles/designs/_external.scss */
.la.la-google-plus-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4791, styles/designs/_external.scss */
.la.la-google-plus {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4795, styles/designs/_external.scss */
.la.la-google-plus:before {
  content: "\f0d5";
}

/* line 4798, styles/designs/_external.scss */
.la.la-money {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4802, styles/designs/_external.scss */
.la.la-money:before {
  content: "\f3d1";
}

/* line 4805, styles/designs/_external.scss */
.la.la-unsorted:before {
  content: "\f0dc";
}

/* line 4808, styles/designs/_external.scss */
.la.la-sort-desc:before {
  content: "\f0dd";
}

/* line 4811, styles/designs/_external.scss */
.la.la-sort-asc:before {
  content: "\f0de";
}

/* line 4814, styles/designs/_external.scss */
.la.la-linkedin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4818, styles/designs/_external.scss */
.la.la-linkedin:before {
  content: "\f0e1";
}

/* line 4821, styles/designs/_external.scss */
.la.la-rotate-left:before {
  content: "\f0e2";
}

/* line 4824, styles/designs/_external.scss */
.la.la-legal:before {
  content: "\f0e3";
}

/* line 4827, styles/designs/_external.scss */
.la.la-tachometer:before {
  content: "\f3fd";
}

/* line 4830, styles/designs/_external.scss */
.la.la-dashboard:before {
  content: "\f3fd";
}

/* line 4833, styles/designs/_external.scss */
.la.la-comment-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4837, styles/designs/_external.scss */
.la.la-comment-o:before {
  content: "\f075";
}

/* line 4840, styles/designs/_external.scss */
.la.la-comments-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4844, styles/designs/_external.scss */
.la.la-comments-o:before {
  content: "\f086";
}

/* line 4847, styles/designs/_external.scss */
.la.la-flash:before {
  content: "\f0e7";
}

/* line 4850, styles/designs/_external.scss */
.la.la-clipboard {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4854, styles/designs/_external.scss */
.la.la-paste {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4858, styles/designs/_external.scss */
.la.la-paste:before {
  content: "\f328";
}

/* line 4861, styles/designs/_external.scss */
.la.la-lightbulb-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4865, styles/designs/_external.scss */
.la.la-lightbulb-o:before {
  content: "\f0eb";
}

/* line 4868, styles/designs/_external.scss */
.la.la-exchange:before {
  content: "\f362";
}

/* line 4871, styles/designs/_external.scss */
.la.la-cloud-download:before {
  content: "\f381";
}

/* line 4874, styles/designs/_external.scss */
.la.la-cloud-upload:before {
  content: "\f382";
}

/* line 4877, styles/designs/_external.scss */
.la.la-bell-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4881, styles/designs/_external.scss */
.la.la-bell-o:before {
  content: "\f0f3";
}

/* line 4884, styles/designs/_external.scss */
.la.la-cutlery:before {
  content: "\f2e7";
}

/* line 4887, styles/designs/_external.scss */
.la.la-file-text-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4891, styles/designs/_external.scss */
.la.la-file-text-o:before {
  content: "\f15c";
}

/* line 4894, styles/designs/_external.scss */
.la.la-building-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4898, styles/designs/_external.scss */
.la.la-building-o:before {
  content: "\f1ad";
}

/* line 4901, styles/designs/_external.scss */
.la.la-hospital-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4905, styles/designs/_external.scss */
.la.la-hospital-o:before {
  content: "\f0f8";
}

/* line 4908, styles/designs/_external.scss */
.la.la-tablet:before {
  content: "\f3fa";
}

/* line 4911, styles/designs/_external.scss */
.la.la-mobile:before {
  content: "\f3cd";
}

/* line 4914, styles/designs/_external.scss */
.la.la-mobile-phone:before {
  content: "\f3cd";
}

/* line 4917, styles/designs/_external.scss */
.la.la-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4921, styles/designs/_external.scss */
.la.la-circle-o:before {
  content: "\f111";
}

/* line 4924, styles/designs/_external.scss */
.la.la-mail-reply:before {
  content: "\f3e5";
}

/* line 4927, styles/designs/_external.scss */
.la.la-github-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 4931, styles/designs/_external.scss */
.la.la-folder-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4935, styles/designs/_external.scss */
.la.la-folder-o:before {
  content: "\f07b";
}

/* line 4938, styles/designs/_external.scss */
.la.la-folder-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4942, styles/designs/_external.scss */
.la.la-folder-open-o:before {
  content: "\f07c";
}

/* line 4945, styles/designs/_external.scss */
.la.la-smile-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4949, styles/designs/_external.scss */
.la.la-smile-o:before {
  content: "\f118";
}

/* line 4952, styles/designs/_external.scss */
.la.la-frown-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4956, styles/designs/_external.scss */
.la.la-frown-o:before {
  content: "\f119";
}

/* line 4959, styles/designs/_external.scss */
.la.la-meh-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4963, styles/designs/_external.scss */
.la.la-meh-o:before {
  content: "\f11a";
}

/* line 4966, styles/designs/_external.scss */
.la.la-keyboard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4970, styles/designs/_external.scss */
.la.la-keyboard-o:before {
  content: "\f11c";
}

/* line 4973, styles/designs/_external.scss */
.la.la-flag-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4977, styles/designs/_external.scss */
.la.la-flag-o:before {
  content: "\f024";
}

/* line 4980, styles/designs/_external.scss */
.la.la-mail-reply-all:before {
  content: "\f122";
}

/* line 4983, styles/designs/_external.scss */
.la.la-star-half-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4987, styles/designs/_external.scss */
.la.la-star-half-o:before {
  content: "\f089";
}

/* line 4990, styles/designs/_external.scss */
.la.la-star-half-empty {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 4994, styles/designs/_external.scss */
.la.la-star-half-empty:before {
  content: "\f089";
}

/* line 4997, styles/designs/_external.scss */
.la.la-star-half-full {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5001, styles/designs/_external.scss */
.la.la-star-half-full:before {
  content: "\f089";
}

/* line 5004, styles/designs/_external.scss */
.la.la-code-fork:before {
  content: "\f126";
}

/* line 5007, styles/designs/_external.scss */
.la.la-chain-broken:before {
  content: "\f127";
}

/* line 5010, styles/designs/_external.scss */
.la.la-shield:before {
  content: "\f3ed";
}

/* line 5013, styles/designs/_external.scss */
.la.la-calendar-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5017, styles/designs/_external.scss */
.la.la-calendar-o:before {
  content: "\f133";
}

/* line 5020, styles/designs/_external.scss */
.la.la-maxcdn {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5024, styles/designs/_external.scss */
.la.la-html5 {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5028, styles/designs/_external.scss */
.la.la-css3 {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5032, styles/designs/_external.scss */
.la.la-ticket:before {
  content: "\f3ff";
}

/* line 5035, styles/designs/_external.scss */
.la.la-minus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5039, styles/designs/_external.scss */
.la.la-minus-square-o:before {
  content: "\f146";
}

/* line 5042, styles/designs/_external.scss */
.la.la-level-up:before {
  content: "\f3bf";
}

/* line 5045, styles/designs/_external.scss */
.la.la-level-down:before {
  content: "\f3be";
}

/* line 5048, styles/designs/_external.scss */
.la.la-pencil-square:before {
  content: "\f14b";
}

/* line 5051, styles/designs/_external.scss */
.la.la-external-link-square:before {
  content: "\f360";
}

/* line 5054, styles/designs/_external.scss */
.la.la-compass {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5058, styles/designs/_external.scss */
.la.la-caret-square-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5062, styles/designs/_external.scss */
.la.la-caret-square-o-down:before {
  content: "\f150";
}

/* line 5065, styles/designs/_external.scss */
.la.la-toggle-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5069, styles/designs/_external.scss */
.la.la-toggle-down:before {
  content: "\f150";
}

/* line 5072, styles/designs/_external.scss */
.la.la-caret-square-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5076, styles/designs/_external.scss */
.la.la-caret-square-o-up:before {
  content: "\f151";
}

/* line 5079, styles/designs/_external.scss */
.la.la-toggle-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5083, styles/designs/_external.scss */
.la.la-toggle-up:before {
  content: "\f151";
}

/* line 5086, styles/designs/_external.scss */
.la.la-caret-square-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5090, styles/designs/_external.scss */
.la.la-caret-square-o-right:before {
  content: "\f152";
}

/* line 5093, styles/designs/_external.scss */
.la.la-toggle-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5097, styles/designs/_external.scss */
.la.la-toggle-right:before {
  content: "\f152";
}

/* line 5100, styles/designs/_external.scss */
.la.la-eur:before {
  content: "\f153";
}

/* line 5103, styles/designs/_external.scss */
.la.la-euro:before {
  content: "\f153";
}

/* line 5106, styles/designs/_external.scss */
.la.la-gbp:before {
  content: "\f154";
}

/* line 5109, styles/designs/_external.scss */
.la.la-usd:before {
  content: "\f155";
}

/* line 5112, styles/designs/_external.scss */
.la.la-dollar:before {
  content: "\f155";
}

/* line 5115, styles/designs/_external.scss */
.la.la-inr:before {
  content: "\f156";
}

/* line 5118, styles/designs/_external.scss */
.la.la-rupee:before {
  content: "\f156";
}

/* line 5121, styles/designs/_external.scss */
.la.la-jpy:before {
  content: "\f157";
}

/* line 5124, styles/designs/_external.scss */
.la.la-cny:before {
  content: "\f157";
}

/* line 5127, styles/designs/_external.scss */
.la.la-rmb:before {
  content: "\f157";
}

/* line 5130, styles/designs/_external.scss */
.la.la-yen:before {
  content: "\f157";
}

/* line 5133, styles/designs/_external.scss */
.la.la-rub:before {
  content: "\f158";
}

/* line 5136, styles/designs/_external.scss */
.la.la-ruble:before {
  content: "\f158";
}

/* line 5139, styles/designs/_external.scss */
.la.la-rouble:before {
  content: "\f158";
}

/* line 5142, styles/designs/_external.scss */
.la.la-krw:before {
  content: "\f159";
}

/* line 5145, styles/designs/_external.scss */
.la.la-won:before {
  content: "\f159";
}

/* line 5148, styles/designs/_external.scss */
.la.la-btc {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5152, styles/designs/_external.scss */
.la.la-bitcoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5156, styles/designs/_external.scss */
.la.la-bitcoin:before {
  content: "\f15a";
}

/* line 5159, styles/designs/_external.scss */
.la.la-file-text:before {
  content: "\f15c";
}

/* line 5162, styles/designs/_external.scss */
.la.la-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 5165, styles/designs/_external.scss */
.la.la-sort-alpha-desc:before {
  content: "\f881";
}

/* line 5168, styles/designs/_external.scss */
.la.la-sort-amount-asc:before {
  content: "\f160";
}

/* line 5171, styles/designs/_external.scss */
.la.la-sort-amount-desc:before {
  content: "\f884";
}

/* line 5174, styles/designs/_external.scss */
.la.la-sort-numeric-asc:before {
  content: "\f162";
}

/* line 5177, styles/designs/_external.scss */
.la.la-sort-numeric-desc:before {
  content: "\f886";
}

/* line 5180, styles/designs/_external.scss */
.la.la-youtube-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5184, styles/designs/_external.scss */
.la.la-youtube {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5188, styles/designs/_external.scss */
.la.la-xing {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5192, styles/designs/_external.scss */
.la.la-xing-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5196, styles/designs/_external.scss */
.la.la-youtube-play {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5200, styles/designs/_external.scss */
.la.la-youtube-play:before {
  content: "\f167";
}

/* line 5203, styles/designs/_external.scss */
.la.la-dropbox {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5207, styles/designs/_external.scss */
.la.la-stack-overflow {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5211, styles/designs/_external.scss */
.la.la-instagram {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5215, styles/designs/_external.scss */
.la.la-flickr {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5219, styles/designs/_external.scss */
.la.la-adn {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5223, styles/designs/_external.scss */
.la.la-bitbucket {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5227, styles/designs/_external.scss */
.la.la-bitbucket-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5231, styles/designs/_external.scss */
.la.la-bitbucket-square:before {
  content: "\f171";
}

/* line 5234, styles/designs/_external.scss */
.la.la-tumblr {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5238, styles/designs/_external.scss */
.la.la-tumblr-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5242, styles/designs/_external.scss */
.la.la-long-arrow-down:before {
  content: "\f309";
}

/* line 5245, styles/designs/_external.scss */
.la.la-long-arrow-up:before {
  content: "\f30c";
}

/* line 5248, styles/designs/_external.scss */
.la.la-long-arrow-left:before {
  content: "\f30a";
}

/* line 5251, styles/designs/_external.scss */
.la.la-long-arrow-right:before {
  content: "\f30b";
}

/* line 5254, styles/designs/_external.scss */
.la.la-apple {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5258, styles/designs/_external.scss */
.la.la-windows {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5262, styles/designs/_external.scss */
.la.la-android {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5266, styles/designs/_external.scss */
.la.la-linux {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5270, styles/designs/_external.scss */
.la.la-dribbble {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5274, styles/designs/_external.scss */
.la.la-skype {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5278, styles/designs/_external.scss */
.la.la-foursquare {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5282, styles/designs/_external.scss */
.la.la-trello {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5286, styles/designs/_external.scss */
.la.la-gratipay {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5290, styles/designs/_external.scss */
.la.la-gittip {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5294, styles/designs/_external.scss */
.la.la-gittip:before {
  content: "\f184";
}

/* line 5297, styles/designs/_external.scss */
.la.la-sun-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5301, styles/designs/_external.scss */
.la.la-sun-o:before {
  content: "\f185";
}

/* line 5304, styles/designs/_external.scss */
.la.la-moon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5308, styles/designs/_external.scss */
.la.la-moon-o:before {
  content: "\f186";
}

/* line 5311, styles/designs/_external.scss */
.la.la-vk {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5315, styles/designs/_external.scss */
.la.la-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5319, styles/designs/_external.scss */
.la.la-renren {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5323, styles/designs/_external.scss */
.la.la-pagelines {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5327, styles/designs/_external.scss */
.la.la-stack-exchange {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5331, styles/designs/_external.scss */
.la.la-arrow-circle-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5335, styles/designs/_external.scss */
.la.la-arrow-circle-o-right:before {
  content: "\f35a";
}

/* line 5338, styles/designs/_external.scss */
.la.la-arrow-circle-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5342, styles/designs/_external.scss */
.la.la-arrow-circle-o-left:before {
  content: "\f359";
}

/* line 5345, styles/designs/_external.scss */
.la.la-caret-square-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5349, styles/designs/_external.scss */
.la.la-caret-square-o-left:before {
  content: "\f191";
}

/* line 5352, styles/designs/_external.scss */
.la.la-toggle-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5356, styles/designs/_external.scss */
.la.la-toggle-left:before {
  content: "\f191";
}

/* line 5359, styles/designs/_external.scss */
.la.la-dot-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5363, styles/designs/_external.scss */
.la.la-dot-circle-o:before {
  content: "\f192";
}

/* line 5366, styles/designs/_external.scss */
.la.la-vimeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5370, styles/designs/_external.scss */
.la.la-try:before {
  content: "\f195";
}

/* line 5373, styles/designs/_external.scss */
.la.la-turkish-lira:before {
  content: "\f195";
}

/* line 5376, styles/designs/_external.scss */
.la.la-plus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5380, styles/designs/_external.scss */
.la.la-plus-square-o:before {
  content: "\f0fe";
}

/* line 5383, styles/designs/_external.scss */
.la.la-slack {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5387, styles/designs/_external.scss */
.la.la-wordpress {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5391, styles/designs/_external.scss */
.la.la-openid {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5395, styles/designs/_external.scss */
.la.la-institution:before {
  content: "\f19c";
}

/* line 5398, styles/designs/_external.scss */
.la.la-bank:before {
  content: "\f19c";
}

/* line 5401, styles/designs/_external.scss */
.la.la-mortar-board:before {
  content: "\f19d";
}

/* line 5404, styles/designs/_external.scss */
.la.la-yahoo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5408, styles/designs/_external.scss */
.la.la-google {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5412, styles/designs/_external.scss */
.la.la-reddit {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5416, styles/designs/_external.scss */
.la.la-reddit-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5420, styles/designs/_external.scss */
.la.la-stumbleupon-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5424, styles/designs/_external.scss */
.la.la-stumbleupon {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5428, styles/designs/_external.scss */
.la.la-delicious {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5432, styles/designs/_external.scss */
.la.la-digg {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5436, styles/designs/_external.scss */
.la.la-pied-piper-pp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5440, styles/designs/_external.scss */
.la.la-pied-piper-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5444, styles/designs/_external.scss */
.la.la-drupal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5448, styles/designs/_external.scss */
.la.la-joomla {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5452, styles/designs/_external.scss */
.la.la-spoon:before {
  content: "\f2e5";
}

/* line 5455, styles/designs/_external.scss */
.la.la-behance {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5459, styles/designs/_external.scss */
.la.la-behance-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5463, styles/designs/_external.scss */
.la.la-steam {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5467, styles/designs/_external.scss */
.la.la-steam-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5471, styles/designs/_external.scss */
.la.la-automobile:before {
  content: "\f1b9";
}

/* line 5474, styles/designs/_external.scss */
.la.la-cab:before {
  content: "\f1ba";
}

/* line 5477, styles/designs/_external.scss */
.la.la-envelope-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5481, styles/designs/_external.scss */
.la.la-envelope-o:before {
  content: "\f0e0";
}

/* line 5484, styles/designs/_external.scss */
.la.la-deviantart {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5488, styles/designs/_external.scss */
.la.la-soundcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5492, styles/designs/_external.scss */
.la.la-file-pdf-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5496, styles/designs/_external.scss */
.la.la-file-pdf-o:before {
  content: "\f1c1";
}

/* line 5499, styles/designs/_external.scss */
.la.la-file-word-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5503, styles/designs/_external.scss */
.la.la-file-word-o:before {
  content: "\f1c2";
}

/* line 5506, styles/designs/_external.scss */
.la.la-file-excel-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5510, styles/designs/_external.scss */
.la.la-file-excel-o:before {
  content: "\f1c3";
}

/* line 5513, styles/designs/_external.scss */
.la.la-file-powerpoint-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5517, styles/designs/_external.scss */
.la.la-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 5520, styles/designs/_external.scss */
.la.la-file-image-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5524, styles/designs/_external.scss */
.la.la-file-image-o:before {
  content: "\f1c5";
}

/* line 5527, styles/designs/_external.scss */
.la.la-file-photo-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5531, styles/designs/_external.scss */
.la.la-file-photo-o:before {
  content: "\f1c5";
}

/* line 5534, styles/designs/_external.scss */
.la.la-file-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5538, styles/designs/_external.scss */
.la.la-file-picture-o:before {
  content: "\f1c5";
}

/* line 5541, styles/designs/_external.scss */
.la.la-file-archive-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5545, styles/designs/_external.scss */
.la.la-file-archive-o:before {
  content: "\f1c6";
}

/* line 5548, styles/designs/_external.scss */
.la.la-file-zip-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5552, styles/designs/_external.scss */
.la.la-file-zip-o:before {
  content: "\f1c6";
}

/* line 5555, styles/designs/_external.scss */
.la.la-file-audio-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5559, styles/designs/_external.scss */
.la.la-file-audio-o:before {
  content: "\f1c7";
}

/* line 5562, styles/designs/_external.scss */
.la.la-file-sound-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5566, styles/designs/_external.scss */
.la.la-file-sound-o:before {
  content: "\f1c7";
}

/* line 5569, styles/designs/_external.scss */
.la.la-file-video-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5573, styles/designs/_external.scss */
.la.la-file-video-o:before {
  content: "\f1c8";
}

/* line 5576, styles/designs/_external.scss */
.la.la-file-movie-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5580, styles/designs/_external.scss */
.la.la-file-movie-o:before {
  content: "\f1c8";
}

/* line 5583, styles/designs/_external.scss */
.la.la-file-code-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5587, styles/designs/_external.scss */
.la.la-file-code-o:before {
  content: "\f1c9";
}

/* line 5590, styles/designs/_external.scss */
.la.la-vine {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5594, styles/designs/_external.scss */
.la.la-codepen {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5598, styles/designs/_external.scss */
.la.la-jsfiddle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5602, styles/designs/_external.scss */
.la.la-life-ring {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5606, styles/designs/_external.scss */
.la.la-life-bouy {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5610, styles/designs/_external.scss */
.la.la-life-bouy:before {
  content: "\f1cd";
}

/* line 5613, styles/designs/_external.scss */
.la.la-life-buoy {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5617, styles/designs/_external.scss */
.la.la-life-buoy:before {
  content: "\f1cd";
}

/* line 5620, styles/designs/_external.scss */
.la.la-life-saver {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5624, styles/designs/_external.scss */
.la.la-life-saver:before {
  content: "\f1cd";
}

/* line 5627, styles/designs/_external.scss */
.la.la-support {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5631, styles/designs/_external.scss */
.la.la-support:before {
  content: "\f1cd";
}

/* line 5634, styles/designs/_external.scss */
.la.la-circle-o-notch:before {
  content: "\f1ce";
}

/* line 5637, styles/designs/_external.scss */
.la.la-rebel {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5641, styles/designs/_external.scss */
.la.la-ra {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5645, styles/designs/_external.scss */
.la.la-ra:before {
  content: "\f1d0";
}

/* line 5648, styles/designs/_external.scss */
.la.la-resistance {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5652, styles/designs/_external.scss */
.la.la-resistance:before {
  content: "\f1d0";
}

/* line 5655, styles/designs/_external.scss */
.la.la-empire {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5659, styles/designs/_external.scss */
.la.la-ge {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5663, styles/designs/_external.scss */
.la.la-ge:before {
  content: "\f1d1";
}

/* line 5666, styles/designs/_external.scss */
.la.la-git-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5670, styles/designs/_external.scss */
.la.la-git {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5674, styles/designs/_external.scss */
.la.la-hacker-news {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5678, styles/designs/_external.scss */
.la.la-y-combinator-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5682, styles/designs/_external.scss */
.la.la-y-combinator-square:before {
  content: "\f1d4";
}

/* line 5685, styles/designs/_external.scss */
.la.la-yc-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5689, styles/designs/_external.scss */
.la.la-yc-square:before {
  content: "\f1d4";
}

/* line 5692, styles/designs/_external.scss */
.la.la-tencent-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5696, styles/designs/_external.scss */
.la.la-qq {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5700, styles/designs/_external.scss */
.la.la-weixin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5704, styles/designs/_external.scss */
.la.la-wechat {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5708, styles/designs/_external.scss */
.la.la-wechat:before {
  content: "\f1d7";
}

/* line 5711, styles/designs/_external.scss */
.la.la-send:before {
  content: "\f1d8";
}

/* line 5714, styles/designs/_external.scss */
.la.la-paper-plane-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5718, styles/designs/_external.scss */
.la.la-paper-plane-o:before {
  content: "\f1d8";
}

/* line 5721, styles/designs/_external.scss */
.la.la-send-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5725, styles/designs/_external.scss */
.la.la-send-o:before {
  content: "\f1d8";
}

/* line 5728, styles/designs/_external.scss */
.la.la-circle-thin {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5732, styles/designs/_external.scss */
.la.la-circle-thin:before {
  content: "\f111";
}

/* line 5735, styles/designs/_external.scss */
.la.la-header:before {
  content: "\f1dc";
}

/* line 5738, styles/designs/_external.scss */
.la.la-sliders:before {
  content: "\f1de";
}

/* line 5741, styles/designs/_external.scss */
.la.la-futbol-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5745, styles/designs/_external.scss */
.la.la-futbol-o:before {
  content: "\f1e3";
}

/* line 5748, styles/designs/_external.scss */
.la.la-soccer-ball-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5752, styles/designs/_external.scss */
.la.la-soccer-ball-o:before {
  content: "\f1e3";
}

/* line 5755, styles/designs/_external.scss */
.la.la-slideshare {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5759, styles/designs/_external.scss */
.la.la-twitch {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5763, styles/designs/_external.scss */
.la.la-yelp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5767, styles/designs/_external.scss */
.la.la-newspaper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5771, styles/designs/_external.scss */
.la.la-newspaper-o:before {
  content: "\f1ea";
}

/* line 5774, styles/designs/_external.scss */
.la.la-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5778, styles/designs/_external.scss */
.la.la-google-wallet {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5782, styles/designs/_external.scss */
.la.la-cc-visa {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5786, styles/designs/_external.scss */
.la.la-cc-mastercard {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5790, styles/designs/_external.scss */
.la.la-cc-discover {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5794, styles/designs/_external.scss */
.la.la-cc-amex {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5798, styles/designs/_external.scss */
.la.la-cc-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5802, styles/designs/_external.scss */
.la.la-cc-stripe {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5806, styles/designs/_external.scss */
.la.la-bell-slash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5810, styles/designs/_external.scss */
.la.la-bell-slash-o:before {
  content: "\f1f6";
}

/* line 5813, styles/designs/_external.scss */
.la.la-trash:before {
  content: "\f2ed";
}

/* line 5816, styles/designs/_external.scss */
.la.la-copyright {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5820, styles/designs/_external.scss */
.la.la-eyedropper:before {
  content: "\f1fb";
}

/* line 5823, styles/designs/_external.scss */
.la.la-area-chart:before {
  content: "\f1fe";
}

/* line 5826, styles/designs/_external.scss */
.la.la-pie-chart:before {
  content: "\f200";
}

/* line 5829, styles/designs/_external.scss */
.la.la-line-chart:before {
  content: "\f201";
}

/* line 5832, styles/designs/_external.scss */
.la.la-lastfm {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5836, styles/designs/_external.scss */
.la.la-lastfm-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5840, styles/designs/_external.scss */
.la.la-ioxhost {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5844, styles/designs/_external.scss */
.la.la-angellist {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5848, styles/designs/_external.scss */
.la.la-cc {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5852, styles/designs/_external.scss */
.la.la-cc:before {
  content: "\f20a";
}

/* line 5855, styles/designs/_external.scss */
.la.la-ils:before {
  content: "\f20b";
}

/* line 5858, styles/designs/_external.scss */
.la.la-shekel:before {
  content: "\f20b";
}

/* line 5861, styles/designs/_external.scss */
.la.la-sheqel:before {
  content: "\f20b";
}

/* line 5864, styles/designs/_external.scss */
.la.la-meanpath {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5868, styles/designs/_external.scss */
.la.la-meanpath:before {
  content: "\f2b4";
}

/* line 5871, styles/designs/_external.scss */
.la.la-buysellads {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5875, styles/designs/_external.scss */
.la.la-connectdevelop {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5879, styles/designs/_external.scss */
.la.la-dashcube {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5883, styles/designs/_external.scss */
.la.la-forumbee {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5887, styles/designs/_external.scss */
.la.la-leanpub {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5891, styles/designs/_external.scss */
.la.la-sellsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5895, styles/designs/_external.scss */
.la.la-shirtsinbulk {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5899, styles/designs/_external.scss */
.la.la-simplybuilt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5903, styles/designs/_external.scss */
.la.la-skyatlas {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5907, styles/designs/_external.scss */
.la.la-diamond {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5911, styles/designs/_external.scss */
.la.la-diamond:before {
  content: "\f3a5";
}

/* line 5914, styles/designs/_external.scss */
.la.la-intersex:before {
  content: "\f224";
}

/* line 5917, styles/designs/_external.scss */
.la.la-facebook-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5921, styles/designs/_external.scss */
.la.la-facebook-official:before {
  content: "\f09a";
}

/* line 5924, styles/designs/_external.scss */
.la.la-pinterest-p {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5928, styles/designs/_external.scss */
.la.la-whatsapp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5932, styles/designs/_external.scss */
.la.la-hotel:before {
  content: "\f236";
}

/* line 5935, styles/designs/_external.scss */
.la.la-viacoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5939, styles/designs/_external.scss */
.la.la-medium {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5943, styles/designs/_external.scss */
.la.la-y-combinator {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5947, styles/designs/_external.scss */
.la.la-yc {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5951, styles/designs/_external.scss */
.la.la-yc:before {
  content: "\f23b";
}

/* line 5954, styles/designs/_external.scss */
.la.la-optin-monster {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5958, styles/designs/_external.scss */
.la.la-opencart {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5962, styles/designs/_external.scss */
.la.la-expeditedssl {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 5966, styles/designs/_external.scss */
.la.la-battery-4:before {
  content: "\f240";
}

/* line 5969, styles/designs/_external.scss */
.la.la-battery:before {
  content: "\f240";
}

/* line 5972, styles/designs/_external.scss */
.la.la-battery-3:before {
  content: "\f241";
}

/* line 5975, styles/designs/_external.scss */
.la.la-battery-2:before {
  content: "\f242";
}

/* line 5978, styles/designs/_external.scss */
.la.la-battery-1:before {
  content: "\f243";
}

/* line 5981, styles/designs/_external.scss */
.la.la-battery-0:before {
  content: "\f244";
}

/* line 5984, styles/designs/_external.scss */
.la.la-object-group {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5988, styles/designs/_external.scss */
.la.la-object-ungroup {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5992, styles/designs/_external.scss */
.la.la-sticky-note-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 5996, styles/designs/_external.scss */
.la.la-sticky-note-o:before {
  content: "\f249";
}

/* line 5999, styles/designs/_external.scss */
.la.la-cc-jcb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6003, styles/designs/_external.scss */
.la.la-cc-diners-club {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6007, styles/designs/_external.scss */
.la.la-clone {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6011, styles/designs/_external.scss */
.la.la-hourglass-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6015, styles/designs/_external.scss */
.la.la-hourglass-o:before {
  content: "\f254";
}

/* line 6018, styles/designs/_external.scss */
.la.la-hourglass-1:before {
  content: "\f251";
}

/* line 6021, styles/designs/_external.scss */
.la.la-hourglass-2:before {
  content: "\f252";
}

/* line 6024, styles/designs/_external.scss */
.la.la-hourglass-3:before {
  content: "\f253";
}

/* line 6027, styles/designs/_external.scss */
.la.la-hand-rock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6031, styles/designs/_external.scss */
.la.la-hand-rock-o:before {
  content: "\f255";
}

/* line 6034, styles/designs/_external.scss */
.la.la-hand-grab-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6038, styles/designs/_external.scss */
.la.la-hand-grab-o:before {
  content: "\f255";
}

/* line 6041, styles/designs/_external.scss */
.la.la-hand-paper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6045, styles/designs/_external.scss */
.la.la-hand-paper-o:before {
  content: "\f256";
}

/* line 6048, styles/designs/_external.scss */
.la.la-hand-stop-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6052, styles/designs/_external.scss */
.la.la-hand-stop-o:before {
  content: "\f256";
}

/* line 6055, styles/designs/_external.scss */
.la.la-hand-scissors-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6059, styles/designs/_external.scss */
.la.la-hand-scissors-o:before {
  content: "\f257";
}

/* line 6062, styles/designs/_external.scss */
.la.la-hand-lizard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6066, styles/designs/_external.scss */
.la.la-hand-lizard-o:before {
  content: "\f258";
}

/* line 6069, styles/designs/_external.scss */
.la.la-hand-spock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6073, styles/designs/_external.scss */
.la.la-hand-spock-o:before {
  content: "\f259";
}

/* line 6076, styles/designs/_external.scss */
.la.la-hand-pointer-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6080, styles/designs/_external.scss */
.la.la-hand-pointer-o:before {
  content: "\f25a";
}

/* line 6083, styles/designs/_external.scss */
.la.la-hand-peace-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6087, styles/designs/_external.scss */
.la.la-hand-peace-o:before {
  content: "\f25b";
}

/* line 6090, styles/designs/_external.scss */
.la.la-registered {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6094, styles/designs/_external.scss */
.la.la-creative-commons {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6098, styles/designs/_external.scss */
.la.la-gg {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6102, styles/designs/_external.scss */
.la.la-gg-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6106, styles/designs/_external.scss */
.la.la-tripadvisor {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6110, styles/designs/_external.scss */
.la.la-odnoklassniki {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6114, styles/designs/_external.scss */
.la.la-odnoklassniki-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6118, styles/designs/_external.scss */
.la.la-get-pocket {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6122, styles/designs/_external.scss */
.la.la-wikipedia-w {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6126, styles/designs/_external.scss */
.la.la-safari {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6130, styles/designs/_external.scss */
.la.la-chrome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6134, styles/designs/_external.scss */
.la.la-firefox {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6138, styles/designs/_external.scss */
.la.la-opera {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6142, styles/designs/_external.scss */
.la.la-internet-explorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6146, styles/designs/_external.scss */
.la.la-television:before {
  content: "\f26c";
}

/* line 6149, styles/designs/_external.scss */
.la.la-contao {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6153, styles/designs/_external.scss */
.la.la-500px {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6157, styles/designs/_external.scss */
.la.la-amazon {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6161, styles/designs/_external.scss */
.la.la-calendar-plus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6165, styles/designs/_external.scss */
.la.la-calendar-plus-o:before {
  content: "\f271";
}

/* line 6168, styles/designs/_external.scss */
.la.la-calendar-minus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6172, styles/designs/_external.scss */
.la.la-calendar-minus-o:before {
  content: "\f272";
}

/* line 6175, styles/designs/_external.scss */
.la.la-calendar-times-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6179, styles/designs/_external.scss */
.la.la-calendar-times-o:before {
  content: "\f273";
}

/* line 6182, styles/designs/_external.scss */
.la.la-calendar-check-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6186, styles/designs/_external.scss */
.la.la-calendar-check-o:before {
  content: "\f274";
}

/* line 6189, styles/designs/_external.scss */
.la.la-map-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6193, styles/designs/_external.scss */
.la.la-map-o:before {
  content: "\f279";
}

/* line 6196, styles/designs/_external.scss */
.la.la-commenting:before {
  content: "\f4ad";
}

/* line 6199, styles/designs/_external.scss */
.la.la-commenting-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6203, styles/designs/_external.scss */
.la.la-commenting-o:before {
  content: "\f4ad";
}

/* line 6206, styles/designs/_external.scss */
.la.la-houzz {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6210, styles/designs/_external.scss */
.la.la-vimeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6214, styles/designs/_external.scss */
.la.la-vimeo:before {
  content: "\f27d";
}

/* line 6217, styles/designs/_external.scss */
.la.la-black-tie {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6221, styles/designs/_external.scss */
.la.la-fonticons {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6225, styles/designs/_external.scss */
.la.la-reddit-alien {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6229, styles/designs/_external.scss */
.la.la-edge {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6233, styles/designs/_external.scss */
.la.la-credit-card-alt:before {
  content: "\f09d";
}

/* line 6236, styles/designs/_external.scss */
.la.la-codiepie {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6240, styles/designs/_external.scss */
.la.la-modx {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6244, styles/designs/_external.scss */
.la.la-fort-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6248, styles/designs/_external.scss */
.la.la-usb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6252, styles/designs/_external.scss */
.la.la-product-hunt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6256, styles/designs/_external.scss */
.la.la-mixcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6260, styles/designs/_external.scss */
.la.la-scribd {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6264, styles/designs/_external.scss */
.la.la-pause-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6268, styles/designs/_external.scss */
.la.la-pause-circle-o:before {
  content: "\f28b";
}

/* line 6271, styles/designs/_external.scss */
.la.la-stop-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6275, styles/designs/_external.scss */
.la.la-stop-circle-o:before {
  content: "\f28d";
}

/* line 6278, styles/designs/_external.scss */
.la.la-bluetooth {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6282, styles/designs/_external.scss */
.la.la-bluetooth-b {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6286, styles/designs/_external.scss */
.la.la-gitlab {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6290, styles/designs/_external.scss */
.la.la-wpbeginner {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6294, styles/designs/_external.scss */
.la.la-wpforms {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6298, styles/designs/_external.scss */
.la.la-envira {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6302, styles/designs/_external.scss */
.la.la-wheelchair-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6306, styles/designs/_external.scss */
.la.la-wheelchair-alt:before {
  content: "\f368";
}

/* line 6309, styles/designs/_external.scss */
.la.la-question-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6313, styles/designs/_external.scss */
.la.la-question-circle-o:before {
  content: "\f059";
}

/* line 6316, styles/designs/_external.scss */
.la.la-volume-control-phone:before {
  content: "\f2a0";
}

/* line 6319, styles/designs/_external.scss */
.la.la-asl-interpreting:before {
  content: "\f2a3";
}

/* line 6322, styles/designs/_external.scss */
.la.la-deafness:before {
  content: "\f2a4";
}

/* line 6325, styles/designs/_external.scss */
.la.la-hard-of-hearing:before {
  content: "\f2a4";
}

/* line 6328, styles/designs/_external.scss */
.la.la-glide {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6332, styles/designs/_external.scss */
.la.la-glide-g {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6336, styles/designs/_external.scss */
.la.la-signing:before {
  content: "\f2a7";
}

/* line 6339, styles/designs/_external.scss */
.la.la-viadeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6343, styles/designs/_external.scss */
.la.la-viadeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6347, styles/designs/_external.scss */
.la.la-snapchat {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6351, styles/designs/_external.scss */
.la.la-snapchat-ghost {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6355, styles/designs/_external.scss */
.la.la-snapchat-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6359, styles/designs/_external.scss */
.la.la-pied-piper {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6363, styles/designs/_external.scss */
.la.la-first-order {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6367, styles/designs/_external.scss */
.la.la-yoast {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6371, styles/designs/_external.scss */
.la.la-themeisle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6375, styles/designs/_external.scss */
.la.la-google-plus-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6379, styles/designs/_external.scss */
.la.la-google-plus-official:before {
  content: "\f2b3";
}

/* line 6382, styles/designs/_external.scss */
.la.la-google-plus-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6386, styles/designs/_external.scss */
.la.la-google-plus-circle:before {
  content: "\f2b3";
}

/* line 6389, styles/designs/_external.scss */
.la.la-font-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6393, styles/designs/_external.scss */
.la.la-fa {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6397, styles/designs/_external.scss */
.la.la-fa:before {
  content: "\f2b4";
}

/* line 6400, styles/designs/_external.scss */
.la.la-handshake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6404, styles/designs/_external.scss */
.la.la-handshake-o:before {
  content: "\f2b5";
}

/* line 6407, styles/designs/_external.scss */
.la.la-envelope-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6411, styles/designs/_external.scss */
.la.la-envelope-open-o:before {
  content: "\f2b6";
}

/* line 6414, styles/designs/_external.scss */
.la.la-linode {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6418, styles/designs/_external.scss */
.la.la-address-book-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6422, styles/designs/_external.scss */
.la.la-address-book-o:before {
  content: "\f2b9";
}

/* line 6425, styles/designs/_external.scss */
.la.la-vcard:before {
  content: "\f2bb";
}

/* line 6428, styles/designs/_external.scss */
.la.la-address-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6432, styles/designs/_external.scss */
.la.la-address-card-o:before {
  content: "\f2bb";
}

/* line 6435, styles/designs/_external.scss */
.la.la-vcard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6439, styles/designs/_external.scss */
.la.la-vcard-o:before {
  content: "\f2bb";
}

/* line 6442, styles/designs/_external.scss */
.la.la-user-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6446, styles/designs/_external.scss */
.la.la-user-circle-o:before {
  content: "\f2bd";
}

/* line 6449, styles/designs/_external.scss */
.la.la-user-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6453, styles/designs/_external.scss */
.la.la-user-o:before {
  content: "\f007";
}

/* line 6456, styles/designs/_external.scss */
.la.la-id-badge {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6460, styles/designs/_external.scss */
.la.la-drivers-license:before {
  content: "\f2c2";
}

/* line 6463, styles/designs/_external.scss */
.la.la-id-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6467, styles/designs/_external.scss */
.la.la-id-card-o:before {
  content: "\f2c2";
}

/* line 6470, styles/designs/_external.scss */
.la.la-drivers-license-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6474, styles/designs/_external.scss */
.la.la-drivers-license-o:before {
  content: "\f2c2";
}

/* line 6477, styles/designs/_external.scss */
.la.la-quora {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6481, styles/designs/_external.scss */
.la.la-free-code-camp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6485, styles/designs/_external.scss */
.la.la-telegram {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6489, styles/designs/_external.scss */
.la.la-thermometer-4:before {
  content: "\f2c7";
}

/* line 6492, styles/designs/_external.scss */
.la.la-thermometer:before {
  content: "\f2c7";
}

/* line 6495, styles/designs/_external.scss */
.la.la-thermometer-3:before {
  content: "\f2c8";
}

/* line 6498, styles/designs/_external.scss */
.la.la-thermometer-2:before {
  content: "\f2c9";
}

/* line 6501, styles/designs/_external.scss */
.la.la-thermometer-1:before {
  content: "\f2ca";
}

/* line 6504, styles/designs/_external.scss */
.la.la-thermometer-0:before {
  content: "\f2cb";
}

/* line 6507, styles/designs/_external.scss */
.la.la-bathtub:before {
  content: "\f2cd";
}

/* line 6510, styles/designs/_external.scss */
.la.la-s15:before {
  content: "\f2cd";
}

/* line 6513, styles/designs/_external.scss */
.la.la-window-maximize {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6517, styles/designs/_external.scss */
.la.la-window-restore {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6521, styles/designs/_external.scss */
.la.la-times-rectangle:before {
  content: "\f410";
}

/* line 6524, styles/designs/_external.scss */
.la.la-window-close-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6528, styles/designs/_external.scss */
.la.la-window-close-o:before {
  content: "\f410";
}

/* line 6531, styles/designs/_external.scss */
.la.la-times-rectangle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6535, styles/designs/_external.scss */
.la.la-times-rectangle-o:before {
  content: "\f410";
}

/* line 6538, styles/designs/_external.scss */
.la.la-bandcamp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6542, styles/designs/_external.scss */
.la.la-grav {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6546, styles/designs/_external.scss */
.la.la-etsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6550, styles/designs/_external.scss */
.la.la-imdb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6554, styles/designs/_external.scss */
.la.la-ravelry {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6558, styles/designs/_external.scss */
.la.la-eercast {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6562, styles/designs/_external.scss */
.la.la-eercast:before {
  content: "\f2da";
}

/* line 6565, styles/designs/_external.scss */
.la.la-snowflake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 6569, styles/designs/_external.scss */
.la.la-snowflake-o:before {
  content: "\f2dc";
}

/* line 6572, styles/designs/_external.scss */
.la.la-superpowers {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6576, styles/designs/_external.scss */
.la.la-wpexplorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 6580, styles/designs/_external.scss */
.la.la-spotify {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* FINISHED https://static.condenast.de/vendor/line-awesome/1.3.0/css/line-awesome.css -- */
/*!
 * Font Awesome Pro 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/* line 6589, styles/designs/_external.scss */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 6602, styles/designs/_external.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 6607, styles/designs/_external.scss */
.fa-xs {
  font-size: .75em;
}

/* line 6610, styles/designs/_external.scss */
.fa-sm {
  font-size: .875em;
}

/* line 6613, styles/designs/_external.scss */
.fa-1x {
  font-size: 1em;
}

/* line 6616, styles/designs/_external.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6619, styles/designs/_external.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6622, styles/designs/_external.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6625, styles/designs/_external.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6628, styles/designs/_external.scss */
.fa-6x {
  font-size: 6em;
}

/* line 6631, styles/designs/_external.scss */
.fa-7x {
  font-size: 7em;
}

/* line 6634, styles/designs/_external.scss */
.fa-8x {
  font-size: 8em;
}

/* line 6637, styles/designs/_external.scss */
.fa-9x {
  font-size: 9em;
}

/* line 6640, styles/designs/_external.scss */
.fa-10x {
  font-size: 10em;
}

/* line 6643, styles/designs/_external.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 6647, styles/designs/_external.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 6651, styles/designs/_external.scss */
.fa-ul > li {
  position: relative;
}

/* line 6654, styles/designs/_external.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 6661, styles/designs/_external.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 6666, styles/designs/_external.scss */
.fa-pull-left {
  float: left;
}

/* line 6669, styles/designs/_external.scss */
.fa-pull-right {
  float: right;
}

/* line 6672, styles/designs/_external.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 6679, styles/designs/_external.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 6686, styles/designs/_external.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 6690, styles/designs/_external.scss */
.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(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 6710, styles/designs/_external.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 6715, styles/designs/_external.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6720, styles/designs/_external.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 6725, styles/designs/_external.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 6730, styles/designs/_external.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 6735, styles/designs/_external.scss */
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 6740, styles/designs/_external.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

/* line 6748, styles/designs/_external.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

/* line 6756, styles/designs/_external.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 6763, styles/designs/_external.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 6766, styles/designs/_external.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 6769, styles/designs/_external.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 6774, styles/designs/_external.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 6777, styles/designs/_external.scss */
.fa-abacus:before {
  content: "\f640";
}

/* line 6780, styles/designs/_external.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6783, styles/designs/_external.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 6786, styles/designs/_external.scss */
.fa-acorn:before {
  content: "\f6ae";
}

/* line 6789, styles/designs/_external.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 6792, styles/designs/_external.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 6795, styles/designs/_external.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 6798, styles/designs/_external.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 6801, styles/designs/_external.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 6804, styles/designs/_external.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 6807, styles/designs/_external.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 6810, styles/designs/_external.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 6813, styles/designs/_external.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 6816, styles/designs/_external.scss */
.fa-alarm-clock:before {
  content: "\f34e";
}

/* line 6819, styles/designs/_external.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 6822, styles/designs/_external.scss */
.fa-alicorn:before {
  content: "\f6b0";
}

/* line 6825, styles/designs/_external.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 6828, styles/designs/_external.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 6831, styles/designs/_external.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 6834, styles/designs/_external.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 6837, styles/designs/_external.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 6840, styles/designs/_external.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 6843, styles/designs/_external.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 6846, styles/designs/_external.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 6849, styles/designs/_external.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 6852, styles/designs/_external.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 6855, styles/designs/_external.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 6858, styles/designs/_external.scss */
.fa-analytics:before {
  content: "\f643";
}

/* line 6861, styles/designs/_external.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 6864, styles/designs/_external.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 6867, styles/designs/_external.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 6870, styles/designs/_external.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 6873, styles/designs/_external.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 6876, styles/designs/_external.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 6879, styles/designs/_external.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 6882, styles/designs/_external.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 6885, styles/designs/_external.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 6888, styles/designs/_external.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 6891, styles/designs/_external.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 6894, styles/designs/_external.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 6897, styles/designs/_external.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 6900, styles/designs/_external.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 6903, styles/designs/_external.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 6906, styles/designs/_external.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 6909, styles/designs/_external.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 6912, styles/designs/_external.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 6915, styles/designs/_external.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 6918, styles/designs/_external.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 6921, styles/designs/_external.scss */
.fa-apple-crate:before {
  content: "\f6b1";
}

/* line 6924, styles/designs/_external.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 6927, styles/designs/_external.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 6930, styles/designs/_external.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 6933, styles/designs/_external.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 6936, styles/designs/_external.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 6939, styles/designs/_external.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 6942, styles/designs/_external.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 6945, styles/designs/_external.scss */
.fa-arrow-alt-down:before {
  content: "\f354";
}

/* line 6948, styles/designs/_external.scss */
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

/* line 6951, styles/designs/_external.scss */
.fa-arrow-alt-from-left:before {
  content: "\f347";
}

/* line 6954, styles/designs/_external.scss */
.fa-arrow-alt-from-right:before {
  content: "\f348";
}

/* line 6957, styles/designs/_external.scss */
.fa-arrow-alt-from-top:before {
  content: "\f349";
}

/* line 6960, styles/designs/_external.scss */
.fa-arrow-alt-left:before {
  content: "\f355";
}

/* line 6963, styles/designs/_external.scss */
.fa-arrow-alt-right:before {
  content: "\f356";
}

/* line 6966, styles/designs/_external.scss */
.fa-arrow-alt-square-down:before {
  content: "\f350";
}

/* line 6969, styles/designs/_external.scss */
.fa-arrow-alt-square-left:before {
  content: "\f351";
}

/* line 6972, styles/designs/_external.scss */
.fa-arrow-alt-square-right:before {
  content: "\f352";
}

/* line 6975, styles/designs/_external.scss */
.fa-arrow-alt-square-up:before {
  content: "\f353";
}

/* line 6978, styles/designs/_external.scss */
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

/* line 6981, styles/designs/_external.scss */
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

/* line 6984, styles/designs/_external.scss */
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

/* line 6987, styles/designs/_external.scss */
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

/* line 6990, styles/designs/_external.scss */
.fa-arrow-alt-up:before {
  content: "\f357";
}

/* line 6993, styles/designs/_external.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 6996, styles/designs/_external.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 6999, styles/designs/_external.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 7002, styles/designs/_external.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 7005, styles/designs/_external.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 7008, styles/designs/_external.scss */
.fa-arrow-from-bottom:before {
  content: "\f342";
}

/* line 7011, styles/designs/_external.scss */
.fa-arrow-from-left:before {
  content: "\f343";
}

/* line 7014, styles/designs/_external.scss */
.fa-arrow-from-right:before {
  content: "\f344";
}

/* line 7017, styles/designs/_external.scss */
.fa-arrow-from-top:before {
  content: "\f345";
}

/* line 7020, styles/designs/_external.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 7023, styles/designs/_external.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 7026, styles/designs/_external.scss */
.fa-arrow-square-down:before {
  content: "\f339";
}

/* line 7029, styles/designs/_external.scss */
.fa-arrow-square-left:before {
  content: "\f33a";
}

/* line 7032, styles/designs/_external.scss */
.fa-arrow-square-right:before {
  content: "\f33b";
}

/* line 7035, styles/designs/_external.scss */
.fa-arrow-square-up:before {
  content: "\f33c";
}

/* line 7038, styles/designs/_external.scss */
.fa-arrow-to-bottom:before {
  content: "\f33d";
}

/* line 7041, styles/designs/_external.scss */
.fa-arrow-to-left:before {
  content: "\f33e";
}

/* line 7044, styles/designs/_external.scss */
.fa-arrow-to-right:before {
  content: "\f340";
}

/* line 7047, styles/designs/_external.scss */
.fa-arrow-to-top:before {
  content: "\f341";
}

/* line 7050, styles/designs/_external.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 7053, styles/designs/_external.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 7056, styles/designs/_external.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 7059, styles/designs/_external.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 7062, styles/designs/_external.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 7065, styles/designs/_external.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 7068, styles/designs/_external.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 7071, styles/designs/_external.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 7074, styles/designs/_external.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 7077, styles/designs/_external.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 7080, styles/designs/_external.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 7083, styles/designs/_external.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 7086, styles/designs/_external.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 7089, styles/designs/_external.scss */
.fa-atom-alt:before {
  content: "\f5d3";
}

/* line 7092, styles/designs/_external.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 7095, styles/designs/_external.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 7098, styles/designs/_external.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 7101, styles/designs/_external.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 7104, styles/designs/_external.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 7107, styles/designs/_external.scss */
.fa-award:before {
  content: "\f559";
}

/* line 7110, styles/designs/_external.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 7113, styles/designs/_external.scss */
.fa-axe:before {
  content: "\f6b2";
}

/* line 7116, styles/designs/_external.scss */
.fa-axe-battle:before {
  content: "\f6b3";
}

/* line 7119, styles/designs/_external.scss */
.fa-backpack:before {
  content: "\f5d4";
}

/* line 7122, styles/designs/_external.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 7125, styles/designs/_external.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 7128, styles/designs/_external.scss */
.fa-badge:before {
  content: "\f335";
}

/* line 7131, styles/designs/_external.scss */
.fa-badge-check:before {
  content: "\f336";
}

/* line 7134, styles/designs/_external.scss */
.fa-badge-dollar:before {
  content: "\f645";
}

/* line 7137, styles/designs/_external.scss */
.fa-badge-percent:before {
  content: "\f646";
}

/* line 7140, styles/designs/_external.scss */
.fa-badger-honey:before {
  content: "\f6b4";
}

/* line 7143, styles/designs/_external.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 7146, styles/designs/_external.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 7149, styles/designs/_external.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 7152, styles/designs/_external.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 7155, styles/designs/_external.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 7158, styles/designs/_external.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 7161, styles/designs/_external.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 7164, styles/designs/_external.scss */
.fa-barcode-alt:before {
  content: "\f463";
}

/* line 7167, styles/designs/_external.scss */
.fa-barcode-read:before {
  content: "\f464";
}

/* line 7170, styles/designs/_external.scss */
.fa-barcode-scan:before {
  content: "\f465";
}

/* line 7173, styles/designs/_external.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 7176, styles/designs/_external.scss */
.fa-baseball:before {
  content: "\f432";
}

/* line 7179, styles/designs/_external.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 7182, styles/designs/_external.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 7185, styles/designs/_external.scss */
.fa-basketball-hoop:before {
  content: "\f435";
}

/* line 7188, styles/designs/_external.scss */
.fa-bat:before {
  content: "\f6b5";
}

/* line 7191, styles/designs/_external.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 7194, styles/designs/_external.scss */
.fa-battery-bolt:before {
  content: "\f376";
}

/* line 7197, styles/designs/_external.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 7200, styles/designs/_external.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 7203, styles/designs/_external.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 7206, styles/designs/_external.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 7209, styles/designs/_external.scss */
.fa-battery-slash:before {
  content: "\f377";
}

/* line 7212, styles/designs/_external.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 7215, styles/designs/_external.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 7218, styles/designs/_external.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 7221, styles/designs/_external.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 7224, styles/designs/_external.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 7227, styles/designs/_external.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 7230, styles/designs/_external.scss */
.fa-bell-school:before {
  content: "\f5d5";
}

/* line 7233, styles/designs/_external.scss */
.fa-bell-school-slash:before {
  content: "\f5d6";
}

/* line 7236, styles/designs/_external.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 7239, styles/designs/_external.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 7242, styles/designs/_external.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 7245, styles/designs/_external.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 7248, styles/designs/_external.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 7251, styles/designs/_external.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 7254, styles/designs/_external.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 7257, styles/designs/_external.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 7260, styles/designs/_external.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 7263, styles/designs/_external.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 7266, styles/designs/_external.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 7269, styles/designs/_external.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 7272, styles/designs/_external.scss */
.fa-blanket:before {
  content: "\f498";
}

/* line 7275, styles/designs/_external.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 7278, styles/designs/_external.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 7281, styles/designs/_external.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 7284, styles/designs/_external.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 7287, styles/designs/_external.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 7290, styles/designs/_external.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 7293, styles/designs/_external.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 7296, styles/designs/_external.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 7299, styles/designs/_external.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 7302, styles/designs/_external.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 7305, styles/designs/_external.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 7308, styles/designs/_external.scss */
.fa-bone-break:before {
  content: "\f5d8";
}

/* line 7311, styles/designs/_external.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 7314, styles/designs/_external.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 7317, styles/designs/_external.scss */
.fa-book-alt:before {
  content: "\f5d9";
}

/* line 7320, styles/designs/_external.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 7323, styles/designs/_external.scss */
.fa-book-heart:before {
  content: "\f499";
}

/* line 7326, styles/designs/_external.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 7329, styles/designs/_external.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 7332, styles/designs/_external.scss */
.fa-book-spells:before {
  content: "\f6b8";
}

/* line 7335, styles/designs/_external.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 7338, styles/designs/_external.scss */
.fa-books:before {
  content: "\f5db";
}

/* line 7341, styles/designs/_external.scss */
.fa-bow-arrow:before {
  content: "\f6b9";
}

/* line 7344, styles/designs/_external.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 7347, styles/designs/_external.scss */
.fa-bowling-pins:before {
  content: "\f437";
}

/* line 7350, styles/designs/_external.scss */
.fa-box:before {
  content: "\f466";
}

/* line 7353, styles/designs/_external.scss */
.fa-box-alt:before {
  content: "\f49a";
}

/* line 7356, styles/designs/_external.scss */
.fa-box-check:before {
  content: "\f467";
}

/* line 7359, styles/designs/_external.scss */
.fa-box-fragile:before {
  content: "\f49b";
}

/* line 7362, styles/designs/_external.scss */
.fa-box-full:before {
  content: "\f49c";
}

/* line 7365, styles/designs/_external.scss */
.fa-box-heart:before {
  content: "\f49d";
}

/* line 7368, styles/designs/_external.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 7371, styles/designs/_external.scss */
.fa-box-up:before {
  content: "\f49f";
}

/* line 7374, styles/designs/_external.scss */
.fa-box-usd:before {
  content: "\f4a0";
}

/* line 7377, styles/designs/_external.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 7380, styles/designs/_external.scss */
.fa-boxes-alt:before {
  content: "\f4a1";
}

/* line 7383, styles/designs/_external.scss */
.fa-boxing-glove:before {
  content: "\f438";
}

/* line 7386, styles/designs/_external.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 7389, styles/designs/_external.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 7392, styles/designs/_external.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 7395, styles/designs/_external.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 7398, styles/designs/_external.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 7401, styles/designs/_external.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 7404, styles/designs/_external.scss */
.fa-browser:before {
  content: "\f37e";
}

/* line 7407, styles/designs/_external.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 7410, styles/designs/_external.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 7413, styles/designs/_external.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 7416, styles/designs/_external.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 7419, styles/designs/_external.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 7422, styles/designs/_external.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 7425, styles/designs/_external.scss */
.fa-bullseye-arrow:before {
  content: "\f648";
}

/* line 7428, styles/designs/_external.scss */
.fa-bullseye-pointer:before {
  content: "\f649";
}

/* line 7431, styles/designs/_external.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 7434, styles/designs/_external.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 7437, styles/designs/_external.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 7440, styles/designs/_external.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 7443, styles/designs/_external.scss */
.fa-bus-school:before {
  content: "\f5dd";
}

/* line 7446, styles/designs/_external.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 7449, styles/designs/_external.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 7452, styles/designs/_external.scss */
.fa-cabinet-filing:before {
  content: "\f64b";
}

/* line 7455, styles/designs/_external.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 7458, styles/designs/_external.scss */
.fa-calculator-alt:before {
  content: "\f64c";
}

/* line 7461, styles/designs/_external.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 7464, styles/designs/_external.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 7467, styles/designs/_external.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 7470, styles/designs/_external.scss */
.fa-calendar-edit:before {
  content: "\f333";
}

/* line 7473, styles/designs/_external.scss */
.fa-calendar-exclamation:before {
  content: "\f334";
}

/* line 7476, styles/designs/_external.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 7479, styles/designs/_external.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 7482, styles/designs/_external.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 7485, styles/designs/_external.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 7488, styles/designs/_external.scss */
.fa-camera-alt:before {
  content: "\f332";
}

/* line 7491, styles/designs/_external.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 7494, styles/designs/_external.scss */
.fa-campfire:before {
  content: "\f6ba";
}

/* line 7497, styles/designs/_external.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 7500, styles/designs/_external.scss */
.fa-candle-holder:before {
  content: "\f6bc";
}

/* line 7503, styles/designs/_external.scss */
.fa-candy-corn:before {
  content: "\f6bd";
}

/* line 7506, styles/designs/_external.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 7509, styles/designs/_external.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 7512, styles/designs/_external.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 7515, styles/designs/_external.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 7518, styles/designs/_external.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 7521, styles/designs/_external.scss */
.fa-car-bump:before {
  content: "\f5e0";
}

/* line 7524, styles/designs/_external.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 7527, styles/designs/_external.scss */
.fa-car-garage:before {
  content: "\f5e2";
}

/* line 7530, styles/designs/_external.scss */
.fa-car-mechanic:before {
  content: "\f5e3";
}

/* line 7533, styles/designs/_external.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 7536, styles/designs/_external.scss */
.fa-car-tilt:before {
  content: "\f5e5";
}

/* line 7539, styles/designs/_external.scss */
.fa-car-wash:before {
  content: "\f5e6";
}

/* line 7542, styles/designs/_external.scss */
.fa-caret-circle-down:before {
  content: "\f32d";
}

/* line 7545, styles/designs/_external.scss */
.fa-caret-circle-left:before {
  content: "\f32e";
}

/* line 7548, styles/designs/_external.scss */
.fa-caret-circle-right:before {
  content: "\f330";
}

/* line 7551, styles/designs/_external.scss */
.fa-caret-circle-up:before {
  content: "\f331";
}

/* line 7554, styles/designs/_external.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 7557, styles/designs/_external.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 7560, styles/designs/_external.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 7563, styles/designs/_external.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 7566, styles/designs/_external.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 7569, styles/designs/_external.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 7572, styles/designs/_external.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 7575, styles/designs/_external.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 7578, styles/designs/_external.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 7581, styles/designs/_external.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 7584, styles/designs/_external.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 7587, styles/designs/_external.scss */
.fa-cauldron:before {
  content: "\f6bf";
}

/* line 7590, styles/designs/_external.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 7593, styles/designs/_external.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 7596, styles/designs/_external.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 7599, styles/designs/_external.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 7602, styles/designs/_external.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 7605, styles/designs/_external.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 7608, styles/designs/_external.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 7611, styles/designs/_external.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 7614, styles/designs/_external.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 7617, styles/designs/_external.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 7620, styles/designs/_external.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 7623, styles/designs/_external.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 7626, styles/designs/_external.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 7629, styles/designs/_external.scss */
.fa-chair-office:before {
  content: "\f6c1";
}

/* line 7632, styles/designs/_external.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 7635, styles/designs/_external.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 7638, styles/designs/_external.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 7641, styles/designs/_external.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 7644, styles/designs/_external.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 7647, styles/designs/_external.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 7650, styles/designs/_external.scss */
.fa-chart-line-down:before {
  content: "\f64d";
}

/* line 7653, styles/designs/_external.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 7656, styles/designs/_external.scss */
.fa-chart-pie-alt:before {
  content: "\f64e";
}

/* line 7659, styles/designs/_external.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 7662, styles/designs/_external.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 7665, styles/designs/_external.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 7668, styles/designs/_external.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 7671, styles/designs/_external.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 7674, styles/designs/_external.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 7677, styles/designs/_external.scss */
.fa-chess-bishop-alt:before {
  content: "\f43b";
}

/* line 7680, styles/designs/_external.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 7683, styles/designs/_external.scss */
.fa-chess-clock:before {
  content: "\f43d";
}

/* line 7686, styles/designs/_external.scss */
.fa-chess-clock-alt:before {
  content: "\f43e";
}

/* line 7689, styles/designs/_external.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 7692, styles/designs/_external.scss */
.fa-chess-king-alt:before {
  content: "\f440";
}

/* line 7695, styles/designs/_external.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 7698, styles/designs/_external.scss */
.fa-chess-knight-alt:before {
  content: "\f442";
}

/* line 7701, styles/designs/_external.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 7704, styles/designs/_external.scss */
.fa-chess-pawn-alt:before {
  content: "\f444";
}

/* line 7707, styles/designs/_external.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 7710, styles/designs/_external.scss */
.fa-chess-queen-alt:before {
  content: "\f446";
}

/* line 7713, styles/designs/_external.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 7716, styles/designs/_external.scss */
.fa-chess-rook-alt:before {
  content: "\f448";
}

/* line 7719, styles/designs/_external.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 7722, styles/designs/_external.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 7725, styles/designs/_external.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 7728, styles/designs/_external.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 7731, styles/designs/_external.scss */
.fa-chevron-double-down:before {
  content: "\f322";
}

/* line 7734, styles/designs/_external.scss */
.fa-chevron-double-left:before {
  content: "\f323";
}

/* line 7737, styles/designs/_external.scss */
.fa-chevron-double-right:before {
  content: "\f324";
}

/* line 7740, styles/designs/_external.scss */
.fa-chevron-double-up:before {
  content: "\f325";
}

/* line 7743, styles/designs/_external.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 7746, styles/designs/_external.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 7749, styles/designs/_external.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 7752, styles/designs/_external.scss */
.fa-chevron-square-down:before {
  content: "\f329";
}

/* line 7755, styles/designs/_external.scss */
.fa-chevron-square-left:before {
  content: "\f32a";
}

/* line 7758, styles/designs/_external.scss */
.fa-chevron-square-right:before {
  content: "\f32b";
}

/* line 7761, styles/designs/_external.scss */
.fa-chevron-square-up:before {
  content: "\f32c";
}

/* line 7764, styles/designs/_external.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 7767, styles/designs/_external.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 7770, styles/designs/_external.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 7773, styles/designs/_external.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 7776, styles/designs/_external.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 7779, styles/designs/_external.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 7782, styles/designs/_external.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 7785, styles/designs/_external.scss */
.fa-claw-marks:before {
  content: "\f6c2";
}

/* line 7788, styles/designs/_external.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 7791, styles/designs/_external.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 7794, styles/designs/_external.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 7797, styles/designs/_external.scss */
.fa-clipboard-prescription:before {
  content: "\f5e8";
}

/* line 7800, styles/designs/_external.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 7803, styles/designs/_external.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 7806, styles/designs/_external.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 7809, styles/designs/_external.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 7812, styles/designs/_external.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 7815, styles/designs/_external.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 7818, styles/designs/_external.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 7821, styles/designs/_external.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 7824, styles/designs/_external.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 7827, styles/designs/_external.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 7830, styles/designs/_external.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 7833, styles/designs/_external.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 7836, styles/designs/_external.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 7839, styles/designs/_external.scss */
.fa-club:before {
  content: "\f327";
}

/* line 7842, styles/designs/_external.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 7845, styles/designs/_external.scss */
.fa-code:before {
  content: "\f121";
}

/* line 7848, styles/designs/_external.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 7851, styles/designs/_external.scss */
.fa-code-commit:before {
  content: "\f386";
}

/* line 7854, styles/designs/_external.scss */
.fa-code-merge:before {
  content: "\f387";
}

/* line 7857, styles/designs/_external.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 7860, styles/designs/_external.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 7863, styles/designs/_external.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 7866, styles/designs/_external.scss */
.fa-coffee-togo:before {
  content: "\f6c5";
}

/* line 7869, styles/designs/_external.scss */
.fa-coffin:before {
  content: "\f6c6";
}

/* line 7872, styles/designs/_external.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 7875, styles/designs/_external.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 7878, styles/designs/_external.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 7881, styles/designs/_external.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 7884, styles/designs/_external.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 7887, styles/designs/_external.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 7890, styles/designs/_external.scss */
.fa-comment-alt-check:before {
  content: "\f4a2";
}

/* line 7893, styles/designs/_external.scss */
.fa-comment-alt-dollar:before {
  content: "\f650";
}

/* line 7896, styles/designs/_external.scss */
.fa-comment-alt-dots:before {
  content: "\f4a3";
}

/* line 7899, styles/designs/_external.scss */
.fa-comment-alt-edit:before {
  content: "\f4a4";
}

/* line 7902, styles/designs/_external.scss */
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

/* line 7905, styles/designs/_external.scss */
.fa-comment-alt-lines:before {
  content: "\f4a6";
}

/* line 7908, styles/designs/_external.scss */
.fa-comment-alt-minus:before {
  content: "\f4a7";
}

/* line 7911, styles/designs/_external.scss */
.fa-comment-alt-plus:before {
  content: "\f4a8";
}

/* line 7914, styles/designs/_external.scss */
.fa-comment-alt-slash:before {
  content: "\f4a9";
}

/* line 7917, styles/designs/_external.scss */
.fa-comment-alt-smile:before {
  content: "\f4aa";
}

/* line 7920, styles/designs/_external.scss */
.fa-comment-alt-times:before {
  content: "\f4ab";
}

/* line 7923, styles/designs/_external.scss */
.fa-comment-check:before {
  content: "\f4ac";
}

/* line 7926, styles/designs/_external.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 7929, styles/designs/_external.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 7932, styles/designs/_external.scss */
.fa-comment-edit:before {
  content: "\f4ae";
}

/* line 7935, styles/designs/_external.scss */
.fa-comment-exclamation:before {
  content: "\f4af";
}

/* line 7938, styles/designs/_external.scss */
.fa-comment-lines:before {
  content: "\f4b0";
}

/* line 7941, styles/designs/_external.scss */
.fa-comment-minus:before {
  content: "\f4b1";
}

/* line 7944, styles/designs/_external.scss */
.fa-comment-plus:before {
  content: "\f4b2";
}

/* line 7947, styles/designs/_external.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 7950, styles/designs/_external.scss */
.fa-comment-smile:before {
  content: "\f4b4";
}

/* line 7953, styles/designs/_external.scss */
.fa-comment-times:before {
  content: "\f4b5";
}

/* line 7956, styles/designs/_external.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 7959, styles/designs/_external.scss */
.fa-comments-alt:before {
  content: "\f4b6";
}

/* line 7962, styles/designs/_external.scss */
.fa-comments-alt-dollar:before {
  content: "\f652";
}

/* line 7965, styles/designs/_external.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 7968, styles/designs/_external.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 7971, styles/designs/_external.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 7974, styles/designs/_external.scss */
.fa-compass-slash:before {
  content: "\f5e9";
}

/* line 7977, styles/designs/_external.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 7980, styles/designs/_external.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 7983, styles/designs/_external.scss */
.fa-compress-wide:before {
  content: "\f326";
}

/* line 7986, styles/designs/_external.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 7989, styles/designs/_external.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 7992, styles/designs/_external.scss */
.fa-container-storage:before {
  content: "\f4b7";
}

/* line 7995, styles/designs/_external.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 7998, styles/designs/_external.scss */
.fa-conveyor-belt:before {
  content: "\f46e";
}

/* line 8001, styles/designs/_external.scss */
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

/* line 8004, styles/designs/_external.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 8007, styles/designs/_external.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 8010, styles/designs/_external.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 8013, styles/designs/_external.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 8016, styles/designs/_external.scss */
.fa-corn:before {
  content: "\f6c7";
}

/* line 8019, styles/designs/_external.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 8022, styles/designs/_external.scss */
.fa-cow:before {
  content: "\f6c8";
}

/* line 8025, styles/designs/_external.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 8028, styles/designs/_external.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 8031, styles/designs/_external.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 8034, styles/designs/_external.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 8037, styles/designs/_external.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 8040, styles/designs/_external.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 8043, styles/designs/_external.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 8046, styles/designs/_external.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 8049, styles/designs/_external.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 8052, styles/designs/_external.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 8055, styles/designs/_external.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 8058, styles/designs/_external.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 8061, styles/designs/_external.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 8064, styles/designs/_external.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 8067, styles/designs/_external.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 8070, styles/designs/_external.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 8073, styles/designs/_external.scss */
.fa-credit-card-blank:before {
  content: "\f389";
}

/* line 8076, styles/designs/_external.scss */
.fa-credit-card-front:before {
  content: "\f38a";
}

/* line 8079, styles/designs/_external.scss */
.fa-cricket:before {
  content: "\f449";
}

/* line 8082, styles/designs/_external.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 8085, styles/designs/_external.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 8088, styles/designs/_external.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 8091, styles/designs/_external.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 8094, styles/designs/_external.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 8097, styles/designs/_external.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 8100, styles/designs/_external.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 8103, styles/designs/_external.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 8106, styles/designs/_external.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 8109, styles/designs/_external.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 8112, styles/designs/_external.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 8115, styles/designs/_external.scss */
.fa-curling:before {
  content: "\f44a";
}

/* line 8118, styles/designs/_external.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 8121, styles/designs/_external.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 8124, styles/designs/_external.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 8127, styles/designs/_external.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 8130, styles/designs/_external.scss */
.fa-dagger:before {
  content: "\f6cb";
}

/* line 8133, styles/designs/_external.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 8136, styles/designs/_external.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 8139, styles/designs/_external.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 8142, styles/designs/_external.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 8145, styles/designs/_external.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 8148, styles/designs/_external.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 8151, styles/designs/_external.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 8154, styles/designs/_external.scss */
.fa-desktop-alt:before {
  content: "\f390";
}

/* line 8157, styles/designs/_external.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 8160, styles/designs/_external.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 8163, styles/designs/_external.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 8166, styles/designs/_external.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 8169, styles/designs/_external.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 8172, styles/designs/_external.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 8175, styles/designs/_external.scss */
.fa-dice-d10:before {
  content: "\f6cd";
}

/* line 8178, styles/designs/_external.scss */
.fa-dice-d12:before {
  content: "\f6ce";
}

/* line 8181, styles/designs/_external.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 8184, styles/designs/_external.scss */
.fa-dice-d4:before {
  content: "\f6d0";
}

/* line 8187, styles/designs/_external.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 8190, styles/designs/_external.scss */
.fa-dice-d8:before {
  content: "\f6d2";
}

/* line 8193, styles/designs/_external.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 8196, styles/designs/_external.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 8199, styles/designs/_external.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 8202, styles/designs/_external.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 8205, styles/designs/_external.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 8208, styles/designs/_external.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 8211, styles/designs/_external.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 8214, styles/designs/_external.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 8217, styles/designs/_external.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 8220, styles/designs/_external.scss */
.fa-diploma:before {
  content: "\f5ea";
}

/* line 8223, styles/designs/_external.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 8226, styles/designs/_external.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 8229, styles/designs/_external.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 8232, styles/designs/_external.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 8235, styles/designs/_external.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 8238, styles/designs/_external.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 8241, styles/designs/_external.scss */
.fa-do-not-enter:before {
  content: "\f5ec";
}

/* line 8244, styles/designs/_external.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 8247, styles/designs/_external.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 8250, styles/designs/_external.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 8253, styles/designs/_external.scss */
.fa-dog-leashed:before {
  content: "\f6d4";
}

/* line 8256, styles/designs/_external.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 8259, styles/designs/_external.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 8262, styles/designs/_external.scss */
.fa-dolly-empty:before {
  content: "\f473";
}

/* line 8265, styles/designs/_external.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 8268, styles/designs/_external.scss */
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

/* line 8271, styles/designs/_external.scss */
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

/* line 8274, styles/designs/_external.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 8277, styles/designs/_external.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 8280, styles/designs/_external.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 8283, styles/designs/_external.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 8286, styles/designs/_external.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 8289, styles/designs/_external.scss */
.fa-download:before {
  content: "\f019";
}

/* line 8292, styles/designs/_external.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 8295, styles/designs/_external.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 8298, styles/designs/_external.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 8301, styles/designs/_external.scss */
.fa-draw-circle:before {
  content: "\f5ed";
}

/* line 8304, styles/designs/_external.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 8307, styles/designs/_external.scss */
.fa-draw-square:before {
  content: "\f5ef";
}

/* line 8310, styles/designs/_external.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 8313, styles/designs/_external.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 8316, styles/designs/_external.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 8319, styles/designs/_external.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 8322, styles/designs/_external.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 8325, styles/designs/_external.scss */
.fa-drumstick:before {
  content: "\f6d6";
}

/* line 8328, styles/designs/_external.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 8331, styles/designs/_external.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 8334, styles/designs/_external.scss */
.fa-duck:before {
  content: "\f6d8";
}

/* line 8337, styles/designs/_external.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 8340, styles/designs/_external.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 8343, styles/designs/_external.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 8346, styles/designs/_external.scss */
.fa-ear:before {
  content: "\f5f0";
}

/* line 8349, styles/designs/_external.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 8352, styles/designs/_external.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 8355, styles/designs/_external.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 8358, styles/designs/_external.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 8361, styles/designs/_external.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 8364, styles/designs/_external.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 8367, styles/designs/_external.scss */
.fa-elephant:before {
  content: "\f6da";
}

/* line 8370, styles/designs/_external.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 8373, styles/designs/_external.scss */
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

/* line 8376, styles/designs/_external.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 8379, styles/designs/_external.scss */
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

/* line 8382, styles/designs/_external.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 8385, styles/designs/_external.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 8388, styles/designs/_external.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 8391, styles/designs/_external.scss */
.fa-empty-set:before {
  content: "\f656";
}

/* line 8394, styles/designs/_external.scss */
.fa-engine-warning:before {
  content: "\f5f2";
}

/* line 8397, styles/designs/_external.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 8400, styles/designs/_external.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 8403, styles/designs/_external.scss */
.fa-envelope-open-dollar:before {
  content: "\f657";
}

/* line 8406, styles/designs/_external.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 8409, styles/designs/_external.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 8412, styles/designs/_external.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 8415, styles/designs/_external.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 8418, styles/designs/_external.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 8421, styles/designs/_external.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 8424, styles/designs/_external.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 8427, styles/designs/_external.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 8430, styles/designs/_external.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 8433, styles/designs/_external.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 8436, styles/designs/_external.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 8439, styles/designs/_external.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 8442, styles/designs/_external.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 8445, styles/designs/_external.scss */
.fa-exclamation-square:before {
  content: "\f321";
}

/* line 8448, styles/designs/_external.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 8451, styles/designs/_external.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 8454, styles/designs/_external.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 8457, styles/designs/_external.scss */
.fa-expand-arrows:before {
  content: "\f31d";
}

/* line 8460, styles/designs/_external.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 8463, styles/designs/_external.scss */
.fa-expand-wide:before {
  content: "\f320";
}

/* line 8466, styles/designs/_external.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 8469, styles/designs/_external.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 8472, styles/designs/_external.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 8475, styles/designs/_external.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 8478, styles/designs/_external.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 8481, styles/designs/_external.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 8484, styles/designs/_external.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 8487, styles/designs/_external.scss */
.fa-eye-evil:before {
  content: "\f6db";
}

/* line 8490, styles/designs/_external.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 8493, styles/designs/_external.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 8496, styles/designs/_external.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 8499, styles/designs/_external.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 8502, styles/designs/_external.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 8505, styles/designs/_external.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 8508, styles/designs/_external.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 8511, styles/designs/_external.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 8514, styles/designs/_external.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 8517, styles/designs/_external.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 8520, styles/designs/_external.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 8523, styles/designs/_external.scss */
.fa-female:before {
  content: "\f182";
}

/* line 8526, styles/designs/_external.scss */
.fa-field-hockey:before {
  content: "\f44c";
}

/* line 8529, styles/designs/_external.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 8532, styles/designs/_external.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 8535, styles/designs/_external.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 8538, styles/designs/_external.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 8541, styles/designs/_external.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 8544, styles/designs/_external.scss */
.fa-file-certificate:before {
  content: "\f5f3";
}

/* line 8547, styles/designs/_external.scss */
.fa-file-chart-line:before {
  content: "\f659";
}

/* line 8550, styles/designs/_external.scss */
.fa-file-chart-pie:before {
  content: "\f65a";
}

/* line 8553, styles/designs/_external.scss */
.fa-file-check:before {
  content: "\f316";
}

/* line 8556, styles/designs/_external.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 8559, styles/designs/_external.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 8562, styles/designs/_external.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 8565, styles/designs/_external.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 8568, styles/designs/_external.scss */
.fa-file-edit:before {
  content: "\f31c";
}

/* line 8571, styles/designs/_external.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 8574, styles/designs/_external.scss */
.fa-file-exclamation:before {
  content: "\f31a";
}

/* line 8577, styles/designs/_external.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 8580, styles/designs/_external.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 8583, styles/designs/_external.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 8586, styles/designs/_external.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 8589, styles/designs/_external.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 8592, styles/designs/_external.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 8595, styles/designs/_external.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 8598, styles/designs/_external.scss */
.fa-file-minus:before {
  content: "\f318";
}

/* line 8601, styles/designs/_external.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 8604, styles/designs/_external.scss */
.fa-file-plus:before {
  content: "\f319";
}

/* line 8607, styles/designs/_external.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 8610, styles/designs/_external.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 8613, styles/designs/_external.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 8616, styles/designs/_external.scss */
.fa-file-spreadsheet:before {
  content: "\f65b";
}

/* line 8619, styles/designs/_external.scss */
.fa-file-times:before {
  content: "\f317";
}

/* line 8622, styles/designs/_external.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 8625, styles/designs/_external.scss */
.fa-file-user:before {
  content: "\f65c";
}

/* line 8628, styles/designs/_external.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 8631, styles/designs/_external.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 8634, styles/designs/_external.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 8637, styles/designs/_external.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 8640, styles/designs/_external.scss */
.fa-film:before {
  content: "\f008";
}

/* line 8643, styles/designs/_external.scss */
.fa-film-alt:before {
  content: "\f3a0";
}

/* line 8646, styles/designs/_external.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 8649, styles/designs/_external.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 8652, styles/designs/_external.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 8655, styles/designs/_external.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 8658, styles/designs/_external.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 8661, styles/designs/_external.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 8664, styles/designs/_external.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 8667, styles/designs/_external.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 8670, styles/designs/_external.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 8673, styles/designs/_external.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 8676, styles/designs/_external.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 8679, styles/designs/_external.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 8682, styles/designs/_external.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 8685, styles/designs/_external.scss */
.fa-flame:before {
  content: "\f6df";
}

/* line 8688, styles/designs/_external.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 8691, styles/designs/_external.scss */
.fa-flask-poison:before {
  content: "\f6e0";
}

/* line 8694, styles/designs/_external.scss */
.fa-flask-potion:before {
  content: "\f6e1";
}

/* line 8697, styles/designs/_external.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 8700, styles/designs/_external.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 8703, styles/designs/_external.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 8706, styles/designs/_external.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 8709, styles/designs/_external.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 8712, styles/designs/_external.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 8715, styles/designs/_external.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 8718, styles/designs/_external.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 8721, styles/designs/_external.scss */
.fa-folder-times:before {
  content: "\f65f";
}

/* line 8724, styles/designs/_external.scss */
.fa-folders:before {
  content: "\f660";
}

/* line 8727, styles/designs/_external.scss */
.fa-font:before {
  content: "\f031";
}

/* line 8730, styles/designs/_external.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 8733, styles/designs/_external.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 8736, styles/designs/_external.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 8739, styles/designs/_external.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 8742, styles/designs/_external.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 8745, styles/designs/_external.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 8748, styles/designs/_external.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 8751, styles/designs/_external.scss */
.fa-football-helmet:before {
  content: "\f44f";
}

/* line 8754, styles/designs/_external.scss */
.fa-forklift:before {
  content: "\f47a";
}

/* line 8757, styles/designs/_external.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 8760, styles/designs/_external.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 8763, styles/designs/_external.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 8766, styles/designs/_external.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 8769, styles/designs/_external.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 8772, styles/designs/_external.scss */
.fa-fragile:before {
  content: "\f4bb";
}

/* line 8775, styles/designs/_external.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 8778, styles/designs/_external.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 8781, styles/designs/_external.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 8784, styles/designs/_external.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 8787, styles/designs/_external.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 8790, styles/designs/_external.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 8793, styles/designs/_external.scss */
.fa-function:before {
  content: "\f661";
}

/* line 8796, styles/designs/_external.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 8799, styles/designs/_external.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 8802, styles/designs/_external.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 8805, styles/designs/_external.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 8808, styles/designs/_external.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 8811, styles/designs/_external.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 8814, styles/designs/_external.scss */
.fa-gas-pump-slash:before {
  content: "\f5f4";
}

/* line 8817, styles/designs/_external.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 8820, styles/designs/_external.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 8823, styles/designs/_external.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 8826, styles/designs/_external.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 8829, styles/designs/_external.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 8832, styles/designs/_external.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 8835, styles/designs/_external.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 8838, styles/designs/_external.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 8841, styles/designs/_external.scss */
.fa-gift-card:before {
  content: "\f663";
}

/* line 8844, styles/designs/_external.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 8847, styles/designs/_external.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 8850, styles/designs/_external.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 8853, styles/designs/_external.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 8856, styles/designs/_external.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 8859, styles/designs/_external.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 8862, styles/designs/_external.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 8865, styles/designs/_external.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 8868, styles/designs/_external.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 8871, styles/designs/_external.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 8874, styles/designs/_external.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 8877, styles/designs/_external.scss */
.fa-glasses-alt:before {
  content: "\f5f5";
}

/* line 8880, styles/designs/_external.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 8883, styles/designs/_external.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 8886, styles/designs/_external.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 8889, styles/designs/_external.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 8892, styles/designs/_external.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 8895, styles/designs/_external.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 8898, styles/designs/_external.scss */
.fa-globe-stand:before {
  content: "\f5f6";
}

/* line 8901, styles/designs/_external.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 8904, styles/designs/_external.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 8907, styles/designs/_external.scss */
.fa-golf-club:before {
  content: "\f451";
}

/* line 8910, styles/designs/_external.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 8913, styles/designs/_external.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 8916, styles/designs/_external.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 8919, styles/designs/_external.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 8922, styles/designs/_external.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 8925, styles/designs/_external.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 8928, styles/designs/_external.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 8931, styles/designs/_external.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 8934, styles/designs/_external.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 8937, styles/designs/_external.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 8940, styles/designs/_external.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 8943, styles/designs/_external.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 8946, styles/designs/_external.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 8949, styles/designs/_external.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 8952, styles/designs/_external.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 8955, styles/designs/_external.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 8958, styles/designs/_external.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 8961, styles/designs/_external.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 8964, styles/designs/_external.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 8967, styles/designs/_external.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 8970, styles/designs/_external.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 8973, styles/designs/_external.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 8976, styles/designs/_external.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 8979, styles/designs/_external.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 8982, styles/designs/_external.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 8985, styles/designs/_external.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 8988, styles/designs/_external.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 8991, styles/designs/_external.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 8994, styles/designs/_external.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 8997, styles/designs/_external.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 9000, styles/designs/_external.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 9003, styles/designs/_external.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 9006, styles/designs/_external.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 9009, styles/designs/_external.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 9012, styles/designs/_external.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 9015, styles/designs/_external.scss */
.fa-h1:before {
  content: "\f313";
}

/* line 9018, styles/designs/_external.scss */
.fa-h2:before {
  content: "\f314";
}

/* line 9021, styles/designs/_external.scss */
.fa-h3:before {
  content: "\f315";
}

/* line 9024, styles/designs/_external.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 9027, styles/designs/_external.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 9030, styles/designs/_external.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 9033, styles/designs/_external.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 9036, styles/designs/_external.scss */
.fa-hammer-war:before {
  content: "\f6e4";
}

/* line 9039, styles/designs/_external.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 9042, styles/designs/_external.scss */
.fa-hand-heart:before {
  content: "\f4bc";
}

/* line 9045, styles/designs/_external.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 9048, styles/designs/_external.scss */
.fa-hand-holding-box:before {
  content: "\f47b";
}

/* line 9051, styles/designs/_external.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 9054, styles/designs/_external.scss */
.fa-hand-holding-magic:before {
  content: "\f6e5";
}

/* line 9057, styles/designs/_external.scss */
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

/* line 9060, styles/designs/_external.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 9063, styles/designs/_external.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 9066, styles/designs/_external.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 9069, styles/designs/_external.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 9072, styles/designs/_external.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 9075, styles/designs/_external.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 9078, styles/designs/_external.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 9081, styles/designs/_external.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 9084, styles/designs/_external.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 9087, styles/designs/_external.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 9090, styles/designs/_external.scss */
.fa-hand-receiving:before {
  content: "\f47c";
}

/* line 9093, styles/designs/_external.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 9096, styles/designs/_external.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 9099, styles/designs/_external.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 9102, styles/designs/_external.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 9105, styles/designs/_external.scss */
.fa-hands-heart:before {
  content: "\f4c3";
}

/* line 9108, styles/designs/_external.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 9111, styles/designs/_external.scss */
.fa-hands-usd:before {
  content: "\f4c5";
}

/* line 9114, styles/designs/_external.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 9117, styles/designs/_external.scss */
.fa-handshake-alt:before {
  content: "\f4c6";
}

/* line 9120, styles/designs/_external.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 9123, styles/designs/_external.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 9126, styles/designs/_external.scss */
.fa-hat-witch:before {
  content: "\f6e7";
}

/* line 9129, styles/designs/_external.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 9132, styles/designs/_external.scss */
.fa-haykal:before {
  content: "\f666";
}

/* line 9135, styles/designs/_external.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 9138, styles/designs/_external.scss */
.fa-head-side:before {
  content: "\f6e9";
}

/* line 9141, styles/designs/_external.scss */
.fa-head-vr:before {
  content: "\f6ea";
}

/* line 9144, styles/designs/_external.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 9147, styles/designs/_external.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 9150, styles/designs/_external.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 9153, styles/designs/_external.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 9156, styles/designs/_external.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9159, styles/designs/_external.scss */
.fa-heart-circle:before {
  content: "\f4c7";
}

/* line 9162, styles/designs/_external.scss */
.fa-heart-rate:before {
  content: "\f5f8";
}

/* line 9165, styles/designs/_external.scss */
.fa-heart-square:before {
  content: "\f4c8";
}

/* line 9168, styles/designs/_external.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 9171, styles/designs/_external.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 9174, styles/designs/_external.scss */
.fa-helmet-battle:before {
  content: "\f6eb";
}

/* line 9177, styles/designs/_external.scss */
.fa-hexagon:before {
  content: "\f312";
}

/* line 9180, styles/designs/_external.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 9183, styles/designs/_external.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 9186, styles/designs/_external.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 9189, styles/designs/_external.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 9192, styles/designs/_external.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 9195, styles/designs/_external.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 9198, styles/designs/_external.scss */
.fa-hockey-mask:before {
  content: "\f6ee";
}

/* line 9201, styles/designs/_external.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 9204, styles/designs/_external.scss */
.fa-hockey-sticks:before {
  content: "\f454";
}

/* line 9207, styles/designs/_external.scss */
.fa-home:before {
  content: "\f015";
}

/* line 9210, styles/designs/_external.scss */
.fa-home-heart:before {
  content: "\f4c9";
}

/* line 9213, styles/designs/_external.scss */
.fa-hood-cloak:before {
  content: "\f6ef";
}

/* line 9216, styles/designs/_external.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 9219, styles/designs/_external.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 9222, styles/designs/_external.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 9225, styles/designs/_external.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 9228, styles/designs/_external.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 9231, styles/designs/_external.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 9234, styles/designs/_external.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 9237, styles/designs/_external.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 9240, styles/designs/_external.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 9243, styles/designs/_external.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 9246, styles/designs/_external.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 9249, styles/designs/_external.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 9252, styles/designs/_external.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 9255, styles/designs/_external.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 9258, styles/designs/_external.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 9261, styles/designs/_external.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 9264, styles/designs/_external.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 9267, styles/designs/_external.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 9270, styles/designs/_external.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 9273, styles/designs/_external.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 9276, styles/designs/_external.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 9279, styles/designs/_external.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 9282, styles/designs/_external.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 9285, styles/designs/_external.scss */
.fa-images:before {
  content: "\f302";
}

/* line 9288, styles/designs/_external.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 9291, styles/designs/_external.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 9294, styles/designs/_external.scss */
.fa-inbox-in:before {
  content: "\f310";
}

/* line 9297, styles/designs/_external.scss */
.fa-inbox-out:before {
  content: "\f311";
}

/* line 9300, styles/designs/_external.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 9303, styles/designs/_external.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 9306, styles/designs/_external.scss */
.fa-industry-alt:before {
  content: "\f3b3";
}

/* line 9309, styles/designs/_external.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 9312, styles/designs/_external.scss */
.fa-info:before {
  content: "\f129";
}

/* line 9315, styles/designs/_external.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 9318, styles/designs/_external.scss */
.fa-info-square:before {
  content: "\f30f";
}

/* line 9321, styles/designs/_external.scss */
.fa-inhaler:before {
  content: "\f5f9";
}

/* line 9324, styles/designs/_external.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 9327, styles/designs/_external.scss */
.fa-integral:before {
  content: "\f667";
}

/* line 9330, styles/designs/_external.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 9333, styles/designs/_external.scss */
.fa-intersection:before {
  content: "\f668";
}

/* line 9336, styles/designs/_external.scss */
.fa-inventory:before {
  content: "\f480";
}

/* line 9339, styles/designs/_external.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 9342, styles/designs/_external.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 9345, styles/designs/_external.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 9348, styles/designs/_external.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 9351, styles/designs/_external.scss */
.fa-jack-o-lantern:before {
  content: "\f30e";
}

/* line 9354, styles/designs/_external.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 9357, styles/designs/_external.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 9360, styles/designs/_external.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 9363, styles/designs/_external.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 9366, styles/designs/_external.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 9369, styles/designs/_external.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 9372, styles/designs/_external.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 9375, styles/designs/_external.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 9378, styles/designs/_external.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 9381, styles/designs/_external.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 9384, styles/designs/_external.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 9387, styles/designs/_external.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 9390, styles/designs/_external.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 9393, styles/designs/_external.scss */
.fa-key:before {
  content: "\f084";
}

/* line 9396, styles/designs/_external.scss */
.fa-key-skeleton:before {
  content: "\f6f3";
}

/* line 9399, styles/designs/_external.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 9402, styles/designs/_external.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 9405, styles/designs/_external.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 9408, styles/designs/_external.scss */
.fa-keynote:before {
  content: "\f66c";
}

/* line 9411, styles/designs/_external.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 9414, styles/designs/_external.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 9417, styles/designs/_external.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 9420, styles/designs/_external.scss */
.fa-kidneys:before {
  content: "\f5fb";
}

/* line 9423, styles/designs/_external.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 9426, styles/designs/_external.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 9429, styles/designs/_external.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 9432, styles/designs/_external.scss */
.fa-kite:before {
  content: "\f6f4";
}

/* line 9435, styles/designs/_external.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 9438, styles/designs/_external.scss */
.fa-knife-kitchen:before {
  content: "\f6f5";
}

/* line 9441, styles/designs/_external.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 9444, styles/designs/_external.scss */
.fa-lambda:before {
  content: "\f66e";
}

/* line 9447, styles/designs/_external.scss */
.fa-lamp:before {
  content: "\f4ca";
}

/* line 9450, styles/designs/_external.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 9453, styles/designs/_external.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 9456, styles/designs/_external.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 9459, styles/designs/_external.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 9462, styles/designs/_external.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 9465, styles/designs/_external.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 9468, styles/designs/_external.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 9471, styles/designs/_external.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 9474, styles/designs/_external.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 9477, styles/designs/_external.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 9480, styles/designs/_external.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 9483, styles/designs/_external.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 9486, styles/designs/_external.scss */
.fa-layer-minus:before {
  content: "\f5fe";
}

/* line 9489, styles/designs/_external.scss */
.fa-layer-plus:before {
  content: "\f5ff";
}

/* line 9492, styles/designs/_external.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 9495, styles/designs/_external.scss */
.fa-leaf-heart:before {
  content: "\f4cb";
}

/* line 9498, styles/designs/_external.scss */
.fa-leaf-maple:before {
  content: "\f6f6";
}

/* line 9501, styles/designs/_external.scss */
.fa-leaf-oak:before {
  content: "\f6f7";
}

/* line 9504, styles/designs/_external.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 9507, styles/designs/_external.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 9510, styles/designs/_external.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 9513, styles/designs/_external.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 9516, styles/designs/_external.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 9519, styles/designs/_external.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 9522, styles/designs/_external.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 9525, styles/designs/_external.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 9528, styles/designs/_external.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 9531, styles/designs/_external.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 9534, styles/designs/_external.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 9537, styles/designs/_external.scss */
.fa-lightbulb-dollar:before {
  content: "\f670";
}

/* line 9540, styles/designs/_external.scss */
.fa-lightbulb-exclamation:before {
  content: "\f671";
}

/* line 9543, styles/designs/_external.scss */
.fa-lightbulb-on:before {
  content: "\f672";
}

/* line 9546, styles/designs/_external.scss */
.fa-lightbulb-slash:before {
  content: "\f673";
}

/* line 9549, styles/designs/_external.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 9552, styles/designs/_external.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 9555, styles/designs/_external.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 9558, styles/designs/_external.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 9561, styles/designs/_external.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 9564, styles/designs/_external.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 9567, styles/designs/_external.scss */
.fa-lips:before {
  content: "\f600";
}

/* line 9570, styles/designs/_external.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 9573, styles/designs/_external.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 9576, styles/designs/_external.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 9579, styles/designs/_external.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 9582, styles/designs/_external.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 9585, styles/designs/_external.scss */
.fa-location:before {
  content: "\f601";
}

/* line 9588, styles/designs/_external.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 9591, styles/designs/_external.scss */
.fa-location-circle:before {
  content: "\f602";
}

/* line 9594, styles/designs/_external.scss */
.fa-location-slash:before {
  content: "\f603";
}

/* line 9597, styles/designs/_external.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 9600, styles/designs/_external.scss */
.fa-lock-alt:before {
  content: "\f30d";
}

/* line 9603, styles/designs/_external.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 9606, styles/designs/_external.scss */
.fa-lock-open-alt:before {
  content: "\f3c2";
}

/* line 9609, styles/designs/_external.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 9612, styles/designs/_external.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 9615, styles/designs/_external.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 9618, styles/designs/_external.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 9621, styles/designs/_external.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 9624, styles/designs/_external.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 9627, styles/designs/_external.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 9630, styles/designs/_external.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 9633, styles/designs/_external.scss */
.fa-loveseat:before {
  content: "\f4cc";
}

/* line 9636, styles/designs/_external.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 9639, styles/designs/_external.scss */
.fa-luchador:before {
  content: "\f455";
}

/* line 9642, styles/designs/_external.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 9645, styles/designs/_external.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 9648, styles/designs/_external.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 9651, styles/designs/_external.scss */
.fa-mace:before {
  content: "\f6f8";
}

/* line 9654, styles/designs/_external.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 9657, styles/designs/_external.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 9660, styles/designs/_external.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 9663, styles/designs/_external.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 9666, styles/designs/_external.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 9669, styles/designs/_external.scss */
.fa-male:before {
  content: "\f183";
}

/* line 9672, styles/designs/_external.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 9675, styles/designs/_external.scss */
.fa-mandolin:before {
  content: "\f6f9";
}

/* line 9678, styles/designs/_external.scss */
.fa-map:before {
  content: "\f279";
}

/* line 9681, styles/designs/_external.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 9684, styles/designs/_external.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 9687, styles/designs/_external.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 9690, styles/designs/_external.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 9693, styles/designs/_external.scss */
.fa-map-marker-alt-slash:before {
  content: "\f605";
}

/* line 9696, styles/designs/_external.scss */
.fa-map-marker-check:before {
  content: "\f606";
}

/* line 9699, styles/designs/_external.scss */
.fa-map-marker-edit:before {
  content: "\f607";
}

/* line 9702, styles/designs/_external.scss */
.fa-map-marker-exclamation:before {
  content: "\f608";
}

/* line 9705, styles/designs/_external.scss */
.fa-map-marker-minus:before {
  content: "\f609";
}

/* line 9708, styles/designs/_external.scss */
.fa-map-marker-plus:before {
  content: "\f60a";
}

/* line 9711, styles/designs/_external.scss */
.fa-map-marker-question:before {
  content: "\f60b";
}

/* line 9714, styles/designs/_external.scss */
.fa-map-marker-slash:before {
  content: "\f60c";
}

/* line 9717, styles/designs/_external.scss */
.fa-map-marker-smile:before {
  content: "\f60d";
}

/* line 9720, styles/designs/_external.scss */
.fa-map-marker-times:before {
  content: "\f60e";
}

/* line 9723, styles/designs/_external.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 9726, styles/designs/_external.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 9729, styles/designs/_external.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 9732, styles/designs/_external.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 9735, styles/designs/_external.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 9738, styles/designs/_external.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 9741, styles/designs/_external.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 9744, styles/designs/_external.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 9747, styles/designs/_external.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 9750, styles/designs/_external.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 9753, styles/designs/_external.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 9756, styles/designs/_external.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 9759, styles/designs/_external.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 9762, styles/designs/_external.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 9765, styles/designs/_external.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 9768, styles/designs/_external.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 9771, styles/designs/_external.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 9774, styles/designs/_external.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 9777, styles/designs/_external.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 9780, styles/designs/_external.scss */
.fa-megaphone:before {
  content: "\f675";
}

/* line 9783, styles/designs/_external.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 9786, styles/designs/_external.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 9789, styles/designs/_external.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 9792, styles/designs/_external.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 9795, styles/designs/_external.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 9798, styles/designs/_external.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 9801, styles/designs/_external.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 9804, styles/designs/_external.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 9807, styles/designs/_external.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 9810, styles/designs/_external.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 9813, styles/designs/_external.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 9816, styles/designs/_external.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 9819, styles/designs/_external.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 9822, styles/designs/_external.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 9825, styles/designs/_external.scss */
.fa-mind-share:before {
  content: "\f677";
}

/* line 9828, styles/designs/_external.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 9831, styles/designs/_external.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 9834, styles/designs/_external.scss */
.fa-minus-hexagon:before {
  content: "\f307";
}

/* line 9837, styles/designs/_external.scss */
.fa-minus-octagon:before {
  content: "\f308";
}

/* line 9840, styles/designs/_external.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 9843, styles/designs/_external.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 9846, styles/designs/_external.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 9849, styles/designs/_external.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 9852, styles/designs/_external.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 9855, styles/designs/_external.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 9858, styles/designs/_external.scss */
.fa-mobile-android:before {
  content: "\f3ce";
}

/* line 9861, styles/designs/_external.scss */
.fa-mobile-android-alt:before {
  content: "\f3cf";
}

/* line 9864, styles/designs/_external.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 9867, styles/designs/_external.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 9870, styles/designs/_external.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 9873, styles/designs/_external.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 9876, styles/designs/_external.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 9879, styles/designs/_external.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 9882, styles/designs/_external.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 9885, styles/designs/_external.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 9888, styles/designs/_external.scss */
.fa-monitor-heart-rate:before {
  content: "\f611";
}

/* line 9891, styles/designs/_external.scss */
.fa-monkey:before {
  content: "\f6fb";
}

/* line 9894, styles/designs/_external.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 9897, styles/designs/_external.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 9900, styles/designs/_external.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 9903, styles/designs/_external.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 9906, styles/designs/_external.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 9909, styles/designs/_external.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 9912, styles/designs/_external.scss */
.fa-mountains:before {
  content: "\f6fd";
}

/* line 9915, styles/designs/_external.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 9918, styles/designs/_external.scss */
.fa-music:before {
  content: "\f001";
}

/* line 9921, styles/designs/_external.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 9924, styles/designs/_external.scss */
.fa-narwhal:before {
  content: "\f6fe";
}

/* line 9927, styles/designs/_external.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 9930, styles/designs/_external.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 9933, styles/designs/_external.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 9936, styles/designs/_external.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 9939, styles/designs/_external.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 9942, styles/designs/_external.scss */
.fa-nintendo-switch:before {
  content: "\f418";
}

/* line 9945, styles/designs/_external.scss */
.fa-node:before {
  content: "\f419";
}

/* line 9948, styles/designs/_external.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 9951, styles/designs/_external.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 9954, styles/designs/_external.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 9957, styles/designs/_external.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 9960, styles/designs/_external.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 9963, styles/designs/_external.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 9966, styles/designs/_external.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 9969, styles/designs/_external.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 9972, styles/designs/_external.scss */
.fa-octagon:before {
  content: "\f306";
}

/* line 9975, styles/designs/_external.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 9978, styles/designs/_external.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 9981, styles/designs/_external.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 9984, styles/designs/_external.scss */
.fa-oil-temp:before {
  content: "\f614";
}

/* line 9987, styles/designs/_external.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 9990, styles/designs/_external.scss */
.fa-om:before {
  content: "\f679";
}

/* line 9993, styles/designs/_external.scss */
.fa-omega:before {
  content: "\f67a";
}

/* line 9996, styles/designs/_external.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 9999, styles/designs/_external.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 10002, styles/designs/_external.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 10005, styles/designs/_external.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 10008, styles/designs/_external.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 10011, styles/designs/_external.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 10014, styles/designs/_external.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 10017, styles/designs/_external.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 10020, styles/designs/_external.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 10023, styles/designs/_external.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 10026, styles/designs/_external.scss */
.fa-paint-brush-alt:before {
  content: "\f5a9";
}

/* line 10029, styles/designs/_external.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 10032, styles/designs/_external.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 10035, styles/designs/_external.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 10038, styles/designs/_external.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 10041, styles/designs/_external.scss */
.fa-pallet-alt:before {
  content: "\f483";
}

/* line 10044, styles/designs/_external.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 10047, styles/designs/_external.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 10050, styles/designs/_external.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 10053, styles/designs/_external.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 10056, styles/designs/_external.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 10059, styles/designs/_external.scss */
.fa-parking-circle:before {
  content: "\f615";
}

/* line 10062, styles/designs/_external.scss */
.fa-parking-circle-slash:before {
  content: "\f616";
}

/* line 10065, styles/designs/_external.scss */
.fa-parking-slash:before {
  content: "\f617";
}

/* line 10068, styles/designs/_external.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 10071, styles/designs/_external.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 10074, styles/designs/_external.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 10077, styles/designs/_external.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 10080, styles/designs/_external.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 10083, styles/designs/_external.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 10086, styles/designs/_external.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 10089, styles/designs/_external.scss */
.fa-paw-alt:before {
  content: "\f701";
}

/* line 10092, styles/designs/_external.scss */
.fa-paw-claws:before {
  content: "\f702";
}

/* line 10095, styles/designs/_external.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 10098, styles/designs/_external.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 10101, styles/designs/_external.scss */
.fa-pegasus:before {
  content: "\f703";
}

/* line 10104, styles/designs/_external.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 10107, styles/designs/_external.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 10110, styles/designs/_external.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 10113, styles/designs/_external.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 10116, styles/designs/_external.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 10119, styles/designs/_external.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 10122, styles/designs/_external.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 10125, styles/designs/_external.scss */
.fa-pencil-paintbrush:before {
  content: "\f618";
}

/* line 10128, styles/designs/_external.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 10131, styles/designs/_external.scss */
.fa-pennant:before {
  content: "\f456";
}

/* line 10134, styles/designs/_external.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 10137, styles/designs/_external.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 10140, styles/designs/_external.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 10143, styles/designs/_external.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 10146, styles/designs/_external.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 10149, styles/designs/_external.scss */
.fa-person-carry:before {
  content: "\f4cf";
}

/* line 10152, styles/designs/_external.scss */
.fa-person-dolly:before {
  content: "\f4d0";
}

/* line 10155, styles/designs/_external.scss */
.fa-person-dolly-empty:before {
  content: "\f4d1";
}

/* line 10158, styles/designs/_external.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 10161, styles/designs/_external.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 10164, styles/designs/_external.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 10167, styles/designs/_external.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 10170, styles/designs/_external.scss */
.fa-phone-office:before {
  content: "\f67d";
}

/* line 10173, styles/designs/_external.scss */
.fa-phone-plus:before {
  content: "\f4d2";
}

/* line 10176, styles/designs/_external.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 10179, styles/designs/_external.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 10182, styles/designs/_external.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 10185, styles/designs/_external.scss */
.fa-php:before {
  content: "\f457";
}

/* line 10188, styles/designs/_external.scss */
.fa-pi:before {
  content: "\f67e";
}

/* line 10191, styles/designs/_external.scss */
.fa-pie:before {
  content: "\f705";
}

/* line 10194, styles/designs/_external.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 10197, styles/designs/_external.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 10200, styles/designs/_external.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 10203, styles/designs/_external.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 10206, styles/designs/_external.scss */
.fa-pig:before {
  content: "\f706";
}

/* line 10209, styles/designs/_external.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 10212, styles/designs/_external.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 10215, styles/designs/_external.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 10218, styles/designs/_external.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 10221, styles/designs/_external.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 10224, styles/designs/_external.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 10227, styles/designs/_external.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 10230, styles/designs/_external.scss */
.fa-plane-alt:before {
  content: "\f3de";
}

/* line 10233, styles/designs/_external.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 10236, styles/designs/_external.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 10239, styles/designs/_external.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 10242, styles/designs/_external.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 10245, styles/designs/_external.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 10248, styles/designs/_external.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 10251, styles/designs/_external.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 10254, styles/designs/_external.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 10257, styles/designs/_external.scss */
.fa-plus-hexagon:before {
  content: "\f300";
}

/* line 10260, styles/designs/_external.scss */
.fa-plus-octagon:before {
  content: "\f301";
}

/* line 10263, styles/designs/_external.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 10266, styles/designs/_external.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 10269, styles/designs/_external.scss */
.fa-podium:before {
  content: "\f680";
}

/* line 10272, styles/designs/_external.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 10275, styles/designs/_external.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 10278, styles/designs/_external.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 10281, styles/designs/_external.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 10284, styles/designs/_external.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 10287, styles/designs/_external.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 10290, styles/designs/_external.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 10293, styles/designs/_external.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 10296, styles/designs/_external.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 10299, styles/designs/_external.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 10302, styles/designs/_external.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 10305, styles/designs/_external.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 10308, styles/designs/_external.scss */
.fa-presentation:before {
  content: "\f685";
}

/* line 10311, styles/designs/_external.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 10314, styles/designs/_external.scss */
.fa-print-slash:before {
  content: "\f686";
}

/* line 10317, styles/designs/_external.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 10320, styles/designs/_external.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 10323, styles/designs/_external.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 10326, styles/designs/_external.scss */
.fa-pumpkin:before {
  content: "\f707";
}

/* line 10329, styles/designs/_external.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 10332, styles/designs/_external.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 10335, styles/designs/_external.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 10338, styles/designs/_external.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 10341, styles/designs/_external.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 10344, styles/designs/_external.scss */
.fa-question:before {
  content: "\f128";
}

/* line 10347, styles/designs/_external.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 10350, styles/designs/_external.scss */
.fa-question-square:before {
  content: "\f2fd";
}

/* line 10353, styles/designs/_external.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 10356, styles/designs/_external.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 10359, styles/designs/_external.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 10362, styles/designs/_external.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 10365, styles/designs/_external.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 10368, styles/designs/_external.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 10371, styles/designs/_external.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 10374, styles/designs/_external.scss */
.fa-rabbit:before {
  content: "\f708";
}

/* line 10377, styles/designs/_external.scss */
.fa-rabbit-fast:before {
  content: "\f709";
}

/* line 10380, styles/designs/_external.scss */
.fa-racquet:before {
  content: "\f45a";
}

/* line 10383, styles/designs/_external.scss */
.fa-ram:before {
  content: "\f70a";
}

/* line 10386, styles/designs/_external.scss */
.fa-ramp-loading:before {
  content: "\f4d4";
}

/* line 10389, styles/designs/_external.scss */
.fa-random:before {
  content: "\f074";
}

/* line 10392, styles/designs/_external.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 10395, styles/designs/_external.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 10398, styles/designs/_external.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 10401, styles/designs/_external.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 10404, styles/designs/_external.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 10407, styles/designs/_external.scss */
.fa-rectangle-landscape:before {
  content: "\f2fa";
}

/* line 10410, styles/designs/_external.scss */
.fa-rectangle-portrait:before {
  content: "\f2fb";
}

/* line 10413, styles/designs/_external.scss */
.fa-rectangle-wide:before {
  content: "\f2fc";
}

/* line 10416, styles/designs/_external.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 10419, styles/designs/_external.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 10422, styles/designs/_external.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 10425, styles/designs/_external.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 10428, styles/designs/_external.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 10431, styles/designs/_external.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 10434, styles/designs/_external.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 10437, styles/designs/_external.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 10440, styles/designs/_external.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 10443, styles/designs/_external.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 10446, styles/designs/_external.scss */
.fa-repeat:before {
  content: "\f363";
}

/* line 10449, styles/designs/_external.scss */
.fa-repeat-1:before {
  content: "\f365";
}

/* line 10452, styles/designs/_external.scss */
.fa-repeat-1-alt:before {
  content: "\f366";
}

/* line 10455, styles/designs/_external.scss */
.fa-repeat-alt:before {
  content: "\f364";
}

/* line 10458, styles/designs/_external.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 10461, styles/designs/_external.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 10464, styles/designs/_external.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 10467, styles/designs/_external.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 10470, styles/designs/_external.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 10473, styles/designs/_external.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 10476, styles/designs/_external.scss */
.fa-retweet-alt:before {
  content: "\f361";
}

/* line 10479, styles/designs/_external.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 10482, styles/designs/_external.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 10485, styles/designs/_external.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 10488, styles/designs/_external.scss */
.fa-road:before {
  content: "\f018";
}

/* line 10491, styles/designs/_external.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 10494, styles/designs/_external.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 10497, styles/designs/_external.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 10500, styles/designs/_external.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 10503, styles/designs/_external.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 10506, styles/designs/_external.scss */
.fa-route-highway:before {
  content: "\f61a";
}

/* line 10509, styles/designs/_external.scss */
.fa-route-interstate:before {
  content: "\f61b";
}

/* line 10512, styles/designs/_external.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 10515, styles/designs/_external.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 10518, styles/designs/_external.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 10521, styles/designs/_external.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 10524, styles/designs/_external.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 10527, styles/designs/_external.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 10530, styles/designs/_external.scss */
.fa-ruler-triangle:before {
  content: "\f61c";
}

/* line 10533, styles/designs/_external.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 10536, styles/designs/_external.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 10539, styles/designs/_external.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 10542, styles/designs/_external.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 10545, styles/designs/_external.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 10548, styles/designs/_external.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 10551, styles/designs/_external.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 10554, styles/designs/_external.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 10557, styles/designs/_external.scss */
.fa-scalpel:before {
  content: "\f61d";
}

/* line 10560, styles/designs/_external.scss */
.fa-scalpel-path:before {
  content: "\f61e";
}

/* line 10563, styles/designs/_external.scss */
.fa-scanner:before {
  content: "\f488";
}

/* line 10566, styles/designs/_external.scss */
.fa-scanner-keyboard:before {
  content: "\f489";
}

/* line 10569, styles/designs/_external.scss */
.fa-scanner-touchscreen:before {
  content: "\f48a";
}

/* line 10572, styles/designs/_external.scss */
.fa-scarecrow:before {
  content: "\f70d";
}

/* line 10575, styles/designs/_external.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 10578, styles/designs/_external.scss */
.fa-school:before {
  content: "\f549";
}

/* line 10581, styles/designs/_external.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 10584, styles/designs/_external.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 10587, styles/designs/_external.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 10590, styles/designs/_external.scss */
.fa-scroll-old:before {
  content: "\f70f";
}

/* line 10593, styles/designs/_external.scss */
.fa-scrubber:before {
  content: "\f2f8";
}

/* line 10596, styles/designs/_external.scss */
.fa-scythe:before {
  content: "\f710";
}

/* line 10599, styles/designs/_external.scss */
.fa-search:before {
  content: "\f002";
}

/* line 10602, styles/designs/_external.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 10605, styles/designs/_external.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 10608, styles/designs/_external.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 10611, styles/designs/_external.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 10614, styles/designs/_external.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 10617, styles/designs/_external.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 10620, styles/designs/_external.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 10623, styles/designs/_external.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 10626, styles/designs/_external.scss */
.fa-server:before {
  content: "\f233";
}

/* line 10629, styles/designs/_external.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 10632, styles/designs/_external.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 10635, styles/designs/_external.scss */
.fa-share:before {
  content: "\f064";
}

/* line 10638, styles/designs/_external.scss */
.fa-share-all:before {
  content: "\f367";
}

/* line 10641, styles/designs/_external.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 10644, styles/designs/_external.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 10647, styles/designs/_external.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 10650, styles/designs/_external.scss */
.fa-sheep:before {
  content: "\f711";
}

/* line 10653, styles/designs/_external.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 10656, styles/designs/_external.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 10659, styles/designs/_external.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 10662, styles/designs/_external.scss */
.fa-shield-check:before {
  content: "\f2f7";
}

/* line 10665, styles/designs/_external.scss */
.fa-shield-cross:before {
  content: "\f712";
}

/* line 10668, styles/designs/_external.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 10671, styles/designs/_external.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 10674, styles/designs/_external.scss */
.fa-shipping-timed:before {
  content: "\f48c";
}

/* line 10677, styles/designs/_external.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 10680, styles/designs/_external.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 10683, styles/designs/_external.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 10686, styles/designs/_external.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 10689, styles/designs/_external.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 10692, styles/designs/_external.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 10695, styles/designs/_external.scss */
.fa-shovel:before {
  content: "\f713";
}

/* line 10698, styles/designs/_external.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 10701, styles/designs/_external.scss */
.fa-shredder:before {
  content: "\f68a";
}

/* line 10704, styles/designs/_external.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 10707, styles/designs/_external.scss */
.fa-shuttlecock:before {
  content: "\f45b";
}

/* line 10710, styles/designs/_external.scss */
.fa-sigma:before {
  content: "\f68b";
}

/* line 10713, styles/designs/_external.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 10716, styles/designs/_external.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 10719, styles/designs/_external.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 10722, styles/designs/_external.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 10725, styles/designs/_external.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 10728, styles/designs/_external.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 10731, styles/designs/_external.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 10734, styles/designs/_external.scss */
.fa-signal-1:before {
  content: "\f68c";
}

/* line 10737, styles/designs/_external.scss */
.fa-signal-2:before {
  content: "\f68d";
}

/* line 10740, styles/designs/_external.scss */
.fa-signal-3:before {
  content: "\f68e";
}

/* line 10743, styles/designs/_external.scss */
.fa-signal-4:before {
  content: "\f68f";
}

/* line 10746, styles/designs/_external.scss */
.fa-signal-alt:before {
  content: "\f690";
}

/* line 10749, styles/designs/_external.scss */
.fa-signal-alt-1:before {
  content: "\f691";
}

/* line 10752, styles/designs/_external.scss */
.fa-signal-alt-2:before {
  content: "\f692";
}

/* line 10755, styles/designs/_external.scss */
.fa-signal-alt-3:before {
  content: "\f693";
}

/* line 10758, styles/designs/_external.scss */
.fa-signal-alt-slash:before {
  content: "\f694";
}

/* line 10761, styles/designs/_external.scss */
.fa-signal-slash:before {
  content: "\f695";
}

/* line 10764, styles/designs/_external.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 10767, styles/designs/_external.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 10770, styles/designs/_external.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 10773, styles/designs/_external.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 10776, styles/designs/_external.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 10779, styles/designs/_external.scss */
.fa-skeleton:before {
  content: "\f620";
}

/* line 10782, styles/designs/_external.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 10785, styles/designs/_external.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 10788, styles/designs/_external.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 10791, styles/designs/_external.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 10794, styles/designs/_external.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 10797, styles/designs/_external.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 10800, styles/designs/_external.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 10803, styles/designs/_external.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 10806, styles/designs/_external.scss */
.fa-sliders-h-square:before {
  content: "\f3f0";
}

/* line 10809, styles/designs/_external.scss */
.fa-sliders-v:before {
  content: "\f3f1";
}

/* line 10812, styles/designs/_external.scss */
.fa-sliders-v-square:before {
  content: "\f3f2";
}

/* line 10815, styles/designs/_external.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 10818, styles/designs/_external.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 10821, styles/designs/_external.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 10824, styles/designs/_external.scss */
.fa-smile-plus:before {
  content: "\f5b9";
}

/* line 10827, styles/designs/_external.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 10830, styles/designs/_external.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 10833, styles/designs/_external.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 10836, styles/designs/_external.scss */
.fa-snake:before {
  content: "\f716";
}

/* line 10839, styles/designs/_external.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 10842, styles/designs/_external.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 10845, styles/designs/_external.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 10848, styles/designs/_external.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 10851, styles/designs/_external.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 10854, styles/designs/_external.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 10857, styles/designs/_external.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 10860, styles/designs/_external.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 10863, styles/designs/_external.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 10866, styles/designs/_external.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 10869, styles/designs/_external.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 10872, styles/designs/_external.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 10875, styles/designs/_external.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 10878, styles/designs/_external.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 10881, styles/designs/_external.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 10884, styles/designs/_external.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 10887, styles/designs/_external.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 10890, styles/designs/_external.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 10893, styles/designs/_external.scss */
.fa-spade:before {
  content: "\f2f4";
}

/* line 10896, styles/designs/_external.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 10899, styles/designs/_external.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 10902, styles/designs/_external.scss */
.fa-spider-black-widow:before {
  content: "\f718";
}

/* line 10905, styles/designs/_external.scss */
.fa-spider-web:before {
  content: "\f719";
}

/* line 10908, styles/designs/_external.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 10911, styles/designs/_external.scss */
.fa-spinner-third:before {
  content: "\f3f4";
}

/* line 10914, styles/designs/_external.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 10917, styles/designs/_external.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 10920, styles/designs/_external.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 10923, styles/designs/_external.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 10926, styles/designs/_external.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 10929, styles/designs/_external.scss */
.fa-square-root:before {
  content: "\f697";
}

/* line 10932, styles/designs/_external.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 10935, styles/designs/_external.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 10938, styles/designs/_external.scss */
.fa-squirrel:before {
  content: "\f71a";
}

/* line 10941, styles/designs/_external.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 10944, styles/designs/_external.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 10947, styles/designs/_external.scss */
.fa-staff:before {
  content: "\f71b";
}

/* line 10950, styles/designs/_external.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 10953, styles/designs/_external.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10956, styles/designs/_external.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 10959, styles/designs/_external.scss */
.fa-star-exclamation:before {
  content: "\f2f3";
}

/* line 10962, styles/designs/_external.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 10965, styles/designs/_external.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 10968, styles/designs/_external.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 10971, styles/designs/_external.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 10974, styles/designs/_external.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 10977, styles/designs/_external.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 10980, styles/designs/_external.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 10983, styles/designs/_external.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 10986, styles/designs/_external.scss */
.fa-steering-wheel:before {
  content: "\f622";
}

/* line 10989, styles/designs/_external.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 10992, styles/designs/_external.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 10995, styles/designs/_external.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 10998, styles/designs/_external.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 11001, styles/designs/_external.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 11004, styles/designs/_external.scss */
.fa-stomach:before {
  content: "\f623";
}

/* line 11007, styles/designs/_external.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 11010, styles/designs/_external.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 11013, styles/designs/_external.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 11016, styles/designs/_external.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 11019, styles/designs/_external.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 11022, styles/designs/_external.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 11025, styles/designs/_external.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 11028, styles/designs/_external.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 11031, styles/designs/_external.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 11034, styles/designs/_external.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 11037, styles/designs/_external.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 11040, styles/designs/_external.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 11043, styles/designs/_external.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 11046, styles/designs/_external.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 11049, styles/designs/_external.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 11052, styles/designs/_external.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 11055, styles/designs/_external.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 11058, styles/designs/_external.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 11061, styles/designs/_external.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 11064, styles/designs/_external.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 11067, styles/designs/_external.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 11070, styles/designs/_external.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 11073, styles/designs/_external.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 11076, styles/designs/_external.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 11079, styles/designs/_external.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 11082, styles/designs/_external.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 11085, styles/designs/_external.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 11088, styles/designs/_external.scss */
.fa-sword:before {
  content: "\f71c";
}

/* line 11091, styles/designs/_external.scss */
.fa-swords:before {
  content: "\f71d";
}

/* line 11094, styles/designs/_external.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 11097, styles/designs/_external.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 11100, styles/designs/_external.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 11103, styles/designs/_external.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 11106, styles/designs/_external.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 11109, styles/designs/_external.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 11112, styles/designs/_external.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 11115, styles/designs/_external.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 11118, styles/designs/_external.scss */
.fa-tablet-android:before {
  content: "\f3fb";
}

/* line 11121, styles/designs/_external.scss */
.fa-tablet-android-alt:before {
  content: "\f3fc";
}

/* line 11124, styles/designs/_external.scss */
.fa-tablet-rugged:before {
  content: "\f48f";
}

/* line 11127, styles/designs/_external.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 11130, styles/designs/_external.scss */
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 11133, styles/designs/_external.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 11136, styles/designs/_external.scss */
.fa-tachometer-alt-average:before {
  content: "\f624";
}

/* line 11139, styles/designs/_external.scss */
.fa-tachometer-alt-fast:before {
  content: "\f625";
}

/* line 11142, styles/designs/_external.scss */
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

/* line 11145, styles/designs/_external.scss */
.fa-tachometer-alt-slow:before {
  content: "\f627";
}

/* line 11148, styles/designs/_external.scss */
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

/* line 11151, styles/designs/_external.scss */
.fa-tachometer-average:before {
  content: "\f629";
}

/* line 11154, styles/designs/_external.scss */
.fa-tachometer-fast:before {
  content: "\f62a";
}

/* line 11157, styles/designs/_external.scss */
.fa-tachometer-fastest:before {
  content: "\f62b";
}

/* line 11160, styles/designs/_external.scss */
.fa-tachometer-slow:before {
  content: "\f62c";
}

/* line 11163, styles/designs/_external.scss */
.fa-tachometer-slowest:before {
  content: "\f62d";
}

/* line 11166, styles/designs/_external.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 11169, styles/designs/_external.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 11172, styles/designs/_external.scss */
.fa-tally:before {
  content: "\f69c";
}

/* line 11175, styles/designs/_external.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 11178, styles/designs/_external.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 11181, styles/designs/_external.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 11184, styles/designs/_external.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 11187, styles/designs/_external.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 11190, styles/designs/_external.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 11193, styles/designs/_external.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 11196, styles/designs/_external.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 11199, styles/designs/_external.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 11202, styles/designs/_external.scss */
.fa-tennis-ball:before {
  content: "\f45e";
}

/* line 11205, styles/designs/_external.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 11208, styles/designs/_external.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 11211, styles/designs/_external.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 11214, styles/designs/_external.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 11217, styles/designs/_external.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 11220, styles/designs/_external.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 11223, styles/designs/_external.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 11226, styles/designs/_external.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 11229, styles/designs/_external.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 11232, styles/designs/_external.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 11235, styles/designs/_external.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 11238, styles/designs/_external.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 11241, styles/designs/_external.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 11244, styles/designs/_external.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 11247, styles/designs/_external.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 11250, styles/designs/_external.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 11253, styles/designs/_external.scss */
.fa-theta:before {
  content: "\f69e";
}

/* line 11256, styles/designs/_external.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 11259, styles/designs/_external.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 11262, styles/designs/_external.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 11265, styles/designs/_external.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 11268, styles/designs/_external.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 11271, styles/designs/_external.scss */
.fa-tilde:before {
  content: "\f69f";
}

/* line 11274, styles/designs/_external.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 11277, styles/designs/_external.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 11280, styles/designs/_external.scss */
.fa-times-hexagon:before {
  content: "\f2ee";
}

/* line 11283, styles/designs/_external.scss */
.fa-times-octagon:before {
  content: "\f2f0";
}

/* line 11286, styles/designs/_external.scss */
.fa-times-square:before {
  content: "\f2d3";
}

/* line 11289, styles/designs/_external.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 11292, styles/designs/_external.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 11295, styles/designs/_external.scss */
.fa-tire:before {
  content: "\f631";
}

/* line 11298, styles/designs/_external.scss */
.fa-tire-flat:before {
  content: "\f632";
}

/* line 11301, styles/designs/_external.scss */
.fa-tire-pressure-warning:before {
  content: "\f633";
}

/* line 11304, styles/designs/_external.scss */
.fa-tire-rugged:before {
  content: "\f634";
}

/* line 11307, styles/designs/_external.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 11310, styles/designs/_external.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 11313, styles/designs/_external.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 11316, styles/designs/_external.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 11319, styles/designs/_external.scss */
.fa-toilet-paper-alt:before {
  content: "\f71f";
}

/* line 11322, styles/designs/_external.scss */
.fa-tombstone:before {
  content: "\f720";
}

/* line 11325, styles/designs/_external.scss */
.fa-tombstone-alt:before {
  content: "\f721";
}

/* line 11328, styles/designs/_external.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 11331, styles/designs/_external.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 11334, styles/designs/_external.scss */
.fa-toothbrush:before {
  content: "\f635";
}

/* line 11337, styles/designs/_external.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 11340, styles/designs/_external.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 11343, styles/designs/_external.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 11346, styles/designs/_external.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 11349, styles/designs/_external.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 11352, styles/designs/_external.scss */
.fa-traffic-cone:before {
  content: "\f636";
}

/* line 11355, styles/designs/_external.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 11358, styles/designs/_external.scss */
.fa-traffic-light-go:before {
  content: "\f638";
}

/* line 11361, styles/designs/_external.scss */
.fa-traffic-light-slow:before {
  content: "\f639";
}

/* line 11364, styles/designs/_external.scss */
.fa-traffic-light-stop:before {
  content: "\f63a";
}

/* line 11367, styles/designs/_external.scss */
.fa-train:before {
  content: "\f238";
}

/* line 11370, styles/designs/_external.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 11373, styles/designs/_external.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 11376, styles/designs/_external.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 11379, styles/designs/_external.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 11382, styles/designs/_external.scss */
.fa-treasure-chest:before {
  content: "\f723";
}

/* line 11385, styles/designs/_external.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 11388, styles/designs/_external.scss */
.fa-tree-alt:before {
  content: "\f400";
}

/* line 11391, styles/designs/_external.scss */
.fa-trees:before {
  content: "\f724";
}

/* line 11394, styles/designs/_external.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 11397, styles/designs/_external.scss */
.fa-triangle:before {
  content: "\f2ec";
}

/* line 11400, styles/designs/_external.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 11403, styles/designs/_external.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 11406, styles/designs/_external.scss */
.fa-trophy-alt:before {
  content: "\f2eb";
}

/* line 11409, styles/designs/_external.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 11412, styles/designs/_external.scss */
.fa-truck-container:before {
  content: "\f4dc";
}

/* line 11415, styles/designs/_external.scss */
.fa-truck-couch:before {
  content: "\f4dd";
}

/* line 11418, styles/designs/_external.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 11421, styles/designs/_external.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 11424, styles/designs/_external.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 11427, styles/designs/_external.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 11430, styles/designs/_external.scss */
.fa-truck-ramp:before {
  content: "\f4e0";
}

/* line 11433, styles/designs/_external.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 11436, styles/designs/_external.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 11439, styles/designs/_external.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 11442, styles/designs/_external.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 11445, styles/designs/_external.scss */
.fa-turkey:before {
  content: "\f725";
}

/* line 11448, styles/designs/_external.scss */
.fa-turtle:before {
  content: "\f726";
}

/* line 11451, styles/designs/_external.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 11454, styles/designs/_external.scss */
.fa-tv-retro:before {
  content: "\f401";
}

/* line 11457, styles/designs/_external.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 11460, styles/designs/_external.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 11463, styles/designs/_external.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 11466, styles/designs/_external.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 11469, styles/designs/_external.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 11472, styles/designs/_external.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 11475, styles/designs/_external.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 11478, styles/designs/_external.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 11481, styles/designs/_external.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 11484, styles/designs/_external.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 11487, styles/designs/_external.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 11490, styles/designs/_external.scss */
.fa-unicorn:before {
  content: "\f727";
}

/* line 11493, styles/designs/_external.scss */
.fa-union:before {
  content: "\f6a2";
}

/* line 11496, styles/designs/_external.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 11499, styles/designs/_external.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 11502, styles/designs/_external.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 11505, styles/designs/_external.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 11508, styles/designs/_external.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 11511, styles/designs/_external.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 11514, styles/designs/_external.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 11517, styles/designs/_external.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 11520, styles/designs/_external.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 11523, styles/designs/_external.scss */
.fa-usd-circle:before {
  content: "\f2e8";
}

/* line 11526, styles/designs/_external.scss */
.fa-usd-square:before {
  content: "\f2e9";
}

/* line 11529, styles/designs/_external.scss */
.fa-user:before {
  content: "\f007";
}

/* line 11532, styles/designs/_external.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 11535, styles/designs/_external.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 11538, styles/designs/_external.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 11541, styles/designs/_external.scss */
.fa-user-chart:before {
  content: "\f6a3";
}

/* line 11544, styles/designs/_external.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 11547, styles/designs/_external.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 11550, styles/designs/_external.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 11553, styles/designs/_external.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 11556, styles/designs/_external.scss */
.fa-user-crown:before {
  content: "\f6a4";
}

/* line 11559, styles/designs/_external.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 11562, styles/designs/_external.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 11565, styles/designs/_external.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 11568, styles/designs/_external.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 11571, styles/designs/_external.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 11574, styles/designs/_external.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 11577, styles/designs/_external.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 11580, styles/designs/_external.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 11583, styles/designs/_external.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 11586, styles/designs/_external.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 11589, styles/designs/_external.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 11592, styles/designs/_external.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 11595, styles/designs/_external.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 11598, styles/designs/_external.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 11601, styles/designs/_external.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 11604, styles/designs/_external.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 11607, styles/designs/_external.scss */
.fa-users-class:before {
  content: "\f63d";
}

/* line 11610, styles/designs/_external.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 11613, styles/designs/_external.scss */
.fa-users-crown:before {
  content: "\f6a5";
}

/* line 11616, styles/designs/_external.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 11619, styles/designs/_external.scss */
.fa-utensil-fork:before {
  content: "\f2e3";
}

/* line 11622, styles/designs/_external.scss */
.fa-utensil-knife:before {
  content: "\f2e4";
}

/* line 11625, styles/designs/_external.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 11628, styles/designs/_external.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 11631, styles/designs/_external.scss */
.fa-utensils-alt:before {
  content: "\f2e6";
}

/* line 11634, styles/designs/_external.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 11637, styles/designs/_external.scss */
.fa-value-absolute:before {
  content: "\f6a6";
}

/* line 11640, styles/designs/_external.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 11643, styles/designs/_external.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 11646, styles/designs/_external.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 11649, styles/designs/_external.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 11652, styles/designs/_external.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 11655, styles/designs/_external.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 11658, styles/designs/_external.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 11661, styles/designs/_external.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 11664, styles/designs/_external.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 11667, styles/designs/_external.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 11670, styles/designs/_external.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 11673, styles/designs/_external.scss */
.fa-video-plus:before {
  content: "\f4e1";
}

/* line 11676, styles/designs/_external.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 11679, styles/designs/_external.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 11682, styles/designs/_external.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 11685, styles/designs/_external.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 11688, styles/designs/_external.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 11691, styles/designs/_external.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 11694, styles/designs/_external.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 11697, styles/designs/_external.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 11700, styles/designs/_external.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 11703, styles/designs/_external.scss */
.fa-volume:before {
  content: "\f6a8";
}

/* line 11706, styles/designs/_external.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 11709, styles/designs/_external.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 11712, styles/designs/_external.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 11715, styles/designs/_external.scss */
.fa-volume-slash:before {
  content: "\f2e2";
}

/* line 11718, styles/designs/_external.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 11721, styles/designs/_external.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 11724, styles/designs/_external.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 11727, styles/designs/_external.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 11730, styles/designs/_external.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 11733, styles/designs/_external.scss */
.fa-wand:before {
  content: "\f72a";
}

/* line 11736, styles/designs/_external.scss */
.fa-wand-magic:before {
  content: "\f72b";
}

/* line 11739, styles/designs/_external.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 11742, styles/designs/_external.scss */
.fa-warehouse-alt:before {
  content: "\f495";
}

/* line 11745, styles/designs/_external.scss */
.fa-watch:before {
  content: "\f2e1";
}

/* line 11748, styles/designs/_external.scss */
.fa-watch-fitness:before {
  content: "\f63e";
}

/* line 11751, styles/designs/_external.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 11754, styles/designs/_external.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 11757, styles/designs/_external.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 11760, styles/designs/_external.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 11763, styles/designs/_external.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 11766, styles/designs/_external.scss */
.fa-whale:before {
  content: "\f72c";
}

/* line 11769, styles/designs/_external.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 11772, styles/designs/_external.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 11775, styles/designs/_external.scss */
.fa-wheat:before {
  content: "\f72d";
}

/* line 11778, styles/designs/_external.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 11781, styles/designs/_external.scss */
.fa-whistle:before {
  content: "\f460";
}

/* line 11784, styles/designs/_external.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 11787, styles/designs/_external.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 11790, styles/designs/_external.scss */
.fa-wifi-1:before {
  content: "\f6aa";
}

/* line 11793, styles/designs/_external.scss */
.fa-wifi-2:before {
  content: "\f6ab";
}

/* line 11796, styles/designs/_external.scss */
.fa-wifi-slash:before {
  content: "\f6ac";
}

/* line 11799, styles/designs/_external.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 11802, styles/designs/_external.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 11805, styles/designs/_external.scss */
.fa-window:before {
  content: "\f40e";
}

/* line 11808, styles/designs/_external.scss */
.fa-window-alt:before {
  content: "\f40f";
}

/* line 11811, styles/designs/_external.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 11814, styles/designs/_external.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 11817, styles/designs/_external.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 11820, styles/designs/_external.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 11823, styles/designs/_external.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 11826, styles/designs/_external.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 11829, styles/designs/_external.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 11832, styles/designs/_external.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 11835, styles/designs/_external.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 11838, styles/designs/_external.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 11841, styles/designs/_external.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 11844, styles/designs/_external.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 11847, styles/designs/_external.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 11850, styles/designs/_external.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 11853, styles/designs/_external.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 11856, styles/designs/_external.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 11859, styles/designs/_external.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 11862, styles/designs/_external.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 11865, styles/designs/_external.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 11868, styles/designs/_external.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 11871, styles/designs/_external.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 11874, styles/designs/_external.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 11877, styles/designs/_external.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 11880, styles/designs/_external.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 11883, styles/designs/_external.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 11886, styles/designs/_external.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 11889, styles/designs/_external.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 11892, styles/designs/_external.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 11895, styles/designs/_external.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 11898, styles/designs/_external.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 11901, styles/designs/_external.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 11904, styles/designs/_external.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 11907, styles/designs/_external.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 11910, styles/designs/_external.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 11920, styles/designs/_external.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-brands-400.eot");
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-brands-400.woff2") format("woff2"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-brands-400.woff") format("woff"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-brands-400.ttf") format("truetype"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
/* line 11934, styles/designs/_external.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-light-300.eot");
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-light-300.woff2") format("woff2"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-light-300.woff") format("woff"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-light-300.ttf") format("truetype"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-light-300.svg#fontawesome") format("svg");
}
/* line 11943, styles/designs/_external.scss */
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-regular-400.eot");
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-regular-400.woff2") format("woff2"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-regular-400.woff") format("woff"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-regular-400.ttf") format("truetype"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
/* line 11953, styles/designs/_external.scss */
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-solid-900.eot");
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-solid-900.woff2") format("woff2"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-solid-900.woff") format("woff"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-solid-900.ttf") format("truetype"), url("//static.condenast.de/vendor/font-awesome-pro/5.4.1/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
/* line 11963, styles/designs/_external.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/* FINISHED https://static.condenast.de/vendor/font-awesome-pro/5.4.1/css/all.css -- */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 11975, styles/designs/_external.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 12006, styles/designs/_external.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 12012, styles/designs/_external.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 12019, styles/designs/_external.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

/* line 12034, styles/designs/_external.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 12038, styles/designs/_external.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 12044, styles/designs/_external.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 12049, styles/designs/_external.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 12054, styles/designs/_external.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 12065, styles/designs/_external.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 12071, styles/designs/_external.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 12078, styles/designs/_external.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 12085, styles/designs/_external.scss */
dt {
  font-weight: 700;
}

/* line 12089, styles/designs/_external.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 12094, styles/designs/_external.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 12098, styles/designs/_external.scss */
b,
strong {
  font-weight: bolder;
}

/* line 12103, styles/designs/_external.scss */
small {
  font-size: 80%;
}

/* line 12107, styles/designs/_external.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 12115, styles/designs/_external.scss */
sub {
  bottom: -.25em;
}

/* line 12119, styles/designs/_external.scss */
sup {
  top: -.5em;
}

/* line 12123, styles/designs/_external.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 12129, styles/designs/_external.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 12134, styles/designs/_external.scss */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 12139, styles/designs/_external.scss */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 12144, styles/designs/_external.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 12152, styles/designs/_external.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 12158, styles/designs/_external.scss */
figure {
  margin: 0 0 1rem;
}

/* line 12162, styles/designs/_external.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 12167, styles/designs/_external.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 12172, styles/designs/_external.scss */
table {
  border-collapse: collapse;
}

/* line 12176, styles/designs/_external.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 12184, styles/designs/_external.scss */
th {
  text-align: inherit;
}

/* line 12188, styles/designs/_external.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 12193, styles/designs/_external.scss */
button {
  border-radius: 0;
}

/* line 12197, styles/designs/_external.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 12202, styles/designs/_external.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 12213, styles/designs/_external.scss */
button,
input {
  overflow: visible;
}

/* line 12218, styles/designs/_external.scss */
button,
select {
  text-transform: none;
}

/* line 12223, styles/designs/_external.scss */
select {
  word-wrap: normal;
}

/* line 12227, styles/designs/_external.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 12234, styles/designs/_external.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 12241, styles/designs/_external.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 12249, styles/designs/_external.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 12255, styles/designs/_external.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 12262, styles/designs/_external.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 12267, styles/designs/_external.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 12274, styles/designs/_external.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 12286, styles/designs/_external.scss */
progress {
  vertical-align: baseline;
}

/* line 12290, styles/designs/_external.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 12295, styles/designs/_external.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 12300, styles/designs/_external.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 12304, styles/designs/_external.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 12309, styles/designs/_external.scss */
output {
  display: inline-block;
}

/* line 12313, styles/designs/_external.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 12318, styles/designs/_external.scss */
template {
  display: none;
}

/* line 12322, styles/designs/_external.scss */
[hidden] {
  display: none !important;
}

/* line 12326, styles/designs/_external.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 12333, styles/designs/_external.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 12337, styles/designs/_external.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 12341, styles/designs/_external.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 12345, styles/designs/_external.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 12349, styles/designs/_external.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 12353, styles/designs/_external.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 12357, styles/designs/_external.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 12362, styles/designs/_external.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 12368, styles/designs/_external.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 12374, styles/designs/_external.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 12380, styles/designs/_external.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 12386, styles/designs/_external.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 12393, styles/designs/_external.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 12399, styles/designs/_external.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 12405, styles/designs/_external.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 12410, styles/designs/_external.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 12415, styles/designs/_external.scss */
.list-inline-item {
  display: inline-block;
}

/* line 12419, styles/designs/_external.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 12423, styles/designs/_external.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 12428, styles/designs/_external.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 12433, styles/designs/_external.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 12439, styles/designs/_external.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 12443, styles/designs/_external.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 12448, styles/designs/_external.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 12457, styles/designs/_external.scss */
.figure {
  display: inline-block;
}

/* line 12461, styles/designs/_external.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 12466, styles/designs/_external.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 12471, styles/designs/_external.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 12477, styles/designs/_external.scss */
a > code {
  color: inherit;
}

/* line 12481, styles/designs/_external.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 12489, styles/designs/_external.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 12495, styles/designs/_external.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 12501, styles/designs/_external.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 12507, styles/designs/_external.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 12512, styles/designs/_external.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 12521, styles/designs/_external.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 12527, styles/designs/_external.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 12533, styles/designs/_external.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 12539, styles/designs/_external.scss */
  .container {
    max-width: 1140px;
  }
}
/* line 12544, styles/designs/_external.scss */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 12553, styles/designs/_external.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 12559, styles/designs/_external.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 12565, styles/designs/_external.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 12571, styles/designs/_external.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
/* line 12576, styles/designs/_external.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 12585, styles/designs/_external.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 12590, styles/designs/_external.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 12596, styles/designs/_external.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 12608, styles/designs/_external.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 12616, styles/designs/_external.scss */
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 12622, styles/designs/_external.scss */
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 12628, styles/designs/_external.scss */
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 12634, styles/designs/_external.scss */
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 12640, styles/designs/_external.scss */
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 12646, styles/designs/_external.scss */
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 12652, styles/designs/_external.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 12659, styles/designs/_external.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 12665, styles/designs/_external.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 12671, styles/designs/_external.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 12677, styles/designs/_external.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 12683, styles/designs/_external.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 12689, styles/designs/_external.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 12695, styles/designs/_external.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 12701, styles/designs/_external.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 12707, styles/designs/_external.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 12713, styles/designs/_external.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 12719, styles/designs/_external.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 12725, styles/designs/_external.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 12731, styles/designs/_external.scss */
.order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 12736, styles/designs/_external.scss */
.order-last {
  -ms-flex-order: 13;
  order: 13;
}

/* line 12741, styles/designs/_external.scss */
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

/* line 12746, styles/designs/_external.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 12751, styles/designs/_external.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 12756, styles/designs/_external.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 12761, styles/designs/_external.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 12766, styles/designs/_external.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 12771, styles/designs/_external.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 12776, styles/designs/_external.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 12781, styles/designs/_external.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 12786, styles/designs/_external.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 12791, styles/designs/_external.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 12796, styles/designs/_external.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 12801, styles/designs/_external.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 12806, styles/designs/_external.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 12810, styles/designs/_external.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 12814, styles/designs/_external.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 12818, styles/designs/_external.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 12822, styles/designs/_external.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 12826, styles/designs/_external.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 12830, styles/designs/_external.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 12834, styles/designs/_external.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 12838, styles/designs/_external.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 12842, styles/designs/_external.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 12846, styles/designs/_external.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 12851, styles/designs/_external.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 12858, styles/designs/_external.scss */
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 12863, styles/designs/_external.scss */
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 12868, styles/designs/_external.scss */
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 12873, styles/designs/_external.scss */
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 12878, styles/designs/_external.scss */
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 12883, styles/designs/_external.scss */
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 12888, styles/designs/_external.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 12894, styles/designs/_external.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 12899, styles/designs/_external.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 12904, styles/designs/_external.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 12909, styles/designs/_external.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 12914, styles/designs/_external.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 12919, styles/designs/_external.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 12924, styles/designs/_external.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 12929, styles/designs/_external.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 12934, styles/designs/_external.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 12939, styles/designs/_external.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 12944, styles/designs/_external.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 12949, styles/designs/_external.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 12954, styles/designs/_external.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 12958, styles/designs/_external.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 12962, styles/designs/_external.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 12966, styles/designs/_external.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 12970, styles/designs/_external.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 12974, styles/designs/_external.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 12978, styles/designs/_external.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 12982, styles/designs/_external.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 12986, styles/designs/_external.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 12990, styles/designs/_external.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 12994, styles/designs/_external.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 12998, styles/designs/_external.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 13002, styles/designs/_external.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 13006, styles/designs/_external.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 13010, styles/designs/_external.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 13014, styles/designs/_external.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 13017, styles/designs/_external.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  /* line 13020, styles/designs/_external.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  /* line 13023, styles/designs/_external.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 13026, styles/designs/_external.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  /* line 13029, styles/designs/_external.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  /* line 13032, styles/designs/_external.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 13035, styles/designs/_external.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  /* line 13038, styles/designs/_external.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  /* line 13041, styles/designs/_external.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 13044, styles/designs/_external.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  /* line 13047, styles/designs/_external.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  /* line 13053, styles/designs/_external.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 13060, styles/designs/_external.scss */
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 13065, styles/designs/_external.scss */
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 13070, styles/designs/_external.scss */
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 13075, styles/designs/_external.scss */
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 13080, styles/designs/_external.scss */
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 13085, styles/designs/_external.scss */
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 13090, styles/designs/_external.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 13096, styles/designs/_external.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 13101, styles/designs/_external.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 13106, styles/designs/_external.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 13111, styles/designs/_external.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 13116, styles/designs/_external.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 13121, styles/designs/_external.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 13126, styles/designs/_external.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 13131, styles/designs/_external.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 13136, styles/designs/_external.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 13141, styles/designs/_external.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 13146, styles/designs/_external.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 13151, styles/designs/_external.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 13156, styles/designs/_external.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 13160, styles/designs/_external.scss */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 13164, styles/designs/_external.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 13168, styles/designs/_external.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 13172, styles/designs/_external.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 13176, styles/designs/_external.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 13180, styles/designs/_external.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 13184, styles/designs/_external.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 13188, styles/designs/_external.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 13192, styles/designs/_external.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 13196, styles/designs/_external.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 13200, styles/designs/_external.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 13204, styles/designs/_external.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 13208, styles/designs/_external.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 13212, styles/designs/_external.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 13216, styles/designs/_external.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 13219, styles/designs/_external.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }

  /* line 13222, styles/designs/_external.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }

  /* line 13225, styles/designs/_external.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 13228, styles/designs/_external.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }

  /* line 13231, styles/designs/_external.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }

  /* line 13234, styles/designs/_external.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 13237, styles/designs/_external.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }

  /* line 13240, styles/designs/_external.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }

  /* line 13243, styles/designs/_external.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 13246, styles/designs/_external.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }

  /* line 13249, styles/designs/_external.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  /* line 13255, styles/designs/_external.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 13262, styles/designs/_external.scss */
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 13267, styles/designs/_external.scss */
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 13272, styles/designs/_external.scss */
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 13277, styles/designs/_external.scss */
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 13282, styles/designs/_external.scss */
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 13287, styles/designs/_external.scss */
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 13292, styles/designs/_external.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 13298, styles/designs/_external.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 13303, styles/designs/_external.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 13308, styles/designs/_external.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 13313, styles/designs/_external.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 13318, styles/designs/_external.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 13323, styles/designs/_external.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 13328, styles/designs/_external.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 13333, styles/designs/_external.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 13338, styles/designs/_external.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 13343, styles/designs/_external.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 13348, styles/designs/_external.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 13353, styles/designs/_external.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 13358, styles/designs/_external.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 13362, styles/designs/_external.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 13366, styles/designs/_external.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 13370, styles/designs/_external.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 13374, styles/designs/_external.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 13378, styles/designs/_external.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 13382, styles/designs/_external.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 13386, styles/designs/_external.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 13390, styles/designs/_external.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 13394, styles/designs/_external.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 13398, styles/designs/_external.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 13402, styles/designs/_external.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 13406, styles/designs/_external.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 13410, styles/designs/_external.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 13414, styles/designs/_external.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 13418, styles/designs/_external.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 13421, styles/designs/_external.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 13424, styles/designs/_external.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  /* line 13427, styles/designs/_external.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 13430, styles/designs/_external.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  /* line 13433, styles/designs/_external.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  /* line 13436, styles/designs/_external.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 13439, styles/designs/_external.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  /* line 13442, styles/designs/_external.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  /* line 13445, styles/designs/_external.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 13448, styles/designs/_external.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  /* line 13451, styles/designs/_external.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  /* line 13457, styles/designs/_external.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 13464, styles/designs/_external.scss */
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 13469, styles/designs/_external.scss */
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 13474, styles/designs/_external.scss */
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 13479, styles/designs/_external.scss */
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 13484, styles/designs/_external.scss */
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 13489, styles/designs/_external.scss */
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 13494, styles/designs/_external.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 13500, styles/designs/_external.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 13505, styles/designs/_external.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 13510, styles/designs/_external.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 13515, styles/designs/_external.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 13520, styles/designs/_external.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 13525, styles/designs/_external.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 13530, styles/designs/_external.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 13535, styles/designs/_external.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 13540, styles/designs/_external.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 13545, styles/designs/_external.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 13550, styles/designs/_external.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 13555, styles/designs/_external.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 13560, styles/designs/_external.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 13564, styles/designs/_external.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 13568, styles/designs/_external.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 13572, styles/designs/_external.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 13576, styles/designs/_external.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 13580, styles/designs/_external.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 13584, styles/designs/_external.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 13588, styles/designs/_external.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 13592, styles/designs/_external.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 13596, styles/designs/_external.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 13600, styles/designs/_external.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 13604, styles/designs/_external.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 13608, styles/designs/_external.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 13612, styles/designs/_external.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 13616, styles/designs/_external.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 13620, styles/designs/_external.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 13623, styles/designs/_external.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  /* line 13626, styles/designs/_external.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  /* line 13629, styles/designs/_external.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 13632, styles/designs/_external.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  /* line 13635, styles/designs/_external.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  /* line 13638, styles/designs/_external.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 13641, styles/designs/_external.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  /* line 13644, styles/designs/_external.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  /* line 13647, styles/designs/_external.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 13650, styles/designs/_external.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  /* line 13653, styles/designs/_external.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* line 13658, styles/designs/_external.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 13664, styles/designs/_external.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 13671, styles/designs/_external.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 13676, styles/designs/_external.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 13680, styles/designs/_external.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 13685, styles/designs/_external.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 13689, styles/designs/_external.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 13694, styles/designs/_external.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 13699, styles/designs/_external.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 13706, styles/designs/_external.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13710, styles/designs/_external.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13715, styles/designs/_external.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 13721, styles/designs/_external.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 13728, styles/designs/_external.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 13732, styles/designs/_external.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 13737, styles/designs/_external.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 13743, styles/designs/_external.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 13750, styles/designs/_external.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 13754, styles/designs/_external.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 13759, styles/designs/_external.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 13765, styles/designs/_external.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13772, styles/designs/_external.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 13776, styles/designs/_external.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 13781, styles/designs/_external.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 13787, styles/designs/_external.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13794, styles/designs/_external.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 13798, styles/designs/_external.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 13803, styles/designs/_external.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 13809, styles/designs/_external.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13816, styles/designs/_external.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 13820, styles/designs/_external.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 13825, styles/designs/_external.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 13831, styles/designs/_external.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13838, styles/designs/_external.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 13842, styles/designs/_external.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 13847, styles/designs/_external.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 13853, styles/designs/_external.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13860, styles/designs/_external.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 13864, styles/designs/_external.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 13869, styles/designs/_external.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 13875, styles/designs/_external.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13882, styles/designs/_external.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 13886, styles/designs/_external.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 13891, styles/designs/_external.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13897, styles/designs/_external.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13901, styles/designs/_external.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13906, styles/designs/_external.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 13912, styles/designs/_external.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 13918, styles/designs/_external.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 13923, styles/designs/_external.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 13929, styles/designs/_external.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 13933, styles/designs/_external.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13937, styles/designs/_external.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 13943, styles/designs/_external.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 13949, styles/designs/_external.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 13955, styles/designs/_external.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 13961, styles/designs/_external.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 13967, styles/designs/_external.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 13973, styles/designs/_external.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 13979, styles/designs/_external.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 13985, styles/designs/_external.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 13990, styles/designs/_external.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 13997, styles/designs/_external.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 14001, styles/designs/_external.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14018, styles/designs/_external.scss */
  .form-control {
    transition: none;
  }
}
/* line 14023, styles/designs/_external.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14028, styles/designs/_external.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 14033, styles/designs/_external.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 14041, styles/designs/_external.scss */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 14046, styles/designs/_external.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 14051, styles/designs/_external.scss */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 14056, styles/designs/_external.scss */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 14061, styles/designs/_external.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 14066, styles/designs/_external.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 14071, styles/designs/_external.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 14076, styles/designs/_external.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 14082, styles/designs/_external.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 14090, styles/designs/_external.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 14097, styles/designs/_external.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 14104, styles/designs/_external.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 14117, styles/designs/_external.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 14122, styles/designs/_external.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 14130, styles/designs/_external.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 14138, styles/designs/_external.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 14142, styles/designs/_external.scss */
textarea.form-control {
  height: auto;
}

/* line 14146, styles/designs/_external.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 14150, styles/designs/_external.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 14155, styles/designs/_external.scss */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 14164, styles/designs/_external.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 14170, styles/designs/_external.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 14176, styles/designs/_external.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 14182, styles/designs/_external.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 14187, styles/designs/_external.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 14191, styles/designs/_external.scss */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 14200, styles/designs/_external.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 14207, styles/designs/_external.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 14215, styles/designs/_external.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 14230, styles/designs/_external.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 14237, styles/designs/_external.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 14246, styles/designs/_external.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 14251, styles/designs/_external.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 14256, styles/designs/_external.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 14262, styles/designs/_external.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 14267, styles/designs/_external.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 14271, styles/designs/_external.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 14277, styles/designs/_external.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 14281, styles/designs/_external.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 14285, styles/designs/_external.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 14290, styles/designs/_external.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 14294, styles/designs/_external.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 14298, styles/designs/_external.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 14302, styles/designs/_external.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 14307, styles/designs/_external.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 14315, styles/designs/_external.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 14330, styles/designs/_external.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 14337, styles/designs/_external.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 14346, styles/designs/_external.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 14351, styles/designs/_external.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 14356, styles/designs/_external.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 14362, styles/designs/_external.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 14367, styles/designs/_external.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 14371, styles/designs/_external.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 14377, styles/designs/_external.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 14381, styles/designs/_external.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 14385, styles/designs/_external.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 14390, styles/designs/_external.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 14394, styles/designs/_external.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 14398, styles/designs/_external.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 14402, styles/designs/_external.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 14407, styles/designs/_external.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 14416, styles/designs/_external.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 14421, styles/designs/_external.scss */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  /* line 14430, styles/designs/_external.scss */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  /* line 14441, styles/designs/_external.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 14446, styles/designs/_external.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  /* line 14449, styles/designs/_external.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  /* line 14453, styles/designs/_external.scss */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  /* line 14463, styles/designs/_external.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 14471, styles/designs/_external.scss */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 14477, styles/designs/_external.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/* line 14482, styles/designs/_external.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14503, styles/designs/_external.scss */
  .btn {
    transition: none;
  }
}
/* line 14508, styles/designs/_external.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 14513, styles/designs/_external.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 14518, styles/designs/_external.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 14522, styles/designs/_external.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 14527, styles/designs/_external.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 14533, styles/designs/_external.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 14539, styles/designs/_external.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 14546, styles/designs/_external.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 14552, styles/designs/_external.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 14559, styles/designs/_external.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 14564, styles/designs/_external.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 14570, styles/designs/_external.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 14576, styles/designs/_external.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 14583, styles/designs/_external.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 14589, styles/designs/_external.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 14596, styles/designs/_external.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 14601, styles/designs/_external.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 14607, styles/designs/_external.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 14613, styles/designs/_external.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 14620, styles/designs/_external.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 14626, styles/designs/_external.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 14633, styles/designs/_external.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 14638, styles/designs/_external.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 14644, styles/designs/_external.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 14650, styles/designs/_external.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 14657, styles/designs/_external.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 14663, styles/designs/_external.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 14670, styles/designs/_external.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 14675, styles/designs/_external.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 14681, styles/designs/_external.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 14687, styles/designs/_external.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 14694, styles/designs/_external.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 14700, styles/designs/_external.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 14707, styles/designs/_external.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 14712, styles/designs/_external.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 14718, styles/designs/_external.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 14724, styles/designs/_external.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 14731, styles/designs/_external.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 14737, styles/designs/_external.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 14744, styles/designs/_external.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 14749, styles/designs/_external.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 14755, styles/designs/_external.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 14761, styles/designs/_external.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 14768, styles/designs/_external.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 14774, styles/designs/_external.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 14781, styles/designs/_external.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 14786, styles/designs/_external.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 14792, styles/designs/_external.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 14798, styles/designs/_external.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 14805, styles/designs/_external.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 14811, styles/designs/_external.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 14818, styles/designs/_external.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 14823, styles/designs/_external.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 14828, styles/designs/_external.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 14834, styles/designs/_external.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 14838, styles/designs/_external.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 14843, styles/designs/_external.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 14850, styles/designs/_external.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 14855, styles/designs/_external.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 14860, styles/designs/_external.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 14866, styles/designs/_external.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 14870, styles/designs/_external.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 14875, styles/designs/_external.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 14882, styles/designs/_external.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 14887, styles/designs/_external.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 14892, styles/designs/_external.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 14898, styles/designs/_external.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 14902, styles/designs/_external.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 14907, styles/designs/_external.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 14914, styles/designs/_external.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 14919, styles/designs/_external.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 14924, styles/designs/_external.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 14930, styles/designs/_external.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 14934, styles/designs/_external.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 14939, styles/designs/_external.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 14946, styles/designs/_external.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 14951, styles/designs/_external.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 14956, styles/designs/_external.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 14962, styles/designs/_external.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 14966, styles/designs/_external.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 14971, styles/designs/_external.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 14978, styles/designs/_external.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 14983, styles/designs/_external.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 14988, styles/designs/_external.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 14994, styles/designs/_external.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 14998, styles/designs/_external.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 15003, styles/designs/_external.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 15010, styles/designs/_external.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 15015, styles/designs/_external.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 15020, styles/designs/_external.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 15026, styles/designs/_external.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 15030, styles/designs/_external.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 15035, styles/designs/_external.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 15042, styles/designs/_external.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 15047, styles/designs/_external.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 15052, styles/designs/_external.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 15058, styles/designs/_external.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 15062, styles/designs/_external.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 15067, styles/designs/_external.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 15074, styles/designs/_external.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 15079, styles/designs/_external.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 15085, styles/designs/_external.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 15090, styles/designs/_external.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 15095, styles/designs/_external.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 15100, styles/designs/_external.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 15107, styles/designs/_external.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 15114, styles/designs/_external.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 15119, styles/designs/_external.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 15123, styles/designs/_external.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 15129, styles/designs/_external.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15134, styles/designs/_external.scss */
  .fade {
    transition: none;
  }
}
/* line 15139, styles/designs/_external.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 15143, styles/designs/_external.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15147, styles/designs/_external.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15155, styles/designs/_external.scss */
  .collapsing {
    transition: none;
  }
}
/* line 15160, styles/designs/_external.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 15167, styles/designs/_external.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 15171, styles/designs/_external.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 15182, styles/designs/_external.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 15186, styles/designs/_external.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 15206, styles/designs/_external.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 15211, styles/designs/_external.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 15217, styles/designs/_external.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  /* line 15221, styles/designs/_external.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  /* line 15228, styles/designs/_external.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  /* line 15232, styles/designs/_external.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  /* line 15239, styles/designs/_external.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  /* line 15243, styles/designs/_external.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  /* line 15250, styles/designs/_external.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  /* line 15254, styles/designs/_external.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
/* line 15260, styles/designs/_external.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 15267, styles/designs/_external.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 15278, styles/designs/_external.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 15282, styles/designs/_external.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 15290, styles/designs/_external.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 15301, styles/designs/_external.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 15305, styles/designs/_external.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 15309, styles/designs/_external.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 15317, styles/designs/_external.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 15324, styles/designs/_external.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 15328, styles/designs/_external.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 15338, styles/designs/_external.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 15342, styles/designs/_external.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 15346, styles/designs/_external.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 15351, styles/designs/_external.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 15358, styles/designs/_external.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 15371, styles/designs/_external.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 15377, styles/designs/_external.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 15383, styles/designs/_external.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 15389, styles/designs/_external.scss */
.dropdown-menu.show {
  display: block;
}

/* line 15393, styles/designs/_external.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 15402, styles/designs/_external.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 15408, styles/designs/_external.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 15416, styles/designs/_external.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 15423, styles/designs/_external.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 15428, styles/designs/_external.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 15435, styles/designs/_external.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 15444, styles/designs/_external.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 15448, styles/designs/_external.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 15453, styles/designs/_external.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 15459, styles/designs/_external.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 15465, styles/designs/_external.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 15470, styles/designs/_external.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 15476, styles/designs/_external.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 15480, styles/designs/_external.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 15485, styles/designs/_external.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 15490, styles/designs/_external.scss */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 15499, styles/designs/_external.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 15504, styles/designs/_external.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 15509, styles/designs/_external.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 15515, styles/designs/_external.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 15521, styles/designs/_external.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 15526, styles/designs/_external.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 15535, styles/designs/_external.scss */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 15546, styles/designs/_external.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 15557, styles/designs/_external.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 15572, styles/designs/_external.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 15578, styles/designs/_external.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 15582, styles/designs/_external.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 15588, styles/designs/_external.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 15594, styles/designs/_external.scss */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 15601, styles/designs/_external.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 15607, styles/designs/_external.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 15612, styles/designs/_external.scss */
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

/* line 15618, styles/designs/_external.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 15624, styles/designs/_external.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 15629, styles/designs/_external.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 15640, styles/designs/_external.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 15644, styles/designs/_external.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 15648, styles/designs/_external.scss */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 15666, styles/designs/_external.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 15671, styles/designs/_external.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 15676, styles/designs/_external.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 15688, styles/designs/_external.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 15693, styles/designs/_external.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 15705, styles/designs/_external.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 15710, styles/designs/_external.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 15720, styles/designs/_external.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 15730, styles/designs/_external.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 15737, styles/designs/_external.scss */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 15743, styles/designs/_external.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 15752, styles/designs/_external.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 15758, styles/designs/_external.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 15762, styles/designs/_external.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 15766, styles/designs/_external.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 15772, styles/designs/_external.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 15776, styles/designs/_external.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 15780, styles/designs/_external.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 15786, styles/designs/_external.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 15799, styles/designs/_external.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 15810, styles/designs/_external.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 15814, styles/designs/_external.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 15818, styles/designs/_external.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 15823, styles/designs/_external.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 15827, styles/designs/_external.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 15831, styles/designs/_external.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 15835, styles/designs/_external.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 15839, styles/designs/_external.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 15843, styles/designs/_external.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 15847, styles/designs/_external.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 15851, styles/designs/_external.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 15858, styles/designs/_external.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15871, styles/designs/_external.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
/* line 15876, styles/designs/_external.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

/* line 15882, styles/designs/_external.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 15886, styles/designs/_external.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 15904, styles/designs/_external.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 15910, styles/designs/_external.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 15915, styles/designs/_external.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 15921, styles/designs/_external.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 15926, styles/designs/_external.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 15930, styles/designs/_external.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 15935, styles/designs/_external.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 15943, styles/designs/_external.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 15951, styles/designs/_external.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 15959, styles/designs/_external.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 15968, styles/designs/_external.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 15973, styles/designs/_external.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 15978, styles/designs/_external.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 15982, styles/designs/_external.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 15986, styles/designs/_external.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 16002, styles/designs/_external.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 16019, styles/designs/_external.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 16029, styles/designs/_external.scss */
.custom-range:focus {
  outline: none;
}

/* line 16033, styles/designs/_external.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 16037, styles/designs/_external.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 16041, styles/designs/_external.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 16045, styles/designs/_external.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 16049, styles/designs/_external.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16063, styles/designs/_external.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 16069, styles/designs/_external.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 16073, styles/designs/_external.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 16083, styles/designs/_external.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16096, styles/designs/_external.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
/* line 16102, styles/designs/_external.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 16106, styles/designs/_external.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 16116, styles/designs/_external.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16131, styles/designs/_external.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
/* line 16137, styles/designs/_external.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 16141, styles/designs/_external.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 16151, styles/designs/_external.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 16156, styles/designs/_external.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 16162, styles/designs/_external.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 16166, styles/designs/_external.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 16170, styles/designs/_external.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 16174, styles/designs/_external.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 16178, styles/designs/_external.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 16182, styles/designs/_external.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16189, styles/designs/_external.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
/* line 16196, styles/designs/_external.scss */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 16206, styles/designs/_external.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 16211, styles/designs/_external.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 16215, styles/designs/_external.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 16221, styles/designs/_external.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 16225, styles/designs/_external.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 16229, styles/designs/_external.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 16235, styles/designs/_external.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 16239, styles/designs/_external.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 16245, styles/designs/_external.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 16252, styles/designs/_external.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 16258, styles/designs/_external.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 16262, styles/designs/_external.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 16268, styles/designs/_external.scss */
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 16274, styles/designs/_external.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 16282, styles/designs/_external.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 16286, styles/designs/_external.scss */
.tab-content > .active {
  display: block;
}

/* line 16290, styles/designs/_external.scss */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 16303, styles/designs/_external.scss */
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 16315, styles/designs/_external.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 16325, styles/designs/_external.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 16329, styles/designs/_external.scss */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 16339, styles/designs/_external.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 16344, styles/designs/_external.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 16349, styles/designs/_external.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 16355, styles/designs/_external.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

/* line 16364, styles/designs/_external.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 16373, styles/designs/_external.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 16377, styles/designs/_external.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 16388, styles/designs/_external.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 16396, styles/designs/_external.scss */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 16402, styles/designs/_external.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 16406, styles/designs/_external.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 16409, styles/designs/_external.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 16413, styles/designs/_external.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 16418, styles/designs/_external.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 16424, styles/designs/_external.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 16430, styles/designs/_external.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 16438, styles/designs/_external.scss */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 16444, styles/designs/_external.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 16448, styles/designs/_external.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 16451, styles/designs/_external.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 16455, styles/designs/_external.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 16460, styles/designs/_external.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 16466, styles/designs/_external.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 16472, styles/designs/_external.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 16480, styles/designs/_external.scss */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 16486, styles/designs/_external.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 16490, styles/designs/_external.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 16493, styles/designs/_external.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 16497, styles/designs/_external.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 16502, styles/designs/_external.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 16508, styles/designs/_external.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /* line 16514, styles/designs/_external.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 16522, styles/designs/_external.scss */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 16528, styles/designs/_external.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 16532, styles/designs/_external.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 16535, styles/designs/_external.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 16539, styles/designs/_external.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 16544, styles/designs/_external.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 16550, styles/designs/_external.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 16555, styles/designs/_external.scss */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 16562, styles/designs/_external.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 16568, styles/designs/_external.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 16573, styles/designs/_external.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 16577, styles/designs/_external.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 16582, styles/designs/_external.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 16588, styles/designs/_external.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 16595, styles/designs/_external.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 16599, styles/designs/_external.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 16603, styles/designs/_external.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 16607, styles/designs/_external.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 16611, styles/designs/_external.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 16615, styles/designs/_external.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 16619, styles/designs/_external.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 16626, styles/designs/_external.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

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

/* line 16635, styles/designs/_external.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 16639, styles/designs/_external.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 16643, styles/designs/_external.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 16647, styles/designs/_external.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 16651, styles/designs/_external.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 16655, styles/designs/_external.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 16659, styles/designs/_external.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 16663, styles/designs/_external.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 16667, styles/designs/_external.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 16674, styles/designs/_external.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

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

/* line 16683, styles/designs/_external.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 16687, styles/designs/_external.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 16691, styles/designs/_external.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 16695, styles/designs/_external.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 16709, styles/designs/_external.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 16714, styles/designs/_external.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 16719, styles/designs/_external.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 16724, styles/designs/_external.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 16731, styles/designs/_external.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 16735, styles/designs/_external.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 16740, styles/designs/_external.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 16744, styles/designs/_external.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 16748, styles/designs/_external.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 16752, styles/designs/_external.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 16759, styles/designs/_external.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 16763, styles/designs/_external.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 16767, styles/designs/_external.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 16773, styles/designs/_external.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 16777, styles/designs/_external.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 16784, styles/designs/_external.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 16789, styles/designs/_external.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 16798, styles/designs/_external.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

/* line 16806, styles/designs/_external.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 16812, styles/designs/_external.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 16818, styles/designs/_external.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 16823, styles/designs/_external.scss */
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 16831, styles/designs/_external.scss */
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
/* line 16840, styles/designs/_external.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 16845, styles/designs/_external.scss */
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 16851, styles/designs/_external.scss */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 16856, styles/designs/_external.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 16860, styles/designs/_external.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 16864, styles/designs/_external.scss */
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  /* line 16868, styles/designs/_external.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 16872, styles/designs/_external.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 16876, styles/designs/_external.scss */
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  /* line 16880, styles/designs/_external.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
/* line 16886, styles/designs/_external.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 16891, styles/designs/_external.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 16901, styles/designs/_external.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 16907, styles/designs/_external.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 16911, styles/designs/_external.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 16917, styles/designs/_external.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 16922, styles/designs/_external.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 16927, styles/designs/_external.scss */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 16939, styles/designs/_external.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 16943, styles/designs/_external.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 16950, styles/designs/_external.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 16954, styles/designs/_external.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 16958, styles/designs/_external.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 16962, styles/designs/_external.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 16970, styles/designs/_external.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 16981, styles/designs/_external.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 16989, styles/designs/_external.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 16995, styles/designs/_external.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 17001, styles/designs/_external.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 17006, styles/designs/_external.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 17013, styles/designs/_external.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 17021, styles/designs/_external.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 17027, styles/designs/_external.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17032, styles/designs/_external.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 17037, styles/designs/_external.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 17043, styles/designs/_external.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17048, styles/designs/_external.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 17053, styles/designs/_external.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 17067, styles/designs/_external.scss */
  .badge {
    transition: none;
  }
}
/* line 17072, styles/designs/_external.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 17076, styles/designs/_external.scss */
.badge:empty {
  display: none;
}

/* line 17080, styles/designs/_external.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 17085, styles/designs/_external.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 17091, styles/designs/_external.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 17096, styles/designs/_external.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

/* line 17101, styles/designs/_external.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 17106, styles/designs/_external.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 17111, styles/designs/_external.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 17116, styles/designs/_external.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 17121, styles/designs/_external.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17126, styles/designs/_external.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 17131, styles/designs/_external.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 17136, styles/designs/_external.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17141, styles/designs/_external.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 17146, styles/designs/_external.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 17151, styles/designs/_external.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17156, styles/designs/_external.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 17161, styles/designs/_external.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 17166, styles/designs/_external.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17171, styles/designs/_external.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 17176, styles/designs/_external.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 17181, styles/designs/_external.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17186, styles/designs/_external.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 17191, styles/designs/_external.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 17196, styles/designs/_external.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17201, styles/designs/_external.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 17206, styles/designs/_external.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 17211, styles/designs/_external.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 17219, styles/designs/_external.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 17224, styles/designs/_external.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 17230, styles/designs/_external.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17238, styles/designs/_external.scss */
.alert-heading {
  color: inherit;
}

/* line 17242, styles/designs/_external.scss */
.alert-link {
  font-weight: 700;
}

/* line 17246, styles/designs/_external.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 17250, styles/designs/_external.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 17258, styles/designs/_external.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 17264, styles/designs/_external.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 17268, styles/designs/_external.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 17272, styles/designs/_external.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 17278, styles/designs/_external.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 17282, styles/designs/_external.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 17286, styles/designs/_external.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 17292, styles/designs/_external.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 17296, styles/designs/_external.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 17300, styles/designs/_external.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 17306, styles/designs/_external.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 17310, styles/designs/_external.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 17314, styles/designs/_external.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 17320, styles/designs/_external.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 17324, styles/designs/_external.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 17328, styles/designs/_external.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 17334, styles/designs/_external.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 17338, styles/designs/_external.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 17342, styles/designs/_external.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 17348, styles/designs/_external.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 17352, styles/designs/_external.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 17356, styles/designs/_external.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 17362, styles/designs/_external.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 17366, styles/designs/_external.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 17388, styles/designs/_external.scss */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 17398, styles/designs/_external.scss */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 17414, styles/designs/_external.scss */
  .progress-bar {
    transition: none;
  }
}
/* line 17419, styles/designs/_external.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 17424, styles/designs/_external.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 17430, styles/designs/_external.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
/* line 17436, styles/designs/_external.scss */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 17443, styles/designs/_external.scss */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 17448, styles/designs/_external.scss */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 17457, styles/designs/_external.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17463, styles/designs/_external.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 17470, styles/designs/_external.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 17475, styles/designs/_external.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 17483, styles/designs/_external.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17488, styles/designs/_external.scss */
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 17493, styles/designs/_external.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 17499, styles/designs/_external.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 17506, styles/designs/_external.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 17510, styles/designs/_external.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 17515, styles/designs/_external.scss */
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 17520, styles/designs/_external.scss */
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 17525, styles/designs/_external.scss */
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 17530, styles/designs/_external.scss */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 17534, styles/designs/_external.scss */
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 17539, styles/designs/_external.scss */
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 17545, styles/designs/_external.scss */
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 17549, styles/designs/_external.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 17553, styles/designs/_external.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 17557, styles/designs/_external.scss */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  /* line 17560, styles/designs/_external.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 17564, styles/designs/_external.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  /* line 17571, styles/designs/_external.scss */
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 17575, styles/designs/_external.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 17579, styles/designs/_external.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 17583, styles/designs/_external.scss */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  /* line 17586, styles/designs/_external.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 17590, styles/designs/_external.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  /* line 17597, styles/designs/_external.scss */
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 17601, styles/designs/_external.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 17605, styles/designs/_external.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 17609, styles/designs/_external.scss */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  /* line 17612, styles/designs/_external.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 17616, styles/designs/_external.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  /* line 17623, styles/designs/_external.scss */
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 17627, styles/designs/_external.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 17631, styles/designs/_external.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 17635, styles/designs/_external.scss */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  /* line 17638, styles/designs/_external.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 17642, styles/designs/_external.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
/* line 17648, styles/designs/_external.scss */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 17654, styles/designs/_external.scss */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

/* line 17658, styles/designs/_external.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 17662, styles/designs/_external.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 17667, styles/designs/_external.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 17672, styles/designs/_external.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 17678, styles/designs/_external.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17683, styles/designs/_external.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 17688, styles/designs/_external.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 17694, styles/designs/_external.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17699, styles/designs/_external.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 17704, styles/designs/_external.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 17710, styles/designs/_external.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17715, styles/designs/_external.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 17720, styles/designs/_external.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 17726, styles/designs/_external.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17731, styles/designs/_external.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 17736, styles/designs/_external.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 17742, styles/designs/_external.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17747, styles/designs/_external.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 17752, styles/designs/_external.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 17758, styles/designs/_external.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17763, styles/designs/_external.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 17768, styles/designs/_external.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 17774, styles/designs/_external.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17779, styles/designs/_external.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 17784, styles/designs/_external.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 17790, styles/designs/_external.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 17800, styles/designs/_external.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17805, styles/designs/_external.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 17809, styles/designs/_external.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 17818, styles/designs/_external.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 17822, styles/designs/_external.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 17836, styles/designs/_external.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 17840, styles/designs/_external.scss */
.toast.showing {
  opacity: 1;
}

/* line 17844, styles/designs/_external.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 17849, styles/designs/_external.scss */
.toast.hide {
  display: none;
}

/* line 17853, styles/designs/_external.scss */
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 17865, styles/designs/_external.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 17869, styles/designs/_external.scss */
.modal-open {
  overflow: hidden;
}

/* line 17873, styles/designs/_external.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 17878, styles/designs/_external.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 17890, styles/designs/_external.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 17897, styles/designs/_external.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 17906, styles/designs/_external.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 17911, styles/designs/_external.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 17916, styles/designs/_external.scss */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 17921, styles/designs/_external.scss */
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 17927, styles/designs/_external.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 17932, styles/designs/_external.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 17938, styles/designs/_external.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 17942, styles/designs/_external.scss */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 17950, styles/designs/_external.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 17956, styles/designs/_external.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 17964, styles/designs/_external.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 17968, styles/designs/_external.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 17972, styles/designs/_external.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 17987, styles/designs/_external.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 17997, styles/designs/_external.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 18001, styles/designs/_external.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 18005, styles/designs/_external.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 18018, styles/designs/_external.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 18023, styles/designs/_external.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 18028, styles/designs/_external.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 18035, styles/designs/_external.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 18050, styles/designs/_external.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 18054, styles/designs/_external.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 18063, styles/designs/_external.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 18067, styles/designs/_external.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  /* line 18070, styles/designs/_external.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 18073, styles/designs/_external.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  /* line 18076, styles/designs/_external.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  /* line 18079, styles/designs/_external.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 18085, styles/designs/_external.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  /* line 18092, styles/designs/_external.scss */
  .modal-xl {
    max-width: 1140px;
  }
}
/* line 18097, styles/designs/_external.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 18121, styles/designs/_external.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 18125, styles/designs/_external.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 18132, styles/designs/_external.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 18139, styles/designs/_external.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 18143, styles/designs/_external.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 18147, styles/designs/_external.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 18153, styles/designs/_external.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 18157, styles/designs/_external.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 18163, styles/designs/_external.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 18169, styles/designs/_external.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 18173, styles/designs/_external.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 18177, styles/designs/_external.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 18183, styles/designs/_external.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 18187, styles/designs/_external.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 18193, styles/designs/_external.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 18199, styles/designs/_external.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 18208, styles/designs/_external.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 18237, styles/designs/_external.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 18245, styles/designs/_external.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 18253, styles/designs/_external.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 18257, styles/designs/_external.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 18261, styles/designs/_external.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 18267, styles/designs/_external.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 18273, styles/designs/_external.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 18277, styles/designs/_external.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 18284, styles/designs/_external.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 18290, styles/designs/_external.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 18296, styles/designs/_external.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 18300, styles/designs/_external.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 18304, styles/designs/_external.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 18310, styles/designs/_external.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 18316, styles/designs/_external.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 18327, styles/designs/_external.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 18331, styles/designs/_external.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 18338, styles/designs/_external.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 18344, styles/designs/_external.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 18350, styles/designs/_external.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 18360, styles/designs/_external.scss */
.popover-header:empty {
  display: none;
}

/* line 18364, styles/designs/_external.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 18369, styles/designs/_external.scss */
.carousel {
  position: relative;
}

/* line 18373, styles/designs/_external.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 18378, styles/designs/_external.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 18384, styles/designs/_external.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 18390, styles/designs/_external.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 18404, styles/designs/_external.scss */
  .carousel-item {
    transition: none;
  }
}
/* line 18409, styles/designs/_external.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 18415, styles/designs/_external.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 18421, styles/designs/_external.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 18427, styles/designs/_external.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 18434, styles/designs/_external.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 18441, styles/designs/_external.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 18449, styles/designs/_external.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
/* line 18455, styles/designs/_external.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 18475, styles/designs/_external.scss */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
/* line 18481, styles/designs/_external.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 18490, styles/designs/_external.scss */
.carousel-control-prev {
  left: 0;
}

/* line 18494, styles/designs/_external.scss */
.carousel-control-next {
  right: 0;
}

/* line 18498, styles/designs/_external.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 18506, styles/designs/_external.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 18510, styles/designs/_external.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 18514, styles/designs/_external.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 18530, styles/designs/_external.scss */
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 18549, styles/designs/_external.scss */
  .carousel-indicators li {
    transition: none;
  }
}
/* line 18554, styles/designs/_external.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 18558, styles/designs/_external.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 18584, styles/designs/_external.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/* line 18596, styles/designs/_external.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
/* line 18622, styles/designs/_external.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* line 18634, styles/designs/_external.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 18639, styles/designs/_external.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 18643, styles/designs/_external.scss */
.align-top {
  vertical-align: top !important;
}

/* line 18647, styles/designs/_external.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 18651, styles/designs/_external.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 18655, styles/designs/_external.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 18659, styles/designs/_external.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 18663, styles/designs/_external.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 18667, styles/designs/_external.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 18673, styles/designs/_external.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 18677, styles/designs/_external.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 18683, styles/designs/_external.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 18687, styles/designs/_external.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 18693, styles/designs/_external.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 18697, styles/designs/_external.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 18703, styles/designs/_external.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 18707, styles/designs/_external.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 18713, styles/designs/_external.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 18717, styles/designs/_external.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 18723, styles/designs/_external.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 18727, styles/designs/_external.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 18733, styles/designs/_external.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 18737, styles/designs/_external.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 18743, styles/designs/_external.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 18747, styles/designs/_external.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 18751, styles/designs/_external.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 18755, styles/designs/_external.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 18759, styles/designs/_external.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 18763, styles/designs/_external.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 18767, styles/designs/_external.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 18771, styles/designs/_external.scss */
.border-0 {
  border: 0 !important;
}

/* line 18775, styles/designs/_external.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 18779, styles/designs/_external.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 18783, styles/designs/_external.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 18787, styles/designs/_external.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 18791, styles/designs/_external.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 18795, styles/designs/_external.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 18799, styles/designs/_external.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 18803, styles/designs/_external.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 18807, styles/designs/_external.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 18811, styles/designs/_external.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 18815, styles/designs/_external.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 18819, styles/designs/_external.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 18823, styles/designs/_external.scss */
.border-white {
  border-color: #fff !important;
}

/* line 18827, styles/designs/_external.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 18831, styles/designs/_external.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 18835, styles/designs/_external.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 18840, styles/designs/_external.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 18845, styles/designs/_external.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 18850, styles/designs/_external.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 18855, styles/designs/_external.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 18859, styles/designs/_external.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 18863, styles/designs/_external.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 18867, styles/designs/_external.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 18871, styles/designs/_external.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 18877, styles/designs/_external.scss */
.d-none {
  display: none !important;
}

/* line 18881, styles/designs/_external.scss */
.d-inline {
  display: inline !important;
}

/* line 18885, styles/designs/_external.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 18889, styles/designs/_external.scss */
.d-block {
  display: block !important;
}

/* line 18893, styles/designs/_external.scss */
.d-table {
  display: table !important;
}

/* line 18897, styles/designs/_external.scss */
.d-table-row {
  display: table-row !important;
}

/* line 18901, styles/designs/_external.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18905, styles/designs/_external.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 18910, styles/designs/_external.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 18916, styles/designs/_external.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 18919, styles/designs/_external.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 18922, styles/designs/_external.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 18925, styles/designs/_external.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 18928, styles/designs/_external.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 18931, styles/designs/_external.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 18934, styles/designs/_external.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 18937, styles/designs/_external.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 18941, styles/designs/_external.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 18948, styles/designs/_external.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 18951, styles/designs/_external.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 18954, styles/designs/_external.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 18957, styles/designs/_external.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 18960, styles/designs/_external.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 18963, styles/designs/_external.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 18966, styles/designs/_external.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 18969, styles/designs/_external.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 18973, styles/designs/_external.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 18980, styles/designs/_external.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 18983, styles/designs/_external.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 18986, styles/designs/_external.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 18989, styles/designs/_external.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 18992, styles/designs/_external.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 18995, styles/designs/_external.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 18998, styles/designs/_external.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 19001, styles/designs/_external.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19005, styles/designs/_external.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 19012, styles/designs/_external.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 19015, styles/designs/_external.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 19018, styles/designs/_external.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 19021, styles/designs/_external.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 19024, styles/designs/_external.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 19027, styles/designs/_external.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 19030, styles/designs/_external.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 19033, styles/designs/_external.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19037, styles/designs/_external.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  /* line 19044, styles/designs/_external.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 19047, styles/designs/_external.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 19050, styles/designs/_external.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 19053, styles/designs/_external.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 19056, styles/designs/_external.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 19059, styles/designs/_external.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 19062, styles/designs/_external.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 19065, styles/designs/_external.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19069, styles/designs/_external.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* line 19075, styles/designs/_external.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 19083, styles/designs/_external.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 19088, styles/designs/_external.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 19102, styles/designs/_external.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 19106, styles/designs/_external.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 19110, styles/designs/_external.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 19114, styles/designs/_external.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 19118, styles/designs/_external.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 19123, styles/designs/_external.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 19128, styles/designs/_external.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 19133, styles/designs/_external.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 19138, styles/designs/_external.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 19143, styles/designs/_external.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 19148, styles/designs/_external.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 19153, styles/designs/_external.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 19158, styles/designs/_external.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 19163, styles/designs/_external.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 19168, styles/designs/_external.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 19173, styles/designs/_external.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 19178, styles/designs/_external.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 19183, styles/designs/_external.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 19188, styles/designs/_external.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 19193, styles/designs/_external.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 19198, styles/designs/_external.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 19203, styles/designs/_external.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 19208, styles/designs/_external.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 19213, styles/designs/_external.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 19218, styles/designs/_external.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 19223, styles/designs/_external.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 19228, styles/designs/_external.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 19233, styles/designs/_external.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 19238, styles/designs/_external.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 19243, styles/designs/_external.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 19248, styles/designs/_external.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 19253, styles/designs/_external.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 19258, styles/designs/_external.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 19263, styles/designs/_external.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 19268, styles/designs/_external.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 19273, styles/designs/_external.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 19278, styles/designs/_external.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 19283, styles/designs/_external.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 19289, styles/designs/_external.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 19293, styles/designs/_external.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 19297, styles/designs/_external.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 19301, styles/designs/_external.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 19305, styles/designs/_external.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 19309, styles/designs/_external.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 19313, styles/designs/_external.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 19317, styles/designs/_external.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 19321, styles/designs/_external.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 19325, styles/designs/_external.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 19329, styles/designs/_external.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 19333, styles/designs/_external.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 19337, styles/designs/_external.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 19341, styles/designs/_external.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 19345, styles/designs/_external.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 19349, styles/designs/_external.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 19353, styles/designs/_external.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 19357, styles/designs/_external.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 19361, styles/designs/_external.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 19365, styles/designs/_external.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 19369, styles/designs/_external.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 19373, styles/designs/_external.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 19377, styles/designs/_external.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 19381, styles/designs/_external.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 19385, styles/designs/_external.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 19389, styles/designs/_external.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 19393, styles/designs/_external.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 19397, styles/designs/_external.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 19401, styles/designs/_external.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 19405, styles/designs/_external.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 19409, styles/designs/_external.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 19413, styles/designs/_external.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 19417, styles/designs/_external.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 19421, styles/designs/_external.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 19428, styles/designs/_external.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 19432, styles/designs/_external.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 19436, styles/designs/_external.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 19440, styles/designs/_external.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 19444, styles/designs/_external.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 19448, styles/designs/_external.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 19452, styles/designs/_external.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 19456, styles/designs/_external.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 19460, styles/designs/_external.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 19464, styles/designs/_external.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 19468, styles/designs/_external.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 19472, styles/designs/_external.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 19476, styles/designs/_external.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 19480, styles/designs/_external.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 19484, styles/designs/_external.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 19488, styles/designs/_external.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 19492, styles/designs/_external.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 19496, styles/designs/_external.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 19500, styles/designs/_external.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 19504, styles/designs/_external.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 19508, styles/designs/_external.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 19512, styles/designs/_external.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 19516, styles/designs/_external.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 19520, styles/designs/_external.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 19524, styles/designs/_external.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 19528, styles/designs/_external.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 19532, styles/designs/_external.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 19536, styles/designs/_external.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 19540, styles/designs/_external.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 19544, styles/designs/_external.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 19548, styles/designs/_external.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 19552, styles/designs/_external.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 19556, styles/designs/_external.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 19560, styles/designs/_external.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 19567, styles/designs/_external.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 19571, styles/designs/_external.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 19575, styles/designs/_external.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 19579, styles/designs/_external.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 19583, styles/designs/_external.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 19587, styles/designs/_external.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 19591, styles/designs/_external.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 19595, styles/designs/_external.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 19599, styles/designs/_external.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 19603, styles/designs/_external.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 19607, styles/designs/_external.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 19611, styles/designs/_external.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 19615, styles/designs/_external.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 19619, styles/designs/_external.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 19623, styles/designs/_external.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 19627, styles/designs/_external.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 19631, styles/designs/_external.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 19635, styles/designs/_external.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 19639, styles/designs/_external.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 19643, styles/designs/_external.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 19647, styles/designs/_external.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 19651, styles/designs/_external.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 19655, styles/designs/_external.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 19659, styles/designs/_external.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 19663, styles/designs/_external.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 19667, styles/designs/_external.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 19671, styles/designs/_external.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 19675, styles/designs/_external.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 19679, styles/designs/_external.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 19683, styles/designs/_external.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 19687, styles/designs/_external.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 19691, styles/designs/_external.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 19695, styles/designs/_external.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 19699, styles/designs/_external.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 19706, styles/designs/_external.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 19710, styles/designs/_external.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 19714, styles/designs/_external.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 19718, styles/designs/_external.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 19722, styles/designs/_external.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 19726, styles/designs/_external.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 19730, styles/designs/_external.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 19734, styles/designs/_external.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 19738, styles/designs/_external.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 19742, styles/designs/_external.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 19746, styles/designs/_external.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 19750, styles/designs/_external.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 19754, styles/designs/_external.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 19758, styles/designs/_external.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 19762, styles/designs/_external.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 19766, styles/designs/_external.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 19770, styles/designs/_external.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 19774, styles/designs/_external.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 19778, styles/designs/_external.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 19782, styles/designs/_external.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 19786, styles/designs/_external.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 19790, styles/designs/_external.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 19794, styles/designs/_external.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 19798, styles/designs/_external.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 19802, styles/designs/_external.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 19806, styles/designs/_external.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 19810, styles/designs/_external.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 19814, styles/designs/_external.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 19818, styles/designs/_external.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 19822, styles/designs/_external.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 19826, styles/designs/_external.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 19830, styles/designs/_external.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 19834, styles/designs/_external.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 19838, styles/designs/_external.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* line 19844, styles/designs/_external.scss */
.float-left {
  float: left !important;
}

/* line 19848, styles/designs/_external.scss */
.float-right {
  float: right !important;
}

/* line 19852, styles/designs/_external.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 19857, styles/designs/_external.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 19860, styles/designs/_external.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 19863, styles/designs/_external.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 19869, styles/designs/_external.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 19872, styles/designs/_external.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 19875, styles/designs/_external.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 19881, styles/designs/_external.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 19884, styles/designs/_external.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 19887, styles/designs/_external.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 19893, styles/designs/_external.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 19896, styles/designs/_external.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 19899, styles/designs/_external.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 19904, styles/designs/_external.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 19908, styles/designs/_external.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 19912, styles/designs/_external.scss */
.position-static {
  position: static !important;
}

/* line 19916, styles/designs/_external.scss */
.position-relative {
  position: relative !important;
}

/* line 19920, styles/designs/_external.scss */
.position-absolute {
  position: absolute !important;
}

/* line 19924, styles/designs/_external.scss */
.position-fixed {
  position: fixed !important;
}

/* line 19928, styles/designs/_external.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 19933, styles/designs/_external.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 19941, styles/designs/_external.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 19950, styles/designs/_external.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 19958, styles/designs/_external.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 19970, styles/designs/_external.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 19979, styles/designs/_external.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 19983, styles/designs/_external.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 19987, styles/designs/_external.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 19991, styles/designs/_external.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 19995, styles/designs/_external.scss */
.w-25 {
  width: 25% !important;
}

/* line 19999, styles/designs/_external.scss */
.w-50 {
  width: 50% !important;
}

/* line 20003, styles/designs/_external.scss */
.w-75 {
  width: 75% !important;
}

/* line 20007, styles/designs/_external.scss */
.w-100 {
  width: 100% !important;
}

/* line 20011, styles/designs/_external.scss */
.w-auto {
  width: auto !important;
}

/* line 20015, styles/designs/_external.scss */
.h-25 {
  height: 25% !important;
}

/* line 20019, styles/designs/_external.scss */
.h-50 {
  height: 50% !important;
}

/* line 20023, styles/designs/_external.scss */
.h-75 {
  height: 75% !important;
}

/* line 20027, styles/designs/_external.scss */
.h-100 {
  height: 100% !important;
}

/* line 20031, styles/designs/_external.scss */
.h-auto {
  height: auto !important;
}

/* line 20035, styles/designs/_external.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 20039, styles/designs/_external.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 20043, styles/designs/_external.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 20047, styles/designs/_external.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 20051, styles/designs/_external.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20055, styles/designs/_external.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 20059, styles/designs/_external.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/* line 20071, styles/designs/_external.scss */
.m-0 {
  margin: 0 !important;
}

/* line 20075, styles/designs/_external.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 20080, styles/designs/_external.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20085, styles/designs/_external.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 20090, styles/designs/_external.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 20095, styles/designs/_external.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 20099, styles/designs/_external.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 20104, styles/designs/_external.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 20109, styles/designs/_external.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 20114, styles/designs/_external.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 20119, styles/designs/_external.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 20123, styles/designs/_external.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 20128, styles/designs/_external.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 20133, styles/designs/_external.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 20138, styles/designs/_external.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 20143, styles/designs/_external.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 20147, styles/designs/_external.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 20152, styles/designs/_external.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 20157, styles/designs/_external.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 20162, styles/designs/_external.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 20167, styles/designs/_external.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 20171, styles/designs/_external.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 20176, styles/designs/_external.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 20181, styles/designs/_external.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 20186, styles/designs/_external.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 20191, styles/designs/_external.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 20195, styles/designs/_external.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 20200, styles/designs/_external.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 20205, styles/designs/_external.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 20210, styles/designs/_external.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 20215, styles/designs/_external.scss */
.p-0 {
  padding: 0 !important;
}

/* line 20219, styles/designs/_external.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 20224, styles/designs/_external.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20229, styles/designs/_external.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 20234, styles/designs/_external.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 20239, styles/designs/_external.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 20243, styles/designs/_external.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 20248, styles/designs/_external.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 20253, styles/designs/_external.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 20258, styles/designs/_external.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 20263, styles/designs/_external.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 20267, styles/designs/_external.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 20272, styles/designs/_external.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 20277, styles/designs/_external.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 20282, styles/designs/_external.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 20287, styles/designs/_external.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 20291, styles/designs/_external.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 20296, styles/designs/_external.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 20301, styles/designs/_external.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 20306, styles/designs/_external.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 20311, styles/designs/_external.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 20315, styles/designs/_external.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 20320, styles/designs/_external.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 20325, styles/designs/_external.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 20330, styles/designs/_external.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 20335, styles/designs/_external.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 20339, styles/designs/_external.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 20344, styles/designs/_external.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 20349, styles/designs/_external.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 20354, styles/designs/_external.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 20359, styles/designs/_external.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 20363, styles/designs/_external.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 20368, styles/designs/_external.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 20373, styles/designs/_external.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 20378, styles/designs/_external.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 20383, styles/designs/_external.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 20387, styles/designs/_external.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 20392, styles/designs/_external.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 20397, styles/designs/_external.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 20402, styles/designs/_external.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 20407, styles/designs/_external.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 20411, styles/designs/_external.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 20416, styles/designs/_external.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 20421, styles/designs/_external.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 20426, styles/designs/_external.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 20431, styles/designs/_external.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 20435, styles/designs/_external.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 20440, styles/designs/_external.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 20445, styles/designs/_external.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 20450, styles/designs/_external.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 20455, styles/designs/_external.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 20459, styles/designs/_external.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 20464, styles/designs/_external.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 20469, styles/designs/_external.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 20474, styles/designs/_external.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 20479, styles/designs/_external.scss */
.m-auto {
  margin: auto !important;
}

/* line 20483, styles/designs/_external.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 20488, styles/designs/_external.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 20493, styles/designs/_external.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 20498, styles/designs/_external.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 20504, styles/designs/_external.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 20507, styles/designs/_external.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 20511, styles/designs/_external.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 20515, styles/designs/_external.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 20519, styles/designs/_external.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 20523, styles/designs/_external.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 20526, styles/designs/_external.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 20530, styles/designs/_external.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20534, styles/designs/_external.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 20538, styles/designs/_external.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 20542, styles/designs/_external.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 20545, styles/designs/_external.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 20549, styles/designs/_external.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20553, styles/designs/_external.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 20557, styles/designs/_external.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 20561, styles/designs/_external.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 20564, styles/designs/_external.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 20568, styles/designs/_external.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 20572, styles/designs/_external.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 20576, styles/designs/_external.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 20580, styles/designs/_external.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 20583, styles/designs/_external.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 20587, styles/designs/_external.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20591, styles/designs/_external.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 20595, styles/designs/_external.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 20599, styles/designs/_external.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 20602, styles/designs/_external.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 20606, styles/designs/_external.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 20610, styles/designs/_external.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 20614, styles/designs/_external.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 20618, styles/designs/_external.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 20621, styles/designs/_external.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 20625, styles/designs/_external.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 20629, styles/designs/_external.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 20633, styles/designs/_external.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 20637, styles/designs/_external.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 20640, styles/designs/_external.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 20644, styles/designs/_external.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20648, styles/designs/_external.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 20652, styles/designs/_external.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 20656, styles/designs/_external.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 20659, styles/designs/_external.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 20663, styles/designs/_external.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20667, styles/designs/_external.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 20671, styles/designs/_external.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 20675, styles/designs/_external.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 20678, styles/designs/_external.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 20682, styles/designs/_external.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 20686, styles/designs/_external.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 20690, styles/designs/_external.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 20694, styles/designs/_external.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 20697, styles/designs/_external.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 20701, styles/designs/_external.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20705, styles/designs/_external.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 20709, styles/designs/_external.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 20713, styles/designs/_external.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 20716, styles/designs/_external.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 20720, styles/designs/_external.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 20724, styles/designs/_external.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 20728, styles/designs/_external.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 20732, styles/designs/_external.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 20735, styles/designs/_external.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 20739, styles/designs/_external.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 20743, styles/designs/_external.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 20747, styles/designs/_external.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 20751, styles/designs/_external.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 20754, styles/designs/_external.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 20758, styles/designs/_external.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 20762, styles/designs/_external.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 20766, styles/designs/_external.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 20770, styles/designs/_external.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 20773, styles/designs/_external.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 20777, styles/designs/_external.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 20781, styles/designs/_external.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 20785, styles/designs/_external.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 20789, styles/designs/_external.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 20792, styles/designs/_external.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 20796, styles/designs/_external.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 20800, styles/designs/_external.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 20804, styles/designs/_external.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 20808, styles/designs/_external.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 20811, styles/designs/_external.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 20815, styles/designs/_external.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 20819, styles/designs/_external.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 20823, styles/designs/_external.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 20827, styles/designs/_external.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 20830, styles/designs/_external.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 20834, styles/designs/_external.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 20838, styles/designs/_external.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 20842, styles/designs/_external.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 20849, styles/designs/_external.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 20852, styles/designs/_external.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 20856, styles/designs/_external.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 20860, styles/designs/_external.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 20864, styles/designs/_external.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 20868, styles/designs/_external.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 20871, styles/designs/_external.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 20875, styles/designs/_external.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20879, styles/designs/_external.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 20883, styles/designs/_external.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 20887, styles/designs/_external.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 20890, styles/designs/_external.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 20894, styles/designs/_external.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20898, styles/designs/_external.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 20902, styles/designs/_external.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 20906, styles/designs/_external.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 20909, styles/designs/_external.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 20913, styles/designs/_external.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 20917, styles/designs/_external.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 20921, styles/designs/_external.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 20925, styles/designs/_external.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 20928, styles/designs/_external.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 20932, styles/designs/_external.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20936, styles/designs/_external.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 20940, styles/designs/_external.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 20944, styles/designs/_external.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 20947, styles/designs/_external.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 20951, styles/designs/_external.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 20955, styles/designs/_external.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 20959, styles/designs/_external.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 20963, styles/designs/_external.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 20966, styles/designs/_external.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 20970, styles/designs/_external.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 20974, styles/designs/_external.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 20978, styles/designs/_external.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 20982, styles/designs/_external.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 20985, styles/designs/_external.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 20989, styles/designs/_external.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20993, styles/designs/_external.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 20997, styles/designs/_external.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 21001, styles/designs/_external.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 21004, styles/designs/_external.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 21008, styles/designs/_external.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21012, styles/designs/_external.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 21016, styles/designs/_external.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 21020, styles/designs/_external.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 21023, styles/designs/_external.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 21027, styles/designs/_external.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 21031, styles/designs/_external.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 21035, styles/designs/_external.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 21039, styles/designs/_external.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 21042, styles/designs/_external.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 21046, styles/designs/_external.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21050, styles/designs/_external.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 21054, styles/designs/_external.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 21058, styles/designs/_external.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 21061, styles/designs/_external.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 21065, styles/designs/_external.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 21069, styles/designs/_external.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 21073, styles/designs/_external.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 21077, styles/designs/_external.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 21080, styles/designs/_external.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 21084, styles/designs/_external.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 21088, styles/designs/_external.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 21092, styles/designs/_external.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 21096, styles/designs/_external.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 21099, styles/designs/_external.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 21103, styles/designs/_external.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 21107, styles/designs/_external.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 21111, styles/designs/_external.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 21115, styles/designs/_external.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 21118, styles/designs/_external.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 21122, styles/designs/_external.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 21126, styles/designs/_external.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 21130, styles/designs/_external.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 21134, styles/designs/_external.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 21137, styles/designs/_external.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 21141, styles/designs/_external.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 21145, styles/designs/_external.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 21149, styles/designs/_external.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 21153, styles/designs/_external.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 21156, styles/designs/_external.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 21160, styles/designs/_external.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 21164, styles/designs/_external.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 21168, styles/designs/_external.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 21172, styles/designs/_external.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 21175, styles/designs/_external.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 21179, styles/designs/_external.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 21183, styles/designs/_external.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 21187, styles/designs/_external.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 21194, styles/designs/_external.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 21197, styles/designs/_external.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 21201, styles/designs/_external.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 21205, styles/designs/_external.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 21209, styles/designs/_external.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 21213, styles/designs/_external.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 21216, styles/designs/_external.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 21220, styles/designs/_external.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21224, styles/designs/_external.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 21228, styles/designs/_external.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 21232, styles/designs/_external.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 21235, styles/designs/_external.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 21239, styles/designs/_external.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21243, styles/designs/_external.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 21247, styles/designs/_external.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 21251, styles/designs/_external.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 21254, styles/designs/_external.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 21258, styles/designs/_external.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 21262, styles/designs/_external.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 21266, styles/designs/_external.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 21270, styles/designs/_external.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 21273, styles/designs/_external.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 21277, styles/designs/_external.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21281, styles/designs/_external.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 21285, styles/designs/_external.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 21289, styles/designs/_external.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 21292, styles/designs/_external.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 21296, styles/designs/_external.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 21300, styles/designs/_external.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 21304, styles/designs/_external.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 21308, styles/designs/_external.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 21311, styles/designs/_external.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 21315, styles/designs/_external.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 21319, styles/designs/_external.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 21323, styles/designs/_external.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 21327, styles/designs/_external.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 21330, styles/designs/_external.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 21334, styles/designs/_external.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21338, styles/designs/_external.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 21342, styles/designs/_external.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 21346, styles/designs/_external.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 21349, styles/designs/_external.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 21353, styles/designs/_external.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21357, styles/designs/_external.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 21361, styles/designs/_external.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 21365, styles/designs/_external.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 21368, styles/designs/_external.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 21372, styles/designs/_external.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 21376, styles/designs/_external.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 21380, styles/designs/_external.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 21384, styles/designs/_external.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 21387, styles/designs/_external.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 21391, styles/designs/_external.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21395, styles/designs/_external.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 21399, styles/designs/_external.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 21403, styles/designs/_external.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 21406, styles/designs/_external.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 21410, styles/designs/_external.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 21414, styles/designs/_external.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 21418, styles/designs/_external.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 21422, styles/designs/_external.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 21425, styles/designs/_external.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 21429, styles/designs/_external.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 21433, styles/designs/_external.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 21437, styles/designs/_external.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 21441, styles/designs/_external.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 21444, styles/designs/_external.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 21448, styles/designs/_external.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 21452, styles/designs/_external.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 21456, styles/designs/_external.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 21460, styles/designs/_external.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 21463, styles/designs/_external.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 21467, styles/designs/_external.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 21471, styles/designs/_external.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 21475, styles/designs/_external.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 21479, styles/designs/_external.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 21482, styles/designs/_external.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 21486, styles/designs/_external.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 21490, styles/designs/_external.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 21494, styles/designs/_external.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 21498, styles/designs/_external.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 21501, styles/designs/_external.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 21505, styles/designs/_external.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 21509, styles/designs/_external.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 21513, styles/designs/_external.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 21517, styles/designs/_external.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 21520, styles/designs/_external.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 21524, styles/designs/_external.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 21528, styles/designs/_external.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 21532, styles/designs/_external.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 21539, styles/designs/_external.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 21542, styles/designs/_external.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 21546, styles/designs/_external.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 21550, styles/designs/_external.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 21554, styles/designs/_external.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 21558, styles/designs/_external.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 21561, styles/designs/_external.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 21565, styles/designs/_external.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21569, styles/designs/_external.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 21573, styles/designs/_external.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 21577, styles/designs/_external.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 21580, styles/designs/_external.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 21584, styles/designs/_external.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21588, styles/designs/_external.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 21592, styles/designs/_external.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 21596, styles/designs/_external.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 21599, styles/designs/_external.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 21603, styles/designs/_external.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 21607, styles/designs/_external.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 21611, styles/designs/_external.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 21615, styles/designs/_external.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 21618, styles/designs/_external.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 21622, styles/designs/_external.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21626, styles/designs/_external.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 21630, styles/designs/_external.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 21634, styles/designs/_external.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 21637, styles/designs/_external.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 21641, styles/designs/_external.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 21645, styles/designs/_external.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 21649, styles/designs/_external.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 21653, styles/designs/_external.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 21656, styles/designs/_external.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 21660, styles/designs/_external.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 21664, styles/designs/_external.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 21668, styles/designs/_external.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 21672, styles/designs/_external.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 21675, styles/designs/_external.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 21679, styles/designs/_external.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21683, styles/designs/_external.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 21687, styles/designs/_external.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 21691, styles/designs/_external.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 21694, styles/designs/_external.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 21698, styles/designs/_external.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21702, styles/designs/_external.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 21706, styles/designs/_external.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 21710, styles/designs/_external.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 21713, styles/designs/_external.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 21717, styles/designs/_external.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 21721, styles/designs/_external.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 21725, styles/designs/_external.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 21729, styles/designs/_external.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 21732, styles/designs/_external.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 21736, styles/designs/_external.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21740, styles/designs/_external.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 21744, styles/designs/_external.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 21748, styles/designs/_external.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 21751, styles/designs/_external.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 21755, styles/designs/_external.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 21759, styles/designs/_external.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 21763, styles/designs/_external.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 21767, styles/designs/_external.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 21770, styles/designs/_external.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 21774, styles/designs/_external.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 21778, styles/designs/_external.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 21782, styles/designs/_external.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 21786, styles/designs/_external.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 21789, styles/designs/_external.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 21793, styles/designs/_external.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 21797, styles/designs/_external.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 21801, styles/designs/_external.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 21805, styles/designs/_external.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 21808, styles/designs/_external.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 21812, styles/designs/_external.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 21816, styles/designs/_external.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 21820, styles/designs/_external.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 21824, styles/designs/_external.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 21827, styles/designs/_external.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 21831, styles/designs/_external.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 21835, styles/designs/_external.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 21839, styles/designs/_external.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 21843, styles/designs/_external.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 21846, styles/designs/_external.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 21850, styles/designs/_external.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 21854, styles/designs/_external.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 21858, styles/designs/_external.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 21862, styles/designs/_external.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 21865, styles/designs/_external.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 21869, styles/designs/_external.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 21873, styles/designs/_external.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 21877, styles/designs/_external.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 21883, styles/designs/_external.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 21887, styles/designs/_external.scss */
.text-justify {
  text-align: justify !important;
}

/* line 21891, styles/designs/_external.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 21895, styles/designs/_external.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 21899, styles/designs/_external.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21905, styles/designs/_external.scss */
.text-left {
  text-align: left !important;
}

/* line 21909, styles/designs/_external.scss */
.text-right {
  text-align: right !important;
}

/* line 21913, styles/designs/_external.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 21918, styles/designs/_external.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 21921, styles/designs/_external.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 21924, styles/designs/_external.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 21930, styles/designs/_external.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 21933, styles/designs/_external.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 21936, styles/designs/_external.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 21942, styles/designs/_external.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 21945, styles/designs/_external.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 21948, styles/designs/_external.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 21954, styles/designs/_external.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 21957, styles/designs/_external.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 21960, styles/designs/_external.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 21965, styles/designs/_external.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 21969, styles/designs/_external.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 21973, styles/designs/_external.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 21977, styles/designs/_external.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 21981, styles/designs/_external.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 21985, styles/designs/_external.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 21989, styles/designs/_external.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 21993, styles/designs/_external.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 21997, styles/designs/_external.scss */
.font-italic {
  font-style: italic !important;
}

/* line 22001, styles/designs/_external.scss */
.text-white {
  color: #fff !important;
}

/* line 22005, styles/designs/_external.scss */
.text-primary {
  color: #007bff !important;
}

/* line 22009, styles/designs/_external.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 22013, styles/designs/_external.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 22017, styles/designs/_external.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 22021, styles/designs/_external.scss */
.text-success {
  color: #28a745 !important;
}

/* line 22025, styles/designs/_external.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 22029, styles/designs/_external.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 22033, styles/designs/_external.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 22037, styles/designs/_external.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 22041, styles/designs/_external.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 22045, styles/designs/_external.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 22049, styles/designs/_external.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 22053, styles/designs/_external.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 22057, styles/designs/_external.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 22061, styles/designs/_external.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 22065, styles/designs/_external.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 22069, styles/designs/_external.scss */
.text-body {
  color: #212529 !important;
}

/* line 22073, styles/designs/_external.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 22077, styles/designs/_external.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 22081, styles/designs/_external.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 22085, styles/designs/_external.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 22093, styles/designs/_external.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 22097, styles/designs/_external.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 22102, styles/designs/_external.scss */
.text-reset {
  color: inherit !important;
}

/* line 22106, styles/designs/_external.scss */
.visible {
  visibility: visible !important;
}

/* line 22110, styles/designs/_external.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 22115, styles/designs/_external.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 22121, styles/designs/_external.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 22124, styles/designs/_external.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 22127, styles/designs/_external.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 22130, styles/designs/_external.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 22135, styles/designs/_external.scss */
  thead {
    display: table-header-group;
  }

  /* line 22138, styles/designs/_external.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 22142, styles/designs/_external.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 22148, styles/designs/_external.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 22155, styles/designs/_external.scss */
  body {
    min-width: 992px !important;
  }

  /* line 22158, styles/designs/_external.scss */
  .container {
    min-width: 992px !important;
  }

  /* line 22161, styles/designs/_external.scss */
  .navbar {
    display: none;
  }

  /* line 22164, styles/designs/_external.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 22167, styles/designs/_external.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 22170, styles/designs/_external.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 22174, styles/designs/_external.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 22178, styles/designs/_external.scss */
  .table-dark {
    color: inherit;
  }

  /* line 22181, styles/designs/_external.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 22187, styles/designs/_external.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* FINISHED https://static.condenast.de/vendor/bootstrap/4.4.1/css/bootstrap.css -- */
/* Slider */
/* line 22196, styles/designs/_external.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 22215, styles/designs/_external.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 22225, styles/designs/_external.scss */
.slick-list:focus {
  outline: none;
}

/* line 22229, styles/designs/_external.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 22235, styles/designs/_external.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 22245, styles/designs/_external.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 22255, styles/designs/_external.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 22262, styles/designs/_external.scss */
.slick-track:after {
  clear: both;
}

/* line 22266, styles/designs/_external.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 22271, styles/designs/_external.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 22279, styles/designs/_external.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 22283, styles/designs/_external.scss */
.slick-slide img {
  display: block;
}

/* line 22287, styles/designs/_external.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 22291, styles/designs/_external.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 22295, styles/designs/_external.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 22299, styles/designs/_external.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 22303, styles/designs/_external.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 22311, styles/designs/_external.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* FINISHED https://static.condenast.de/vendor/jquery-slick-slider/1.8.0/slick.css -- */
/* Slider */
/* line 22318, styles/designs/_external.scss */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("//static.condenast.de/vendor/jquery-slick-slider/1.8.0/fonts/slick.eot");
  src: url("//static.condenast.de/vendor/jquery-slick-slider/1.8.0/fonts/slick.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/jquery-slick-slider/1.8.0/fonts/slick.woff") format("woff"), url("//static.condenast.de/vendor/jquery-slick-slider/1.8.0/fonts/slick.ttf") format("truetype"), url("//static.condenast.de/vendor/jquery-slick-slider/1.8.0/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
/* line 22334, styles/designs/_external.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 22359, styles/designs/_external.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 22368, styles/designs/_external.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 22375, styles/designs/_external.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 22381, styles/designs/_external.scss */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 22395, styles/designs/_external.scss */
.slick-prev {
  left: -25px;
}

/* line 22399, styles/designs/_external.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 22404, styles/designs/_external.scss */
.slick-prev:before {
  content: '←';
}

/* line 22408, styles/designs/_external.scss */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 22413, styles/designs/_external.scss */
.slick-next {
  right: -25px;
}

/* line 22417, styles/designs/_external.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 22422, styles/designs/_external.scss */
.slick-next:before {
  content: '→';
}

/* line 22426, styles/designs/_external.scss */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
/* line 22432, styles/designs/_external.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 22437, styles/designs/_external.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 22452, styles/designs/_external.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 22465, styles/designs/_external.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 22483, styles/designs/_external.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 22488, styles/designs/_external.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 22493, styles/designs/_external.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 22515, styles/designs/_external.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* FINISHED https://static.condenast.de/vendor/jquery-slick-slider/1.8.0/slick-theme.css -- */
/*! purgecss start ignore */
/*
Override configuration for the ad theme.
This overrides the default variables. It's important
to include the default config as the last element in this file !!

IMPORTANT:
Since the colorings are set by editors in the cms backend, it's not possible to use the brand colorings as a variable
in the SCSS files. The colorings are set in the `components/meta/coloring.twig` template. If a brandcoloring is needed
use its corresponding css variable instead.
*/
/* GENERIC BLOCK */
/* FONT BLOCK */
/* TEXT BLOCK */
/* TEASER BLOCK */
/* FOOTER BLOCK */
/* PLACEHOLDER BLOCK */
/* BUTTON BLOCK */
/* TAGS BLOCK */
/* IMPORT FROM DEFAULT CONFIG */
/*
The variables follow a strict pattern. Mind this whenever you have to create a new scss variable.

property - similar to css property. (eg. color, font,..)
section  - wherever this css comes in place (eg. text, button,..)
variant  - variant of this style. (eg. primary, secondary,..)
optional - optional parameters. (eg. hover, inverted,..)

$<property>-<section>-<variant>[-<optional>,[-<optional>]]
$color-text-primary-hover

The colorings and variables are based on the atelier
http://atelier.prod.cni.digital/?path=/story/styles--colors
This is made to have a more equal CI than using our own scss variables.

*/
/* GENERIC BLOCK */
/* FONT BLOCK */
/* TEXT BLOCK */
/* TEASER BLOCK */
/* HEADER BLOCK */
/* FOOTER BLOCK */
/* PLACEHOLDER BLOCK */
/* BUTTON BLOCK */
/* TAGS BLOCK */
@font-face {
  font-family: 'Sectra';
  src: url(./fonts/GT-Sectra-Medium.eot?#iefix) format("embedded-opentype"), url(./fonts/GT-Sectra-Medium.woff) format("woff"), url(./fonts/GT-Sectra-Medium.ttf) format("truetype");
}
@font-face {
  font-family: 'CircularPro';
  src: url(./fonts/lineto-circular-book.eot?#iefix) format("embedded-opentype"), url(./fonts/lineto-circular-book.woff) format("woff"), url(./fonts/lineto-circular-book.woff2) format("woff2");
}
@font-face {
  font-family: 'CircularPro700';
  src: url(./fonts/lineto-circular-medium.eot?#iefix) format("embedded-opentype"), url(./fonts/lineto-circular-medium.woff) format("woff"), url(./fonts/lineto-circular-medium.woff2) format("woff2");
  font-weight: 700;
}
/* line 9, styles/theme.scss */
body.design-admagazin {
  /*
    After hours and hours of investigation to find a propper way to manage the stylings of
    the buttons, I ended up by using the forbidden and anti-pattern '!important' statement.
    The reason is the CSS specificity, see: https://css-tricks.com/specifics-on-css-specificity/
  
    a-tag links have to have the brand specific stylings withing the section templates only.
    So the styling specificity of this links must be at leased 0022. But the buttons which
    can be placed anywhere in the code have at most 0021.
    There is no chance to style the buttons in a generic way what so ever, except overriding
    the buttons in all necessary templates, and that's a mess we already had!
  
    - DF
  */
}
/* line 15, ../_default/styles/_button.scss */
body.design-admagazin .btn {
  white-space: normal;
  text-align: left;
  padding: 17px 32px;
  display: inline-block;
  font: 12px/14px "Sectra", Georgia, Times, "Times New Roman", serif;
  border-width: 3px !important;
  border-style: solid;
  border-radius: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
}
/* line 29, ../_default/styles/_button.scss */
body.design-admagazin .btn.disabled, body.design-admagazin .btn:disabled {
  pointer-events: none !important;
  opacity: 1 !important;
}
/* line 34, ../_default/styles/_button.scss */
body.design-admagazin .btn.small {
  padding: 5px 12px;
}
/* line 37, ../_default/styles/_button.scss */
body.design-admagazin .btn.medium {
  padding: 13px 24px;
}
/* line 40, ../_default/styles/_button.scss */
body.design-admagazin .btn.large {
  padding: 17px 32px;
}
/* line 43, ../_default/styles/_button.scss */
body.design-admagazin .btn.xlarge {
  padding: 21px 32px;
}
/* line 48, ../_default/styles/_button.scss */
body.design-admagazin .btn.dropdown:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  position: relative;
  margin-left: 4px;
  top: 0;
  font-size: 12px;
  font-weight: bold;
}
/* line 61, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-primary {
  color: #FFFFFF;
  background-color: false;
  border-color: false;
}
/* line 66, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-primary:hover {
  color: #1C1D1D;
  background-color: transparent;
  border-color: #1C1D1D;
}
/* line 73, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-primary.disabled, body.design-admagazin .btn.btn-primary:disabled, body.design-admagazin .btn.btn-primary[disabled] {
  color: #FFFFFF;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
/* line 80, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-primary.disabled:hover, body.design-admagazin .btn.btn-primary:disabled:hover, body.design-admagazin .btn.btn-primary[disabled]:hover {
  color: #FFFFFF;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
/* line 88, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-primary.inverted {
  color: #FFFFFF;
  background-color: false;
  border-color: false;
}
/* line 93, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-primary.inverted:hover {
  color: #FFFFFF;
  background-color: false;
  border-color: false;
}
/* line 101, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-primary.disabled.inverted, body.design-admagazin .btn.btn-primary:disabled.inverted, body.design-admagazin .btn.btn-primary[disabled].inverted {
  color: #4C4C4C;
  background-color: #2D2D2D;
  border-color: #2D2D2D;
}
/* line 108, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-primary.disabled.inverted:hover, body.design-admagazin .btn.btn-primary:disabled.inverted:hover, body.design-admagazin .btn.btn-primary[disabled].inverted:hover {
  color: #4C4C4C;
  background-color: #2D2D2D;
  border-color: #2D2D2D;
}
/* line 117, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-secondary {
  color: #2D2D2D;
  background-color: transparent;
  border-color: #2D2D2D;
}
/* line 122, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #2D2D2D;
  border-color: #2D2D2D;
}
/* line 129, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-secondary.disabled, body.design-admagazin .btn.btn-secondary:disabled, body.design-admagazin .btn.btn-secondary[disabled] {
  color: #e6e7e8;
  background-color: transparent;
  border-color: #f2f2f2;
}
/* line 136, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-secondary.disabled:hover, body.design-admagazin .btn.btn-secondary:disabled:hover, body.design-admagazin .btn.btn-secondary[disabled]:hover {
  color: #e6e7e8;
  background-color: transparent;
  border-color: #f2f2f2;
}
/* line 144, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-secondary.inverted {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}
/* line 149, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-secondary.inverted:hover {
  color: #2D2D2D;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
/* line 157, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-secondary.disabled.inverted, body.design-admagazin .btn.btn-secondary:disabled.inverted, body.design-admagazin .btn.btn-secondary[disabled].inverted {
  color: #2D2D2D;
  background-color: transparent;
  border-color: transparent;
}
/* line 164, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-secondary.disabled.inverted:hover, body.design-admagazin .btn.btn-secondary:disabled.inverted:hover, body.design-admagazin .btn.btn-secondary[disabled].inverted:hover {
  color: #2D2D2D;
  background-color: transparent;
  border-color: transparent;
}
/* line 173, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-ghost {
  color: #2D2D2D;
  background-color: transparent;
  border-color: transparent;
}
/* line 178, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-ghost:hover {
  color: false;
  background-color: transparent;
  border-color: transparent;
}
/* line 185, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-ghost.disabled, body.design-admagazin .btn.btn-ghost:disabled, body.design-admagazin .btn.btn-ghost[disabled] {
  color: #e6e7e8;
  background-color: transparent;
  border-color: transparent;
}
/* line 192, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-ghost.disabled:hover, body.design-admagazin .btn.btn-ghost:disabled:hover, body.design-admagazin .btn.btn-ghost[disabled]:hover {
  color: #e6e7e8;
  background-color: transparent;
  border-color: transparent;
}
/* line 200, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-ghost.inverted {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}
/* line 205, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-ghost.inverted:hover {
  color: false;
  background-color: transparent;
  border-color: transparent;
}
/* line 213, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-ghost.disabled.inverted, body.design-admagazin .btn.btn-ghost:disabled.inverted, body.design-admagazin .btn.btn-ghost[disabled].inverted {
  color: #e6e7e8;
  background-color: transparent;
  border-color: transparent;
}
/* line 220, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-ghost.disabled.inverted:hover, body.design-admagazin .btn.btn-ghost:disabled.inverted:hover, body.design-admagazin .btn.btn-ghost[disabled].inverted:hover {
  color: #e6e7e8;
  background-color: transparent;
  border-color: transparent;
}
/* line 228, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-tags {
  color: #94999b;
  background-color: #FFFFFF;
  border-color: #94999b;
}
/* line 233, ../_default/styles/_button.scss */
body.design-admagazin .btn.btn-tags:hover {
  color: #1C1D1D;
  background-color: #FFFFFF;
  border-color: #1C1D1D;
}
/* line 1, ../_default/styles/_card.scss */
body.design-admagazin .card-img,
body.design-admagazin .card-img-top {
  border-radius: 0;
}
/* line 1, ../_default/styles/_content.scss */
body.design-admagazin {
  font-family: "Sectra", Georgia, Times, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* line 7, ../_default/styles/_content.scss */
body.design-admagazin.bodyNoScroll {
  overflow: hidden;
  height: 100vh;
}
/* line 14, ../_default/styles/_content.scss */
body.design-admagazin .container .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 21, ../_default/styles/_content.scss */
body.design-admagazin .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1480px) {
  /* line 29, ../_default/styles/_content.scss */
  body.design-admagazin .container, body.design-admagazin .container-sm, body.design-admagazin .container-md, body.design-admagazin .container-lg, body.design-admagazin .container-xl, body.design-admagazin .container-xxl {
    max-width: 1400px;
  }
}
/* line 35, ../_default/styles/_content.scss */
body.design-admagazin .noAnimation {
  transition: none !important;
}
/* line 39, ../_default/styles/_content.scss */
body.design-admagazin ::selection {
  background: false;
  color: #1C1D1D;
}
/* line 44, ../_default/styles/_content.scss */
body.design-admagazin .sticky-ad {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  margin-bottom: 25px;
}
/* line 51, ../_default/styles/_content.scss */
body.design-admagazin summary {
  cursor: initial;
}
/* line 1, ../_default/styles/_slick.scss */
body.design-admagazin .slick-prev,
body.design-admagazin .slick-next {
  left: 10px;
  z-index: 10;
  top: 44%;
  text-shadow: 4px 1px 1px #333;
  height: 60px;
}
/* line 10, ../_default/styles/_slick.scss */
body.design-admagazin .slick-next {
  left: auto;
  right: 16px;
}
/* line 17, ../_default/styles/_slick.scss */
body.design-admagazin .slick-prev:before,
body.design-admagazin .slick-next:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f104";
  font-size: 60px;
  font-weight: 300;
}
/* line 25, ../_default/styles/_slick.scss */
body.design-admagazin .slick-next:before {
  content: "\f105";
}
/* line 2, ../_default/styles/_social.scss */
body.design-admagazin .share-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 7, ../_default/styles/_social.scss */
body.design-admagazin .share-icons li {
  display: inline-block;
  border: 1px solid #94999b;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 2px 9px;
  text-align: center;
  cursor: pointer;
}
/* line 17, ../_default/styles/_social.scss */
body.design-admagazin .share-icons li:hover {
  border-color: false;
}
/* line 20, ../_default/styles/_social.scss */
body.design-admagazin .share-icons li:hover a {
  color: false;
}
/* line 25, ../_default/styles/_social.scss */
body.design-admagazin .share-icons a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 6px 8px;
  color: inherit;
}
/* line 31, ../_default/styles/_social.scss */
body.design-admagazin .share-icons a .fa-twitter:before {
  content: "\f099";
  margin-left: -3px;
}
/* line 1, ../_default/styles/_framework.scss */
body.design-admagazin .border-bottom-1 {
  border-bottom: 1px solid #1C1D1D;
}
/* line 5, ../_default/styles/_framework.scss */
body.design-admagazin .border-bottom-2 {
  border-bottom: 2px solid #1C1D1D;
}
/* line 9, ../_default/styles/_framework.scss */
body.design-admagazin .border-bottom-3 {
  border-bottom: 3px solid #1C1D1D;
}
/* line 13, ../_default/styles/_framework.scss */
body.design-admagazin .border-top-1 {
  border-top: 1px solid #1C1D1D;
}
/* line 17, ../_default/styles/_framework.scss */
body.design-admagazin .border-top-2 {
  border-top: 2px solid #1C1D1D;
}
/* line 21, ../_default/styles/_framework.scss */
body.design-admagazin .border-top-3 {
  border-top: 3px solid #1C1D1D;
}
/* line 25, ../_default/styles/_framework.scss */
body.design-admagazin .font-size-1 {
  font-size: 9px;
  line-height: 11px;
}
/* line 30, ../_default/styles/_framework.scss */
body.design-admagazin .font-size-2 {
  font-size: 12px;
  line-height: 16px;
}
/* line 35, ../_default/styles/_framework.scss */
body.design-admagazin .font-size-2 {
  font-size: 16px;
  line-height: 20px;
}
/* line 1, styles/_content.scss */
body.design-admagazin ::selection {
  background: var(--ad-color-brand-primary);
  color: #FFFFFF;
}
/* line 5, styles/_content.scss */
body.design-admagazin .sticky-ad {
  top: 80px;
}
/* line 1, styles/_button.scss */
body.design-admagazin .btn {
  font: 14px/18px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
  border-width: 1px !important;
  letter-spacing: normal;
  text-transform: none;
}
@media (min-width: 768px) {
  /* line 1, styles/_button.scss */
  body.design-admagazin .btn {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 12, styles/_button.scss */
body.design-admagazin .btn.small {
  padding: 5px 18px;
}
/* line 16, styles/_button.scss */
body.design-admagazin .btn.btn-primary {
  background-color: var(--ad-color-button-bg-primary);
  border-color: var(--ad-color-button-border-primary);
}
/* line 20, styles/_button.scss */
body.design-admagazin .btn.btn-primary:hover {
  background-color: transparent;
  border-color: #1C1D1D;
}
/* line 27, styles/_button.scss */
body.design-admagazin .btn.btn-secondary:hover {
  background-color: var(--ad-color-button-bg-secondary-hover);
  border-color: var(--ad-color-button-border-secondary-hover);
}
/* line 32, styles/_button.scss */
body.design-admagazin .btn.btn-secondary.active {
  background-color: var(--ad-color-button-bg-secondary-hover);
  border-color: var(--ad-color-button-border-secondary-hover);
}
/* line 37, styles/_button.scss */
body.design-admagazin .btn.btn-tags {
  padding: 3px 5px;
  border-width: 1px;
  font: 13px/16px "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* line 2, styles/_social.scss */
body.design-admagazin .share-icons li {
  border: none;
  width: auto;
}
/* line 7, styles/_social.scss */
body.design-admagazin .share-icons li:hover a {
  color: var(--ad-color-brand-primary);
}
/* line 13, styles/_social.scss */
body.design-admagazin .share-icons a {
  font-size: 36px;
  padding: 0;
  color: #94999b;
  transition: all .25s ease-in-out;
}
/* line 19, styles/_social.scss */
body.design-admagazin .share-icons a .fa-twitter:before {
  margin-left: 0;
}
/* line 1, styles/designs/_default.scss */
body.design-admagazin .blocks-footer {
  padding-bottom: 32px;
  background-color: #FFFFFF;
  font-family: "Sectra", Georgia, Times, "Times New Roman", serif;
}
/* line 6, styles/designs/_default.scss */
body.design-admagazin .blocks-footer .footer-container {
  position: relative;
}
/* line 11, styles/designs/_default.scss */
body.design-admagazin .blocks-footer .footer-markets .label {
  color: #e6e7e8;
  font: 12px/20px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-right: 10px;
}
/* line 18, styles/designs/_default.scss */
body.design-admagazin .blocks-footer #footer-markets-container {
  background-color: false;
}
/* line 21, styles/designs/_default.scss */
body.design-admagazin .blocks-footer #footer-markets-container .markets-container {
  padding: 30px 15px;
}
/* line 25, styles/designs/_default.scss */
body.design-admagazin .blocks-footer #footer-markets-container .label {
  font: 40px/48px "Sectra", Georgia, Times, "Times New Roman", serif;
  color: #94999b;
  letter-spacing: normal;
  text-transform: none;
}
/* line 34, styles/designs/_default.scss */
body.design-admagazin .blocks-footer #footer-markets-container .nav-item.active a.nav-link {
  opacity: .7;
  cursor: default;
  pointer-events: none;
}
/* line 39, styles/designs/_default.scss */
body.design-admagazin .blocks-footer #footer-markets-container .nav-item.active a.nav-link:after {
  display: none;
}
/* line 47, styles/designs/_default.scss */
body.design-admagazin .blocks-footer #footer-markets-container .nav-item.external:hover a.nav-link:after {
  margin-left: 6px;
}
/* line 54, styles/designs/_default.scss */
body.design-admagazin .blocks-footer #footer-markets-container .nav-item.external a.nav-link:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
  color: currentColor;
  position: relative;
  margin-left: 4px;
  top: 0;
  font-size: 11px;
  transition: all .1s linear;
}
/* line 68, styles/designs/_default.scss */
body.design-admagazin .blocks-footer #footer-markets-container .nav-link {
  padding: 7px 0;
  font-size: 16px;
  line-height: 20px;
  transition: color 0.15s ease-in 0s;
  font-family: "Sectra", Georgia, Times, "Times New Roman", serif;
  color: #94999b;
}
/* line 76, styles/designs/_default.scss */
body.design-admagazin .blocks-footer #footer-markets-container .nav-link:hover {
  color: #94999b;
}
/* line 82, styles/designs/_default.scss */
body.design-admagazin .blocks-footer #footer-markets-container .markets-batch:nth-of-type(2) {
  order: 2;
}
/* line 85, styles/designs/_default.scss */
body.design-admagazin .blocks-footer #footer-markets-container .markets-batch:nth-of-type(3) {
  order: 1;
}
@media (min-width: 992px) {
  /* line 85, styles/designs/_default.scss */
  body.design-admagazin .blocks-footer #footer-markets-container .markets-batch:nth-of-type(3) {
    order: 3;
  }
}
/* line 91, styles/designs/_default.scss */
body.design-admagazin .blocks-footer #footer-markets-container .markets-batch:nth-of-type(4) {
  order: 3;
}
@media (min-width: 992px) {
  /* line 91, styles/designs/_default.scss */
  body.design-admagazin .blocks-footer #footer-markets-container .markets-batch:nth-of-type(4) {
    order: 4;
  }
}
/* line 100, styles/designs/_default.scss */
body.design-admagazin .blocks-footer .footernav {
  margin-bottom: 15px;
}
/* line 104, styles/designs/_default.scss */
body.design-admagazin .blocks-footer .footernav .active .nav-link {
  color: #94999b;
}
/* line 109, styles/designs/_default.scss */
body.design-admagazin .blocks-footer .footernav .brands {
  font-weight: bold;
  font-family: "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* line 114, styles/designs/_default.scss */
body.design-admagazin .blocks-footer .footernav .button-outline {
  padding: 4px 0;
  border: 1px solid #94999b;
}
/* line 118, styles/designs/_default.scss */
body.design-admagazin .blocks-footer .footernav .button-outline:hover {
  border-color: #94999b;
}
/* line 127, styles/designs/_default.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .logo {
  overflow: hidden;
  margin-bottom: 24px;
  background-color: #2D2D2D;
}
/* line 133, styles/designs/_default.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .cn-logo {
  margin-bottom: 15px;
}
/* line 137, styles/designs/_default.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .navbar-nav {
  flex-wrap: wrap;
}
/* line 141, styles/designs/_default.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .nav-link {
  font-size: 12px;
  line-height: 20px;
  padding: 3px 1rem;
  font-weight: 500;
  color: #FFFFFF;
}
/* line 148, styles/designs/_default.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .nav-link:hover {
  color: #94999b;
}
/* line 153, styles/designs/_default.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .copyright {
  font-size: 11px;
  line-height: 16px;
  color: #e6e7e8;
}
/* line 159, styles/designs/_default.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .menu-social {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 165, styles/designs/_default.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .menu-social .nav-item {
  margin-right: 12px;
}
/* line 168, styles/designs/_default.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .menu-social .nav-item:last-child {
  margin-right: 0;
}
/* line 173, styles/designs/_default.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .menu-social .nav-link {
  font-size: 16px;
  border: 1px solid #FFFFFF;
  border-radius: 23px;
  height: 46px;
  width: 46px;
  padding: 0;
  transition: all 0.15s ease-in-out;
}
/* line 182, styles/designs/_default.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .menu-social .nav-link:hover {
  border-color: false;
}
/* line 186, styles/designs/_default.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .menu-social .nav-link i {
  color: false;
  transition: all 0.15s ease-in-out;
}
/* line 199, styles/designs/_default.scss */
body.design-admagazin .blocks-gallery img {
  margin-bottom: 5px;
}
/* line 203, styles/designs/_default.scss */
body.design-admagazin .blocks-gallery figcaption {
  position: relative;
  font: 12px/16px "Sectra", Georgia, Times, "Times New Roman", serif;
}
/* line 207, styles/designs/_default.scss */
body.design-admagazin .blocks-gallery figcaption:after {
  content: "";
  clear: both;
  display: table;
}
/* line 214, styles/designs/_default.scss */
body.design-admagazin .blocks-gallery .copyright {
  font-size: 12px;
  line-height: 16px;
  color: #94999b;
  font-family: "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* line 225, styles/designs/_default.scss */
body.design-admagazin .blocks-header {
  font-family: "Sectra", Georgia, Times, "Times New Roman", serif;
  background-color: #FFFFFF;
}
/* line 230, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default {
  box-shadow: rgba(0, 0, 0, 0.1) -2px 2px 5px;
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  transition: top .50s ease-in-out;
}
/* line 239, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default.top-nav-collapse .logo {
  max-width: 132px;
}
/* line 242, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default.top-nav-collapse .nav-wrapper {
  height: 64px;
}
/* line 247, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .navbar {
  padding: 0;
}
/* line 251, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 258, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-item {
  margin-right: 20px;
}
/* line 261, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-item.active {
  box-shadow: false 0px -4px 0px inset;
}
/* line 266, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-link {
  padding: 16px 0;
  font-size: 16px;
  line-height: 20px;
  transition: color 0.15s ease-in 0s;
  font-family: "Sectra", Georgia, Times, "Times New Roman", serif;
  color: #1C1D1D;
}
/* line 274, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-link:hover {
  color: false;
}
/* line 279, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .logo {
  max-width: 132px;
  min-width: 132px;
  width: 100%;
  transition: all .50s ease-in-out;
}
@media (min-width: 576px) {
  /* line 279, styles/designs/_default.scss */
  body.design-admagazin .blocks-header.blocks-header-default .logo {
    max-width: 212px;
  }
}
@media (min-width: 992px) {
  /* line 279, styles/designs/_default.scss */
  body.design-admagazin .blocks-header.blocks-header-default .logo {
    max-width: 274px;
  }
}
/* line 292, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-additional {
  white-space: nowrap;
}
@media (min-width: 576px) {
  /* line 292, styles/designs/_default.scss */
  body.design-admagazin .blocks-header.blocks-header-default .nav-additional {
    position: absolute;
    top: 12px;
    right: 15px;
  }
}
/* line 301, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-additional > * {
  display: inline-block;
}
/* line 305, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-additional .markets {
  position: relative;
  display: inline-block;
}
/* line 310, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-additional .subscribe {
  padding: 7px 0 6px 12px;
  border-left: 1px solid #94999b;
}
/* line 314, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-additional .subscribe .nav-item {
  margin: 0;
}
/* line 317, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-additional .subscribe .nav-item .nav-link {
  padding: 0;
  color: false;
}
/* line 321, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-additional .subscribe .nav-item .nav-link:hover {
  color: #1C1D1D;
}
/* line 329, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .navbar-toggler {
  padding: 0 4px;
  border-radius: 0;
  border: none;
}
@media (min-width: 576px) {
  /* line 329, styles/designs/_default.scss */
  body.design-admagazin .blocks-header.blocks-header-default .navbar-toggler {
    margin-left: 8px;
    padding-left: 12px;
    border-left: 1px solid #94999b;
  }
}
/* line 341, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .navbar-toggler-icon {
  cursor: pointer;
  color: #1C1D1D;
  width: inherit;
  height: inherit;
}
/* line 348, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-wrapper {
  transition: all .50s ease-in-out;
  height: 64px;
}
@media (min-width: 576px) {
  /* line 348, styles/designs/_default.scss */
  body.design-admagazin .blocks-header.blocks-header-default .nav-wrapper {
    height: 112px;
  }
}
@media (min-width: 992px) {
  /* line 348, styles/designs/_default.scss */
  body.design-admagazin .blocks-header.blocks-header-default .nav-wrapper {
    height: 136px;
  }
}
/* line 360, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-content {
  padding-bottom: 56px;
}
/* line 366, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .menu-wrapper .navbar-nav {
  overflow-x: auto;
  padding-right: 32px;
}
/* line 370, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .menu-wrapper .navbar-nav:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 75%);
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
/* line 381, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .menu-wrapper .navbar {
  width: 100vw;
}
/* line 385, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default .menu-wrapper .nav-item:last-child {
  padding-right: 24px;
}
/* line 391, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-markets-primary {
  position: absolute;
  min-width: 120px;
  max-height: 300px;
  overflow: auto;
  right: 0;
  background-color: #FFFFFF;
  z-index: 1001;
  box-shadow: rgba(0, 0, 0, 0.1) -2px 2px 5px;
}
/* line 401, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-markets-primary::-webkit-scrollbar {
  width: 5px;
}
/* line 404, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-markets-primary::-webkit-scrollbar-thumb {
  background: #94999b;
}
/* line 408, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-markets-primary .menu-markets {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
/* line 414, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-markets-primary .menu-markets .nav-item {
  margin-right: 0;
}
/* line 418, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-markets-primary .menu-markets .nav-link {
  padding: 14px 12px;
}
/* line 424, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: #1C1D1D;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 40px;
  overflow-y: auto;
}
/* line 438, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .navbar-toggler-icon {
  fill: #FFFFFF;
}
/* line 442, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .navbar-toggler {
  border-left: none;
}
/* line 446, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .navbar-nav {
  display: block;
}
/* line 450, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .navbar-nav.large .nav-link {
  padding: 16px 0;
  font: 32px/40px "Sectra", Georgia, Times, "Times New Roman", serif;
  text-transform: none;
}
@media (min-width: 576px) {
  /* line 450, styles/designs/_default.scss */
  body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .navbar-nav.large .nav-link {
    font-size: 48px;
    line-height: 56px;
  }
}
/* line 463, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .nav-item {
  width: 100%;
  margin-right: 0;
}
/* line 467, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .nav-item:last-child {
  margin-bottom: 24px;
}
/* line 470, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .nav-item:last-child .nav-link {
  border: 0;
}
/* line 476, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .nav-link {
  padding: 22px 0;
  color: #FFFFFF;
  border-bottom: 1px solid #2D2D2D;
}
/* line 481, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .nav-link:hover {
  color: false;
}
/* line 486, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .social-label {
  font: 12px/20px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #C9CFD1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 493, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .nav-container {
  border-top: 1px solid #FFFFFF;
}
/* line 497, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .navbar-nav {
  display: block;
}
/* line 501, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .nav-item {
  display: inline-block;
  width: auto;
  margin-right: 12px;
}
/* line 507, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .nav-link {
  font-size: 16px;
  border: 1px solid currentColor;
  border-radius: 100%;
  color: currentColor;
  height: 46px;
  width: 46px;
  padding: 0;
  transition: all 0.15s ease-in-out;
  letter-spacing: normal;
}
/* line 518, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .nav-link:hover {
  color: false;
  border-color: false;
}
/* line 522, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .nav-link:hover i {
  color: false;
}
/* line 527, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .nav-link i {
  transition: all 0.15s ease-in-out;
}
/* line 532, styles/designs/_default.scss */
body.design-admagazin .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .nav-item:last-child .nav-link {
  border: 1px solid currentColor;
  border-radius: 100%;
}
/* line 544, styles/designs/_default.scss */
body.design-admagazin .blocks-intro summary {
  display: block;
  cursor: initial;
  font: 16px/24px "Sectra", Georgia, Times, "Times New Roman", serif;
  color: #1C1D1D;
}
/* line 554, styles/designs/_default.scss */
body.design-admagazin .blocks-intro.blocks-intro-default .kicker {
  text-transform: uppercase;
}
/* line 557, styles/designs/_default.scss */
body.design-admagazin .blocks-intro.blocks-intro-default .headervisual {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 576px) {
  /* line 557, styles/designs/_default.scss */
  body.design-admagazin .blocks-intro.blocks-intro-default .headervisual {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 566, styles/designs/_default.scss */
body.design-admagazin .blocks-intro.blocks-intro-default .headervisual .copyright {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  /* line 566, styles/designs/_default.scss */
  body.design-admagazin .blocks-intro.blocks-intro-default .headervisual .copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 576, styles/designs/_default.scss */
body.design-admagazin .blocks-intro.blocks-intro-default .share-icons {
  margin: 30px 0;
}
/* line 581, styles/designs/_default.scss */
body.design-admagazin .blocks-intro.blocks-intro-portal {
  text-align: center;
}
/* line 584, styles/designs/_default.scss */
body.design-admagazin .blocks-intro.blocks-intro-portal h1 {
  margin: 40px 0;
  font: 32px/36px "Sectra", Georgia, Times, "Times New Roman", serif;
}
@media (min-width: 992px) {
  /* line 584, styles/designs/_default.scss */
  body.design-admagazin .blocks-intro.blocks-intro-portal h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
/* line 593, styles/designs/_default.scss */
body.design-admagazin .blocks-intro.blocks-intro-portal summary {
  margin: 40px 0;
  text-align: center;
}
/* line 598, styles/designs/_default.scss */
body.design-admagazin .blocks-intro.blocks-intro-portal .kicker {
  text-transform: uppercase;
  margin-top: 40px;
}
/* line 602, styles/designs/_default.scss */
body.design-admagazin .blocks-intro.blocks-intro-portal .kicker + h1 {
  margin-top: 0;
}
/* line 611, styles/designs/_default.scss */
body.design-admagazin .blocks-list.separate {
  border-top: 1px solid #1C1D1D;
}
/* line 620, styles/designs/_default.scss */
body.design-admagazin .blocks-list.blocks-list-default .list-label h2, body.design-admagazin .blocks-list.blocks-list-recommendations .list-label h2 {
  word-break: break-word;
  margin-bottom: 24px;
  line-break: auto;
  display: inline-block;
}
@media (min-width: 576px) {
  /* line 620, styles/designs/_default.scss */
  body.design-admagazin .blocks-list.blocks-list-default .list-label h2, body.design-admagazin .blocks-list.blocks-list-recommendations .list-label h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  /* line 620, styles/designs/_default.scss */
  body.design-admagazin .blocks-list.blocks-list-default .list-label h2, body.design-admagazin .blocks-list.blocks-list-recommendations .list-label h2 {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  /* line 620, styles/designs/_default.scss */
  body.design-admagazin .blocks-list.blocks-list-default .list-label h2, body.design-admagazin .blocks-list.blocks-list-recommendations .list-label h2 {
    margin-bottom: 64px;
  }
}
/* line 639, styles/designs/_default.scss */
body.design-admagazin .blocks-list.blocks-list-default .components-teaser-iframe .card-body, body.design-admagazin .blocks-list.blocks-list-recommendations .components-teaser-iframe .card-body {
  padding-left: 0;
}
@media (min-width: 768px) {
  /* line 639, styles/designs/_default.scss */
  body.design-admagazin .blocks-list.blocks-list-default .components-teaser-iframe .card-body, body.design-admagazin .blocks-list.blocks-list-recommendations .components-teaser-iframe .card-body {
    border-left: 1px solid #1C1D1D;
    padding-left: 30px;
  }
}
/* line 650, styles/designs/_default.scss */
body.design-admagazin .blocks-list.blocks-list-menu {
  text-align: center;
}
/* line 655, styles/designs/_default.scss */
body.design-admagazin .advertisement-MH {
  background-color: #fff;
}
/* line 658, styles/designs/_default.scss */
body.design-admagazin .advertisement-MH iframe:first-child {
  margin: 25px 0;
}
/* line 666, styles/designs/_default.scss */
body.design-admagazin .components-placeholder.components-placeholder-oembed {
  background-color: #e6e7e8;
  padding: 60px 20px;
}
@media (min-width: 576px) {
  /* line 666, styles/designs/_default.scss */
  body.design-admagazin .components-placeholder.components-placeholder-oembed {
    padding: 100px 50px;
  }
}
/* line 674, styles/designs/_default.scss */
body.design-admagazin .components-placeholder.components-placeholder-oembed p {
  font: 18px/24px "Sectra", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  /* line 674, styles/designs/_default.scss */
  body.design-admagazin .components-placeholder.components-placeholder-oembed p {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 35px;
  }
}
/* line 685, styles/designs/_default.scss */
body.design-admagazin .components-placeholder.components-placeholder-oembed img {
  max-width: 25px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 685, styles/designs/_default.scss */
  body.design-admagazin .components-placeholder.components-placeholder-oembed img {
    max-width: 35px;
    margin-bottom: 20px;
  }
}
/* line 697, styles/designs/_default.scss */
body.design-admagazin .components-teaser {
  font-family: "Sectra", Georgia, Times, "Times New Roman", serif;
  color: #1C1D1D;
}
/* line 701, styles/designs/_default.scss */
body.design-admagazin .components-teaser:last-child .card {
  border-bottom: none;
}
@media (min-width: 576px) {
  /* line 697, styles/designs/_default.scss */
  body.design-admagazin .components-teaser {
    margin-bottom: 32px;
  }
}
/* line 709, styles/designs/_default.scss */
body.design-admagazin .components-teaser a {
  text-decoration: none;
  color: inherit;
}
/* line 714, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card-img-wrapper {
  width: 100%;
  position: relative;
}
/* line 718, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card-img-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #fff;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
/* line 732, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #94999b;
  background-color: transparent;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media (min-width: 576px) {
  /* line 732, styles/designs/_default.scss */
  body.design-admagazin .components-teaser .card {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* line 746, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card:hover {
  color: #1C1D1D;
}
/* line 749, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card:hover .card-title {
  text-decoration: underline solid currentColor;
}
/* line 754, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card:hover .card-img-wrapper:before {
  opacity: .3;
}
/* line 761, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card-body {
  position: relative;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFFFFF;
}
@media (min-width: 576px) {
  /* line 761, styles/designs/_default.scss */
  body.design-admagazin .components-teaser .card-body {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
/* line 774, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card-title {
  font: 18px/24px "Sectra", Georgia, Times, "Times New Roman", serif;
  text-decoration: underline solid transparent;
  transition: all 0.1s ease-in 0s;
}
@media (min-width: 576px) {
  /* line 774, styles/designs/_default.scss */
  body.design-admagazin .components-teaser .card-title {
    font-size: 22px;
    line-height: 28px;
  }
}
/* line 785, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card-kicker {
  font: 12px/16px "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  transition: all 0.1s ease-in 0s;
}
/* line 791, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card-meta {
  margin-top: 15px;
  font-size: 11px;
  line-height: 14px;
}
@media (min-width: 576px) {
  /* line 791, styles/designs/_default.scss */
  body.design-admagazin .components-teaser .card-meta {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 802, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card-date {
  margin-bottom: 0;
  color: #94999b;
  overflow-wrap: normal;
  display: inline-block;
}
/* line 809, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card-author {
  color: #94999b;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 0;
}
/* line 816, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card-abstract {
  font-size: 16px;
  line-height: 24px;
}
/* line 821, styles/designs/_default.scss */
body.design-admagazin .components-teaser .card-button {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 826, styles/designs/_default.scss */
body.design-admagazin .components-teaser .sc-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font: 16px/30px "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  background-color: transparent;
  opacity: .6;
}
@media (min-width: 576px) {
  /* line 826, styles/designs/_default.scss */
  body.design-admagazin .components-teaser .sc-label {
    bottom: initial;
    top: -30px;
  }
}
/* line 846, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-default .card-img-wrapper .sc-label {
  font-size: 11px;
  line-height: 21px;
}
/* line 853, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-inline {
  margin-bottom: 0;
}
/* line 857, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-inline:first-child .card {
  border-top: 1px solid #94999b;
}
/* line 862, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-inline .card-img-wrapper {
  padding: 0;
  margin-right: 15px;
}
/* line 867, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-inline .card {
  border-bottom: 1px solid #94999b;
  margin-bottom: 0;
}
/* line 872, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-inline .card-body {
  padding: 0;
}
@media (min-width: 576px) {
  /* line 872, styles/designs/_default.scss */
  body.design-admagazin .components-teaser.components-teaser-inline .card-body {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
/* line 881, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-inline .card-title {
  font-size: 18px;
  line-height: 22px;
}
/* line 886, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-inline .card-abstract {
  font-size: 13px;
  line-height: 18px;
  font-family: "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #C9CFD1;
}
/* line 896, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-mapp .card-body {
  padding: 0;
}
/* line 903, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-iframe .card:hover {
  color: #1C1D1D;
}
/* line 906, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-iframe .card:hover .card-title {
  text-decoration: none;
}
/* line 912, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-iframe .card-title {
  transition: none;
}
/* line 917, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-highlight {
  margin-bottom: 56px;
}
/* line 920, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-highlight .card-img-wrapper {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 576px) {
  /* line 920, styles/designs/_default.scss */
  body.design-admagazin .components-teaser.components-teaser-highlight .card-img-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
/* line 932, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-highlight .card {
  border-bottom: none;
}
/* line 936, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-highlight .card-title {
  font-style: italic;
  font: 32px/38px "Sectra", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 936, styles/designs/_default.scss */
  body.design-admagazin .components-teaser.components-teaser-highlight .card-title {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 30px;
  }
}
/* line 948, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-highlight .card-body {
  margin-left: -16px;
}
@media (min-width: 576px) {
  /* line 948, styles/designs/_default.scss */
  body.design-admagazin .components-teaser.components-teaser-highlight .card-body {
    margin-left: auto;
  }
}
/* line 957, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-menu {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* line 963, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-menu a:hover {
  color: #1C1D1D;
}
/* line 967, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-menu img {
  border-radius: 100%;
}
/* line 971, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-menu .card-img-wrapper:before {
  border-radius: 100%;
}
/* line 975, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-menu .card {
  white-space: normal;
  margin-left: 8px;
  margin-right: 8px;
  border: none;
  width: 90px;
}
@media (min-width: 576px) {
  /* line 975, styles/designs/_default.scss */
  body.design-admagazin .components-teaser.components-teaser-menu .card {
    width: 160px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* line 988, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-menu .card-body {
  padding: 0;
}
/* line 992, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-menu .card-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 0;
  font: 11px/16px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (min-width: 576px) {
  /* line 992, styles/designs/_default.scss */
  body.design-admagazin .components-teaser.components-teaser-menu .card-title {
    font-size: 12px;
  }
}
/* line 1005, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-links {
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 1011, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-small .card-body {
  padding: 12px 0;
  margin: 0;
}
/* line 1016, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-small .card-title {
  font: 14px/18px "Sectra", Georgia, Times, "Times New Roman", serif;
  letter-spacing: 2.1px;
}
/* line 1023, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar .flip-item-wrap {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  float: left;
  position: relative;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  margin-bottom: 30px;
  transform: perspective(800px) scale(1);
}
/* line 1037, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar .flip-item-wrap.disabled {
  pointer-events: none;
  overflow: hidden;
}
/* line 1042, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar .flip-item-wrap .flipper:checked + .flip-item, body.design-admagazin .components-teaser.components-teaser-calendar .flip-item-wrap.opened .flipper + .flip-item {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* line 1051, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar .flip-item-wrap.opened .flipper + .flip-item figure.front:before {
  opacity: 0;
}
/* line 1056, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar .fake-image {
  visibility: hidden;
}
/* line 1060, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar input {
  display: none;
}
/* line 1064, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar a {
  color: #FFFFFF;
}
/* line 1068, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
/* line 1075, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar .flip-item {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}
/* line 1096, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar figure {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 1108, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar figure.front {
  z-index: 90;
}
/* line 1111, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar figure.front:before {
  width: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 90px solid #fff;
  border-left: 90px solid #000;
  z-index: 10;
}
/* line 1122, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar figure.front:after {
  background: false;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
/* line 1134, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar figure.front .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
/* line 1141, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar figure.back {
  width: 100%;
  margin: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: table-cell;
  z-index: 99;
}
/* line 1152, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar figure.back img {
  -ms-filter: brightness(0.7);
  filter: brightness(0.7);
}
/* line 1157, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar figure.back .arrow {
  width: 46px;
  margin: 0 auto;
}
/* line 1161, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar figure.back .arrow:before {
  padding-left: 3px;
}
/* line 1169, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar .number {
  position: absolute;
  top: calc(50% - 47px);
  height: 50%;
  width: 100%;
  text-align: center;
  font: 60px/90px "Sectra", Georgia, Times, "Times New Roman", serif;
  color: #1C1D1D;
  z-index: 10;
}
@media (min-width: 992px) {
  /* line 1169, styles/designs/_default.scss */
  body.design-admagazin .components-teaser.components-teaser-calendar .number {
    font-size: 120px;
    line-height: 95px;
  }
}
/* line 1186, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar .arrow:before {
  font-family: 'Font Awesome 5 Pro';
  color: #1C1D1D;
  background-color: false;
  content: '\f054';
  border-radius: 100%;
  height: 46px;
  width: 46px;
  position: relative;
  display: block;
  z-index: 10;
  padding-top: 11px;
  padding-left: 20px;
}
/* line 1202, styles/designs/_default.scss */
body.design-admagazin .components-teaser.components-teaser-calendar .flip-item-desc {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 10%;
  width: 80%;
  text-align: center;
}
/* line 1217, styles/designs/_default.scss */
body.design-admagazin .components-widget.components-widget-fbmessenger .fb_messenger_disclaimer p {
  line-height: 20px;
  font-size: 14px;
}
/* line 1224, styles/designs/_default.scss */
body.design-admagazin .components-widget.components-widget-affiliatedisclaimer {
  background: false;
}
/* line 1226, styles/designs/_default.scss */
body.design-admagazin .components-widget.components-widget-affiliatedisclaimer p {
  font-style: italic;
  color: grey;
  font-size: 13px;
}
/* line 1237, styles/designs/_default.scss */
body.design-admagazin.pages .content {
  font: 18px/32px "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 65px;
}
/* line 1242, styles/designs/_default.scss */
body.design-admagazin.pages #back-to-top-btn {
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0px;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
/* line 1258, styles/designs/_default.scss */
body.design-admagazin.pages #back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  transition-property: none;
}
/* line 1267, styles/designs/_default.scss */
body.design-admagazin.pages-competition a.backlink {
  margin-bottom: 24px;
  display: inline-block;
  font-family: "Sectra", Georgia, Times, "Times New Roman", serif;
  color: #1C1D1D;
  text-decoration: none;
  border-bottom: none;
}
/* line 1275, styles/designs/_default.scss */
body.design-admagazin.pages-competition a.backlink .fa-stack {
  margin-right: 15px;
  font-size: 1.5em;
}
/* line 1279, styles/designs/_default.scss */
body.design-admagazin.pages-competition a.backlink .background {
  color: false;
  transition: color 0.15s ease-in-out;
}
/* line 1283, styles/designs/_default.scss */
body.design-admagazin.pages-competition a.backlink .arrow {
  color: #FFFFFF;
  font-size: .8em;
  transition: color 0.15s ease-in-out;
}
/* line 1290, styles/designs/_default.scss */
body.design-admagazin.pages-competition a.backlink:hover .background {
  color: transparent;
}
/* line 1293, styles/designs/_default.scss */
body.design-admagazin.pages-competition a.backlink:hover .arrow {
  color: #1C1D1D;
}
/* line 1299, styles/designs/_default.scss */
body.design-admagazin.pages-competition .competition-box {
  border: 5px solid false;
  font: 16px/24px "Sectra", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 30px;
}
/* line 1304, styles/designs/_default.scss */
body.design-admagazin.pages-competition .competition-box [class*="col-"] {
  border-bottom: 5px solid false;
  padding: 20px;
}
@media (min-width: 992px) {
  /* line 1304, styles/designs/_default.scss */
  body.design-admagazin.pages-competition .competition-box [class*="col-"] {
    border-right: 5px solid false;
    border-bottom: none;
  }
}
/* line 1313, styles/designs/_default.scss */
body.design-admagazin.pages-competition .competition-box [class*="col-"] h5 {
  font: 22px/36px "Sectra", Georgia, Times, "Times New Roman", serif;
}
/* line 1317, styles/designs/_default.scss */
body.design-admagazin.pages-competition .competition-box [class*="col-"]:last-child {
  border: none;
}
/* line 1323, styles/designs/_default.scss */
body.design-admagazin.pages-competition section.prize h2 {
  text-transform: uppercase;
  font: 26px/34px "Sectra", Georgia, Times, "Times New Roman", serif;
}
/* line 1328, styles/designs/_default.scss */
body.design-admagazin.pages-competition section.prize img {
  margin-bottom: 5px;
}
/* line 1332, styles/designs/_default.scss */
body.design-admagazin.pages-competition section.prize figcaption {
  overflow-wrap: break-word;
  position: relative;
  font: 12px/16px "Sectra", Georgia, Times, "Times New Roman", serif;
}
/* line 1337, styles/designs/_default.scss */
body.design-admagazin.pages-competition section.prize figcaption:before {
  content: "";
  position: absolute;
  background-color: false;
  width: 6px;
  height: 16px;
  display: inline-flex;
  margin-bottom: 12px;
  left: 0;
}
/* line 1348, styles/designs/_default.scss */
body.design-admagazin.pages-competition section.prize figcaption:after {
  content: "";
  clear: both;
  display: table;
}
/* line 1355, styles/designs/_default.scss */
body.design-admagazin.pages-competition section.prize .copyright {
  float: right;
  font-size: 12px;
  line-height: 16px;
  color: #C9CFD1;
  font-family: "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* line 1369, styles/designs/_default.scss */
body.design-admagazin.pages-horoscope .horoscope-datepicker {
  font: 12px/14px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: 1.8px;
  position: relative;
  margin-top: 45px;
}
/* line 1375, styles/designs/_default.scss */
body.design-admagazin.pages-horoscope .horoscope-datepicker > a {
  border-bottom: none;
  color: #C9CFD1;
}
/* line 1380, styles/designs/_default.scss */
body.design-admagazin.pages-horoscope .horoscope-datepicker .arrow {
  color: false;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
  position: relative;
  top: -2px;
}
/* line 1389, styles/designs/_default.scss */
body.design-admagazin.pages-horoscope .horoscope-datepicker .active {
  color: #1C1D1D;
}
/* line 1392, styles/designs/_default.scss */
body.design-admagazin.pages-horoscope .horoscope-datepicker .active:before {
  content: "";
  background-color: false;
  width: 34px;
  height: 4px;
  position: absolute;
  top: -22px;
}
/* line 1405, styles/designs/_default.scss */
body.design-admagazin.pages-horoscope .blocks-intro.blocks-intro-default .date {
  font-family: "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1411, styles/designs/_default.scss */
  body.design-admagazin.pages-horoscope .blocks-intro.blocks-intro-default .components-teaser-small .card-title {
    font-size: 10px;
  }
}
/* line 1424, styles/designs/_default.scss */
body.design-admagazin.pages-landingpage .sections-landingpage-headline span {
  display: inline-block;
  padding-top: 10px;
  font: 32px/40px "Sectra", Georgia, Times, "Times New Roman", serif;
}
@media (min-width: 576px) {
  /* line 1424, styles/designs/_default.scss */
  body.design-admagazin.pages-landingpage .sections-landingpage-headline span {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 35px;
  }
}
/* line 1438, styles/designs/_default.scss */
body.design-admagazin.pages-landingpage .sections-landingpage-adslot {
  background-color: #fff;
}
/* line 1448, styles/designs/_default.scss */
body.design-admagazin.pages-portal .sections-landingpage-adslot {
  background-color: #fff;
}
/* line 1457, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-anchors .navbar {
  padding: 0;
  display: block;
}
/* line 1462, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-anchors .navbar-wrapper {
  border-top: 1px solid #94999b;
}
/* line 1466, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-anchors .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 1473, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-anchors .nav-item {
  display: inline-block;
}
/* line 1476, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-anchors .nav-item.active {
  box-shadow: false 0px -4px 0px inset;
}
/* line 1481, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-anchors .nav-link {
  padding: 20px 7px;
  font-size: 16px;
  line-height: 20px;
  transition: color 0.15s ease-in 0s;
  font-family: "Sectra", Georgia, Times, "Times New Roman", serif;
  color: #1C1D1D;
}
/* line 1489, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-anchors .nav-link:hover {
  color: false;
}
/* line 1494, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-anchors ul {
  display: block;
  margin: 20px 0;
}
/* line 1498, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-anchors ul li {
  display: inline-block;
}
/* line 1501, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-anchors ul li a.nav-link {
  padding: 0 7px;
  font-family: "Sectra", Georgia, Times, "Times New Roman", serif;
}
/* line 1504, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-anchors ul li a.nav-link:hover {
  background-color: #1C1D1D;
}
/* line 1515, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-items ul {
  list-style: none;
  padding-inline-start: 0;
}
/* line 1519, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-items ul li {
  display: inline-block;
}
/* line 1522, styles/designs/_default.scss */
body.design-admagazin.pages-taxonomies .taxonomy-items ul li a {
  margin: 3px 1px;
}
/* line 1532, styles/designs/_default.scss */
body.design-admagazin .sections {
  font: 18px/32px "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
}
/* line 1536, styles/designs/_default.scss */
body.design-admagazin .sections h2 {
  font: 22px/30px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* line 1542, styles/designs/_default.scss */
body.design-admagazin .sections .blocks-list.blocks-list-default .list-label h2 {
  font: 22px/30px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: .5rem;
}
/* line 1549, styles/designs/_default.scss */
body.design-admagazin .sections a {
  color: inherit;
  transition: all 0.1s ease-in 0s;
  border-bottom: 1px solid false;
}
/* line 1555, styles/designs/_default.scss */
body.design-admagazin .sections a:hover {
  text-decoration: none;
  color: false;
}
/* line 1566, styles/designs/_default.scss */
body.design-admagazin .sections-default-button {
  text-align: center;
}
/* line 1574, styles/designs/_default.scss */
body.design-admagazin .sections-default-heading {
  color: #1C1D1D;
  font: 18px/32px "Sectra", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 0;
}
/* line 1583, styles/designs/_default.scss */
body.design-admagazin .sections-default-imageservice .slick-prev {
  left: 30px;
}
/* line 1586, styles/designs/_default.scss */
body.design-admagazin .sections-default-imageservice .slick-next {
  right: 35px;
}
/* line 1591, styles/designs/_default.scss */
body.design-admagazin .sections-default-infobox {
  padding: 15px;
  border: 1px solid #94999b;
  border-radius: 4px;
}
/* line 1601, styles/designs/_default.scss */
body.design-admagazin .sections-default-oembed iframe {
  width: 100%;
}
/* line 1605, styles/designs/_default.scss */
body.design-admagazin .sections-default-oembed .embed-youtube,
body.design-admagazin .sections-default-oembed .embed-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  padding-top: 0;
  height: 0;
}
/* line 1613, styles/designs/_default.scss */
body.design-admagazin .sections-default-oembed .embed-youtube > div,
body.design-admagazin .sections-default-oembed .embed-youtube iframe,
body.design-admagazin .sections-default-oembed .embed-vimeo > div,
body.design-admagazin .sections-default-oembed .embed-vimeo iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
/* line 1626, styles/designs/_default.scss */
body.design-admagazin .sections-default-quote {
  font-style: italic;
}
/* line 1629, styles/designs/_default.scss */
body.design-admagazin .sections-default-quote p {
  font-size: 1.3em;
  line-height: 1.3em;
  padding-left: 20px;
  margin-bottom: 0;
}
/* line 1635, styles/designs/_default.scss */
body.design-admagazin .sections-default-quote p:before {
  content: '”';
  position: relative;
  display: inline-block;
  top: 28px;
  width: 32px;
  font-size: 2.5em;
}
/* line 1645, styles/designs/_default.scss */
body.design-admagazin .sections-default-quote footer {
  padding-left: 20px;
  font-size: .9em;
}
/* line 1652, styles/designs/_default.scss */
body.design-admagazin .sections-default-separator .separate {
  border-top: 1px solid #94999b;
}
/* line 1658, styles/designs/_default.scss */
body.design-admagazin .sections-default-small small {
  font-size: 80%;
  line-height: 80%;
  color: #94999b;
}
/* line 1681, styles/designs/_default.scss */
body.design-admagazin .sections-landingpage-teaserlist .menu-container {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 60px;
  border-top: 1px solid #C9CFD1;
  border-bottom: 1px solid #94999b;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* line 1702, styles/designs/_default.scss */
body.design-admagazin .sections-landingpage-newsletterform {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f2f2f2;
}
/* line 1708, styles/designs/_default.scss */
body.design-admagazin .sections-landingpage-newsletterform.sections h2 {
  font: 40px/50px "Sectra", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 20px;
}
/* line 1712, styles/designs/_default.scss */
body.design-admagazin .sections-landingpage-newsletterform p {
  margin-bottom: 45px;
}
/* line 1715, styles/designs/_default.scss */
body.design-admagazin .sections-landingpage-newsletterform iframe {
  height: 100px;
}
@media (min-width: 768px) {
  /* line 1715, styles/designs/_default.scss */
  body.design-admagazin .sections-landingpage-newsletterform iframe {
    height: 60px;
  }
}
/* line 1722, styles/designs/_default.scss */
body.design-admagazin .sections-landingpage-newsletterform .section-content:before {
  margin-bottom: 45px;
}
/* line 1725, styles/designs/_default.scss */
body.design-admagazin .sections-landingpage-newsletterform .section-content:after {
  margin-top: 45px;
}
/* line 1, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer {
  padding-top: 20px;
  margin-top: 10px;
}
/* line 6, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default {
  font: 16px/24px "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  border-top: 1px solid #C9CFD1;
  color: #94999b;
}
/* line 11, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default a {
  text-decoration: none;
}
/* line 15, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .nav-link {
  font-size: 16px;
  line-height: 24px;
  display: inline;
  color: #94999b;
  padding: 0 0 2px;
  border-bottom: 1px solid #C9CFD1;
  transition: all .25s ease-in-out;
}
/* line 24, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .nav-link:hover {
  color: var(--ad-color-brand-primary);
  border-color: transparent;
}
/* line 30, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .navbar-nav {
  clear: left;
  margin-bottom: 10px;
}
/* line 34, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .navbar-nav li {
  float: left;
  margin-bottom: 10px;
  margin-right: 25px;
}
/* line 42, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .partners a {
  text-decoration: none;
}
/* line 46, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .partners img {
  max-width: 150px;
  margin-left: 12px;
  margin-right: 12px;
}
/* line 53, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .abo {
  margin-top: 50px;
  float: right;
}
/* line 58, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .covers {
  position: relative;
  width: 130px;
  height: 150px;
}
/* line 63, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .covers + .nav-link {
  margin-right: 20px;
}
/* line 67, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .covers .print {
  position: absolute;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  width: 100px;
  height: 130px;
  top: 0;
  left: 0;
}
/* line 76, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .covers .web {
  position: absolute;
  width: 60px;
  height: 78px;
  top: 60px;
  left: 60px;
}
/* line 84, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default .covers .frame {
  position: absolute;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  width: 66px;
  top: 49px;
  left: 57px;
}
/* line 94, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default #submenu-footer {
  display: none;
}
/* line 97, styles/designs/_theme.scss */
body.design-admagazin .blocks-footer.blocks-footer-default #submenu-footer .nav-item {
  width: 40%;
}
/* line 106, styles/designs/_theme.scss */
body.design-admagazin .blocks-gallery figcaption {
  font: 13px/18px "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #94999b;
  margin-bottom: 1rem;
}
/* line 111, styles/designs/_theme.scss */
body.design-admagazin .blocks-gallery figcaption p {
  margin-bottom: 0;
}
/* line 116, styles/designs/_theme.scss */
body.design-admagazin .blocks-gallery .copyright {
  text-align: right;
}
/* line 132, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.top-nav-collapse .scroll_indicator {
  display: block;
}
/* line 136, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.top-nav-collapse .navigation {
  box-shadow: 0 0 2px 0 #94999b;
  height: 70px;
  transition: all .25s ease-in-out;
  padding-bottom: 15px;
}
/* line 143, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.top-nav-collapse .navigation .logo-wrapper img {
  max-height: 46px;
}
/* line 150, styles/designs/_theme.scss */
body.design-admagazin .blocks-header .scroll_indicator {
  display: none;
  height: 3px;
  background-color: #1C1D1D;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 159, styles/designs/_theme.scss */
body.design-admagazin .blocks-header .navigation {
  padding: 10px 15px;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 9999;
  height: 80px;
  transition: all .25s ease-in-out;
}
@media (min-width: 768px) {
  /* line 159, styles/designs/_theme.scss */
  body.design-admagazin .blocks-header .navigation {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* line 174, styles/designs/_theme.scss */
body.design-admagazin .blocks-header .logo-wrapper {
  float: left;
  max-width: 85px;
  margin-right: 15px;
  z-index: 10;
}
/* line 180, styles/designs/_theme.scss */
body.design-admagazin .blocks-header .logo-wrapper img {
  max-height: 58px;
  width: 100%;
  transition: all .25s ease-in-out;
}
/* line 188, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default {
  font-family: "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
  transition: all .25s ease-in-out;
  position: initial;
  box-shadow: none;
}
/* line 194, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default .navbar-wrapper {
  border-top: none;
  float: left;
  width: 100%;
  margin-left: 25px;
}
/* line 200, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default .navbar-wrapper .burger-trigger {
  width: 27px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  transition: all .25s ease-in-out;
}
@media (min-width: 768px) {
  /* line 200, styles/designs/_theme.scss */
  body.design-admagazin .blocks-header.blocks-header-default .navbar-wrapper .burger-trigger {
    right: 40px;
  }
}
/* line 212, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default .burger-trigger {
  z-index: 10;
  cursor: pointer;
}
/* line 217, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-item {
  position: relative;
}
/* line 221, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-link {
  font: 16px/20px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
  transition: all .25s ease-in-out;
  padding: 0;
  border-bottom: 2px solid transparent;
}
/* line 227, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default .nav-link:hover {
  border-bottom-color: #1C1D1D;
  color: #1C1D1D;
}
/* line 234, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main ul.nav {
  flex-wrap: nowrap;
}
/* line 238, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-main {
  float: left;
}
/* line 242, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-additional {
  float: right;
}
/* line 246, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item {
  display: inline-block;
  margin-right: 35px;
}
/* line 250, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item:after {
  content: "/";
  position: absolute;
  right: -22px;
  top: 0;
  font-size: 20px;
  line-height: 24px;
  transition: all .25s ease-in-out;
}
/* line 261, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item:last-child:after {
  display: none;
}
/* line 266, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item.social-icons {
  margin-right: 15px;
  display: none;
  white-space: nowrap;
}
/* line 271, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item.social-icons:after {
  display: none;
}
/* line 275, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item.social-icons .nav-link {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
/* line 280, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item.social-icons .nav-link:after {
  content: "/";
  position: absolute;
  right: -16px;
  top: 0;
}
/* line 287, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item.social-icons .nav-link:last-child {
  margin-right: 0;
}
/* line 290, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item.social-icons .nav-link:last-child:after {
  display: none;
}
/* line 298, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item.searchbar {
  margin-right: 0;
  display: none;
}
/* line 302, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item.searchbar:after {
  display: none;
}
/* line 306, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item.searchbar input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #1C1D1D;
  font: 16px/20px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
  outline: none;
  height: 22px;
  border-radius: 0;
  position: relative;
  top: -2px;
}
/* line 318, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item.searchicon {
  cursor: pointer;
  margin-right: 0;
}
/* line 322, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-main .nav-item.searchicon:after {
  display: none;
}
/* line 329, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-burger {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  box-shadow: 0 5px 10px -8px #94999b;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  z-index: 9;
  display: none;
}
/* line 341, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-burger ul {
  padding: 0;
  margin: 0;
}
/* line 345, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-burger ul li {
  list-style: none;
}
/* line 350, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-burger .nav {
  margin-bottom: 50px;
}
/* line 354, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-burger .nav-link {
  padding-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 361, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-burger .social-icons a.nav-link {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  width: 25px;
  display: inline-block;
}
/* line 368, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-burger .social-icons a.nav-link:after {
  content: "/";
  position: absolute;
  right: -16px;
  top: 10px;
  font-weight: bold;
}
/* line 376, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-burger .social-icons a.nav-link:hover:after {
  color: #1C1D1D;
}
/* line 380, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-burger .social-icons a.nav-link:last-child:after {
  display: none;
}
/* line 387, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-burger .searchbar form {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}
/* line 394, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-burger .searchbar input {
  margin-top: 1px;
  padding: 3px 5px;
  border: none;
  border-bottom: 2px solid #1C1D1D;
  background-color: transparent;
  padding-right: 25px;
  outline: none;
}
/* line 404, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-default #menu-burger .searchbar .search-button {
  color: #1C1D1D;
  position: absolute;
  top: 13px;
  right: 5px;
}
/* line 416, styles/designs/_theme.scss */
body.design-admagazin .blocks-header.blocks-header-microsite .logo_additional img {
  max-width: 140px;
}
/* line 424, styles/designs/_theme.scss */
body.design-admagazin #header-gap {
  height: 80px;
}
/* line 431, styles/designs/_theme.scss */
body.design-admagazin .blocks-intro.blocks-intro-default {
  margin-bottom: 65px;
}
/* line 434, styles/designs/_theme.scss */
body.design-admagazin .blocks-intro.blocks-intro-default .kicker {
  font: 18px/22px "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #94999b;
  text-transform: none;
}
/* line 441, styles/designs/_theme.scss */
body.design-admagazin .blocks-intro.blocks-intro-portal {
  margin-bottom: 40px;
}
/* line 444, styles/designs/_theme.scss */
body.design-admagazin .blocks-intro.blocks-intro-portal:after {
  content: '';
  height: 2px;
  width: 60px;
  background-color: #1C1D1D;
  left: calc(50% - 30px);
  position: absolute;
}
@media (min-width: 768px) {
  /* line 444, styles/designs/_theme.scss */
  body.design-admagazin .blocks-intro.blocks-intro-portal:after {
    display: none;
  }
}
/* line 457, styles/designs/_theme.scss */
body.design-admagazin .blocks-intro.blocks-intro-portal h1 {
  font-size: 34px;
  line-height: 36px;
}
/* line 462, styles/designs/_theme.scss */
body.design-admagazin .blocks-intro.blocks-intro-portal summary {
  font: 16px/24px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* line 474, styles/designs/_theme.scss */
body.design-admagazin .blocks-list.blocks-list-default .list-label, body.design-admagazin .blocks-list.blocks-list-recommendations .list-label {
  text-align: center;
  margin-bottom: 20px;
}
/* line 478, styles/designs/_theme.scss */
body.design-admagazin .blocks-list.blocks-list-default .list-label h2, body.design-admagazin .blocks-list.blocks-list-recommendations .list-label h2 {
  font: 24px/32px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* line 488, styles/designs/_theme.scss */
body.design-admagazin .blocks-socialbuttons.blocks-socialbuttons-default {
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}
/* line 493, styles/designs/_theme.scss */
body.design-admagazin .blocks-socialbuttons.blocks-socialbuttons-default:after {
  content: '';
  height: 2px;
  width: 60px;
  background-color: #1C1D1D;
  bottom: 60px;
  left: calc(50% - 30px);
  position: absolute;
}
/* line 502, styles/designs/_theme.scss */
body.design-admagazin .blocks-socialbuttons.blocks-socialbuttons-default .list-label {
  margin-bottom: 20px;
}
/* line 505, styles/designs/_theme.scss */
body.design-admagazin .blocks-socialbuttons.blocks-socialbuttons-default .list-label h2 {
  font: 24px/32px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* line 514, styles/designs/_theme.scss */
body.design-admagazin .components-teaser .card {
  border-bottom: 0;
  color: #1C1D1D;
}
/* line 518, styles/designs/_theme.scss */
body.design-admagazin .components-teaser .card .card-img-wrapper {
  transition: transform .1s ease-in-out;
  z-index: 99;
}
/* line 523, styles/designs/_theme.scss */
body.design-admagazin .components-teaser .card:hover {
  color: var(--ad-color-brand-primary);
}
/* line 526, styles/designs/_theme.scss */
body.design-admagazin .components-teaser .card:hover .card-img-wrapper {
  transform: scale(1.02);
}
/* line 529, styles/designs/_theme.scss */
body.design-admagazin .components-teaser .card:hover .card-img-wrapper:before {
  opacity: 0;
}
/* line 534, styles/designs/_theme.scss */
body.design-admagazin .components-teaser .card:hover .card-title {
  text-decoration: none;
}
/* line 540, styles/designs/_theme.scss */
body.design-admagazin .components-teaser .card-title {
  font: 24px/26px "Sectra", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 10px;
  text-decoration: none;
}
/* line 546, styles/designs/_theme.scss */
body.design-admagazin .components-teaser .card-kicker {
  font: 16px/22px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  text-transform: none;
}
/* line 552, styles/designs/_theme.scss */
body.design-admagazin .components-teaser .card-abstract {
  font: 16px/22px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
/* line 557, styles/designs/_theme.scss */
body.design-admagazin .components-teaser .card-author,
body.design-admagazin .components-teaser .card-date {
  font-family: "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (min-width: 576px) {
  /* line 563, styles/designs/_theme.scss */
  body.design-admagazin .components-teaser .card-body {
    padding-left: 0;
  }
}
/* line 574, styles/designs/_theme.scss */
body.design-admagazin .components-teaser.components-teaser-inline .card-title {
  font-size: 24px;
  line-height: 26px;
}
/* line 580, styles/designs/_theme.scss */
body.design-admagazin .components-teaser.components-teaser-highlight {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  /* line 580, styles/designs/_theme.scss */
  body.design-admagazin .components-teaser.components-teaser-highlight {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  /* line 580, styles/designs/_theme.scss */
  body.design-admagazin .components-teaser.components-teaser-highlight {
    margin-bottom: 45px;
  }
}
/* line 590, styles/designs/_theme.scss */
body.design-admagazin .components-teaser.components-teaser-highlight .card-img-wrapper {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
/* line 595, styles/designs/_theme.scss */
body.design-admagazin .components-teaser.components-teaser-highlight .card-body {
  margin-left: 0;
  padding-left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  /* line 595, styles/designs/_theme.scss */
  body.design-admagazin .components-teaser.components-teaser-highlight .card-body {
    text-align: center;
  }
}
/* line 606, styles/designs/_theme.scss */
body.design-admagazin .components-teaser.components-teaser-highlight .card-kicker {
  margin-bottom: 10px;
}
/* line 610, styles/designs/_theme.scss */
body.design-admagazin .components-teaser.components-teaser-highlight .card-title {
  font: normal 24px/26px "Sectra", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 610, styles/designs/_theme.scss */
  body.design-admagazin .components-teaser.components-teaser-highlight .card-title {
    font-size: 36px;
    line-height: 40px;
  }
}
/* line 622, styles/designs/_theme.scss */
body.design-admagazin .components-teaser.components-teaser-product .card-body {
  padding-left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
/* line 633, styles/designs/_theme.scss */
body.design-admagazin .components-widget.components-widget-affiliatedisclaimer {
  margin-bottom: 65px;
  margin-top: -45px;
}
/* line 637, styles/designs/_theme.scss */
body.design-admagazin .components-widget.components-widget-affiliatedisclaimer p {
  font: italic 14px/18px "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #1C1D1D;
}
@media (min-width: 576px) {
  /* line 648, styles/designs/_theme.scss */
  body.design-admagazin.pages-landingpage .sections-landingpage-headline span {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  /* line 664, styles/designs/_theme.scss */
  body.design-admagazin.pages-microsite .sections-microsite-headline span {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 0;
  }
}
/* line 677, styles/designs/_theme.scss */
body.design-admagazin .sections {
  font: 18px/28px "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* line 680, styles/designs/_theme.scss */
body.design-admagazin .sections h2 {
  font: 26px/28px "Sectra", Georgia, Times, "Times New Roman", serif;
}
/* line 684, styles/designs/_theme.scss */
body.design-admagazin .sections a {
  color: var(--ad-color-brand-primary);
  transition: all 0.1s ease-in 0s;
}
/* line 689, styles/designs/_theme.scss */
body.design-admagazin .sections a:hover {
  text-decoration: none;
  color: inherit;
}
/* line 701, styles/designs/_theme.scss */
body.design-admagazin .sections-default-anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}
/* line 714, styles/designs/_theme.scss */
body.design-admagazin .sections-default-headline span {
  display: inline-block;
  padding-top: 10px;
  font: 32px/40px "Sectra", Georgia, Times, "Times New Roman", serif;
}
@media (min-width: 576px) {
  /* line 714, styles/designs/_theme.scss */
  body.design-admagazin .sections-default-headline span {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 0;
  }
}
/* line 729, styles/designs/_theme.scss */
body.design-admagazin .sections-default-imageservice figcaption {
  color: #94999b;
  font: 13px/18px "CircularPro", Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* line 736, styles/designs/_theme.scss */
body.design-admagazin .sections-default-quote {
  text-align: center;
}
/* line 739, styles/designs/_theme.scss */
body.design-admagazin .sections-default-quote p {
  font: 24px/28px "Sectra", Georgia, Times, "Times New Roman", serif;
  padding-left: 0;
}
@media (min-width: 768px) {
  /* line 739, styles/designs/_theme.scss */
  body.design-admagazin .sections-default-quote p {
    font-size: 30px;
    line-height: 37px;
  }
}
/* line 748, styles/designs/_theme.scss */
body.design-admagazin .sections-default-quote p:before, body.design-admagazin .sections-default-quote p:after {
  content: "";
  width: 1px;
  height: 55px;
  border: 1px solid #1C1D1D;
  top: 0;
  margin: 20px auto;
  display: block;
}
@media (min-width: 576px) {
  /* line 748, styles/designs/_theme.scss */
  body.design-admagazin .sections-default-quote p:before, body.design-admagazin .sections-default-quote p:after {
    height: 75px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
/* line 766, styles/designs/_theme.scss */
body.design-admagazin .sections-default-quote footer {
  padding-left: 0;
  font: 16px/22px "CircularPro700", Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* line 784, styles/designs/_theme.scss */
body.design-admagazin .sections-landingpage-teaserlist .menu-container {
  border-top: 0;
  border-bottom: 0;
}

/*! purgecss end ignore */
