/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url(fonts/5be1347c682810f199c7.eot);
  src: url(fonts/5be1347c682810f199c7.eot?#iefix) format('embedded-opentype'), url(fonts/be810be3a3e14c682a25.woff2) format('woff2'), url(fonts/82b1212e45a2bc35dd73.woff) format('woff'), url(fonts/4692b9ec53fd5972caa2.ttf) format('truetype'), url(assets/060b2710bdbbe3dfe48b.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1440px
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap Grid v4.3.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)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:100%}}@media (min-width:768px){.container{max-width:100%}}@media (min-width:992px){.container{max-width:100%}}@media (min-width:1440px){.container{max-width:1440px}}.container-fluid{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto{position:relative;width:100%;padding-right:12px;padding-left:12px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1440px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1440px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1440px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1440px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}
.tablesaw{width:100%;max-width:100%;empty-cells:show;border-collapse:collapse;border:0;padding:0}.tablesaw *{box-sizing:border-box}.tablesaw-btn{background:none;cursor:pointer;display:inline-block;margin:0;position:relative;text-align:center;text-decoration:none;text-transform:capitalize;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.tablesaw-btn{color:#1c95d4}.tablesaw-btn:hover{text-decoration:none}.tablesaw-btn-select select{background:none;border:none;display:inline-block;position:absolute;left:0;top:0;margin:0;width:100%;height:100%;z-index:2;min-height:1em;opacity:0;color:transparent}.tablesaw-btn select option{background:#fff;color:#000}.tablesaw-btn{display:inline-block;width:auto;height:auto;position:relative;top:0}.tablesaw-btn.btn-small{font-size:1.0625em;line-height:19px;padding:.3em 1em .3em 1em}.tablesaw-btn-select{text-align:left;display:inline-block;color:#4d4d4d;padding-right:2.5em;min-width:7.25em}.tablesaw-btn-select:after{position:absolute;background:none;background-repeat:no-repeat;background-position:.25em .45em;content:"\25bc";font-size:.55em;padding-top:1.2em;padding-left:1em;left:auto;right:0;margin:0;top:0;bottom:0;width:1.8em}.tablesaw-btn-select.btn-small:after,.tablesaw-btn-select.btn-micro:after{width:1.2em;font-size:.5em;padding-top:1em;padding-right:.5em;line-height:1.65;background:none;box-shadow:none;border-left-width:0}.tablesaw-advance .tablesaw-btn{-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box}.tablesaw-advance a.tablesaw-nav-btn{display:inline-block;font-size:1.6rem;line-height:1.1875;padding:1.8rem 1.5rem 1.9rem;position:relative;user-select:none}.tablesaw-advance a.tablesaw-nav-btn.down:before{left:.5em;top:.65em;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid gray}.tablesaw-advance a.tablesaw-nav-btn.up:before{left:.5em;top:.65em;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid gray}.tablesaw-advance a.tablesaw-nav-btn.left:before,.tablesaw-advance a.tablesaw-nav-btn.right:before{top:.45em;border-top:5px solid transparent;border-bottom:5px solid transparent}.tablesaw-bar{clear:both;margin-top:3rem;position:relative}.tablesaw-bar *{box-sizing:border-box}.tablesaw-bar-section{float:left}.tablesaw-bar-section label{font-size:.875em;padding:.5em 0;clear:both;display:block;color:#888;margin-right:.5em;text-transform:uppercase}.tablesaw-btn-select,.tablesaw-enhanced .tablesaw-btn-select{margin-bottom:0}.tablesaw-bar .tablesaw-bar-section .tablesaw-btn{margin-left:.4em;margin-top:0;text-transform:uppercase;border:none;box-shadow:none;background:transparent;font-size:1em;padding-left:.3em}.tablesaw-bar .tablesaw-bar-section .btn-select{min-width:0}.tablesaw-bar .tablesaw-bar-section .btn-select:after{padding-top:.9em}.tablesaw-bar .tablesaw-bar-section select{color:#888;text-transform:none;background:transparent}.tablesaw-bar-section~table{clear:both}.tablesaw-bar-section .abbreviated{display:inline}.tablesaw-bar-section .longform{display:none}@media (min-width:24em){.tablesaw-bar-section .abbreviated{display:none}.tablesaw-bar-section .longform{display:inline}}.tablesaw th,.tablesaw td{padding:.5em .7em;text-align:left;vertical-align:middle}.tablesaw-sortable-btn{padding:.5em .7em}.tablesaw-row-border tr{border-bottom:1px solid #dfdfdf}.tablesaw-row-zebra tr:nth-child(2n){background-color:#f8f8f8}.tablesaw caption{text-align:left;margin:.59375em 0}.tablesaw-swipe .tablesaw-swipe-cellpersist{border-right:2px solid #e4e1de}.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist{border-right-width:1px}.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist{box-shadow:3px 0 4px -1px #e4e1de}.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:none}@media only all{.tablesaw-stack{clear:both}.tablesaw-stack td,.tablesaw-stack th{text-align:left;display:block}.tablesaw-stack tr{clear:both;display:table-row}.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:inline-block;padding:0 .6em 0 0;width:30%}.tablesaw-stack th .tablesaw-cell-label-top,.tablesaw-stack td .tablesaw-cell-label-top{display:block;padding:.4em 0;margin:.4em 0}.tablesaw-cell-label{display:block}.tablesaw-stack tbody th.group{margin-top:-1px}.tablesaw-stack th.group b.tablesaw-cell-label{display:none!important}}@media (max-width:39.9375em){.tablesaw-stack tbody tr{display:block;width:100%;border-bottom:1px solid #dfdfdf}.tablesaw-stack thead td,.tablesaw-stack thead th{display:none}.tablesaw-stack tbody td,.tablesaw-stack tbody th{display:block;float:left;clear:left;width:100%}.tablesaw-cell-label{vertical-align:top}.tablesaw-cell-content{display:inline-block;max-width:67%}.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content{display:block;width:100%;max-width:100%;padding:0}.tablesaw-stack td:empty,.tablesaw-stack th:empty{display:none}}@media (min-width:40em){.tablesaw-stack tr{display:table-row}.tablesaw-stack td,.tablesaw-stack th,.tablesaw-stack thead td,.tablesaw-stack thead th{display:table-cell;margin:0}.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:none!important}}.tablesaw-fix-persist{table-layout:fixed}@media only all{.tablesaw-swipe th.tablesaw-swipe-cellhidden,.tablesaw-swipe td.tablesaw-swipe-cellhidden{display:none}}.tablesaw-overflow{position:relative;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.tablesaw-overflow>.tablesaw{margin-top:2px}.tablesaw-columntoggle-btn span{text-indent:-9999px;display:inline-block}.tablesaw-columntoggle-btnwrap{position:relative}.tablesaw-columntoggle-btnwrap .dialog-content{padding:.5em}.tablesaw-columntoggle tbody td{line-height:1.5}.tablesaw-columntoggle-popup{display:none}.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup{display:block;position:absolute;top:2em;right:0;background-color:#fff;padding:.5em .8em;border:1px solid #ccc;box-shadow:0 1px 2px #ccc;border-radius:.2em;z-index:1}.tablesaw-columntoggle-popup fieldset{margin:0}@media only all{.tablesaw-columntoggle th.tablesaw-priority-6,.tablesaw-columntoggle td.tablesaw-priority-6,.tablesaw-columntoggle th.tablesaw-priority-5,.tablesaw-columntoggle td.tablesaw-priority-5,.tablesaw-columntoggle th.tablesaw-priority-4,.tablesaw-columntoggle td.tablesaw-priority-4,.tablesaw-columntoggle th.tablesaw-priority-3,.tablesaw-columntoggle td.tablesaw-priority-3,.tablesaw-columntoggle th.tablesaw-priority-2,.tablesaw-columntoggle td.tablesaw-priority-2,.tablesaw-columntoggle th.tablesaw-priority-1,.tablesaw-columntoggle td.tablesaw-priority-1,.tablesaw-columntoggle th.tablesaw-priority-0,.tablesaw-columntoggle td.tablesaw-priority-0{display:none}}.tablesaw-columntoggle-btnwrap .dialog-content{top:0!important;right:1em;left:auto!important;width:12em;max-width:18em;margin:-.5em auto 0}.tablesaw-columntoggle-btnwrap .dialog-content:focus{outline-style:none}@media (min-width:20em){.tablesaw-columntoggle th.tablesaw-priority-1,.tablesaw-columntoggle td.tablesaw-priority-1{display:table-cell}}@media (min-width:30em){.tablesaw-columntoggle th.tablesaw-priority-2,.tablesaw-columntoggle td.tablesaw-priority-2{display:table-cell}}@media (min-width:40em){.tablesaw-columntoggle th.tablesaw-priority-3,.tablesaw-columntoggle td.tablesaw-priority-3{display:table-cell}.tablesaw-columntoggle tbody td{line-height:2}}@media (min-width:50em){.tablesaw-columntoggle th.tablesaw-priority-4,.tablesaw-columntoggle td.tablesaw-priority-4{display:table-cell}}@media (min-width:60em){.tablesaw-columntoggle th.tablesaw-priority-5,.tablesaw-columntoggle td.tablesaw-priority-5{display:table-cell}}@media (min-width:70em){.tablesaw-columntoggle th.tablesaw-priority-6,.tablesaw-columntoggle td.tablesaw-priority-6{display:table-cell}}@media only all{.tablesaw-columntoggle th.tablesaw-toggle-cellhidden,.tablesaw-columntoggle td.tablesaw-toggle-cellhidden{display:none}.tablesaw-columntoggle th.tablesaw-toggle-cellvisible,.tablesaw-columntoggle td.tablesaw-toggle-cellvisible{display:table-cell}}.tablesaw-columntoggle-popup .tablesaw-btn-group>label{display:block;padding:.2em 0;white-space:nowrap;cursor:default}.tablesaw-columntoggle-popup .tablesaw-btn-group>label input{margin-right:.8em}.tablesaw-sortable-head{position:relative;vertical-align:top}.tablesaw .tablesaw-sortable-head{padding:0}.tablesaw-sortable-btn{min-width:100%;color:inherit;background:transparent;border:0;text-align:inherit;font:inherit;text-transform:inherit}.tablesaw-sortable-arrow:after{display:inline-block;width:10px;height:14px;content:" ";margin-left:.3125em}.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,.tablesaw-sortable-descending .tablesaw-sortable-arrow:after{content:"\0020"}.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after{content:"\2191"}.tablesaw-sortable-descending .tablesaw-sortable-arrow:after{content:"\2193"}.tablesaw-advance{align-items:center;display:flex;justify-content:space-between}.tablesaw-advance.minimap{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.tablesaw-advance-dots{float:left;margin:0;padding:0;list-style:none}.tablesaw-advance-dots li{display:table-cell;margin:0;padding:.4rem}
@font-face {
    font-family: 'Hellix';
    src: url(fonts/a2e3a980f8ad6b107575.eot);
    src: url(fonts/a2e3a980f8ad6b107575.eot?#iefix) format('embedded-opentype'),
        url(fonts/0c114f6f1d9b4b8bf2df.woff2) format('woff2'),
        url(fonts/d3ffd5b887c4fb73e1fd.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hellix';
    src: url(fonts/8ae94f95ba59d9141495.eot);
    src: url(fonts/8ae94f95ba59d9141495.eot?#iefix) format('embedded-opentype'),
        url(fonts/4feeaf6e8aee29548968.woff2) format('woff2'),
        url(fonts/51c6cdd2dfe20a18a2ee.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}

/* TODO: Artem Slipets 24.06.2020 Enable normal font */
/*@font-face {*/
/*    font-family: 'Hellix';*/
/*    src: url('hellix/Hellix-Regular.eot');*/
/*    src: url('hellix/Hellix-Regular.eot?#iefix') format('embedded-opentype'),*/
/*        url('hellix/Hellix-Regular.woff2') format('woff2'),*/
/*        url('hellix/Hellix-Regular.woff') format('woff');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/

@font-face {
    font-family: 'Hellix';
    src: url(fonts/9e174c4a63331d9d6a42.eot);
    src: url(fonts/9e174c4a63331d9d6a42.eot?#iefix) format('embedded-opentype'),
        url(fonts/e9704e08d4c23022a7ac.woff2) format('woff2'),
        url(fonts/458b266b946d2c9c8641.woff) format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bliss 2';
    src: url(b95cae2b7d8971c96cc7.otf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bliss 2';
    src: url(1487254c07ee835010c3.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bliss 2';
    src: url(ed434eb85c7e839c8ebd.otf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GE SS Two';
    src: url(89204a59801e9568faf1.otf);
    font-weight: 300;
    font-style: normal;
}

.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-moz-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-3rem,0);transform:translate3d(0,-3rem,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-3rem,0);transform:translate3d(0,-3rem,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-o-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-3rem,0);transform:translate3d(0,-3rem,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-3rem,0);transform:translate3d(0,-3rem,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-moz-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-3rem,0);transform:translate3d(0,-3rem,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-3rem,0);transform:translate3d(0,-3rem,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-o-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-3rem,0);transform:translate3d(0,-3rem,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-3rem,0);transform:translate3d(0,-3rem,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-moz-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-o-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-o-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:var(--tw-font-bold)}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:rgb(var(--tw-color-warning-500)/1)}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid rgb(var(--tw-color-shade-300)/1)}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:var(--tw-font-bold)}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print{*,*:before,*:after{color:#000 !important;text-shadow:none !important;background:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid rgb(var(--tw-color-shade-500)/1);page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn > .caret,.dropup > .btn > .caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid rgb(var(--tw-color-shade-200)/1) !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:rgb(var(--tw-color-shade-800)/1);background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid rgb(var(--tw-color-shade-300)/1);border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid rgb(var(--tw-color-shade-200)/1)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:var(--tw-font-semibold);line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:var(--tw-font-normal);line-height:1;color:rgb(var(--tw-color-shade-500)/1)}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:rgb(var(--tw-color-shade-100)/1)}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:rgb(var(--tw-color-shade-500)/1)}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:rgb(var(--tw-color-approval-500)/1)}a.text-success:hover,a.text-success:focus{color:rgb(var(--tw-color-approval-500)/1)}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:rgb(var(--tw-color-warning-500)/1)}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:rgb(var(--tw-color-error-500)/1)}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid rgb(var(--tw-color-shade-200)/1)}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline > li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:var(--tw-font-bold)}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1)}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid rgb(var(--tw-color-shade-200)/1)}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:rgb(var(--tw-color-shade-500)/1)}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid rgb(var(--tw-color-shade-200)/1);border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:rgb(var(--tw-color-primary-500)/1);background-color:rgb(var(--tw-color-shade-100)/1);border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:rgb(var(--tw-color-shade-800)/1);border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:var(--tw-font-bold);-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:rgb(var(--tw-color-shade-800)/1);word-break:break-all;word-wrap:break-word;background-color:rgb(var(--tw-color-shade-100)/1);border:1px solid rgb(var(--tw-color-shade-300)/1);border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}html,body{height:100%}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--tw-font-sans);font-size:16px}@media (max-width:991px){.navbar{min-height:50px}.navbar-header-top .navbar-nav > li,.navbar-header-top .navbar-nav > li:last-child{border-left:none;border-right:none}.navbar-header-top .navbar-toggle{margin-top:5px;padding:20px 0}.navbar-header-top .user-info{padding-top:0;margin-bottom:10px;font-size:16px}.navbar-header-top .user-info .myaccount .btn{font-size:16px}}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:992px) and (max-width:1440px){.hidden-lg{display:none !important}}.--info{color:rgb(var(--tw-color-shade-500)/1)}.--full-width{width:100%}.--mb-1{margin-bottom:1rem}.--p-1{padding:1rem}.--pb-1{padding-bottom:1rem}.--mb-2{margin-bottom:2rem}.--p-2{padding:2rem}.--pb-2{padding-bottom:2rem}.--mb-3{margin-bottom:3rem}.--p-3{padding:3rem}.--pb-3{padding-bottom:3rem}.--mb-4{margin-bottom:4rem}.--p-4{padding:4rem}.--pb-4{padding-bottom:4rem}.--mb-5{margin-bottom:5rem}.--p-5{padding:5rem}.--pb-5{padding-bottom:5rem}.btn:focus,.btn:active:focus,.btn.active:focus{outline:none;outline:0 auto -webkit-focus-ring-color;outline-offset:0;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.btn{font-size:16px;font-weight:var(--tw-font-bold);display:inline-block;margin-bottom:0;font-weight:var(--tw-font-normal);text-align:center;vertical-align:middle;background-image:none;border:0 solid transparent;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn-no-radius{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.btn-link,.btn-link:hover,.btn-link:active{color:rgb(var(--tw-color-primary-500)/1);font-size:16px}.btn-disabled{background-color:rgb(var(--tw-color-shade-200)/1);color:rgb(var(--tw-color-shade-500)/1);opacity:1 !important}.btn-disabled:hover,a.btn-disabled:hover,a.btn-disabled{color:rgb(var(--tw-color-shade-500)/1);cursor:default}.btn-action{font-size:16px;background-color:rgb(var(--tw-color-primary-500)/1);color:#fff;font-weight:var(--tw-font-bold);font-family:var(--tw-font-sans);height:50px;padding:3px 30px}.btn--secondary{position:relative;border:1px solid rgb(var(--tw-color-shade-200)/1);background-color:#fff;font-size:16px;padding:6px 10px 4px 10px;height:38px}.btn--secondary i{position:absolute;top:5px;right:8px}a.btn-action{color:#fff}.btn-action:hover{background-color:rgb(var(--tw-color-primary-500)/1);-webkit-transition:background-color .2s ease;-moz-transition:background-color .2s ease;-ms-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease;color:#fff}.btn-action:focus{background-color:rgb(var(--tw-color-primary-500)/1);color:#fff}.btn-secondary{background-color:transparent;color:#fff;font-weight:var(--tw-font-bold);font-family:var(--tw-font-sans);height:50px;padding:3px 30px;border:2px solid #fff}.btn-secondary:hover{color:#fff}.btn-secondary-prime{font-size:24px;background-color:#fff;color:rgb(var(--tw-color-primary-500)/1);font-weight:var(--tw-font-bold);font-family:var(--tw-font-sans);height:50px;padding:3px 30px;border:2px solid rgb(var(--tw-color-primary-500)/1)}.btn-secondary-prime:active,.btn-secondary-prime:focus,.btn-secondary-prime:hover{color:rgb(var(--tw-color-primary-500)/1)}a.btn-secondary{color:rgb(var(--tw-color-shade-500)/1)}.btn-blue{background-color:rgb(var(--tw-color-secondary-500)/1);color:#fff;font-weight:var(--tw-font-bold);font-family:var(--tw-font-sans);height:50px;padding:3px 30px}.btn-blue:focus{background-color:rgb(var(--tw-color-secondary-500)/1)}.btn-blue:active,.btn-blue:focus,.btn-blue:hover{color:#fff}.btn-blue:hover{background-color:#0f5eab;-webkit-transition:background-color .2s ease;-moz-transition:background-color .2s ease;-ms-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}.btn-inverse{color:rgb(var(--tw-color-primary-500)/1);background-color:#fff}.btn-inverse:hover,.btn-inverse:focus{background-color:rgb(var(--tw-color-shade-300)/1);-webkit-transition:background-color .2s ease;-moz-transition:background-color .2s ease;-ms-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease;color:rgb(var(--tw-color-primary-500)/1)}.btn-landing{position:relative;font-weight:var(--tw-font-bold);width:225px;margin-right:25px;letter-spacing:2px;background-color:#fff;color:rgb(var(--tw-color-primary-500)/1);font-size:24px;height:50px;font-family:var(--tw-font-sans)}.btn-landing:before{content:"";position:absolute;right:100%;top:0;width:0;height:0;border-style:solid;border-width:0 0 50px 25px;border-color:transparent transparent #fff transparent}.btn-landing:after{content:"";position:absolute;left:100%;top:0;width:0;height:0;border-style:solid;border-width:50px 25px 0 0;border-color:#fff transparent transparent transparent}.btn-landing:hover,.btn-landing:focus{background-color:rgb(var(--tw-color-shade-300)/1);color:rgb(var(--tw-color-primary-500)/1)}.btn-landing:hover:after{border-color:rgb(var(--tw-color-shade-300)/1) transparent transparent transparent}.btn-landing:hover:before{border-color:transparent transparent rgb(var(--tw-color-shade-300)/1) transparent}.small-button{font-size:12px;padding:5px 10px;height:28px;font-weight:var(--tw-font-normal)}.medium-button{padding:7px 10px;height:38px}.btn-secondary.medium-button{padding-top:5px}.medium-button.wide{padding:4px 30px}.full-width{width:100%}.btn-lowercase{font-size:14px;letter-spacing:1px}.color--white{color:#fff !important}.color--brand-blue{color:rgb(var(--tw-color-secondary-500)/1) !important}.color--brand-dark-blue{color:rgb(var(--tw-color-secondary-400)/1) !important}.color--approval-green{color:rgb(var(--tw-color-approval-500)/1) !important}.color--brand-red{color:rgb(var(--tw-color-primary-500)/1) !important}.color--brand-gray{color:rgb(var(--tw-color-shade-500)/1) !important}.color--brand-light-gray{color:rgb(var(--tw-color-shade-400)/1) !important}.color--brand-carbon{color:rgb(var(--tw-color-tertiary-500)/1) !important}.color--maintenance-yellow{color:rgb(var(--tw-color-warning-500)/1) !important}.color--attention-red{color:rgb(var(--tw-color-error-500)/1) !important}.color--black{color:#000 !important}.color--persian-blue{color:rgb(var(--tw-color-secondary-500)/1) !important}.bg--inherit{background-color:inherit}.bg--white{background-color:#fff !important}.bg--white-with-shadow{background-color:#fff !important;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05)}.bg--wizard{background-color:rgb(var(--tw-color-shade-100)/1) !important}.bg--brand-blue{background-color:rgb(var(--tw-color-secondary-500)/1) !important}.bg--approval-green{background-color:rgb(var(--tw-color-approval-500)/1) !important}.bg--brand-red{background-color:rgb(var(--tw-color-primary-500)/1) !important}.bg--brand-light-gray{background-color:rgb(var(--tw-color-shade-400)/1) !important}.bg--brand-gray{background-color:rgb(var(--tw-color-shade-500)/1) !important}.bg--brand-carbon{background-color:rgb(var(--tw-color-tertiary-500)/1) !important}.bg--maintenance-yellow{background-color:rgb(var(--tw-color-warning-500)/1) !important}.bg--black{background-color:#000 !important}.bg--transparent{background-color:transparent !important}h1,h2,h3,h4,h5,h6{font-weight:var(--tw-font-semibold);margin-top:0}h1{font-size:4.8rem;line-height:1.08333}@media (min-width:768px){h1{font-size:6.104rem;line-height:1.14679}}h2{font-size:4rem;line-height:1}@media (min-width:768px){h2{font-size:4.883rem;line-height:1.10588}}h3{font-size:2.4rem;line-height:1.25}@media (min-width:768px){h3{font-size:3.125rem;line-height:1.28}}h4{font-size:2rem;line-height:1.4}p{font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.625;margin-top:0}.lead-paragraph{font-size:1.8rem;line-height:1.33333}@media (min-width:992px){.lead-paragraph{line-height:1.77778}}.small-paragraph{font-size:1.3rem;line-height:1.53846}@media (min-width:768px){.text-md-right{text-align:right}}.text-medium{font-weight:var(--tw-font-medium)}.text-bold{font-weight:var(--tw-font-semibold)}.wa-heading{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-semibold);margin:0}.wa-heading--h1{font-size:4.8rem;line-height:1.08333}.wa-heading--h2{font-size:4rem;line-height:1}.wa-heading--h3{font-size:2.4rem;line-height:1.25}.wa-heading--h4{font-size:2rem;line-height:1.4}@media (min-width:768px){.wa-heading--h1{font-size:6.104rem;line-height:1.14679}.wa-heading--h2{font-size:4.883rem;line-height:1.10588}.wa-heading--h3{font-size:3.125rem;line-height:1.28}}.wa-paragraph{font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.625;margin-bottom:0}.wa-paragraph--lead{font-size:1.8rem;line-height:1.33333}.wa-paragraph--small{font-size:1.3rem;line-height:1.84616}@media (min-width:992px){.wa-paragraph--lead{line-height:1.77778}}.wa-button{border:none;-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;cursor:pointer;display:inline-block;font-size:1.3rem;font-weight:var(--tw-font-semibold);line-height:1.42857143;max-width:100%;padding:.7rem 1.2rem;text-align:center;width:100%;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s}.wa-button:active,.wa-button:focus,.wa-button:hover{outline:none;text-decoration:none}.wa-button--large{font-size:1.6rem;padding:1.3rem 1.2rem}.wa-button--brand-red{background-color:rgb(var(--tw-color-primary-500)/1);color:#fff !important;-webkit-transition:border-color .25s,color .25s;-moz-transition:border-color .25s,color .25s;-ms-transition:border-color .25s,color .25s;-o-transition:border-color .25s,color .25s;transition:border-color .25s,color .25s}.wa-button--brand-red:active,.wa-button--brand-red:focus,.wa-button--brand-red:hover{color:#fff}.wa-button--brand-red:active,.wa-button--brand-red:focus{background-color:rgb(var(--tw-color-primary-700)/1)}.wa-button--brand-red:hover{background-color:rgb(var(--tw-color-primary-600)/1)}.wa-button--brand-red[disabled],.wa-button--brand-red:disabled{background-color:rgb(var(--tw-color-shade-200)/1) !important;color:rgb(var(--tw-color-shade-500)/1) !important;cursor:not-allowed !important;font-weight:var(--tw-font-semibold)}.wa-button--outlined-primary{background-color:rgb(var(--tw-color-primary-500)/1);color:#fff !important;position:relative}.wa-button--outlined-primary::after,.wa-button--outlined-primary::before{-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;content:'';position:absolute;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s}.wa-button--outlined-primary::before{bottom:-.4rem;left:-.4rem;right:-.4rem;top:-.4rem;z-index:-2}.wa-button--outlined-primary::after{bottom:-.2rem;left:-.2rem;right:-.2rem;top:-.2rem;z-index:-1}.wa-button--outlined-primary:active{background-color:rgb(var(--tw-color-primary-700)/1)}.wa-button--outlined-primary:focus{background-color:rgb(var(--tw-color-primary-500)/1);outline:none}.wa-button--outlined-primary:focus::before{background-color:rgb(var(--tw-color-primary-500)/1)}.wa-button--outlined-primary:focus::after{background-color:#fff}.wa-button--outlined-primary:hover{background-color:rgb(var(--tw-color-primary-600)/1)}.wa-button--secondary{background-color:transparent;border:2px solid rgb(var(--tw-color-primary-500)/1);color:rgb(var(--tw-color-primary-500)/1);padding-bottom:1.15rem;padding-top:1.15rem;-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s}.wa-button--secondary:active,.wa-button--secondary:focus,.wa-button--secondary:hover{color:rgb(var(--tw-color-primary-600)/1)}.wa-button--secondary:active,.wa-button--secondary:focus{border-color:rgb(var(--tw-color-primary-700)/1)}.wa-button--secondary:hover{border-color:rgb(var(--tw-color-primary-600)/1)}.wa-button--secondary[disabled],.wa-button--secondary:disabled{border-color:rgb(var(--tw-color-shade-300)/1) !important;color:rgb(var(--tw-color-shade-500)/1) !important;cursor:not-allowed !important}.wa-button--outline-white{background-color:transparent;border:2px solid #fff;color:#fff;padding-bottom:1.15rem;padding-top:1.15rem;-webkit-transition:border-color .25s,color .25s;-moz-transition:border-color .25s,color .25s;-ms-transition:border-color .25s,color .25s;-o-transition:border-color .25s,color .25s;transition:border-color .25s,color .25s}.wa-button--outline-white:active,.wa-button--outline-white:focus,.wa-button--outline-white:hover{border-color:rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-400)/1)}.wa-button--outline-brand-red{background-color:transparent;border:2px solid rgb(var(--tw-color-primary-500)/1);color:rgb(var(--tw-color-primary-500)/1);padding-bottom:1.15rem;padding-top:1.15rem;-webkit-transition:border-color .25s,color .25s;-moz-transition:border-color .25s,color .25s;-ms-transition:border-color .25s,color .25s;-o-transition:border-color .25s,color .25s;transition:border-color .25s,color .25s}.wa-button--outline-brand-red:active,.wa-button--outline-brand-red:focus,.wa-button--outline-brand-red:hover{border-color:rgb(var(--tw-color-primary-600)/1);color:rgb(var(--tw-color-primary-600)/1)}.wa-button--outline-brand-red[disabled],.wa-button--outline-brand-red:disabled{border:2px solid rgb(var(--tw-color-shade-300)/1);color:rgb(var(--tw-color-shade-500)/1)}.wa-button--grayscale{background-color:rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-500)/1)}.wa-button--grayscale:active,.wa-button--grayscale:focus,.wa-button--grayscale:hover{background-color:rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-500)/1)}.wa-button--as-link{background-color:transparent;color:rgb(var(--tw-color-primary-500)/1);-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s;border:2px solid transparent}.wa-button--as-link:active,.wa-button--as-link:focus,.wa-button--as-link:hover{color:rgb(var(--tw-color-primary-600)/1);border-color:rgb(var(--tw-color-primary-600)/1)}.wa-button--watch{background-color:transparent;color:rgb(var(--tw-color-secondary-500)/1);border:.2rem solid rgb(var(--tw-color-secondary-500)/1);-webkit-transition:background-color .25s,color .25s;-moz-transition:background-color .25s,color .25s;-ms-transition:background-color .25s,color .25s;-o-transition:background-color .25s,color .25s;transition:background-color .25s,color .25s;padding-bottom:1.15rem;padding-top:1.15rem}.wa-button--watch:active,.wa-button--watch:focus,.wa-button--watch:hover{border-color:rgb(var(--tw-color-secondary-500)/1)}.wa-button--watch.active{background-color:rgb(var(--tw-color-secondary-500)/1);color:#fff}.wa-button--watch.active:active,.wa-button--watch.active:focus,.wa-button--watch.active:hover{background-color:rgb(var(--tw-color-secondary-600)/1)}.wa-button--watch.active[disabled],.wa-button--watch.active:disabled{background-color:rgb(var(--tw-color-shade-200)/1) !important;border-color:rgb(var(--tw-color-shade-200)/1) !important;color:rgb(var(--tw-color-shade-500)/1) !important;cursor:not-allowed !important;font-weight:var(--tw-font-semibold)}.wa-button--watch[disabled],.wa-button--watch:disabled{border-color:rgb(var(--tw-color-shade-300)/1) !important;color:rgb(var(--tw-color-shade-500)/1) !important;cursor:not-allowed !important}.link,.legal a{background-color:transparent;border:none;cursor:pointer;font-weight:var(--tw-font-semibold);padding:0;text-align:left;-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s}.link:active,.legal a:active,.link:focus,.legal a:focus,.link:hover,.legal a:hover{outline:none;text-decoration:none}.link--brand-red,.legal a--brand-red,.legal a{color:rgb(var(--tw-color-primary-500)/1)}.link--brand-red:active,.legal a--brand-red:active,.legal a:active,.link--brand-red:focus,.legal a--brand-red:focus,.legal a:focus{color:rgb(var(--tw-color-primary-700)/1)}.link--brand-red:hover,.legal a--brand-red:hover,.legal a:hover{color:rgb(var(--tw-color-primary-600)/1)}.link--white,.legal a--white{color:#fff}.link--white:active,.legal a--white:active,.link--white:focus,.legal a--white:focus,.link--white:hover,.legal a--white:hover{color:#fff}.link--word-break,.legal a--word-break{word-break:break-all}.link--glossary,.legal a--glossary{border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1);font-weight:var(--tw-font-medium);color:rgb(var(--tw-color-shade-500)/1);cursor:help}.link--glossary:hover,.legal a--glossary:hover,.link--glossary:active,.legal a--glossary:active,.link--glossary:focus,.legal a--glossary:focus{color:rgb(var(--tw-color-shade-500)/1)}html{scroll-behavior:smooth}body{background-color:rgb(var(--tw-color-shade-100)/1);display:flex;flex-direction:column;font-family:var(--tw-font-sans);font-variant-ligatures:no-contextual;-moz-font-feature-settings:"calt" 0;-webkit-font-feature-settings:"calt" 0;font-feature-settings:"calt" 0;min-height:100%}body > *{flex-shrink:0}picture{display:inline-block}picture img{width:100%}.container{padding-left:2.4rem;padding-right:2.4rem}.intercom-lightweight-app{z-index:114 !important}*,::before,::after{border-width:0;border-style:solid;border-color:currentColor}.d-lg-block{display:none}@media (min-width:992px){.d-lg-block{display:block}}.d-lg-flex{display:none}@media (min-width:992px){.d-lg-flex{display:flex}}.position-relative{position:relative}.overflow-hidden{overflow:hidden}.min-width-0{min-width:0}@media (max-width:768px){.navbar-overflow-hidden{overflow:hidden}}.no-wrap{white-space:nowrap}.img-fluid{height:auto;max-width:100%;min-width:.1rem}.hide-scrollbar,#site-warning .questionnaire__content-wrapper,.news-center__content{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar,#site-warning .questionnaire__content-wrapper::-webkit-scrollbar,.news-center__content::-webkit-scrollbar{display:none}.full-height{height:100%}.full-screen-height{height:100vh}.blurred{filter:blur(.4rem);position:relative;user-select:none;width:100%}.blurred:before{bottom:0;content:'';left:0;position:absolute;right:0;top:0;z-index:1}.borderless{border:0 !important}@media (min-width:768px){.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}}@media (min-width:992px){.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}}@media (min-width:1440px){.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}}.with-gradient{background-color:rgb(var(--tw-color-shade-100)/1)}.with-gradient::before{background:linear-gradient(to right,rgb(var(--tw-color-shade-200)/0.4) 0%,rgb(var(--tw-color-shade-200)/0.4) 50%,transparent 50%,transparent 100%);bottom:0;content:'';left:0;position:fixed;right:0;top:0;-webkit-transform:rotate(18deg) scale(7);-moz-transform:rotate(18deg) scale(7);-ms-transform:rotate(18deg) scale(7);-o-transform:rotate(18deg) scale(7);transform:rotate(18deg) scale(7);transform-origin:center calc(100% - 15.2rem);z-index:-1}.with-gradient .wa-navbar{background-color:transparent}.with-gradient .content-wrapper,.with-gradient .dashboard-page-wrapper{background-color:transparent !important}@media (min-width:768px){.with-gradient::before{background:linear-gradient(to right,rgb(var(--tw-color-shade-200)/0.4) 0%,rgb(var(--tw-color-shade-200)/0.4) calc(100% - 11.73rem),transparent calc(100% - 11.73rem),transparent 100%);transform-origin:calc(100% - 6.99rem) 21.45rem}.with-gradient .wa-navbar__body{background-color:transparent}}@media (min-width:1440px){.with-gradient::before{background:linear-gradient(to right, rgb(var(--tw-color-shade-200)/0.4) 0%, rgb(var(--tw-color-shade-200)/0.4) calc(50vw + 1440px / 2 - 15.4rem), transparent calc(50vw + 1440px / 2 - 15.4rem), transparent 100%);-webkit-transform:rotate(19deg) scale(5);-moz-transform:rotate(19deg) scale(5);-ms-transform:rotate(19deg) scale(5);-o-transform:rotate(19deg) scale(5);transform:rotate(19deg) scale(5);transform-origin:calc(50vw + 1440px / 2 - 15.2rem) 23.6rem}}.with-wisealpha-logo{background-color:rgb(var(--tw-color-shade-100)/1)}.with-wisealpha-logo::after{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTRweCIgaGVpZ2h0PSIxMDFweCIgdmlld0JveD0iMCAwIDk0IDEwMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjIgKDkxMzkwKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5sb2dvIC8gbWFyayB3YS1jYXJib248L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iTWFzdGVyIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iMTEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE0NS4wMDAwMDAsIC0xMzUuMDAwMDAwKSIgZmlsbD0iI0VDRUVFRiI+CiAgICAgICAgICAgIDxnIGlkPSJwYXR0ZXJuX2JhY2tncm91bmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk2OC4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0ibG9nby0vLW1hcmstd2EtY2FyYm9uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzcuMjAwMDAwLCAxMzUuNTk2MjY4KSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExLjUzNTkzMjIsMzUuMDAzODQyNSBDMTUuMDc4Nzg3NCwzNS4wMDM4NDI1IDE4LjIxODgyNTUsMzcuMjc2NjQ4OCAxOS4zMTQxNDM5LDQwLjYzMzkxMTYgTDE5LjMxNDE0MzksNDAuNjMzOTExNiBMMzguNjgyOTUyMywxMDAgTDI5LjY0MDY2MzcsMTAwIEMyNC45NzcyMzAxLDEwMCAyMC44NDM5ODg3LDk3LjAwODIzOTIgMTkuNDAyMjg1Myw5Mi41ODkyODAyIEwxOS40MDIyODUzLDkyLjU4OTI4MDIgTDAuNjE0NDU3ODMxLDM1LjAwMzg0MjUgWiBNOTMuNTkxMDI2MywzNS4wMDM4NDI1IEw3NC44MDMxOTg5LDkyLjU4OTI4MDIgQzczLjM2MTQ5NTUsOTcuMDA4MjM5MiA2OS4yMjgyNTQsMTAwIDY0LjU2NDgyMDUsMTAwIEw1NS41MjI1MzE5LDEwMCBMNzQuODkxMzQwMyw0MC42MzM5MTE2IEM3NS45ODY2NTg3LDM3LjI3NjY0ODggNzkuMTI2Njk2OCwzNS4wMDM4NDI1IDgyLjY2OTU1MTksMzUuMDAzODQyNSBMOTMuNTkxMDI2MywzNS4wMDM4NDI1IFogTTQ1LjIyNTAzNDIsMzUuMDAzODQyNSBDNDguNzY3ODg5NCwzNS4wMDM4NDI1IDUxLjkwNzkyNzUsMzcuMjc2NjQ4OCA1My4wMDMyNDU5LDQwLjYzMzkxMTYgTDUzLjAwMzI0NTksNDAuNjMzOTExNiBMNTUuNzY2MjY0NCw0OS4xMDI4NDY2IEw0Ny4zMzQ3ODUxLDc0Ljk0NTU3NjQgTDM0LjMwMzU1OTgsMzUuMDAzODQyNSBaIE00Ny4yNTg3MzYzLDAgQzUzLjA5MDMxMjQsMCA1Ny44MTc5NzA5LDQuNzEwODI1MDIgNTcuODE3OTcwOSwxMC41MjE5MDQ3IEM1Ny44MTc5NzA5LDE2LjMzMjcxNjYgNTMuMDkwMzEyNCwyMS4wNDM1NDE2IDQ3LjI1ODczNjMsMjEuMDQzNTQxNiBDNDEuNDI2ODkxNCwyMS4wNDM1NDE2IDM2LjY5OTIzMjksMTYuMzMyNzE2NiAzNi42OTkyMzI5LDEwLjUyMTkwNDcgQzM2LjY5OTIzMjksNC43MTA4MjUwMiA0MS40MjY4OTE0LDAgNDcuMjU4NzM2MywwIFoiIGlkPSJsb2dvLW1hcmstY2FyYm9uIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) center no-repeat;bottom:13rem;content:'';height:9.9rem;left:50%;position:fixed;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);width:9.2rem;z-index:-1}.with-wisealpha-logo.no-logo::after{display:none}.with-wisealpha-logo::before{background:linear-gradient(to right,transparent 0%,transparent 50%,rgb(var(--tw-color-shade-200)/0.4) 50%,rgb(var(--tw-color-shade-200)/0.4) 100%);bottom:0;content:'';left:0;position:fixed;right:0;top:0;-webkit-transform:rotate(18deg) scale(7);-moz-transform:rotate(18deg) scale(7);-ms-transform:rotate(18deg) scale(7);-o-transform:rotate(18deg) scale(7);transform:rotate(18deg) scale(7);transform-origin:center calc(100% - 15.2rem);z-index:-1}.with-wisealpha-logo .wa-navbar{background-color:transparent}.with-wisealpha-logo .content-wrapper,.with-wisealpha-logo .dashboard-page-wrapper{background-color:transparent !important}@media (min-width:768px){.with-wisealpha-logo::after{bottom:auto;left:auto;right:38rem;top:16rem;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.with-wisealpha-logo::before{background:linear-gradient(to right,transparent 0%,transparent calc(100% - 11.73rem),rgb(var(--tw-color-shade-200)/0.4) calc(100% - 11.73rem),rgb(var(--tw-color-shade-200)/0.4) 100%);transform-origin:calc(100% - 6.99rem) 21.45rem}.with-wisealpha-logo .wa-navbar__body{background-color:transparent}}@media (min-width:1440px){.with-wisealpha-logo::after{left:calc(50vw + 1440px / 2 - 20rem);right:auto}.with-wisealpha-logo::before{background:linear-gradient(to right,  transparent 0%, transparent calc(50vw + 1440px / 2 - 15.4rem), rgb(var(--tw-color-shade-200)/0.4) calc(50vw + 1440px / 2 - 15.4rem), rgb(var(--tw-color-shade-200)/0.4) 100%);-webkit-transform:rotate(19deg) scale(5);-moz-transform:rotate(19deg) scale(5);-ms-transform:rotate(19deg) scale(5);-o-transform:rotate(19deg) scale(5);transform:rotate(19deg) scale(5);transform-origin:calc(50vw + 1440px / 2 - 15.2rem) 23.6rem}}.error-text{color:rgb(var(--tw-color-error-500)/1)}.glossary-link,.glossary-link:focus,.glossary-link:visited,.glossary-link:hover{border-bottom:1px dotted rgb(var(--tw-color-tertiary-500)/1);color:rgb(var(--tw-color-shade-500)/1);cursor:help;text-decoration:none}.glossary-link__paragraph,.glossary-link__paragraph:focus,.glossary-link__paragraph:visited,.glossary-link__paragraph:hover{border-bottom:1px dotted rgb(var(--tw-color-tertiary-500)/1);color:rgb(var(--tw-color-tertiary-500)/1);cursor:help;text-decoration:none}@media (max-width:991px){.height-auto-lg-down{height:auto !important}}.no-transition,.no-transition *{-webkit-transition:none !important;-moz-transition:none !important;-ms-transition:none !important;-o-transition:none !important;transition:none !important}.col-centered{float:none;margin-left:auto;margin-right:auto}.footer{background-color:rgb(var(--tw-color-tertiary-500)/1);color:#fff;flex-grow:1;padding-bottom:8rem;padding-top:8rem}.footer__wisealpha-logo{height:2.2rem;margin-bottom:2rem}.footer__phone-number{display:inline-block;line-height:1.1875;margin-bottom:2rem}.footer__site-links{margin-bottom:4rem}.footer__title{color:inherit;margin-bottom:1.5rem}.footer__products,.footer__terms{margin-bottom:2rem}@media (min-width:768px){.footer__contacts{margin-bottom:5rem}.footer__site-links,.footer__products,.footer__terms{margin-bottom:5rem}}@media (min-width:992px){.footer{padding-bottom:4.8rem;padding-top:4.8rem}.footer__wisealpha-logo{height:2.8rem;margin-bottom:3rem}}.links-list{list-style:none;margin-bottom:0;padding-inline-start:0}.links-list__link{color:inherit;display:inline-block;font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.4;margin-bottom:1rem;max-width:100%;padding-bottom:.6rem;-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s}.links-list__link:active,.links-list__link:focus,.links-list__link:hover{color:rgb(var(--tw-color-shade-400)/1);text-decoration:none}.socials{padding-bottom:5.83rem;padding-top:5.83rem}.socials__item{display:inline-block;width:3.3rem}.socials__item:not(:last-of-type){margin-right:2.667rem}.socials__item img{max-width:100%}@media (min-width:768px){.socials{padding-bottom:0;padding-top:0;text-align:right}}@media (min-width:992px){.socials{padding-top:3.5rem;text-align:left}.socials__item:not(:last-of-type){margin-right:1.5rem}}.swappy{display:flex;position:absolute}.important-information{background-color:#fff;border:1px solid rgb(var(--tw-color-shade-200)/1);padding:1.4rem 1.4rem 1.8rem 7.3rem;position:relative;text-align:left}.important-information::before{background-color:rgb(var(--tw-color-secondary-500)/1);bottom:0;content:'';left:0;position:absolute;top:0;width:.5rem}.important-information__icon{color:rgb(var(--tw-color-secondary-500)/1);font-size:1.8rem;left:3rem;position:absolute;top:2rem}.important-information__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.625;margin-bottom:0}.important-information__description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.61538}.important-information__description:last-child{margin-bottom:0}.this-is-a-fake-style{color:#00f;background-color:#008b8b}.market-investment{text-align:center}.market-investment h1{margin:0;padding:80px 0 50px}.market-investment .investment-card{text-align:left;overflow:hidden;position:relative;margin-bottom:30px}.market-investment .investment-card .maintain-ratio{position:relative}.market-investment .investment-card .maintain-ratio:before{display:block;content:"";width:100%;padding-top:50%}.market-investment .investment-card .maintain-ratio > .content{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.market-investment .investment-card .video-container{position:relative;padding-top:50%;height:0;overflow:hidden}.market-investment .investment-card .video-container iframe,.market-investment .investment-card .video-container object,.market-investment .investment-card .video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.market-investment .investment-card .main-image{width:100%}.market-investment .investment-card .corner-banner{color:#fff;background-color:rgb(var(--tw-color-approval-500)/1);-moz-transform:rotate(-45deg);-moz-transform-origin:50% 50%;-webkit-transform:rotate(-45deg);-webkit-transform-origin:50% 50%;position:absolute;width:200px;top:30px;left:-55px;font-weight:var(--tw-font-bold);text-align:center;z-index:10}.market-investment .investment-card .investment-card-content-wrap{border:1px solid rgb(var(--tw-color-shade-400)/1);border-bottom:none}.market-investment .investment-card .investment-card-content{padding:20px 15px 10px;position:relative}.market-investment .investment-card .investment-card-content .glossary-link{color:rgb(var(--tw-color-tertiary-500)/1);border-bottom:1px dotted rgb(var(--tw-color-tertiary-500)/1)}.market-investment .investment-card .investment-card-content .glossary-link:hover{color:rgb(var(--tw-color-tertiary-500)/1);text-decoration:none;cursor:help}.market-investment .investment-card .investment-card-content .investment-logo{position:absolute;top:15px;right:15px}.market-investment .investment-card .investment-card-content .investment-logo img{width:60px}.market-investment .investment-card .investment-card-content .title{font-weight:var(--tw-font-bold);font-size:20px;height:28px;overflow:hidden}.market-investment .investment-card .investment-card-content .title a{color:rgb(var(--tw-color-tertiary-500)/1)}.market-investment .investment-card .investment-card-content .title a:hover{text-decoration:none}.market-investment .investment-card .investment-card-content .date{font-weight:var(--tw-font-bold);height:22px}.market-investment .investment-card .investment-card-content .status{height:22px}.market-investment .investment-card .investment-card-content .description{margin-top:15px;font-size:16px;color:rgb(var(--tw-color-shade-500)/1);height:100px}.market-investment .investment-card .investment-card-content .description .sub-note{font-size:12px;margin-top:10px;display:inline-block}.market-investment .investment-card .investment-card-content .description .sub-note a{color:rgb(var(--tw-color-shade-500)/1);text-decoration:underline}.market-investment .investment-card .investment-card-content .investment-headlines{list-style:none;text-align:center;margin:0;margin-top:15px;padding:0}.market-investment .investment-card .investment-card-content .investment-headlines li{width:40%;display:inline-block;border-left:1px solid rgb(var(--tw-color-shade-400)/1)}.market-investment .investment-card .investment-card-content .investment-headlines li .header{font-size:14px;white-space:nowrap}.market-investment .investment-card .investment-card-content .investment-headlines li .figure{font-size:16px;font-weight:var(--tw-font-bold)}.market-investment .investment-card .investment-card-content .investment-headlines li:last-child,.market-investment .investment-card .investment-card-content .investment-headlines li:first-child{width:28%}.market-investment .investment-card .investment-card-content .investment-headlines li:first-child{border-left:none}.market-investment .investment-card .investment-card-content .investment-headlines .explainer-icon{display:none;width:12px;margin-left:2px;margin-bottom:2px}.market-investment .investment-card .investment-card-content .investment-headlines.smart-interest-tile{margin-bottom:10px;height:156px}.market-investment .investment-card .investment-card-content .investment-headlines.smart-interest-tile li .header{margin-bottom:10px;border-bottom:1px solid rgb(var(--tw-color-shade-300)/1);padding-bottom:9px}.market-investment .investment-card .investment-card-content .investment-headlines.smart-interest-tile li .figure{font-weight:var(--tw-font-normal);margin-bottom:6px}.market-investment .investment-card .investment-card-content .investment-headlines.smart-interest-tile li .figure.in-table{font-weight:var(--tw-font-bold)}.market-investment .investment-card .investment-card-content .investment-headlines.smart-interest-tile.not-logged-in{margin-bottom:0;margin-top:-5px}.market-investment .investment-card .available{padding:4px 0;text-align:center;height:30px;font-size:14px}.market-investment .investment-card .available .amount{font-size:16px;font-weight:var(--tw-font-bold)}.market-investment .investment-card .non-available{height:30px;font-size:13px;text-align:center;line-height:14px;color:#4a90e2}.market-investment .investment-card .my-investment{padding:4px 0;text-align:center;font-size:14px}.market-investment .investment-card .my-investment .amount{font-size:16px;font-weight:var(--tw-font-bold)}.market-investment .investment-card .crowdfunding-buffer{height:15px}.market-investment .investment-card.new-product .investment-card-content .title{font-size:28px;height:36px}.market-investment .investment-card.new-product .investment-card-content .date{font-size:28px;color:rgb(var(--tw-color-primary-500)/1);height:36px}.market-investment .investment-card.new-product .investment-card-content .description{font-size:18px}.market-investment .icon-actions{height:38px}.market-investment .icon-actions .completed{text-align:center;background-color:rgb(var(--tw-color-shade-200)/1);color:rgb(var(--tw-color-tertiary-500)/1);padding:9px 0 7px;font-size:14px;font-weight:var(--tw-font-bold)}.market-icon-layout .euro-bond-logos{margin-top:-25px;margin-bottom:25px}.market-icon-layout .euro-bond-logos .image-wrapper{display:inline-block;width:32%;text-align:center}.market-icon-layout .euro-bond-logos .image-wrapper img{padding:24px 0;height:110px}.market-icon-layout .euro-bond-logos .image-wrapper.small-logo img{height:90px}.market-icon-layout .euro-bond-logos.not-logged-in{margin-top:-35px;margin-bottom:5px}.market-icon-layout .home-page-tile .investment-card .investment-card-content .investment-headlines.smart-interest-tile{height:135px}.market-icon-layout .home-page-tile .investment-card .investment-card-content .investment-headlines.smart-interest-tile li .figure{margin-bottom:1px}.market-icon-layout .home-page-tile .investment-card .investment-card-content .investment-headlines.smart-interest-tile.not-logged-in{margin-top:-4px}@media screen and (min-width:$break-medium) and (max-width:$break-xlarge){.market-icon-layout .investment-card .investment-card-content .description{font-size:14px}}@media screen and (max-width:$break-xsmall){.market-icon-layout .investment-card .investment-card-content .investment-headlines li .header{font-size:14px}.market-icon-layout .investment-card .investment-card-content .investment-headlines li .figure{font-size:18px}}.wa-table{margin-bottom:1rem;overflow-x:auto;width:100%}.wa-table table{min-width:100%}.wa-table th,.wa-table td{white-space:nowrap}.wa-table th:first-child,.wa-table td:first-child{padding-left:0;text-align:left}.wa-table th:last-child,.wa-table td:last-child{padding-right:0}.wa-table th:not(:first-child),.wa-table td:not(:first-child){text-align:right}.wa-table thead{font-size:1.3rem;line-height:1.15385}.wa-table thead th{color:rgb(var(--tw-color-secondary-500)/1);padding:1.1rem 2.4rem 1.4rem}.wa-table tbody tr{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1)}.wa-table tbody tr:last-child{border-bottom:0}.wa-table tbody tr td{color:rgb(var(--tw-color-shade-500)/1);font-weight:var(--tw-font-semibold);padding:2.7rem 2.4rem 3rem;-webkit-transition:background-color .25s,color .25s;-moz-transition:background-color .25s,color .25s;-ms-transition:background-color .25s,color .25s;-o-transition:background-color .25s,color .25s;transition:background-color .25s,color .25s}.wa-table tbody tr td:first-child{color:rgb(var(--tw-color-tertiary-500)/1)}.wa-table tbody tr td.wa-table__empty-cell{position:relative}.wa-table tbody tr td.wa-table__empty-cell:before{background-color:rgb(var(--tw-color-shade-100)/1);content:'';height:1px;position:absolute;left:0;top:-1px;width:100%}.wa-table tbody tr td span{display:block}.wa-table tbody tr td span:not(:last-child){margin-bottom:1.5rem}.wa-table--wrapped th,.wa-table--wrapped td{white-space:normal}.wa-table.wa-table--text-centered th,.wa-table.wa-table--text-centered td{text-align:center}.wa-table--sticky-first-column thead tr th:first-child{background-color:rgb(var(--tw-color-shade-100)/1);position:sticky;left:0;top:0;z-index:1}.wa-table--sticky-first-column thead tr th:first-child:after{background:linear-gradient(to right,rgba(0,0,0,0.05) 0%,rgb(var(--tw-color-shade-100)/0) 100%);content:'';height:100%;position:absolute;right:-1.5rem;top:0;width:1.5rem}.wa-table--sticky-first-column tbody tr td:first-child{background-color:rgb(var(--tw-color-shade-100)/1);position:sticky;left:0;top:0;z-index:1}.wa-table--sticky-first-column tbody tr td:first-child:after{background:linear-gradient(to right,rgba(0,0,0,0.05) 0%,rgb(var(--tw-color-shade-100)/0) 100%);content:'';height:100%;position:absolute;right:-1.5rem;top:0;width:1.5rem}.wa-table--with-shadow{background-color:#fff;-webkit-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05)}.wa-table--with-shadow th:first-child,.wa-table--with-shadow td:first-child{padding-left:2.4rem}.wa-table--with-shadow th:last-child,.wa-table--with-shadow td:last-child{padding-right:2.4rem}.magic-table{background-color:#fff;display:flex;flex-direction:column-reverse;margin-bottom:1rem}.magic-table th,.magic-table td{font-size:1.6rem;max-width:17.6rem;text-align:right}.magic-table th:first-child,.magic-table td:first-child{text-align:left}.magic-table th{background-color:rgb(var(--tw-color-shade-200)/1);color:rgb(var(--tw-color-shade-500)/1);font-weight:var(--tw-font-semibold);line-height:1.1875;overflow:hidden;padding:1rem 1.5rem 1.1rem;text-overflow:ellipsis;white-space:nowrap}.magic-table td{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-medium);line-height:1.625;padding:1.5rem}.magic-table td:first-child{min-width:20rem}.magic-table tbody tr{border-bottom:1px solid rgb(var(--tw-color-shade-200)/1)}.magic-table .tablesaw-swipe-cellpersist{border-right:1px solid rgb(var(--tw-color-shade-200)/1)}.magic-table .magic-table__cell--client-id{max-width:15.5rem;padding-right:5rem;position:relative}.magic-table__copy-info{font-size:2rem;line-height:1;padding:.5rem;position:absolute;right:1.6rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.magic-table__secret-key{line-height:1;max-width:100%;padding:.1rem 1rem;position:relative}.magic-table__secret-key:after{content:attr(data-secret-key);color:transparent;font-size:1.5em;left:50%;position:absolute;text-shadow:0 0 1.3rem rgb(var(--tw-color-shade-800)/0.6);top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap;z-index:0}.magic-table__empty-row .tablesaw-swipe-cellpersist{border:none}@media (min-width:576px){.magic-table .magic-table__cell--event{max-width:17rem}}@media (min-width:768px){.magic-table th,.magic-table td{text-align:left}.magic-table--right-aligned-data th:not(.tablesaw-swipe-cellpersist),.magic-table--right-aligned-data td:not(.tablesaw-swipe-cellpersist){text-align:right}}@media (min-width:992px){.magic-table th,.magic-table td{max-width:32.5rem}.magic-table th:first-child,.magic-table td:first-child{min-width:25rem}.magic-table .magic-table__cell--event{max-width:33rem}}.tablesaw-bar{border-bottom:1px solid rgb(var(--tw-color-shade-200)/1);border-top:1px solid rgb(var(--tw-color-shade-200)/1)}a.tablesaw-nav-btn{color:rgb(var(--tw-color-primary-500)/1);font-weight:var(--tw-font-semibold);-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s}a.tablesaw-nav-btn:focus{outline:none;text-decoration:none}a.tablesaw-nav-btn.disabled{color:rgb(var(--tw-color-shade-400)/1);cursor:default;pointer-events:none}.tablesaw-advance-dots li:first-child{display:none}.tablesaw-advance-dots li i{width:.8rem;height:.8rem;background:rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;display:inline-block;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s}li.tablesaw-advance-dots-hide i{background-color:rgb(var(--tw-color-shade-500)/1);cursor:default;pointer-events:none}.tablesaw-all-cols-visible{display:none}.tablesaw-all-cols-visible ~ .tablesaw-swipe .tablesaw-swipe-cellpersist{border-right:none}.video-player{position:relative}.video-player__placeholder-wrap{display:block;text-align:center;width:100%}.video-player__cta{align-items:center;background-color:rgb(var(--tw-color-secondary-500)/0.7);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0}.video-player__cta--hidden{display:none}.video-player__cta-inner{align-items:center;display:flex;flex-direction:column}.video-player__play-button{background-color:rgb(var(--tw-color-tertiary-500)/0.8);border:.0625rem solid #fff;cursor:pointer;display:flex;height:8rem;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s;width:8rem}.video-player__play-button:active,.video-player__play-button:focus,.video-player__play-button:hover{background-color:rgb(var(--tw-color-primary-500)/0.8)}.video-player__play-icon{border-top:6px solid transparent;border-left:8px solid #fff;border-bottom:6px solid transparent;display:flex;margin:auto;height:0;width:0}.video-player__hint{color:#fff;text-align:center}@media (min-width:576px){.video-player__hint{margin-top:1.6rem}}.wa-breadcrumb{margin-right:-2.4rem}.wa-breadcrumb__list{display:flex;list-style-type:none;margin:0;padding:1.8rem 0 2.4rem;overflow:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.wa-breadcrumb__list::-webkit-scrollbar{display:none}.wa-breadcrumb__item{display:flex;font-weight:var(--tw-font-semibold);line-height:1.75}.wa-breadcrumb__item:not(.wa-breadcrumb__item--isActive){margin-right:2rem}.wa-breadcrumb__item:last-child{margin-right:0}.wa-breadcrumb__item--isActive{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-medium);margin-right:3rem}.wa-breadcrumb__item--isActive:after{background-color:rgb(var(--tw-color-shade-400)/1);content:'';height:3rem;width:.0625rem;margin-left:3rem;-webkit-transform:rotate(-18deg);-moz-transform:rotate(-18deg);-ms-transform:rotate(-18deg);-o-transform:rotate(-18deg);transform:rotate(-18deg)}.wa-breadcrumb__link{color:rgb(var(--tw-color-primary-500)/1);-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s}.wa-breadcrumb__link:active,.wa-breadcrumb__link:focus,.wa-breadcrumb__link:hover{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}.wa-breadcrumb__link:active,.wa-breadcrumb__link:focus{color:rgb(var(--tw-color-primary-600)/1)}.wa-breadcrumb__link:hover{color:rgb(var(--tw-color-primary-600)/1)}.wa-breadcrumb--dark .wa-breadcrumb__item--isActive{color:rgb(var(--tw-color-shade-400)/1)}.wa-breadcrumb--dark .wa-breadcrumb__link{color:#fff}.wa-breadcrumb--dark .wa-breadcrumb__link:active,.wa-breadcrumb--dark .wa-breadcrumb__link:focus,.wa-breadcrumb--dark .wa-breadcrumb__link:hover{color:#fff}.wa-breadcrumb--dark .wa-breadcrumb__link:active,.wa-breadcrumb--dark .wa-breadcrumb__link:focus{color:rgb(var(--tw-color-shade-400)/1)}.wa-breadcrumb--dark .wa-breadcrumb__link:hover{color:rgb(var(--tw-color-shade-400)/1)}@media (min-width:1440px){.wa-breadcrumb{margin-right:0}}.wa-input{background-color:#fff;position:relative}.wa-input.wa-input--invalid .wa-input__input,.wa-input.wa-input--invalid .form-control{color:rgb(var(--tw-color-error-500)/1);border-color:rgb(var(--tw-color-error-500)/1)}.wa-input.wa-input--invalid .wa-input__input:focus,.wa-input.wa-input--invalid .form-control:focus{border-color:rgb(var(--tw-color-error-500)/1)}.wa-input.wa-input--invalid .wa-input__placeholder{color:rgb(var(--tw-color-error-500)/1) !important}.wa-input.wa-input--invalid ~ .wa-input__message{color:rgb(var(--tw-color-error-500)/1);display:block;padding-top:.6rem}.wa-input__message{font-size:1.6rem;line-height:1.5;margin-bottom:0;display:none}.wa-input__overlay-link{color:rgb(var(--tw-color-primary-500)/1);position:absolute;right:15px;top:13px;font-weight:var(--tw-font-bold);cursor:pointer}.wa-input__placeholder{color:rgb(var(--tw-color-tertiary-500)/1);cursor:text;display:table;font-size:1.2rem;font-weight:var(--tw-font-medium);left:1.3rem;line-height:1;padding:0 .2em;position:absolute;top:-.7rem;-webkit-transition:all .25s;-moz-transition:all .25s;-ms-transition:all .25s;-o-transition:all .25s;transition:all .25s;z-index:1}.wa-input__placeholder::after{background-color:#fff;content:'';display:block;height:.2rem;left:0;max-width:100%;position:absolute;right:0;top:.6em;z-index:-1}.wa-input__input{border:2px solid rgb(var(--tw-color-tertiary-500)/1);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1;outline:none;padding:1.3rem 1.5rem 1.4rem;-webkit-transition:border-color .25s;-moz-transition:border-color .25s;-ms-transition:border-color .25s;-o-transition:border-color .25s;transition:border-color .25s;width:100%}.wa-input__input.disabled,.wa-input__input:disabled{border-color:#ced4df !important;cursor:not-allowed}.wa-input__input:placeholder-shown{border-color:rgb(var(--tw-color-shade-400)/1)}.wa-input__input:placeholder-shown + .wa-input__placeholder{color:rgb(var(--tw-color-shade-400)/1);font-size:1.6rem;left:1.5rem;top:1.7rem;right:2px;overflow:hidden;white-space:nowrap}.wa-input__input--focused,.wa-input__input--focused:placeholder-shown{border-color:rgb(var(--tw-color-secondary-500)/1)}.wa-input__input:focus{border-color:rgb(var(--tw-color-secondary-500)/1)}.wa-input__input:focus + .wa-input__placeholder{color:rgb(var(--tw-color-secondary-500)/1);display:table;font-size:1.2rem;left:1.3rem;top:-.7rem;right:1.3rem;white-space:normal}.wa-input input::-webkit-outer-spin-button,.wa-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wa-input input[type=number]{-moz-appearance:textfield}.wa-input--error.wa-input--error .wa-input__placeholder{color:rgb(var(--tw-color-error-500)/1)}.wa-input--error .wa-input__input{border-color:rgb(var(--tw-color-error-500)/1);color:rgb(var(--tw-color-error-500)/1)}.wa-input--select select{-moz-appearance:none;-webkit-appearance:none;appearance:none;min-height:5rem}.wa-input--select select::-ms-expand{display:none}.wa-input--select:after{align-items:center;background-color:#f00;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;content:"\f078";color:#fff;display:inline-flex;font-family:"Font Awesome 5 Pro";font-size:1rem;font-weight:var(--tw-font-normal);justify-content:center;height:1.4rem;position:absolute;right:1.5rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:1.4rem}.wa-checkbox{padding:.8rem 0 0 2.8rem;position:relative}.wa-checkbox__input{display:none}.wa-checkbox__input:checked + .wa-checkbox__label::before{border-color:rgb(var(--tw-color-secondary-500)/1);color:rgb(var(--tw-color-secondary-500)/1)}.wa-checkbox__input:disabled + .wa-checkbox__label::before{border-color:rgb(var(--tw-color-shade-400)/1)}.wa-checkbox__input:disabled:checked + .wa-checkbox__label::before{color:rgb(var(--tw-color-shade-400)/1)}.wa-checkbox__label{color:rgb(var(--tw-color-shade-500)/1);cursor:pointer;display:inline-block;font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:1.84615}.wa-checkbox__label::before{align-items:center;border:.2rem solid rgb(var(--tw-color-shade-500)/1);-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;color:transparent;content:"\f00c";display:inline-flex;font-family:"Font Awesome 5 Pro";font-size:1rem;font-weight:var(--tw-font-semibold);justify-content:center;height:1.8rem;left:0;position:absolute;top:1.2rem;-webkit-transition:border-color .25s,color .25s;-moz-transition:border-color .25s,color .25s;-ms-transition:border-color .25s,color .25s;-o-transition:border-color .25s,color .25s;transition:border-color .25s,color .25s;width:1.8rem}.wa-radio{display:inline-block;font-size:1.2rem;line-height:1}.wa-radio__input{display:none}.wa-radio__input:checked + .wa-radio__radio{border-color:rgb(var(--tw-color-secondary-500)/1)}.wa-radio__input:checked + .wa-radio__radio::before{opacity:1}.wa-radio__radio{border:.2rem solid rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:rgb(var(--tw-color-secondary-500)/1);display:inline-block;font-family:"Font Awesome 5 Pro";height:2rem;position:relative;-webkit-transition:border-color .25s;-moz-transition:border-color .25s;-ms-transition:border-color .25s;-o-transition:border-color .25s;transition:border-color .25s;width:2rem}.wa-radio__radio::before{content:"\f00c";left:.2rem;opacity:0;position:absolute;top:.3rem;-webkit-transition:opacity .25s;-moz-transition:opacity .25s;-ms-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}.wa-toggle{padding-top:.3rem}.wa-toggle__input{display:none}.wa-toggle__input:checked ~ .wa-toggle__background{background-color:rgb(var(--tw-color-secondary-500)/0.4)}.wa-toggle__input:checked ~ .wa-toggle__background .wa-toggle__toggler{background-color:rgb(var(--tw-color-secondary-500)/1);left:1.3rem}.wa-toggle__background{background-color:rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:.7rem;-moz-border-radius:.7rem;-ms-border-radius:.7rem;-o-border-radius:.7rem;border-radius:.7rem;cursor:pointer;display:inline-block;height:1.4rem;position:relative;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s;width:3rem}.wa-toggle__toggler{background-color:rgb(var(--tw-color-shade-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.4);-moz-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.4);-ms-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.4);-o-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.4);box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.4);height:1.8rem;left:-.1rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:background-color .25s,box-shadow .25s,left .25s;-moz-transition:background-color .25s,box-shadow .25s,left .25s;-ms-transition:background-color .25s,box-shadow .25s,left .25s;-o-transition:background-color .25s,box-shadow .25s,left .25s;transition:background-color .25s,box-shadow .25s,left .25s;width:1.8rem}.wa-toggle.disabled .wa-toggle__background{background-color:rgb(var(--tw-color-shade-300)/0.4);cursor:not-allowed}.wa-toggle.disabled .wa-toggle__toggler{background-color:rgb(var(--tw-color-shade-300)/1)}.cover{background-color:rgb(var(--tw-color-tertiary-500)/0.6);height:100vh;overflow:auto;width:100vw}.cover--light{background-color:rgb(var(--tw-color-shade-400)/0.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cover--transparent{background-color:rgb(var(--tw-color-tertiary-500)/0.3);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}#video-player-modal,#site-warning,#site-modal{position:fixed;top:0;z-index:2000}#site-warning h1,#site-warning h2,#site-warning h3,#site-warning h4,#site-warning h5,#site-warning h6{font-weight:var(--tw-font-semibold);margin-top:0}#site-warning h1{font-size:4.8rem;line-height:1.08333}@media (min-width:768px){#site-warning h1{font-size:6.104rem;line-height:1.14679}}#site-warning h2{font-size:4rem;line-height:1}@media (min-width:768px){#site-warning h2{font-size:4.883rem;line-height:1.10588}}#site-warning h3{font-size:2.4rem;line-height:1.25}@media (min-width:768px){#site-warning h3{font-size:3.125rem;line-height:1.28}}#site-warning h4{font-size:2rem;line-height:1.4}#site-warning p{font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.625;margin-top:0}#site-warning .lead-paragraph{font-size:1.8rem;line-height:1.33333}@media (min-width:992px){#site-warning .lead-paragraph{line-height:1.77778}}#site-warning .small-paragraph{font-size:1.3rem;line-height:1.53846}@media (min-width:768px){#site-warning .text-md-right{text-align:right}}#site-warning .text-bold{font-weight:var(--tw-font-semibold)}#site-warning .wa-modal{max-height:80vh;overflow:auto}#site-warning .wa-modal__warning{color:#000;font-weight:var(--tw-font-bold)}#site-warning .wa-modal__highlight__section__title{font-size:1.8rem;color:#000}#site-warning .wa-modal__highlight__section p{margin-bottom:0}#site-warning .wa-modal__highlight__section a{float:right;width:175px}#site-warning .wa-modal__footer{border-top:1px solid rgb(var(--tw-color-shade-400)/1)}#site-warning .wa-modal__investor__select{margin-top:15px;position:relative;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;padding:15px 20px;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.08);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.08);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.08);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.08);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.08);cursor:pointer}#site-warning .wa-modal__investor__select__title{font-size:1.8rem;color:#000}#site-warning .wa-modal__investor__select__description{margin-top:5px;margin-right:25px;font-size:1.4rem;color:rgb(var(--tw-color-shade-500)/1)}#site-warning .wa-modal__investor__select i{font-size:2.4rem;color:rgb(var(--tw-color-primary-500)/1);position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}#site-warning .wa-modal__investor__select:hover{background-color:rgb(var(--tw-color-shade-100)/1)}#site-warning .wa-modal__investor-statement p,#site-warning .wa-modal__investor-statement li{color:rgb(var(--tw-color-shade-500)/1);font-size:15px}#site-warning .wa-modal__investor-statement ul{padding-left:20px}#site-warning .wa-modal__question{margin-bottom:20px}#site-warning .wa-modal__question:last-child{margin-bottom:0}#site-warning .wa-modal__question ul{margin-top:10px;list-style:none;padding-left:0}#site-warning .wa-modal__question-text{font-weight:var(--tw-font-bold)}#site-warning .wa-modal__radio{display:inline-block;padding-left:0;margin:0;position:relative}#site-warning .wa-modal__radio input[type=radio]{display:none}#site-warning .wa-modal__radio span{background-position:left center;background-repeat:no-repeat;width:19px;height:16px;margin-bottom:-3px;margin-right:5px;display:inline-block}#site-warning .wa-modal__radio input[type=radio] + label span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAG2SURBVHjalJOxittAFEWPZoYZSVigyipSmEAgVUL+IJBKXT5iIR+Qha1SBgIpUgUCC/mIdIZAIB8gEtgqpbexZRUWyJZkWzNKYwfbeMPuhWke750Z3tzrZVnGiZ4Cb4CXwItd7TfwE7gG/hw2eyeAt8D7KIoC3/cxxgCwXq9p25aqqhrgHfDpFKCBb0EQpHEcEwQBUko8zwOg73ustTRNQ1mWNE0zBl4DG7UDfQzDMB0Oh2itUUohhDgCOOdQSmGMYT6fp3VdfwAuvSzLngG/RqOR9H0frTVCCIQQR4txzuGcY7PZ0LYtk8nEAs8FcBHHsTTGoLVGSvnv9sMjhEBKidYaYwxxHEvgQgBpFEUopY6GT7WHCCFQSjEYDABSATw2xhwt7X/aQ3Y/9Ejsi/cZPnzNrl8K4Ha73fJQdV0HcCuA8XK5pO/7BwFWqxXAdwFcF0VhrbX3gvR9T9d1FEVhga8CuAG+TKdTrLU4586C9may1jKbzQA+Azd7J14uFosnfd+nSZLg+/5ZI7VtS57nlGU5Bq7uDFOSJEEURYRhCEBd11RVRZ7nd4bpXJxfncT5x7k4/x0Avzy3ew9wrMoAAAAASUVORK5CYII=)}#site-warning .wa-modal__radio input[type=radio]:checked + label span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAFPXpUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHjarVdbduwoDPxnFbMEkBCP5fA85+5glj/Fw263uzs5Nxk7MZhgqaiSBFHt3z9d/YOLTAjKig8uOqdx2WgjJXSCXtdqjbbzuV/00XkaV+cfCEOMltera3t+wrg8PvB2j+fnceXLthO2ocPyNsjDM6FTN8htiGmNm/2uIq1Ocpfl7F/208Q5+f5uPciogkEmRY0N6/mk5YmBgiMntAFP4kDHiN1P98qf0lcObwSevRt/uuxxftCxDB3Lcjee9riR9/xNlq6IDJ2e6YoICnl9vS789V5D722tLlmnQJfbizqWMnuYmEEnz88cbo9fQd/PO+IOOukC4iuWmpXOeImGwHg31lSTTDdttsUUQLTUyKMlKsRzLLCnSGWKYsdtOnkFHSrUIS5QjjFMJxYz/cbhD84CPFeDmWRgDBo/3+o+8NP7yVDvI8yN0eHkCrhoxBdgDOXGE7MgiOmbU5n8GrUafb+GsAwFZdIcsMCk8zKRxTxii6fOrEVhqtUr5I2v2wAogm8BGMNQQDvDYpzRnsgbAx4D9ElATmwpQwEjSqgCJVlmB3GQDfCNb7yZc0loDaO8QAhhxx7SIFEglrViHfItIISSEhYrIk68BImSHDvrxDnn3ahTybO3Xrzz3gcffQocbJDggg8hxJAiRUYZExVd9DHEGFOC02QTbCXMTxjIlDnbLNlln0OOORWET7FFiiu+hBJLqlS5ogSo6qqvocaammkIpWabNNd8Cy221BFrnbvt0l33PfTY06naVvVZtbtyX6tmtmo0hRrz/EM1DHt/mDCjnMjQDIqRNVDcDwUQ0DQ008FYS0O5oZmOxIpZCChliFPNUAwK2mZIujm1eyj3UTcFdv9WN3qnnBrS/R/KqSHdRblX3d6oVtMstzwFGlkITlEhGenXbU0U8IPt5Get0r80cBri5tPs51B69WUOA3qHfrPbCnc651OrxgrqK9TdM2MbHZXGJrtGwtFJfczFfix08/vJ7TD0lf8TRzlwDC0xhmIB/aZFwzVzLOp8EzZrUimtnwjcsl9109hj12THZQbJ8WIpVKOGo2LFfbOGT5RV2VCVm1SliMAvdS0Zu0nLofOanUJP6Xvt1AZQ+TDYxHa71591x5aXpldklRb5CFi9RYwdcMmRuOQN03CruoPIA2Z8gqX+IuYAO52wQ5fNPVgImZVeS9Lx5TN7BElZC8qxdK+73nIxUpBfOPppYnBtC0hVupeu62YuwWEBc7fZ3h15w7QpDj3juJDWUp2vToUdCPqXrTIt5ZlZhEIUui2bQdtD5YPAMx1bPJPabK5LA1maVdhghWv/TSlRT2TkVd7G8sFjWni6teCxNE8v8NIJz6gnfL+Ap75QdrsuqNQN+NyJL5ijiFwrZDLHlyUvqA28IwhoxUSMXYLZle5zq76bsFqk6CptQMc4NOz8Q6pDWT+4VFf26pncW/eiZ1KYQ4KnpPjlLgIZFgHVzpzYcYfjcWHE/U3Yh8ALGRbVsMWPZeIg0d3YuusqUr7amRzqB9mAZFjc2dip+FTrNCQ1+SKx7I2ixI+Lskfu5r7t5NhEFlBloG57RfrXwNQhrNSAs4XZwo7/+vhMAJwljl0BpwlUdzlLegmbUHUR/1yD0EFx2V5CxFZdihwvKTa71jd3nFWzh0/xK4px9sShaiHG8SeS3xzgBQVMDh6Z7wVGfYP79ufH/nlf3t77q389bdyDaxfAy9ECJ9OXQ8R7x58AvJmuvppPHwL+XfuUtN/gOv3hFBnVfybrLF9LGOjAAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqDnYQ6ZChOlkUFXHUKhShQqgVWnUwufQLmhiSFBdHwbXg4Mdi1cHFWVcHV0EQ/ABxcXVSdJES/5cUWsR4cNyPd/ced+8AoVFlmtU1Bmi6bWZSSTGXXxFDrwgjhhBGEZKZZcxKUhq+4+seAb7eJXiW/7k/R69asBgQEIlnmGHaxOvEU5u2wXmfOMrKskp8Tjxi0gWJH7muePzGueSywDOjZjYzRxwlFksdrHQwK5sa8SRxXNV0yhdyHquctzhr1Rpr3ZO/MFLQl5e4TjOGFBawCAkiFNRQQRU2ErTqpFjI0H7Sxz/o+iVyKeSqgJFjHhvQILt+8D/43a1VnBj3kiJJoPvFcT6GgNAu0Kw7zvex4zRPgOAzcKW3/RsNYPqT9Hpbix8BfdvAxXVbU/aAyx1g4MmQTdmVgjSFYhF4P6NvygP9t0DPqtdbax+nD0CWukrfAAeHwHCJstd83h3u7O3fM63+fgBaV3Kd7qsWfwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+MIHAcxMJNwQfEAAAHoSURBVDjLlZO9a1NhFIef+95wb3Kbt7xSMEMrJTg4+RmrFhU/pksWB/+EBBeHlgjFoZMIikPNIChB/wJBcJGAIIhLSLiN0snBWoui8bYYe5Obz9u6JGJCaeNvPJzzwOGcR3Mch6EcAW4Al4ATvdp74C2QAz7+26w5joNKpAGoOk8zwF0pZSQcDmOaJgCtVotms4nneQ1gUSXSSwMAwABeRiIRW0mJUSyzs/yB7U+fARCH42injtM+c5Kq59FoNPLANZVIt0M90APLsuyDhsn2wyf8Xno1tFUZeMF4JknsZoqfmmb7vn8PuKU5jnMUKE9PTuk797NsZfPslfF5G+32PF++fQ2AYwJIKaV0vVDadxhgK5tHL5RQSulASgC2lJKgWGbUBMUy0WgUwBZA3DRNgtW10QGra/0LTQoAIQT/Ey2ko2kagC6A9U6nQyg+PTJAPzRFt9sFWBdAvlarYczOjAwwZmeo1+sArwWQc103CF25gMok9x1WmST65fO4rhsAzwSwAjz+7rqMLcztCVGZJGMLc/zY2AB4pBLplYFXVkrZsYkJeFegXVrm153nABxYvI5x9jRcPEdlc5Nqtfr3lXeVKRaLRaSUWJYFgO/7eJ5HpVLZXaY+oAfp63x1SOc3QE4l0gM6/wFZaLW8q4l6HQAAAABJRU5ErkJggg==)}#site-warning .wa-modal__radio input[type=radio]:disabled + label span:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAG2SURBVHjalJOxittAFEWPZoYZSVigyipSmEAgVUL+IJBKXT5iIR+Qha1SBgIpUgUCC/mIdIZAIB8gEtgqpbexZRUWyJZkWzNKYwfbeMPuhWke750Z3tzrZVnGiZ4Cb4CXwItd7TfwE7gG/hw2eyeAt8D7KIoC3/cxxgCwXq9p25aqqhrgHfDpFKCBb0EQpHEcEwQBUko8zwOg73ustTRNQ1mWNE0zBl4DG7UDfQzDMB0Oh2itUUohhDgCOOdQSmGMYT6fp3VdfwAuvSzLngG/RqOR9H0frTVCCIQQR4txzuGcY7PZ0LYtk8nEAs8FcBHHsTTGoLVGSvnv9sMjhEBKidYaYwxxHEvgQgBpFEUopY6GT7WHCCFQSjEYDABSATw2xhwt7X/aQ3Y/9Ejsi/cZPnzNrl8K4Ha73fJQdV0HcCuA8XK5pO/7BwFWqxXAdwFcF0VhrbX3gvR9T9d1FEVhga8CuAG+TKdTrLU4586C9may1jKbzQA+Azd7J14uFosnfd+nSZLg+/5ZI7VtS57nlGU5Bq7uDFOSJEEURYRhCEBd11RVRZ7nd4bpXJxfncT5x7k4/x0Avzy3ew9wrMoAAAAASUVORK5CYII=)}#site-warning .wa-modal__radio input[type=radio]:checked:disabled + label span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAG2SURBVHjalJOxittAFEWPZoYZSVigyipSmEAgVUL+IJBKXT5iIR+Qha1SBgIpUgUCC/mIdIZAIB8gEtgqpbexZRUWyJZkWzNKYwfbeMPuhWke750Z3tzrZVnGiZ4Cb4CXwItd7TfwE7gG/hw2eyeAt8D7KIoC3/cxxgCwXq9p25aqqhrgHfDpFKCBb0EQpHEcEwQBUko8zwOg73ustTRNQ1mWNE0zBl4DG7UDfQzDMB0Oh2itUUohhDgCOOdQSmGMYT6fp3VdfwAuvSzLngG/RqOR9H0frTVCCIQQR4txzuGcY7PZ0LYtk8nEAs8FcBHHsTTGoLVGSvnv9sMjhEBKidYaYwxxHEvgQgBpFEUopY6GT7WHCCFQSjEYDABSATw2xhwt7X/aQ3Y/9Ejsi/cZPnzNrl8K4Ha73fJQdV0HcCuA8XK5pO/7BwFWqxXAdwFcF0VhrbX3gvR9T9d1FEVhga8CuAG+TKdTrLU4586C9may1jKbzQA+Azd7J14uFosnfd+nSZLg+/5ZI7VtS57nlGU5Bq7uDFOSJEEURYRhCEBd11RVRZ7nd4bpXJxfncT5x7k4/x0Avzy3ew9wrMoAAAAASUVORK5CYII=)}#site-warning .wa-modal__radio label{display:inline-block;cursor:pointer;position:relative;font-weight:var(--tw-font-normal);margin-bottom:5px}@media (min-width:576px){#site-warning .wa-modal{max-width:75rem;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}#site-warning .questionnaire{background-color:#fff;display:flex;flex-direction:column;height:100%}#site-warning .questionnaire__content-wrapper{flex-grow:1;overflow:auto}#site-warning .questionnaire__header{padding:4rem 2.4rem;text-align:center}#site-warning .questionnaire__header > *:last-child{margin-bottom:0}#site-warning .questionnaire__logo{margin-bottom:2.1rem}#site-warning .questionnaire__title{margin-bottom:1.5rem}#site-warning .questionnaire__title:last-child{margin-bottom:0}#site-warning .questionnaire__body{padding:3rem 2.4rem}#site-warning .questionnaire__body > *:last-child{margin-bottom:0}#site-warning .questionnaire__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;margin-bottom:1.8rem}#site-warning .questionnaire__questionnaire-investor-type{margin-bottom:1.5rem}#site-warning .questionnaire-footer{border-top:1px solid rgb(var(--tw-color-shade-200)/1);padding:2.5rem 2.4rem}#site-warning .questionnaire-footer__next-step{align-items:center;background-color:transparent;border:none;color:rgb(var(--tw-color-shade-500)/1);display:flex;font-weight:var(--tw-font-medium);justify-content:center;margin-left:auto}#site-warning .questionnaire-footer__next-step:disabled #site-warning__arrow-right{background-color:rgb(var(--tw-color-shade-200)/1);cursor:default}#site-warning .questionnaire-footer__arrow-right{align-items:center;background-color:rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#fff;display:flex;font-size:1.8rem;height:4.8rem;justify-content:center;margin-left:1rem;width:4.8rem}.robowise-modal{left:0;top:0;overflow:auto;position:fixed;z-index:2000}.wa-modal{background-color:#fff;-webkit-box-shadow:0 .1rem 1.5rem 0 rgba(0,0,0,0.1);-moz-box-shadow:0 .1rem 1.5rem 0 rgba(0,0,0,0.1);-ms-box-shadow:0 .1rem 1.5rem 0 rgba(0,0,0,0.1);-o-box-shadow:0 .1rem 1.5rem 0 rgba(0,0,0,0.1);box-shadow:0 .1rem 1.5rem 0 rgba(0,0,0,0.1);margin:.5rem;position:relative;width:auto;z-index:1041}.wa-modal--action-required{margin:7rem 2.4rem 2.4rem}.wa-modal__animation{background-color:rgb(var(--tw-color-tertiary-500)/1);overflow:hidden;position:relative}.wa-modal__animation--welcome{padding-bottom:49.89286%}.wa-modal__header{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);padding:1.8rem 2rem 2.4rem;position:relative}.wa-modal__close,.wa-modal__close-v2{align-items:center;border:none;display:inline-flex;justify-content:center;padding:0;position:absolute}.wa-modal__close:active,.wa-modal__close-v2:active,.wa-modal__close:focus,.wa-modal__close-v2:focus,.wa-modal__close:hover,.wa-modal__close-v2:hover{outline:none}.wa-modal__close{background-color:rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;height:2rem;justify-content:center;right:1rem;top:1rem;width:2rem}.wa-modal__close:active,.wa-modal__close:focus,.wa-modal__close:hover{outline:none}.wa-modal__close-icon{display:inline-block;height:.9rem;position:relative;width:.9rem}.wa-modal__close-v2{background-color:transparent;font-size:2rem;height:3rem;right:1.6rem;top:2rem;width:3rem}.wa-modal__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2rem;font-weight:var(--tw-font-semibold);line-height:1.4;margin:0}.wa-modal__hero-title{font-size:3.125rem;line-height:1.28;margin-bottom:1.5rem}.wa-modal__body{padding:1.6rem 2.4rem}.wa-modal__body--content{padding:2rem 2rem 4rem}.wa-modal__description{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:3.4rem}.wa-modal__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.6rem;line-height:1.625}.wa-modal__paragraph--welcome-to-wa{margin-bottom:2.4rem}.wa-modal__wa-input{margin-bottom:2.4rem}.wa-modal__wa-input--order-summary{margin-bottom:4.4rem}.wa-modal__info-table{margin-bottom:3.6rem}.wa-modal__footer{padding:2.6rem 2rem}.wa-modal--stick-to-bottom,.wa-modal--robowise-flow{-webkit-border-radius:.8rem;-moz-border-radius:.8rem;-ms-border-radius:.8rem;-o-border-radius:.8rem;border-radius:.8rem;bottom:1.6rem;left:1.6rem;margin:0;position:fixed;right:1.6rem}.wa-modal--stick-to-bottom .wa-modal__footer,.wa-modal--robowise-flow .wa-modal__footer{border-top:1px solid rgb(var(--tw-color-shade-300)/1);padding:.8rem 0}@media (min-width:576px){.wa-modal{margin:1.75rem auto;max-width:45rem;width:100%}.wa-modal--action-required{margin-top:7rem}.wa-modal--full-width{max-width:100%}.wa-modal--stick-to-bottom{margin:0;width:auto}.wa-modal--robowise-flow{margin:0;max-width:100%}.wa-modal--questionnaire{height:calc(100vh - 3.5rem);max-width:68.4rem}.wa-modal__close-icon{top:.1rem}}@media (min-width:768px){.wa-modal--action-required{margin-top:15rem;max-width:44.8rem;width:50%}.wa-modal--robowise-flow{bottom:auto;left:auto;margin-left:auto;max-width:34.8rem;right:2.4rem;top:2.4rem}.wa-modal--questionnaire{margin-bottom:5rem;margin-top:5rem;max-height:calc(100vh - 10rem)}}@media (min-width:1440px){.wa-modal--questionnaire{margin-bottom:12rem;margin-top:12rem;max-height:calc(100vh - 24rem)}}.info-table__item{padding-bottom:1.4rem;padding-top:1rem}.info-table__name{color:rgb(var(--tw-color-shade-500)/1);font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.5;margin-bottom:0}.info-table__value{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;line-height:1.5}.selection-list__item{cursor:pointer;padding-bottom:1.4rem;padding-top:1rem}.selection-list__item--active .selection-list__name{color:rgb(var(--tw-color-secondary-500)/1)}.selection-list__item--active .selection-list__value{display:inline}.selection-list__name{color:rgb(var(--tw-color-primary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.5;margin-bottom:0}.selection-list__value{color:rgb(var(--tw-color-approval-500)/1);display:none;font-size:1.6rem;line-height:1.5}.selection-list__cta{background-color:transparent;color:rgb(var(--tw-color-primary-500)/1);font-size:1.6rem;margin-bottom:-.8rem;margin-top:.8rem}.selection-list__cta:active,.selection-list__cta:focus,.selection-list__cta:hover{color:rgb(var(--tw-color-primary-600)/1)}.lottie-animation{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.team-member-card{padding:4.6rem .5rem 4.7rem;position:relative;text-align:center}.team-member-card__photo{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;display:inline-block;height:16rem;margin-bottom:3rem;width:16rem}.team-member-card__name{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:.5rem}.team-member-card__position{color:rgb(var(--tw-color-shade-500)/1);line-height:1.5;margin-bottom:0}.team-member-card__overlay{background-color:#fff;bottom:0;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);cursor:default;left:0;overflow:auto;opacity:0;padding:4rem;position:absolute;right:0;text-align:left;top:0;-webkit-transition:opacity .25s;-moz-transition:opacity .25s;-ms-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s;z-index:1}.team-member-card::after{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);bottom:0;content:'';height:4rem;left:0;opacity:0;position:absolute;right:0;-webkit-transition:opacity .125s;-moz-transition:opacity .125s;-ms-transition:opacity .125s;-o-transition:opacity .125s;transition:opacity .125s;z-index:2}.team-member-card:hover .team-member-card__overlay{opacity:1}.team-member-card:hover::after{opacity:1}@media (min-width:992px){.team-member-card{padding-bottom:10rem;padding-top:10rem}.team-member-card::after{height:10rem}}.award{-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);padding:4rem 3rem 3rem;text-align:left;animation-fill-mode:backwards}.award__logo{margin-bottom:3rem;max-height:11.1rem;max-width:100%}.award__title{font-size:2.4rem;line-height:1.25;margin-bottom:1.5rem}.award__description{font-size:1.8rem;line-height:1.77778;margin-bottom:1rem}.award__trustpilot{padding:5rem 0}.award__cta{font-size:1.8rem;line-height:1.77778}@media (min-width:768px){.award{padding:4rem 4rem 4.5rem}.award__title{font-size:3.125rem;line-height:1.28}.award__description{margin-bottom:1.5rem}.award__trustpilot{padding:3.1rem 0}}@media (min-width:1440px){.award__title--limited{width:66.66667%}}.member-overlay__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:.5rem}.member-overlay__position{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.84615;margin-bottom:3rem}.member-overlay__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;margin-bottom:1.5rem}.member-overlay :last-child{margin-bottom:0}.beta-app{-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);padding:4.8rem 2rem 0;text-align:center}.beta-app__description{font-size:1.8rem;line-height:1.77778;margin-bottom:3rem}.beta-app__form{margin-bottom:5rem}.beta-app__cta{margin-left:2rem;min-width:9rem;width:auto}.beta-app__image{width:31rem;max-width:100%}@media (min-width:768px){.beta-app__title{margin-bottom:1.5rem;padding:0 14%}.beta-app__description{margin-left:auto;margin-right:auto;width:60%}}@media (min-width:992px){.beta-app__description{width:auto}.beta-app__image{width:39.5rem}}@media (min-width:1440px){.beta-app__description{width:70%}.beta-app__form{width:60%;margin:0 auto 4rem}}.timeline--continues .timeline__duration{border-color:rgb(var(--tw-color-shade-400)/1);border-right-style:dashed}.timeline--continues .timeline__month{border-color:rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-400)/1)}.timeline__year{align-items:center;border:.4rem solid rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:rgb(var(--tw-color-tertiary-500)/1);display:inline-flex;font-size:2rem;font-weight:var(--tw-font-semibold);justify-content:center;height:8rem;line-height:1;width:8rem}.timeline__duration{display:inline-block;border-right:.4rem solid rgb(var(--tw-color-secondary-500)/1);height:9.5rem;margin-bottom:-.5rem}.timeline__duration--tall{height:100% !important}.timeline__month{background-color:rgb(var(--tw-color-shade-100)/1);border:.4rem solid rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:1.5rem;-moz-border-radius:1.5rem;-ms-border-radius:1.5rem;-o-border-radius:1.5rem;border-radius:1.5rem;color:rgb(var(--tw-color-tertiary-500)/1);display:inline-block;font-size:1.3rem;font-weight:var(--tw-font-semibold);line-height:1;padding:.4rem 0 .5rem;position:relative;text-align:center;text-transform:uppercase;width:10.8rem;z-index:1}.timeline__month--coming-soon{border:.4rem solid rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-400)/1)}.timeline__wa-logo{width:8rem}@media (min-width:768px){.timeline{text-align:left}.timeline__duration{margin-left:3.8rem}.timeline__month{margin-left:.6rem}}@media (min-width:992px){.timeline{text-align:center}.timeline__month{margin-left:0}.timeline--continues .timeline__duration{border-color:transparent;height:5rem}.timeline__duration{height:15rem;margin-left:0}.timeline__duration--lg-dashed{border-color:rgb(var(--tw-color-shade-400)/1);border-right-style:dashed}}@media (min-width:992px){.timeline-magic--bba-2019{margin-top:-37rem}.timeline-magic--introduced-robowise{margin-top:-32rem}.timeline-magic--first-euro-bonds{margin-top:-21rem}.timeline-magic--fca-auth{margin-top:-51rem}}.bba-award{-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);text-align:center}.bba-award--the-flag,.bba-award--bba-2020{padding-top:4rem}.bba-award__body{margin-top:-4.3rem;padding:0 3rem 4rem}.bba-award__logo{margin-bottom:3rem;width:16rem}.bba-award__image--the-flag{height:12rem;width:12rem}.bba-award__cpd-image{max-width:34.3rem}.bba-award__description{font-size:1.8rem;line-height:1.77778}.bba-award__read-more{font-size:1.8rem}@media (min-width:768px){.bba-award__title{margin-bottom:1.5rem}.bba-award__body{padding:0 4rem 4rem}.bba-award__description{margin-bottom:1.5rem}}.gmg-award{-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);padding:5rem 1rem 4rem;text-align:center}.gmg-award__image{max-width:20rem}.gmg-award__body{padding:0 1.6rem}.gmg-award__description{font-size:1.8rem;line-height:1.77778}.gmg-award__read-more{font-size:1.8rem}@media (min-width:768px){.gmg-award__title{margin-bottom:1.5rem}.gmg-award__description{margin-bottom:1.5rem}}.feature-card{background-color:#fff;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);text-align:left}.feature-card__panel{background-color:rgb(var(--tw-color-shade-400)/0.2);color:rgb(var(--tw-color-shade-800)/1);padding:1.4rem 1rem 1.6rem 4rem}.feature-card__image{width:100%}.feature-card__panel-text{font-size:1.6rem;line-height:1.625;margin-bottom:0}.feature-card__icon{display:inline-block;height:3rem;vertical-align:middle;margin-right:1.2rem;width:3rem}.feature-card__body{padding:3rem 3rem 5.1rem}.feature-card__title{margin-bottom:2.2rem}.feature-card__description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;margin-bottom:4rem}.feature-card__subtitle{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.3rem;line-height:1.38461;margin-bottom:.5rem}.feature-card__who-is-it-for{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:3.2rem}.feature-card__product-features{margin-bottom:2.6rem;padding-bottom:2.2rem;padding-top:1rem}@media (min-width:768px){.feature-card__body{padding:3rem 4rem 4rem}.feature-card__title{margin-bottom:1.5rem}}.history-bonds{background-color:#fff;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);padding:4rem 3rem;position:relative;text-align:left}.history-bonds__title{color:rgb(var(--tw-color-tertiary-500)/1)}.history-bonds__description{color:rgb(var(--tw-color-shade-500)/1)}.history-bonds__container{height:calc((8rem + 1.2rem) * 4);margin-left:-1rem;margin-right:-1rem;margin-top:3rem;overflow:hidden;padding:0 1rem .1rem;position:relative}.history-bonds__container::before,.history-bonds__container::after{content:'';display:inline-block;height:calc(8rem + 1.2rem);left:0;position:absolute;right:0;z-index:1}.history-bonds__container::before{background:linear-gradient(to bottom,#fff 0%,rgba(255,255,255,0) 100%);top:0}.history-bonds__container::after{background:linear-gradient(to top,#fff 0%,rgba(255,255,255,0) 100%);bottom:0}.history-bonds__inner-container{display:flex;flex-direction:column}.history-bonds__read-more{font-size:1.8rem}.history-bonds__company-card{animation-timing-function:linear;animation-iteration-count:infinite;flex:0 0 8rem !important;margin-bottom:1.2rem;width:100%}.history-bonds__company-card--first-bonds{animation-duration:20s;animation-name:first-euro-bonds-animation}.history-bonds__company-card--first-ten-bonds{animation-duration:20s;animation-name:first-ten-bonds-animation}@media (min-width:768px){.history-bonds{padding:4rem 4rem}}@-moz-keyframes first-euro-bonds-animation{0%{-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)}100%{-webkit-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-moz-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-ms-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-o-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0)}}@-webkit-keyframes first-euro-bonds-animation{0%{-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)}100%{-webkit-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-moz-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-ms-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-o-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0)}}@-o-keyframes first-euro-bonds-animation{0%{-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)}100%{-webkit-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-moz-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-ms-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-o-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0)}}@keyframes first-euro-bonds-animation{0%{-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)}100%{-webkit-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-moz-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-ms-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-o-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0)}}@-moz-keyframes first-ten-bonds-animation{0%{-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)}100%{-webkit-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-moz-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-ms-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-o-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0)}}@-webkit-keyframes first-ten-bonds-animation{0%{-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)}100%{-webkit-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-moz-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-ms-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-o-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0)}}@-o-keyframes first-ten-bonds-animation{0%{-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)}100%{-webkit-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-moz-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-ms-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-o-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0)}}@keyframes first-ten-bonds-animation{0%{-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)}100%{-webkit-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-moz-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-ms-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);-o-transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0);transform:translate3d(0, calc((8rem + 1.2rem) * -10), 0)}}.fca-auth{background-color:#fff;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);padding:5.8rem 3rem 3rem;text-align:left}.fca-auth__icon{color:rgb(var(--tw-color-secondary-500)/1);font-size:8rem;margin-bottom:2.2rem}.fca-auth__title{color:rgb(var(--tw-color-tertiary-500)/1)}.fca-auth__description{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:2rem}.fca-auth__container{height:10rem;margin-left:-3rem;margin-right:-3rem;overflow:hidden;position:relative}.fca-auth__inner-container{-webkit-animation:media-animation 26.2s linear infinite;-moz-animation:media-animation 26.2s linear infinite;-ms-animation:media-animation 26.2s linear infinite;-o-animation:media-animation 26.2s linear infinite;animation:media-animation 26.2s linear infinite;display:flex;position:absolute}.fca-auth__img-container{align-items:center;display:flex;flex:0 0 auto;justify-content:center;height:10rem;padding:3.5rem;width:21.7rem}.fca-auth__img-container:not(:last-child){margin-right:2.4rem}.fca-auth__img{max-height:100%;max-width:100%}@media (min-width:768px){.fca-auth{padding-left:4rem;padding-right:4rem}.fca-auth__title{margin-bottom:1.5rem}.fca-auth__description{margin-bottom:3rem;width:83%}.fca-auth__container{margin-left:-4rem;margin-right:-4rem}}@-moz-keyframes media-animation{0%{-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)}100%{-webkit-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);-moz-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);-ms-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);-o-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0)}}@-webkit-keyframes media-animation{0%{-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)}100%{-webkit-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);-moz-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);-ms-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);-o-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0)}}@-o-keyframes media-animation{0%{-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)}100%{-webkit-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);-moz-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);-ms-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);-o-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0)}}@keyframes media-animation{0%{-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)}100%{-webkit-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);-moz-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);-ms-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);-o-transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0);transform:translate3d(calc((21.7rem + 2.4rem) * -5), 0, 0)}}.process-bonds{display:flex;flex-direction:row-reverse}.process-bonds__item{flex:0 0 20rem;height:20rem;margin-left:1.6rem}.process-fraction{align-content:space-between;display:flex;justify-content:space-between;flex-wrap:wrap}.process-fraction__item{flex:0 0 5.6rem;height:5.6rem}.process-fractions{display:flex}.process-fractions__item{flex:0 0 20rem;height:20rem;margin-left:1.6rem}.the-process{position:relative}.the-process__delimiter{align-items:center;bottom:0;display:flex;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);z-index:1}.the-process__delimiter::after,.the-process__delimiter::before{background-color:rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;content:'';display:inline-block;height:1rem;left:50%;position:absolute;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);width:1rem}.the-process__delimiter::before{top:-.5rem}.the-process__delimiter::after{bottom:-.5rem}.the-process__wa-logo{height:10rem;position:relative;width:10rem;z-index:1}.the-process__vertical-line{background-color:rgb(var(--tw-color-secondary-500)/1);bottom:0;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);width:.4rem}.the-process__avatars{background:linear-gradient(to right,transparent 0%,transparent 2.8rem,rgb(var(--tw-color-shade-100)/1) 2.8rem,rgb(var(--tw-color-shade-100)/1) 100%);bottom:0;display:flex;flex-direction:column;justify-content:space-between;padding-right:2.4rem;position:absolute;right:0;top:0;z-index:1}.the-process__avatar{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;height:5.6rem;width:5.6rem}.the-process__section-wrapper{overflow:hidden}.the-process__bonds{-webkit-animation:process-bonds-animation 25s linear infinite;-moz-animation:process-bonds-animation 25s linear infinite;-ms-animation:process-bonds-animation 25s linear infinite;-o-animation:process-bonds-animation 25s linear infinite;animation:process-bonds-animation 25s linear infinite;will-change:transform}.the-process__fractions{-webkit-animation:process-fractions-animation 25s linear infinite;-moz-animation:process-fractions-animation 25s linear infinite;-ms-animation:process-fractions-animation 25s linear infinite;-o-animation:process-fractions-animation 25s linear infinite;animation:process-fractions-animation 25s linear infinite;will-change:transform}@media (min-width:1440px){.the-process__avatars{left:calc(50vw + 1440px / 2 - 5.6rem - 2.4rem)}}@-moz-keyframes process-bonds-animation{0%{-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)}100%{-webkit-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);-moz-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);-ms-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);-o-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0)}}@-webkit-keyframes process-bonds-animation{0%{-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)}100%{-webkit-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);-moz-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);-ms-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);-o-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0)}}@-o-keyframes process-bonds-animation{0%{-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)}100%{-webkit-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);-moz-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);-ms-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);-o-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0)}}@keyframes process-bonds-animation{0%{-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)}100%{-webkit-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);-moz-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);-ms-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);-o-transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0);transform:translate3d(calc((20rem + 1.6rem) * 11), 0, 0)}}@-moz-keyframes process-fractions-animation{0%{-webkit-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);-moz-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);-ms-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);-o-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0)}100%{-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)}}@-webkit-keyframes process-fractions-animation{0%{-webkit-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);-moz-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);-ms-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);-o-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0)}100%{-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)}}@-o-keyframes process-fractions-animation{0%{-webkit-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);-moz-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);-ms-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);-o-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0)}100%{-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)}}@keyframes process-fractions-animation{0%{-webkit-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);-moz-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);-ms-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);-o-transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0);transform:translate3d(calc((20rem + 1.6rem) * -11), 0, 0)}100%{-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)}}.process-step{background-color:#fff;-webkit-border-radius:.9rem;-moz-border-radius:.9rem;-ms-border-radius:.9rem;-o-border-radius:.9rem;border-radius:.9rem;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.1);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.1);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.1);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.1);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.1);margin-right:1.5rem;height:100%;padding:3.2rem;width:33.2rem}.process-step__title{color:rgb(var(--tw-color-secondary-500)/1);font-size:3.2rem;font-weight:600;line-height:1.25;margin-bottom:2.4rem}.process-step__subtitle{color:rgb(var(--tw-color-shade-900)/1);font-size:2.4rem;font-weight:600;letter-spacing:.6px;line-height:1.16667;margin-bottom:2.4rem}.process-step__description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.5rem;letter-spacing:.6px;line-height:1.5;margin-bottom:.8rem}.process-step__description:last-child{margin-bottom:0}@media (min-width:768px){.process-step{margin-right:2.4rem;width:44.8rem}}@media (min-width:1440px){.process-step{width:auto}}.historical-returns{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);padding-bottom:17rem;padding-top:10rem;text-align:center}.historical-returns__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:3rem;letter-spacing:-.56px;line-height:1.35;margin-bottom:1.5rem}.historical-returns__description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;margin-bottom:1rem}.historical-returns__cta{display:inline-block;font-size:1.8rem;line-height:1.77778;margin-bottom:5rem}.historical-returns__highchart{background-color:#fff;-webkit-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);margin-bottom:3rem;padding:2rem 2.4rem}.historical-returns__small-paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.84615;text-align:left}.historical-returns__small-paragraph:last-child{margin-bottom:0}@media (min-width:768px){.historical-returns{padding-bottom:23rem;padding-top:15.5rem}.historical-returns__title{font-size:4rem;line-height:1.14679}.historical-returns__description{margin-bottom:1.5rem}.historical-returns__cta{margin-bottom:6rem}}@media (min-width:992px){.historical-returns{border-top:1px solid rgb(var(--tw-color-shade-400)/1);padding-bottom:20rem;padding-top:18rem}.historical-returns__description{margin:0 auto 2.1rem;width:75%}.historical-returns__cta{margin-bottom:5rem}}.legal{padding-bottom:10rem;padding-top:8rem}.legal h1,.legal__title{color:rgb(var(--tw-color-tertiary-500)/1);letter-spacing:-.64px;margin-bottom:1.5rem}.legal h1--standalone,.legal__title--standalone{margin-bottom:5rem}.legal h3,.legal__section-title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:1.5rem}.legal h4,.legal__subtitle{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:1.5rem;margin-top:3rem}.legal h1 ~ div,.legal h1 ~ section,.legal__section{margin-bottom:6rem}.legal h1 ~ div:last-child,.legal h1 ~ section:last-child,.legal__section:last-child{margin-bottom:0}.legal h1 ~ div > *:last-child,.legal h1 ~ section > *:last-child,.legal__section > *:last-child{margin-bottom:0}.legal h1 ~ div.legal h1 ~ div--standalone,.legal h1 ~ section.legal h1 ~ section--standalone,.legal__section.legal__section--standalone,.legal h1 ~ div--lg-position-right,.legal h1 ~ section--lg-position-right,.legal__section--lg-position-right{margin-bottom:6rem}.legal__last-updated{color:rgb(var(--tw-color-shade-500)/1)}.legal p,.legal__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;margin-bottom:1.5rem}.legal p span,.legal__paragraph span{color:rgb(var(--tw-color-tertiary-500)/1)}.legal__link{font-size:1.8rem;line-height:1.77778}.legal ul,.legal__list{color:rgb(var(--tw-color-shade-500)/1);list-style:none;margin-bottom:5rem;padding:0 0 0 4.2rem;position:relative}.legal ul > li,.legal__list > li{position:relative}.legal ul > li:before,.legal__list > li:before{background-color:rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;content:'';display:inline-block;height:.6rem;left:-2.4rem;position:absolute;top:1.4rem;width:.6rem}.legal table,.legal__wa-table{margin-bottom:5rem;margin-top:3rem}.legal__table-wrapper{margin-bottom:5rem;margin-top:3rem;overflow:auto;width:100%}.legal__img-wrap{background-color:#fff;border:1px solid rgb(var(--tw-color-shade-400)/1);margin-top:3rem;margin-bottom:3rem;padding:.5rem}.legal img,.legal__img{max-width:100%}.legal__section-menu{margin-bottom:5rem}.legal ol,.legal__ordered-list{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;list-style-type:auto;margin-bottom:3rem;padding-left:2rem}.legal ol > li,.legal__ordered-list > li{margin-bottom:1.5rem}.legal ol > li::marker,.legal__ordered-list > li::marker{color:rgb(var(--tw-color-secondary-500)/1)}.legal ol > li:last-child,.legal__ordered-list > li:last-child{margin-bottom:0}.legal ol--lower-roman,.legal__ordered-list--lower-roman{list-style-type:lower-roman !important}.legal ol ol,.legal ul ol,.legal ol ul,.legal ul ul{margin-bottom:1.5rem;margin-top:1.5rem}@media (min-width:992px){.legal{padding-bottom:15rem;padding-top:15rem}.legal__section--lg-position-right{bottom:0;margin:0;position:absolute;right:0;top:0}.legal__sticky-section--lg{max-height:calc(100vh - 2rem);overflow:auto;position:sticky;top:2rem}}.legal-skeleton-table{border-spacing:.1rem;width:100%}.legal-skeleton-table tr:last-child td{border-bottom:none}.legal-skeleton-table td{border-bottom:.1rem solid rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.625;padding:2.5rem .5rem 2.9rem 0;vertical-align:middle}.legal-skeleton-table td:nth-child(1){width:4rem}.legal-skeleton-table td:nth-child(2){width:34.5%}.legal-skeleton-table td:nth-child(3){color:rgb(var(--tw-color-shade-500)/1)}.legal-skeleton-table .legal-skeleton-table__header{background-color:rgb(var(--tw-color-tertiary-500)/1);color:#fff;text-align:center}.highlighted-legal{background-color:rgb(var(--tw-color-shade-400)/0.1);border-left:2px solid rgb(var(--tw-color-secondary-500)/1);padding:2rem 3rem 1.5rem}.highlighted-legal__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.3rem;font-weight:var(--tw-font-semibold);line-height:1.84616;margin-bottom:.9rem}.highlighted-legal__list{padding-left:2.4rem;margin-bottom:0}.highlighted-legal__list li::before{top:1rem}.highlighted-legal__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:1.84615;margin-bottom:.9rem}.why-join-card{background-color:#fff;-webkit-border-radius:.7rem;-moz-border-radius:.7rem;-ms-border-radius:.7rem;-o-border-radius:.7rem;border-radius:.7rem;-webkit-box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-tertiary-500)/0.15);-moz-box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-tertiary-500)/0.15);-ms-box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-tertiary-500)/0.15);-o-box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-tertiary-500)/0.15);box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-tertiary-500)/0.15);margin-bottom:3rem;padding:5rem 2rem 6.3rem}.why-join-card > :last-child{margin-bottom:0}.why-join-card__icon{color:rgb(var(--tw-color-shade-400)/1);font-size:4rem;margin-bottom:3.5rem}.why-join-card__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:3.125rem;line-height:1.28;margin-bottom:2rem}.why-join-card__value{color:rgb(var(--tw-color-secondary-500)/1);font-size:10rem;line-height:1;margin-bottom:1rem}.why-join-card__value span{font-size:3.2rem;font-weight:var(--tw-font-semibold);line-height:1.25;position:relative;top:-1rem;vertical-align:super}.why-join-card__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778}@media (min-width:992px){.why-join-card{margin-bottom:5rem}}.api-feature{color:#fff;margin-bottom:4.5rem}.api-feature__header{background-color:rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;margin-bottom:1.5rem;padding:1.8rem 1rem 2.4rem;position:relative}.api-feature__header::before,.api-feature__header::after{-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;border-radius:.3rem;content:'';height:1.6rem;position:absolute;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);-o-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);width:1.6rem}.api-feature__header::before{background-color:#fff;left:-.9rem}.api-feature__header::after{background-color:rgb(var(--tw-color-secondary-500)/1);right:-.7rem}.api-feature--first .api-feature__header::before{display:none}.api-feature--last .api-feature__header::after{display:none}.api-feature__title{margin-bottom:0}.api-feature__body{background-color:rgb(var(--tw-color-tertiary-500)/1);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;padding:.8rem 4.8rem}.api-feature__paragraph{margin-bottom:0;padding-bottom:2.2rem;padding-top:2rem}@media (min-width:768px){.api-feature{display:flex;flex-direction:column;flex-grow:1}.api-feature__body{flex-grow:1}}.complex-video-player{border-bottom:1px solid rgb(var(--tw-color-shade-800)/1);border-top:1px solid rgb(var(--tw-color-shade-800)/1);display:flex;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s}.complex-video-player:hover{background-color:rgba(255,255,255,0.1)}.complex-video-player__video-container{height:8rem;width:14.2rem}.complex-video-player__video-player .video-player__play-button{height:5rem;width:5rem}.complex-video-player__description{padding:1rem 1.5rem 1.4rem}.complex-video-player__caption{color:#fff;margin-bottom:0}.complex-video-player__paragraph{color:rgb(var(--tw-color-shade-400)/1);margin-bottom:0}@media (min-width:768px){.complex-video-player__description{padding-left:2.4rem}}@media (min-width:768px){.wa-carousel__slides-wrap{display:block;overflow:hidden}.wa-carousel__slides{display:block;width:300%;-webkit-transition:transform cubic-bezier(.68,.68,.68,.68) .25s;-moz-transition:transform cubic-bezier(.68,.68,.68,.68) .25s;-ms-transition:transform cubic-bezier(.68,.68,.68,.68) .25s;-o-transition:transform cubic-bezier(.68,.68,.68,.68) .25s;transition:transform cubic-bezier(.68,.68,.68,.68) .25s}.wa-carousel__slide{display:inline-block;width:calc(100% / 3);float:left}.wa-carousel > #slide-1:checked ~ .wa-carousel__slides-wrap .wa-carousel__slides{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}.wa-carousel > #slide-2:checked ~ .wa-carousel__slides-wrap .wa-carousel__slides{-webkit-transform:translateX(-33.33333%);-moz-transform:translateX(-33.33333%);-ms-transform:translateX(-33.33333%);-o-transform:translateX(-33.33333%);transform:translateX(-33.33333%)}.wa-carousel > #slide-3:checked ~ .wa-carousel__slides-wrap .wa-carousel__slides{-webkit-transform:translateX(-66.66666%);-moz-transform:translateX(-66.66666%);-ms-transform:translateX(-66.66666%);-o-transform:translateX(-66.66666%);transform:translateX(-66.66666%)}#slide-1:checked ~ .wa-carousel__controls label#controlForSlide-1 .wa-carousel__controls-item-inner:before,#slide-2:checked ~ .wa-carousel__controls label#controlForSlide-2 .wa-carousel__controls-item-inner:before,#slide-3:checked ~ .wa-carousel__controls label#controlForSlide-3 .wa-carousel__controls-item-inner:before{width:100%}#slide-1:checked ~ .wa-carousel__controls label#controlForSlide-1 .wa-carousel__controls-title,#slide-2:checked ~ .wa-carousel__controls label#controlForSlide-2 .wa-carousel__controls-title,#slide-3:checked ~ .wa-carousel__controls label#controlForSlide-3 .wa-carousel__controls-title{color:rgb(var(--tw-color-secondary-500)/1)}.wa-carousel > #autoPlay:checked ~ .wa-carousel__slides-wrap .wa-carousel__slides{-webkit-animation:carousel 30000ms ease .25s infinite;-moz-animation:carousel 30000ms ease .25s infinite;-ms-animation:carousel 30000ms ease .25s infinite;-o-animation:carousel 30000ms ease .25s infinite;animation:carousel 30000ms ease .25s infinite}.wa-carousel > #autoPlay:checked ~ .wa-carousel__controls label#controlForSlide-1 .wa-carousel__controls-item-inner:before{-webkit-animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite -1000ms;-moz-animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite -1000ms;-ms-animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite -1000ms;-o-animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite -1000ms;animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite -1000ms}.wa-carousel > #autoPlay:checked ~ .wa-carousel__controls label#controlForSlide-2 .wa-carousel__controls-item-inner:before{-webkit-animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite 9000ms;-moz-animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite 9000ms;-ms-animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite 9000ms;-o-animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite 9000ms;animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite 9000ms}.wa-carousel > #autoPlay:checked ~ .wa-carousel__controls label#controlForSlide-3 .wa-carousel__controls-item-inner:before{-webkit-animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite 19000ms;-moz-animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite 19000ms;-ms-animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite 19000ms;-o-animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite 19000ms;animation:progress 30000ms cubic-bezier(.68,.68,.68,.68) infinite 19000ms}.wa-carousel > #autoPlay:checked ~ .wa-carousel__controls label#controlForSlide-1 .wa-carousel__controls-title{-webkit-animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite -1000ms;-moz-animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite -1000ms;-ms-animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite -1000ms;-o-animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite -1000ms;animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite -1000ms}.wa-carousel > #autoPlay:checked ~ .wa-carousel__controls label#controlForSlide-2 .wa-carousel__controls-title{-webkit-animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite 9000ms;-moz-animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite 9000ms;-ms-animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite 9000ms;-o-animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite 9000ms;animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite 9000ms}.wa-carousel > #autoPlay:checked ~ .wa-carousel__controls label#controlForSlide-3 .wa-carousel__controls-title{-webkit-animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite 19000ms;-moz-animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite 19000ms;-ms-animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite 19000ms;-o-animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite 19000ms;animation:color 30000ms cubic-bezier(.68,.68,.68,.68) infinite 19000ms}.wa-carousel__slides-wrap:hover > .wa-carousel__slides,.wa-carousel__slides-wrap:hover + .wa-carousel__controls .wa-carousel__controls-item-inner:before,.wa-carousel__slides-wrap:hover + .wa-carousel__controls .wa-carousel__controls-title{animation-play-state:paused !important}@-moz-keyframes carousel{0%,25.203252032520325%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}33.333333333333336%,58.53658536585366%{-webkit-transform:translateX(-33.33333%);-moz-transform:translateX(-33.33333%);-ms-transform:translateX(-33.33333%);-o-transform:translateX(-33.33333%);transform:translateX(-33.33333%)}66.66666666666667%,91.869918699187%{-webkit-transform:translateX(-66.66666%);-moz-transform:translateX(-66.66666%);-ms-transform:translateX(-66.66666%);-o-transform:translateX(-66.66666%);transform:translateX(-66.66666%)}}@-webkit-keyframes carousel{0%,25.203252032520325%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}33.333333333333336%,58.53658536585366%{-webkit-transform:translateX(-33.33333%);-moz-transform:translateX(-33.33333%);-ms-transform:translateX(-33.33333%);-o-transform:translateX(-33.33333%);transform:translateX(-33.33333%)}66.66666666666667%,91.869918699187%{-webkit-transform:translateX(-66.66666%);-moz-transform:translateX(-66.66666%);-ms-transform:translateX(-66.66666%);-o-transform:translateX(-66.66666%);transform:translateX(-66.66666%)}}@-o-keyframes carousel{0%,25.203252032520325%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}33.333333333333336%,58.53658536585366%{-webkit-transform:translateX(-33.33333%);-moz-transform:translateX(-33.33333%);-ms-transform:translateX(-33.33333%);-o-transform:translateX(-33.33333%);transform:translateX(-33.33333%)}66.66666666666667%,91.869918699187%{-webkit-transform:translateX(-66.66666%);-moz-transform:translateX(-66.66666%);-ms-transform:translateX(-66.66666%);-o-transform:translateX(-66.66666%);transform:translateX(-66.66666%)}}@keyframes carousel{0%,25.203252032520325%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}33.333333333333336%,58.53658536585366%{-webkit-transform:translateX(-33.33333%);-moz-transform:translateX(-33.33333%);-ms-transform:translateX(-33.33333%);-o-transform:translateX(-33.33333%);transform:translateX(-33.33333%)}66.66666666666667%,91.869918699187%{-webkit-transform:translateX(-66.66666%);-moz-transform:translateX(-66.66666%);-ms-transform:translateX(-66.66666%);-o-transform:translateX(-66.66666%);transform:translateX(-66.66666%)}}@-moz-keyframes color{0%,33.32333333333334%{color:rgb(var(--tw-color-secondary-500)/1)}33.333333333333336%,100%{color:rgb(var(--tw-color-tertiary-500)/1)}}@-webkit-keyframes color{0%,33.32333333333334%{color:rgb(var(--tw-color-secondary-500)/1)}33.333333333333336%,100%{color:rgb(var(--tw-color-tertiary-500)/1)}}@-o-keyframes color{0%,33.32333333333334%{color:rgb(var(--tw-color-secondary-500)/1)}33.333333333333336%,100%{color:rgb(var(--tw-color-tertiary-500)/1)}}@keyframes color{0%,33.32333333333334%{color:rgb(var(--tw-color-secondary-500)/1)}33.333333333333336%,100%{color:rgb(var(--tw-color-tertiary-500)/1)}}@-moz-keyframes progress{0%{width:0}33.32333333333334%{width:100%}33.333333333333336%,100%{width:0}}@-webkit-keyframes progress{0%{width:0}33.32333333333334%{width:100%}33.333333333333336%,100%{width:0}}@-o-keyframes progress{0%{width:0}33.32333333333334%{width:100%}33.333333333333336%,100%{width:0}}@keyframes progress{0%{width:0}33.32333333333334%{width:100%}33.333333333333336%,100%{width:0}}}.wa-dropdown{position:relative}.wa-dropdown__dropdown-menu{background:#fff;display:none;border:none;-webkit-border-radius:.8rem;-moz-border-radius:.8rem;-ms-border-radius:.8rem;-o-border-radius:.8rem;border-radius:.8rem;-webkit-box-shadow:0 1px 1.5rem rgba(0,0,0,0.1);-moz-box-shadow:0 1px 1.5rem rgba(0,0,0,0.1);-ms-box-shadow:0 1px 1.5rem rgba(0,0,0,0.1);-o-box-shadow:0 1px 1.5rem rgba(0,0,0,0.1);box-shadow:0 1px 1.5rem rgba(0,0,0,0.1);margin-top:.8rem;padding-bottom:.8rem;padding-top:.8rem;position:absolute;min-width:31rem;width:100%;top:100%;z-index:99}.wa-dropdown.open > .wa-dropdown__dropdown-menu{display:block}[dir="ltr"] .wa-dropdown__dropdown-menu{right:0;left:auto}[dir="rtl"] .wa-dropdown__dropdown-menu{left:0;right:auto}.modal-video-player{height:100%;padding-bottom:2.4rem;padding-top:2.4rem}.modal-video-player__footer{display:flex;flex-wrap:nowrap;justify-content:space-between;padding-bottom:3.5rem;padding-top:3.1rem}.modal-video-player__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:0}.modal-video-player__close-window{line-height:1.625}.modal-video-player__cta{min-width:16.6rem}@media (min-width:768px){.modal-video-player{padding-bottom:6.5rem;padding-top:8rem}}@media (min-width:1440px){.modal-video-player{padding-bottom:13rem;padding-top:16rem}}.question-to-team-member{align-items:center;display:flex;padding:1rem 0}.question-to-team-member__member-photo-group{display:flex;margin-right:1.2rem}.question-to-team-member__member-photo{-webkit-box-shadow:0 0 0 1px #fff;-moz-box-shadow:0 0 0 1px #fff;-ms-box-shadow:0 0 0 1px #fff;-o-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;height:3rem;width:3rem}.question-to-team-member__member-photo:not(:first-child){margin-left:-1rem}.question-to-team-member__text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.625}.question-to-team-member__link{font-weight:var(--tw-font-semibold)}.cookie-bar{background-color:rgb(var(--tw-color-secondary-500)/1);border-top:1px solid #fff;color:#fff;font-size:1.6rem;font-weight:var(--tw-font-semibold);padding-bottom:1.3rem;padding-top:1.1rem;-webkit-transition:height .25s;-moz-transition:height .25s;-ms-transition:height .25s;-o-transition:height .25s;transition:height .25s;line-height:1.275}.cookie-bar__close{cursor:pointer;padding:1.2rem}.investment-risk-bar{position:sticky;top:0;left:0;right:0;z-index:1000;background-color:rgb(var(--tw-color-secondary-500)/1);color:#fff;padding-bottom:2rem;padding-top:1.2rem;width:100vw}@media (min-width:768px){.investment-risk-bar{padding-bottom:1.6rem}.investment-risk-bar .less-prominent{font-size:1.8rem}}.investor-protection{-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);padding:5rem 4rem 5.3rem}.investor-protection.investor-protection > :last-child{margin-bottom:0}.investor-protection__icon{font-size:8rem;line-height:1;margin-bottom:3.2rem}.investor-protection__title{margin-bottom:1.5rem}.investor-protection__description{font-size:1.8rem;line-height:1.77778;margin-bottom:2rem}.investor-protection__fscs-logo{fill:#fff;width:10rem}@media (min-width:768px){.investor-protection{min-height:40rem}}.investor-trust{padding-bottom:10rem;padding-top:11.6rem}.investor-trust__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.8rem;letter-spacing:-.5px;line-height:1.08333;margin-bottom:3.5rem}.investor-trust__subtitle{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;margin-bottom:5.3rem}.investor-trust__protection{margin-bottom:2rem}@media (min-width:768px){.investor-trust{padding-bottom:15.6rem;padding-top:15rem}.investor-trust__title,.investor-trust__subtitle{text-align:center}.investor-trust__title{font-size:6.104rem;line-height:1.14679}.investor-trust__protection{height:calc(100% - 2.4rem);margin-bottom:2.4rem}}@media (min-width:992px){.investor-trust{background-color:#fff;padding-bottom:17.6rem;padding-top:20rem}.investor-trust__title,.investor-trust__subtitle{text-align:left}.investor-trust__title{margin-bottom:5.35rem}.investor-trust__subtitle{margin-bottom:0;width:80%}}@media (min-width:1440px){.investor-trust__subtitle{width:100%}}.no-news{align-items:center;display:flex;justify-content:center;height:100%}.no-news__icon{color:rgb(var(--tw-color-shade-400)/1);font-size:4rem;margin-bottom:2.1rem}.no-news__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:1rem}.no-news__description{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:0;text-align:center}.capital-structure{padding:2rem 0}.capital-structure__bars{display:none}.capital-structure__bar-wrapper{padding:0 .25rem}.capital-structure__bar{height:.4rem}.capital-structure__bar--junior-debt{background-color:rgb(var(--tw-color-secondary-500)/1)}.capital-structure__bar--equity{background-color:rgb(var(--tw-color-shade-400)/1)}.capital-structure__bar--senior-debt{background-color:rgb(var(--tw-color-tertiary-500)/1)}.capital-structure__paragraph{line-height:1.5;margin-bottom:0}@media (min-width:768px){.capital-structure__bars{display:flex;margin:0 -.25rem .25rem}}.capital-structure-graph__item{display:flex;justify-content:space-between;margin-bottom:1.6rem;padding-top:.5rem;position:relative;white-space:nowrap}.capital-structure-graph__item::before{content:'';height:.4rem;left:0;position:absolute;right:0;top:0}.capital-structure-graph__item--junior-debt::before{background-color:rgb(var(--tw-color-secondary-500)/1)}.capital-structure-graph__item--senior-debt::before{background-color:rgb(var(--tw-color-tertiary-500)/1)}.capital-structure-graph__item--equity::before{background-color:rgb(var(--tw-color-shade-400)/1)}.capital-structure-graph__item:first-child{flex-shrink:0}.capital-structure-graph__item:nth-child(2){flex-shrink:10000}.capital-structure-graph__item:last-child{flex-shrink:1;margin-bottom:0}.capital-structure-graph__item-name{color:rgb(var(--tw-color-tertiary-500)/1)}.capital-structure-graph__item-value{color:rgb(var(--tw-color-shade-500)/1)}@media (min-width:768px){.capital-structure-graph{display:flex;flex-basis:100%;margin-left:-.25rem;margin-right:-.25rem}.capital-structure-graph__item{justify-content:flex-start;margin-bottom:0;padding:0 .25rem}.capital-structure-graph__item::before{display:none}.capital-structure-graph__item:last-child .capital-structure-graph__item-value{margin-right:0}.capital-structure-graph__item-name{margin-right:1rem}.capital-structure-graph__item-value{margin-right:3rem}}.intercom-namespace .intercom-launcher-frame{bottom:8rem}@media (min-width:992px){.intercom-namespace .intercom-launcher-frame{bottom:13rem}}@media (min-width:1600px){.intercom-namespace .intercom-launcher-frame{bottom:2rem}}.server-notifications{left:0;position:fixed;right:0;top:0;z-index:100000}.server-notifications > :last-child{margin-bottom:0}.server-notifications__notification{align-items:center;background-color:rgb(var(--tw-color-approval-500)/1);color:#fff;display:flex;justify-content:space-between;margin-bottom:.3rem;padding:1.6rem;font-size:1.3rem;line-height:1.38462;font-weight:var(--tw-font-medium);letter-spacing:.4px}.server-notifications__notification.error{background-color:rgb(var(--tw-color-error-500)/1);color:#fff}.server-notifications__notification.danger{background-color:rgb(var(--tw-color-warning-500)/1);color:#fff}.server-notifications__notification span:first-letter{text-transform:capitalize}.server-notifications__actions > *{margin-right:1.2rem;font-weight:var(--tw-font-bold) !important}.server-notifications__actions :last-child{margin-right:0}@media (min-width:768px){.server-notifications{bottom:3rem;left:2.4rem;right:auto;top:auto;width:44.8rem}.server-notifications__notification{-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;margin-bottom:1rem}}.modal-body.less-padding{padding:0 15px}#consent-overlay{height:100%;width:100%;position:fixed;z-index:100;top:0;left:0;background-color:rgba(200,200,200,0.9);overflow-x:hidden;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}#consent-overlay .center-form{margin-top:10%}#info-overlay{height:100%;width:100%;position:fixed;z-index:100;top:0;left:0;background-color:rgba(200,200,200,0.9);overflow-x:hidden;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}#info-overlay .info-content{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-color:#fff;padding:20px;position:absolute;top:40%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;margin:auto;max-height:90%;width:500px}#info-overlay .info-content .market-close{position:absolute;top:5px;right:5px}#info-overlay .info-content h1{margin-top:10px;text-align:center;color:rgb(var(--tw-color-tertiary-500)/1)}#info-overlay .info-content p{color:rgb(var(--tw-color-tertiary-500)/1)}@media (max-width:991px){#info-overlay .info-content{width:90%}}#loading-overlay{height:100%;width:100%;position:fixed;z-index:1000;top:0;left:0;background-color:rgba(200,200,200,0.9)}#loading-overlay .loading-spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url(data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmIiBmaWxsPSIjREQwMDMxIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPgogICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0KICAgICAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iCiAgICAgICAgICAgICAgICAgICAgdHlwZT0icm90YXRlIgogICAgICAgICAgICAgICAgICAgIGZyb209IjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgdG89IjM2MCAxOCAxOCIKICAgICAgICAgICAgICAgICAgICBkdXI9IjFzIgogICAgICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+CiAgICAgICAgICAgIDwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat center center;width:50px;height:50px}.in-modal.cashflows{padding:0}.in-modal.cashflows ul.cashflow-breakdown{margin-bottom:40px}.in-modal.cashflows ul.cashflow-breakdown li{border-bottom:none;padding-bottom:0}.in-modal.cashflows ul.cashflow-breakdown li .title{display:inline-block;font-weight:var(--tw-font-bold);width:65%}.in-modal.cashflows ul.cashflow-breakdown li .title .subtext{color:rgb(var(--tw-color-shade-500)/1);size:14px;font-weight:var(--tw-font-normal)}.in-modal.cashflows ul.cashflow-breakdown li .detail{float:inherit;vertical-align:top;margin-left:30px;color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-bold)}.download-popup{position:fixed;max-width:500px;width:100%;left:20px;right:20px;bottom:-10px;background-color:#fff;-webkit-box-shadow:0 7px 13px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 7px 13px 0 rgba(0,0,0,0.05);-ms-box-shadow:0 7px 13px 0 rgba(0,0,0,0.05);-o-box-shadow:0 7px 13px 0 rgba(0,0,0,0.05);box-shadow:0 7px 13px 0 rgba(0,0,0,0.05);z-index:100000000}.download-popup .minimise.rotate{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.download-popup .popup-text{width:100%;padding:0 2.4rem 1.6rem}.download-popup .popup-text .download-popup__status{height:4rem;width:4rem;display:flex;flex-shrink:0}.download-popup .popup-text .download-popup__status > *{margin:auto}.download-popup .popup-text .download-popup__spinner{height:2rem;width:2rem;-webkit-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-ms-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear;line-height:1}@media (max-width:575px){.download-popup{max-width:100%;left:0}}@-moz-keyframes spin{from{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes spin{from{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.loader{background-color:inherit;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-webkit-box-shadow:inset 0 0 0 .2em;-moz-box-shadow:inset 0 0 0 .2em;-ms-box-shadow:inset 0 0 0 .2em;-o-box-shadow:inset 0 0 0 .2em;box-shadow:inset 0 0 0 .2em;color:rgb(var(--tw-color-secondary-500)/1);display:inline-block;font-size:11px;height:1.8em;position:relative;text-indent:-99999rem;top:.2em;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);width:1.8em}.loader::after,.loader::before{background:inherit;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;content:'';height:2em;position:absolute;top:-.1em;width:1.1em}.loader--white::after,.loader--white::before{background:#fff}.loader--wizard::after,.loader--wizard::before{background:rgb(var(--tw-color-shade-100)/1)}.loader--large{font-size:3.1rem;-webkit-box-shadow:inset 0 0 0 .4rem;-moz-box-shadow:inset 0 0 0 .4rem;-ms-box-shadow:inset 0 0 0 .4rem;-o-box-shadow:inset 0 0 0 .4rem;box-shadow:inset 0 0 0 .4rem}.loader::after{-webkit-animation:load2 2s infinite ease;-moz-animation:load2 2s infinite ease;-ms-animation:load2 2s infinite ease;-o-animation:load2 2s infinite ease;animation:load2 2s infinite ease;-webkit-border-radius:0 2em 2em 0;-moz-border-radius:0 2em 2em 0;-ms-border-radius:0 2em 2em 0;-o-border-radius:0 2em 2em 0;border-radius:0 2em 2em 0;left:calc(1em - 0.2rem);transform-origin:.1rem 1em}.loader::before{-webkit-animation:load2 2s infinite ease 1.5s;-moz-animation:load2 2s infinite ease 1.5s;-ms-animation:load2 2s infinite ease 1.5s;-o-animation:load2 2s infinite ease 1.5s;animation:load2 2s infinite ease 1.5s;-webkit-border-radius:2em 0 0 2em;-moz-border-radius:2em 0 0 2em;-ms-border-radius:2em 0 0 2em;-o-border-radius:2em 0 0 2em;border-radius:2em 0 0 2em;left:-.1rem;transform-origin:1em 1em}@-moz-keyframes load2{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes load2{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes load2{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load2{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.info-section-cta__loader{display:none}.info-section-cta:disabled{border-color:rgb(var(--tw-color-shade-400)/1);padding:1rem 1.2rem}.info-section-cta:disabled .info-section-cta__loader{display:inline-block}.info-section-cta:disabled .info-section-cta__text{display:none}.info-section{align-items:center;display:flex;justify-content:space-between}.info-section:active,.info-section:focus,.info-section:hover{text-decoration:none}.info-section--reports-and-info{padding-bottom:1.2rem;padding-top:1.2rem}.info-section--reports-and-info:active .info-section__icon,.info-section--reports-and-info:focus .info-section__icon,.info-section--reports-and-info:hover .info-section__icon{background-color:rgb(var(--tw-color-primary-600)/1)}.info-section--with-border-bottom{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1)}.info-section__name{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:0;overflow:hidden;text-overflow:ellipsis}.info-section__value{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:0;max-width:50%;padding-bottom:1.1rem;padding-top:1.1rem}.info-section__value--full-width{max-width:none}.info-section__status{font-size:1.4rem;vertical-align:middle;margin-left:.6rem;position:relative;top:-.1rem}.info-section__description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.84615;margin-bottom:0;margin-top:1rem}.info-section__small-text{color:rgb(var(--tw-color-shade-500)/1);display:block;font-size:1.3rem;line-height:1.61538;margin-bottom:0;padding-bottom:1.7rem;padding-top:1.7rem}.info-section__small-text:hover{color:rgb(var(--tw-color-shade-500)/1);text-decoration:none}.info-section__info-wrapper{overflow:hidden;white-space:nowrap}.info-section__icon{align-items:center;background-color:rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:2rem;height:4rem;justify-content:center;margin-left:3.3rem;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s;width:4rem}.info-section__cta{margin-bottom:2rem;margin-top:2rem}.info-section__cta:focus{outline:none}.info-section__cityFalcon-logo{height:2.6rem;vertical-align:text-bottom}@media (min-width:1091px){.info-section{align-items:flex-start;border-top:.1rem solid rgb(var(--tw-color-shade-400)/1);padding-bottom:5rem;padding-top:1.6rem;flex-direction:column}.info-section--reports-and-info{border-top:none;flex-direction:row;padding:1.5rem 0}.info-section--reports-and-info .info-section__name{font-weight:var(--tw-font-semibold);margin-bottom:0}.info-section--reports-and-info .info-section__small-text{margin-bottom:0}.info-section--reports-and-info:last-of-type{margin-bottom:4rem}.info-section__name{line-height:1.25;margin-bottom:3.2rem}.info-section__value{font-size:2rem;line-height:1.4;max-width:100%;padding:0}.info-section__value--status{align-items:baseline;display:flex;flex-direction:row-reverse}.info-section__status{margin:0 .6rem 0 0}.info-section__small-text{margin-bottom:1rem;padding:0}.info-section__small-text:last-child{padding-bottom:1.5rem}.info-section__cta{margin-bottom:4rem;margin-top:1.5rem}}@media (min-width:992px){.info-section--reports-and-info:not(:last-of-type){border-bottom:1px solid rgb(var(--tw-color-shade-400)/1)}.info-section--reports-and-info:active .info-section__icon,.info-section--reports-and-info:focus .info-section__icon,.info-section--reports-and-info:hover .info-section__icon{background-color:transparent;color:rgb(var(--tw-color-primary-600)/1)}.info-section__icon{background-color:transparent;color:rgb(var(--tw-color-primary-500)/1);height:3rem;-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s;width:3rem}.info-section__cta{margin-top:0}}[dir="rtl"] .info-section__value{direction:ltr;text-align:end}.register-interest{background-color:rgb(var(--tw-color-tertiary-500)/1);color:#fff;overflow:hidden;margin-top:-7rem;padding-bottom:0;padding-top:10rem;position:relative}.register-interest__bg-video{height:100%;position:absolute;right:0;top:0}.register-interest__title{margin-bottom:1.5rem}.register-interest__paragraph{font-size:1.8rem;line-height:1.44444;margin-bottom:5rem}.register-interest__cta{margin-bottom:5rem;min-width:19rem;width:auto}.register-interest__img-wrap{align-items:center;display:flex;height:100%;justify-content:center;margin:0 -2.4rem;position:relative;padding:0 2.4rem;overflow:hidden}.register-interest__img{max-width:35.2rem;width:100%}@media (min-width:576px){.register-interest{margin-top:-14rem;padding-top:19rem;position:relative}.register-interest__img-wrap{justify-content:flex-end;margin:0;overflow:unset;padding:0}}@media (min-width:1091px){.register-interest{margin-top:-7rem}.register-interest__paragraph{font-size:3.2rem}}@media (min-width:992px){.register-interest{max-height:70rem}.register-interest__img-wrap{bottom:6rem}.register-interest__img{max-width:none}}@media (min-width:1440px){.register-interest__img-wrap{bottom:7rem}}.register-interest-mission{padding-bottom:9rem;padding-top:8rem;text-align:center}.register-interest-mission__icon{color:rgb(var(--tw-color-warning-500)/1);font-size:8rem;line-height:1;margin-bottom:1.5rem}.register-interest-mission__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4rem;line-height:1.35;letter-spacing:-.56px;margin-bottom:3.2rem}.register-interest-mission__mission{color:rgb(var(--tw-color-secondary-500)/1);font-size:3rem;font-weight:var(--tw-font-semibold);letter-spacing:-.52px;margin-bottom:0}@media (min-width:1091px){.register-interest-mission{padding-bottom:11.4rem;padding-top:10rem}.register-interest-mission__icon{margin-bottom:2.6rem}.register-interest-mission__title{margin-bottom:5.9rem}}@media (min-width:992px){.register-interest-mission__mission{font-size:4rem;line-height:1.4}}@media (min-width:1440px){.register-interest-mission__mission{font-size:5rem;line-height:1.2}}.wa-navbar{background-color:rgb(var(--tw-color-shade-100)/1);-webkit-transition:background-color .015s .225s;-moz-transition:background-color .015s .225s;-ms-transition:background-color .015s .225s;-o-transition:background-color .015s .225s;transition:background-color .015s .225s;z-index:16}.wa-navbar label{margin-bottom:inherit}.wa-navbar__container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1440px;position:relative}.wa-navbar__container__fullwidth{max-width:inherit}.wa-navbar__container__fullwidth .wa-navbar__logo-link{padding:1.4rem 1.2rem 1.6rem 2.4rem}.wa-navbar__container__fullwidth .wa-navbar__cta-container{padding:0 1.6rem 0 1.5rem}.wa-navbar--white{background-color:#fff}.wa-navbar--dark{background-color:rgb(var(--tw-color-tertiary-500)/1)}.wa-navbar--dark .wa-navbar__logo{fill:#fff}.wa-navbar--dark .wa-navbar__toggler{border-color:#fff;color:#fff}.wa-navbar--dark .wa-navbar__body{background-color:rgb(var(--tw-color-tertiary-500)/1)}.wa-navbar--dark .wa-navbar__link{color:#fff}.wa-navbar--dark .wa-navbar__link:active,.wa-navbar--dark .wa-navbar__link:focus,.wa-navbar--dark .wa-navbar__link:hover{color:rgb(var(--tw-color-shade-400)/1)}.wa-navbar--dark .wa-navbar__link--submenu{color:#fff}.wa-navbar--dark .wa-navbar__link--submenu::after{color:#fff}.wa-navbar--dark .wa-navbar__submenu{background-color:rgb(var(--tw-color-tertiary-500)/1)}.wa-navbar--dark .wa-navbar__submenu-container--simple::after{background-color:rgb(var(--tw-color-tertiary-500)/1)}.wa-navbar--dark .wa-navbar__phone-number{color:#fff}.wa-navbar--dark .wa-navbar__cta-button--secondary{border-color:#fff;color:#fff;-webkit-transition:border-color .25s,color .25s;-moz-transition:border-color .25s,color .25s;-ms-transition:border-color .25s,color .25s;-o-transition:border-color .25s,color .25s;transition:border-color .25s,color .25s}.wa-navbar--dark .wa-navbar__cta-button--secondary:active,.wa-navbar--dark .wa-navbar__cta-button--secondary:focus,.wa-navbar--dark .wa-navbar__cta-button--secondary:hover{border-color:rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-400)/1)}.wa-navbar--dark .wa-navbar__avatar-container > .wa-navbar__links--logged-in{background-color:rgb(var(--tw-color-tertiary-500)/1);-webkit-box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1);-moz-box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1);-ms-box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1);-o-box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1);box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1)}.wa-navbar--dark .wa-navbar__avatar-container:hover{background-color:rgb(var(--tw-color-tertiary-500)/1)}.wa-navbar--dark .wa-navbar__username{color:#fff}@media (min-width:992px){.wa-navbar--dark .wa-navbar__submenu{-webkit-box-shadow:inset 0 -2px 0 0 rgb(var(--tw-color-shade-400)/1);-moz-box-shadow:inset 0 -2px 0 0 rgb(var(--tw-color-shade-400)/1);-ms-box-shadow:inset 0 -2px 0 0 rgb(var(--tw-color-shade-400)/1);-o-box-shadow:inset 0 -2px 0 0 rgb(var(--tw-color-shade-400)/1);box-shadow:inset 0 -2px 0 0 rgb(var(--tw-color-shade-400)/1)}.wa-navbar--dark .wa-navbar__submenu--simple{-webkit-box-shadow:inset 0 -2px 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 2rem 0 rgba(0,0,0,0.55);-moz-box-shadow:inset 0 -2px 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 2rem 0 rgba(0,0,0,0.55);-ms-box-shadow:inset 0 -2px 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 2rem 0 rgba(0,0,0,0.55);-o-box-shadow:inset 0 -2px 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 2rem 0 rgba(0,0,0,0.55);box-shadow:inset 0 -2px 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 2rem 0 rgba(0,0,0,0.55)}.wa-navbar--dark .wa-navbar__avatar-container > .wa-navbar__links--logged-in{-webkit-box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 2rem 0 rgba(0,0,0,0.55);-moz-box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 2rem 0 rgba(0,0,0,0.55);-ms-box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 2rem 0 rgba(0,0,0,0.55);-o-box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 2rem 0 rgba(0,0,0,0.55);box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 2rem 0 rgba(0,0,0,0.55)}}.wa-navbar--dark .png-logo{display:none !important}.wa-navbar--dark .png-light-logo{display:inline !important}.wa-navbar--dark .products-submenu--simple{background-color:rgb(var(--tw-color-tertiary-500)/1)}.wa-navbar--dark .products-submenu__go-back{color:#fff}.wa-navbar--dark .products-submenu__name{color:#fff}.wa-navbar--dark .products-submenu__description{color:rgb(var(--tw-color-shade-400)/1)}.wa-navbar--dark .products-submenu__submenu-name{color:#fff}.wa-navbar--dark .products-submenu__icon{border-color:transparent}.wa-navbar--dark .hamburger__inner,.wa-navbar--dark .hamburger__inner::after,.wa-navbar--dark .hamburger__inner::before{background-color:#fff}.wa-navbar--dark .account-info__tier{color:#fff}.wa-navbar--dark .account-info__percent{color:#fff}.wa-navbar--dark .account-info__fee-description{color:rgb(var(--tw-color-shade-400)/1)}.wa-navbar--dark .account-info__fee-info{color:rgb(var(--tw-color-shade-400)/1)}.wa-navbar--dark .account-info__fee-info > span{color:#fff}.wa-navbar--dark .logged-in-footer__member-since{color:rgb(var(--tw-color-shade-400)/1)}@media (max-width:992px){.wa-navbar--dark.wa-navbar--opened{background-color:rgb(var(--tw-color-tertiary-500)/1) !important}}@media (min-width:1091px){.wa-navbar--dark.wa-navbar--themed{background-color:rgb(var(--tw-color-tertiary-500)/1)}}.wa-navbar--transparent{background-color:transparent}@media (min-width:1091px){.wa-navbar--transparent .wa-navbar__body{background-color:transparent}}.wa-navbar__logo-link{line-height:1;min-height:7rem;padding:1.4rem 2.4rem 1.6rem;position:relative;z-index:14}.wa-navbar__logo{height:3.3rem;fill:rgb(var(--tw-color-tertiary-500)/1);width:13.12rem}.wa-navbar .png-logo{display:inline}.wa-navbar .png-light-logo{display:none}.wa-navbar__toggler{background-color:transparent;border:.2rem solid rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;border-radius:.2rem;color:rgb(var(--tw-color-primary-500)/1);cursor:pointer;font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.625;padding:.5rem .9rem;z-index:1}.wa-navbar__toggler:focus{outline:none}.wa-navbar__body{background-color:#fff;flex-basis:100%;height:0;order:1;overflow-x:hidden;overflow-y:auto;position:relative;z-index:13;-webkit-transition:height .25s;-moz-transition:height .25s;-ms-transition:height .25s;-o-transition:height .25s;transition:height .25s}.wa-navbar__body--opened{height:calc(100vh - 7rem)}.wa-navbar__username{color:rgb(var(--tw-color-tertiary-500)/1);display:none}.wa-navbar__avatar{display:none}.wa-navbar__links{align-items:center;list-style-type:none;left:0;margin-bottom:0;padding:0;position:relative;-webkit-transition:left .5s;-moz-transition:left .5s;-ms-transition:left .5s;-o-transition:left .5s;transition:left .5s}.wa-navbar__links--isOpen{left:-100%;-webkit-transition:left .5s;-moz-transition:left .5s;-ms-transition:left .5s;-o-transition:left .5s;transition:left .5s}.wa-navbar__link{display:block;line-height:1.625;padding:1.5rem 2.4rem;position:relative;white-space:nowrap;-webkit-transition:background-color .25s,color .25s;-moz-transition:background-color .25s,color .25s;-ms-transition:background-color .25s,color .25s;-o-transition:background-color .25s,color .25s;transition:background-color .25s,color .25s;z-index:1}.wa-navbar__link:active,.wa-navbar__link:focus,.wa-navbar__link:hover{text-decoration:none}.wa-navbar__link--submenu:after{content:'\f054';color:inherit;display:inline-block;font-family:'Font Awesome 5 Pro';font-size:1.1rem;font-weight:var(--tw-font-semibold);line-height:1;position:absolute;right:2.4rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.wa-navbar__badge{background-color:rgb(var(--tw-color-approval-500)/1);-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;color:#fff;font-size:1.3rem;font-weight:var(--tw-font-semibold);line-height:1.1;min-width:6.5rem;display:inline-block;align-self:center;margin:-.5rem 0 -.5rem .5rem;padding:.75rem .85rem .85rem}.wa-navbar__badge--pbless{padding:.8rem .85rem .8rem}.wa-navbar__submenu{background-color:#fff;bottom:0;opacity:0;left:100%;overflow:auto;position:absolute;right:-100%;top:0;-webkit-transition:opacity .01s .5s;-moz-transition:opacity .01s .5s;-ms-transition:opacity .01s .5s;-o-transition:opacity .01s .5s;transition:opacity .01s .5s;z-index:12}.wa-navbar__submenu--isOpen{opacity:1;-webkit-transition:opacity .01s;-moz-transition:opacity .01s;-ms-transition:opacity .01s;-o-transition:opacity .01s;transition:opacity .01s;z-index:13}.wa-navbar__cta-container{display:flex;flex-direction:column;padding:2.4rem}.wa-navbar__phone-number{align-self:center;display:none}.wa-navbar__phone-number .fa-phone{margin-right:.4rem}.wa-navbar__account-info{margin-top:1.2rem}@media (max-width:992px){.wa-navbar--opened{background-color:#fff;-webkit-transition:background-color .01s;-moz-transition:background-color .01s;-ms-transition:background-color .01s;-o-transition:background-color .01s;transition:background-color .01s}}@media (min-width:992px){.wa-navbar{flex-wrap:initial;position:relative;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s}.wa-navbar--themed{background-color:#fff}.wa-navbar__logo-link{padding-right:1.5rem}.wa-navbar__body{align-items:center;background-color:transparent;display:flex;flex:1 1 auto;justify-content:space-between;height:auto;overflow:visible;position:static}.wa-navbar__body--logged-out{flex-basis:auto;padding-left:.9rem}.wa-navbar__avatar-container{align-items:center;cursor:pointer;display:flex;justify-content:space-between;max-width:36rem;min-width:1px;padding:1.5rem 2.4rem;position:absolute;top:0;-webkit-transition:width .01s .25s,min-width .01s .25s;-moz-transition:width .01s .25s,min-width .01s .25s;-ms-transition:width .01s .25s,min-width .01s .25s;-o-transition:width .01s .25s,min-width .01s .25s;transition:width .01s .25s,min-width .01s .25s;width:9rem;z-index:13}.wa-navbar__avatar-container > .wa-navbar__links--logged-in{background-color:#fff;display:block;height:auto;max-height:0;opacity:0;overflow:hidden;padding-top:7rem;position:absolute;right:0;top:0;-webkit-transform:translate3d(0,-2rem,0);-moz-transform:translate3d(0,-2rem,0);-ms-transform:translate3d(0,-2rem,0);-o-transform:translate3d(0,-2rem,0);transform:translate3d(0,-2rem,0);-webkit-transition:opacity .25s,transform .25s,max-height .01s .25s;-moz-transition:opacity .25s,transform .25s,max-height .01s .25s;-ms-transition:opacity .25s,transform .25s,max-height .01s .25s;-o-transition:opacity .25s,transform .25s,max-height .01s .25s;transition:opacity .25s,transform .25s,max-height .01s .25s}.wa-navbar__avatar-container:hover{background-color:#fff;min-width:33.4vw;-webkit-transition:width .01s,background-color 3s;-moz-transition:width .01s,background-color 3s;-ms-transition:width .01s,background-color 3s;-o-transition:width .01s,background-color 3s;transition:width .01s,background-color 3s;width:33.4vw}.wa-navbar__avatar-container:hover .wa-navbar__username{height:2.6rem;margin-right:1rem;opacity:1;-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);-webkit-transition:opacity .375s,transform .375s,height .01s;-moz-transition:opacity .375s,transform .375s,height .01s;-ms-transition:opacity .375s,transform .375s,height .01s;-o-transition:opacity .375s,transform .375s,height .01s;transition:opacity .375s,transform .375s,height .01s}.wa-navbar__avatar-container:hover > .wa-navbar__links--logged-in{max-height:60rem;opacity:1;-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);-webkit-transition:opacity .375s,transform .375s,max-height .01s;-moz-transition:opacity .375s,transform .375s,max-height .01s;-ms-transition:opacity .375s,transform .375s,max-height .01s;-o-transition:opacity .375s,transform .375s,max-height .01s;transition:opacity .375s,transform .375s,max-height .01s}.wa-navbar__avatar-container .wa-navbar__cta-container{padding:1.5rem 2.4rem}.wa-navbar__username{display:inline;font-size:1.6rem;font-weight:var(--tw-font-semibold);height:0;line-height:1.625;opacity:0;overflow:hidden;margin-right:0;text-overflow:ellipsis;-webkit-transform:translate3d(0,-2rem,0);-moz-transform:translate3d(0,-2rem,0);-ms-transform:translate3d(0,-2rem,0);-o-transform:translate3d(0,-2rem,0);transform:translate3d(0,-2rem,0);-webkit-transition:opacity .25s,transform .25s,height .01s .25s,margin-right .01s .25s;-moz-transition:opacity .25s,transform .25s,height .01s .25s,margin-right .01s .25s;-ms-transition:opacity .25s,transform .25s,height .01s .25s,margin-right .01s .25s;-o-transition:opacity .25s,transform .25s,height .01s .25s,margin-right .01s .25s;transition:opacity .25s,transform .25s,height .01s .25s,margin-right .01s .25s;white-space:nowrap;z-index:11}.wa-navbar__avatar{align-items:center;background-color:rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#fff;display:inline-flex;flex:0 0 auto;font-size:1.4rem;font-weight:var(--tw-font-semibold);height:4rem;justify-content:center;line-height:1;overflow:hidden;position:relative;width:4rem;z-index:11}.wa-navbar__links{display:flex;flex-grow:1;position:static}.wa-navbar__links--logged-in{-webkit-box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-moz-box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-ms-box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-o-box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 1.3rem 0 rgba(0,0,0,0.05);box-shadow:inset 0 -.2rem 0 0 rgb(var(--tw-color-shade-400)/1),0 .7rem 1.3rem 0 rgba(0,0,0,0.05)}.wa-navbar__link{padding:2.2rem 1.5rem}.wa-navbar__link--submenu:after{margin-left:.5rem;position:static;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.wa-navbar__link--logged-in{align-items:center;display:flex;justify-content:space-between;padding:1.5rem 2.4rem;white-space:normal}.wa-navbar__link--logged-in:hover{background-color:rgb(var(--tw-color-shade-500)/0.1)}.wa-navbar__submenu-container:first-child{margin-left:.9rem}.wa-navbar__submenu-container--simple{position:relative}.wa-navbar__submenu-container--simple::after{background-color:#fff;bottom:0;content:'';cursor:pointer;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .25s,width .01s .25s;-moz-transition:opacity .25s,width .01s .25s;-ms-transition:opacity .25s,width .01s .25s;-o-transition:opacity .25s,width .01s .25s;transition:opacity .25s,width .01s .25s;width:0}.wa-navbar__submenu-container--simple:hover{z-index:2}.wa-navbar__submenu-container--simple:hover::after{opacity:1;-webkit-transition:opacity .25s,width .01s;-moz-transition:opacity .25s,width .01s;-ms-transition:opacity .25s,width .01s;-o-transition:opacity .25s,width .01s;transition:opacity .25s,width .01s}.wa-navbar__submenu-container--simple:hover .wa-navbar__link--submenu{z-index:2}.wa-navbar__submenu-container:hover .wa-navbar__submenu{height:45rem;left:0;opacity:1;right:0;-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);-webkit-transition:opacity .375s,transform .375s,height .01s;-moz-transition:opacity .375s,transform .375s,height .01s;-ms-transition:opacity .375s,transform .375s,height .01s;-o-transition:opacity .375s,transform .375s,height .01s;transition:opacity .375s,transform .375s,height .01s;z-index:1}.wa-navbar__submenu-container:hover .wa-navbar__submenu--simple{height:auto;max-height:45rem}.wa-navbar__submenu{-webkit-box-shadow:0 2rem 1.3rem -1.3rem rgba(0,0,0,0.05);-moz-box-shadow:0 2rem 1.3rem -1.3rem rgba(0,0,0,0.05);-ms-box-shadow:0 2rem 1.3rem -1.3rem rgba(0,0,0,0.05);-o-box-shadow:0 2rem 1.3rem -1.3rem rgba(0,0,0,0.05);box-shadow:0 2rem 1.3rem -1.3rem rgba(0,0,0,0.05);display:block;height:0;left:0;opacity:0;overflow:hidden;right:0;top:100%;-webkit-transform:translate3d(0,-3rem,0);-moz-transform:translate3d(0,-3rem,0);-ms-transform:translate3d(0,-3rem,0);-o-transform:translate3d(0,-3rem,0);transform:translate3d(0,-3rem,0);-webkit-transition:opacity .25s,transform .25s,height .01s .25s;-moz-transition:opacity .25s,transform .25s,height .01s .25s;-ms-transition:opacity .25s,transform .25s,height .01s .25s;-o-transition:opacity .25s,transform .25s,height .01s .25s;transition:opacity .25s,transform .25s,height .01s .25s;z-index:-1}.wa-navbar__submenu--isOpen{bottom:100%}.wa-navbar__submenu--simple{background-color:transparent;bottom:auto;-webkit-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);height:auto;max-height:0;-webkit-transition:opacity .25s,transform .25s,max-height .01s .25s;-moz-transition:opacity .25s,transform .25s,max-height .01s .25s;-ms-transition:opacity .25s,transform .25s,max-height .01s .25s;-o-transition:opacity .25s,transform .25s,max-height .01s .25s;transition:opacity .25s,transform .25s,max-height .01s .25s;width:30rem}.wa-navbar__cta-container{flex-direction:row;flex-shrink:0;margin-left:auto;padding:0 2.4rem 0 1.5rem;position:absolute;right:0;top:1.5rem}.wa-navbar__cta-container v,.wa-navbar__cta-container--logged-in{position:static}.wa-navbar__cta-button{font-size:1.6rem;line-height:1;margin-bottom:0;min-height:4rem;padding:1rem 1.8rem;width:auto}.wa-navbar__cta-button--secondary{padding-bottom:1.2rem;padding-top:.8rem}.wa-navbar__deposit-cash{font-size:1.6rem;padding:1.3rem 1.2rem}}@media (min-width:992px){.wa-navbar__container{position:relative}.wa-navbar__avatar-container{position:relative}.wa-navbar__account-info{margin-top:1.5rem}}@media (min-width:1235px){.wa-navbar__phone-number{display:inline-block;margin-right:3rem}.wa-navbar__body--logged-out{flex-basis:auto;padding-left:0}.wa-navbar__cta-container{position:static}}@media (min-width:1440px){.wa-navbar__container{position:static}.wa-navbar__avatar-container:hover{min-width:auto}}.account-info{border-bottom:1px solid rgb(var(--tw-color-shade-200)/1);border-top:1px solid rgb(var(--tw-color-shade-200)/1);cursor:initial;padding:3rem 2.4rem}.account-info__tier{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-semibold);margin-bottom:.5rem}.account-info__percent{color:rgb(var(--tw-color-secondary-500)/1)}.account-info__fee-description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.84615;margin-bottom:2.1rem}.account-info__invest-bar{background-color:rgb(var(--tw-color-shade-400)/1);height:.4rem;margin-bottom:.2rem;position:relative;width:17rem}.account-info__invest-bar-inner{background-color:rgb(var(--tw-color-approval-500)/1);bottom:0;left:0;position:absolute;top:0}.account-info__fee-info{color:rgb(var(--tw-color-shade-500)/1);font-size:1.1rem;line-height:1.81818;margin-bottom:0}.account-info__fee-info > span{color:rgb(var(--tw-color-tertiary-500)/1)}.account-info:last-child{margin-bottom:0}.logged-in-footer{align-content:center;cursor:initial;display:flex;justify-content:space-between;padding:2.8rem 2.4rem}.logged-in-footer__member-since{color:rgb(var(--tw-color-shade-500)/1);font-size:1.6rem;line-height:1.625;margin-bottom:0}.logged-in-footer__logout{font-size:1.6rem;line-height:1.625}@media (min-width:1091px){.logged-in-footer__member-since{font-size:1.3rem;line-height:1.84615}.logged-in-footer__logout{font-size:1.3rem;line-height:1.84615}}.dropdown.open .toggler .hamburger__inner{-webkit-transform:translate3d(0,.65rem,0) rotate(45deg);-moz-transform:translate3d(0,.65rem,0) rotate(45deg);-ms-transform:translate3d(0,.65rem,0) rotate(45deg);-o-transform:translate3d(0,.65rem,0) rotate(45deg);transform:translate3d(0,.65rem,0) rotate(45deg)}.dropdown.open .toggler .hamburger__inner::before{opacity:0;-webkit-transform:rotate(-45deg) translate3d(-.4rem,-.4rem,0);-moz-transform:rotate(-45deg) translate3d(-.4rem,-.4rem,0);-ms-transform:rotate(-45deg) translate3d(-.4rem,-.4rem,0);-o-transform:rotate(-45deg) translate3d(-.4rem,-.4rem,0);transform:rotate(-45deg) translate3d(-.4rem,-.4rem,0)}.dropdown.open .toggler .hamburger__inner::after{-webkit-transform:translate3d(0,-1.2rem,0) rotate(-90deg);-moz-transform:translate3d(0,-1.2rem,0) rotate(-90deg);-ms-transform:translate3d(0,-1.2rem,0) rotate(-90deg);-o-transform:translate3d(0,-1.2rem,0) rotate(-90deg);transform:translate3d(0,-1.2rem,0) rotate(-90deg)}.dropdown.open .toggler__closed{display:none}.dropdown.open .toggler__opened{display:none}@media (min-width:400px){.dropdown.open .toggler__closed{display:none}.dropdown.open .toggler__opened{display:inline}}.toggler{align-items:center;display:flex;gap:1.05rem;justify-content:center;min-height:4rem;min-width:4rem}.toggler--opened .hamburger__inner{-webkit-transform:translate3d(0,.65rem,0) rotate(45deg);-moz-transform:translate3d(0,.65rem,0) rotate(45deg);-ms-transform:translate3d(0,.65rem,0) rotate(45deg);-o-transform:translate3d(0,.65rem,0) rotate(45deg);transform:translate3d(0,.65rem,0) rotate(45deg)}.toggler--opened .hamburger__inner::before{opacity:0;-webkit-transform:rotate(-45deg) translate3d(-.4rem,-.4rem,0);-moz-transform:rotate(-45deg) translate3d(-.4rem,-.4rem,0);-ms-transform:rotate(-45deg) translate3d(-.4rem,-.4rem,0);-o-transform:rotate(-45deg) translate3d(-.4rem,-.4rem,0);transform:rotate(-45deg) translate3d(-.4rem,-.4rem,0)}.toggler--opened .hamburger__inner::after{-webkit-transform:translate3d(0,-1.2rem,0) rotate(-90deg);-moz-transform:translate3d(0,-1.2rem,0) rotate(-90deg);-ms-transform:translate3d(0,-1.2rem,0) rotate(-90deg);-o-transform:translate3d(0,-1.2rem,0) rotate(-90deg);transform:translate3d(0,-1.2rem,0) rotate(-90deg)}.toggler__closed{display:none}.toggler__opened{display:none}.toggler .fa-bars,.toggler .fa-times{font-size:1.8rem;vertical-align:text-bottom;margin-right:.8rem;text-align:center;width:1em}@media (min-width:400px){.toggler--opened .toggler__closed{display:none}.toggler--opened .toggler__opened{display:inline}.toggler__closed{display:inline}}@media (min-width:992px){.toggler{display:none}}.products-submenu{list-style-type:none;margin:0 auto;max-width:144rem;padding:0}.products-submenu__item--hide-until-large{display:none}.products-submenu__go-back-container{align-items:center;cursor:pointer;display:flex;padding:1.3rem 1.8rem}.products-submenu__go-back-container:active,.products-submenu__go-back-container:focus,.products-submenu__go-back-container:hover{text-decoration:none}.products-submenu__go-back{align-items:center;color:rgb(var(--tw-color-primary-500)/1);display:flex;font-size:1.7rem;height:3rem;justify-content:center;margin-right:1rem;width:3rem}.products-submenu__submenu-name{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.625;margin-bottom:0}.products-submenu__link{display:flex;padding:2rem 2.4rem}.products-submenu__link:active,.products-submenu__link:focus,.products-submenu__link:hover{background-color:rgb(var(--tw-color-shade-500)/0.1);text-decoration:none}.products-submenu__icon{border:.4rem solid #fff;-webkit-box-shadow:0 0 .1rem rgb(var(--tw-color-shade-400)/1);-moz-box-shadow:0 0 .1rem rgb(var(--tw-color-shade-400)/1);-ms-box-shadow:0 0 .1rem rgb(var(--tw-color-shade-400)/1);-o-box-shadow:0 0 .1rem rgb(var(--tw-color-shade-400)/1);box-shadow:0 0 .1rem rgb(var(--tw-color-shade-400)/1);height:6rem;margin-right:1.5rem;width:6rem}.products-submenu__name{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2rem;font-weight:var(--tw-font-semibold);line-height:1.4;margin-bottom:.4rem;-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s}.products-submenu__description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.53846;margin-bottom:0}@media (min-width:1091px){.products-submenu{display:flex;padding:5rem 1.2rem 3rem}.products-submenu--simple{background-color:#fff;display:block;padding:0}.products-submenu__item{padding:0 1.2rem;width:33.333333%}.products-submenu__link{cursor:pointer;flex-direction:column;height:100%;padding:0}.products-submenu__link:active,.products-submenu__link:focus,.products-submenu__link:hover{background-color:transparent}.products-submenu__icon{margin:0 0 1.5rem}.products-submenu__description{font-size:1.6rem;line-height:1.625}.products-submenu__description:not(:last-child){margin-bottom:1.5rem}.products-submenu__description:last-child{margin-bottom:5.2rem}}@media (min-width:992px){.products-submenu{min-height:45rem}.products-submenu--simple{min-height:auto}.products-submenu__submenu-name{font-size:3.125rem;line-height:1.28;margin-bottom:1.5rem}.products-submenu__item{width:25%}.products-submenu__item--hide-until-large{display:list-item}}.hamburger{display:inline-block}.hamburger__box{height:1.5rem;position:relative;width:1.8rem}.hamburger__inner,.hamburger__inner::after,.hamburger__inner::before{background-color:rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;display:block;height:.2rem;position:absolute;-webkit-transition:transform .25s ease,opacity .25s ease;-moz-transition:transform .25s ease,opacity .25s ease;-ms-transition:transform .25s ease,opacity .25s ease;-o-transition:transform .25s ease,opacity .25s ease;transition:transform .25s ease,opacity .25s ease;width:100%}.hamburger__inner::after,.hamburger__inner::before{content:''}.hamburger__inner::before{top:.6rem}.hamburger__inner::after{top:1.2rem}@-moz-keyframes slideWithOpacity{0%{opacity:0;-webkit-transform:translate(0,-3rem);-moz-transform:translate(0,-3rem);-ms-transform:translate(0,-3rem);-o-transform:translate(0,-3rem);transform:translate(0,-3rem)}100%{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes slideWithOpacity{0%{opacity:0;-webkit-transform:translate(0,-3rem);-moz-transform:translate(0,-3rem);-ms-transform:translate(0,-3rem);-o-transform:translate(0,-3rem);transform:translate(0,-3rem)}100%{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}@-o-keyframes slideWithOpacity{0%{opacity:0;-webkit-transform:translate(0,-3rem);-moz-transform:translate(0,-3rem);-ms-transform:translate(0,-3rem);-o-transform:translate(0,-3rem);transform:translate(0,-3rem)}100%{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}@keyframes slideWithOpacity{0%{opacity:0;-webkit-transform:translate(0,-3rem);-moz-transform:translate(0,-3rem);-ms-transform:translate(0,-3rem);-o-transform:translate(0,-3rem);transform:translate(0,-3rem)}100%{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}.currency-toggle,.payout-toggle{border:2px solid rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;-webkit-box-shadow:0 0 1.4rem 0 rgba(0,0,0,0.15);-moz-box-shadow:0 0 1.4rem 0 rgba(0,0,0,0.15);-ms-box-shadow:0 0 1.4rem 0 rgba(0,0,0,0.15);-o-box-shadow:0 0 1.4rem 0 rgba(0,0,0,0.15);box-shadow:0 0 1.4rem 0 rgba(0,0,0,0.15);display:flex;padding:.2rem}.currency-toggle__option,.payout-toggle__option{flex:0 0 50%;text-align:center}.currency-toggle__input,.payout-toggle__input{display:none}.currency-toggle__input:checked ~ .currency-toggle__label,.payout-toggle__input:checked ~ .payout-toggle__label{color:#fff}.currency-toggle__input:checked ~ .currency-toggle__label--left::after,.payout-toggle__input:checked ~ .payout-toggle__label--left::after{left:0}.currency-toggle__input:checked ~ .currency-toggle__label--right::after,.payout-toggle__input:checked ~ .payout-toggle__label--right::after{right:0}.currency-toggle__label,.payout-toggle__label{background-color:transparent;color:rgb(var(--tw-color-shade-400)/1);cursor:pointer;display:block;font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1;margin-bottom:0;padding:.8rem .2rem;position:relative;-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s;z-index:1}.currency-toggle__label::after,.payout-toggle__label::after{background-color:rgb(var(--tw-color-secondary-500)/1);bottom:0;content:'';display:block;position:absolute;top:0;-webkit-transition:left .25s,right .25s;-moz-transition:left .25s,right .25s;-ms-transition:left .25s,right .25s;-o-transition:left .25s,right .25s;transition:left .25s,right .25s;z-index:-1}.currency-toggle__label--left::after,.payout-toggle__label--left::after{border-top-left-radius:.2rem;-webkit-border-bottom-left-radius:.2rem;-moz-border-bottom-left-radius:.2rem;-ms-border-bottom-left-radius:.2rem;-o-border-bottom-left-radius:.2rem;border-bottom-left-radius:.2rem;left:100%;right:0}.currency-toggle__label--right::after,.payout-toggle__label--right::after{border-top-right-radius:.2rem;-webkit-border-bottom-right-radius:.2rem;-moz-border-bottom-right-radius:.2rem;-ms-border-bottom-right-radius:.2rem;-o-border-bottom-right-radius:.2rem;border-bottom-right-radius:.2rem;left:0;right:100%}.button-toggle{display:flex;padding:.2rem;justify-content:space-between}.button-toggle__option{flex:0 0 48%;text-align:center}.button-toggle__input{display:none}.button-toggle__input:checked ~ .button-toggle__label{border-color:rgb(var(--tw-color-secondary-500)/1)}.button-toggle__label{border:2px solid #fff;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 5px 0 rgba(23,29,40,0.15);-moz-box-shadow:0 1px 5px 0 rgba(23,29,40,0.15);-ms-box-shadow:0 1px 5px 0 rgba(23,29,40,0.15);-o-box-shadow:0 1px 5px 0 rgba(23,29,40,0.15);box-shadow:0 1px 5px 0 rgba(23,29,40,0.15);cursor:pointer;display:block;font-size:16px;font-weight:var(--tw-font-normal);line-height:1;margin-bottom:0;padding:16px;position:relative;-webkit-transition:border-color .25s;-moz-transition:border-color .25s;-ms-transition:border-color .25s;-o-transition:border-color .25s;transition:border-color .25s;z-index:1}.hero{background-color:#141a22;overflow:hidden;padding-bottom:3rem;padding-top:3rem;position:relative}.hero__bg-video{height:100%;position:absolute;right:0;top:0}.hero__complex-video-player{cursor:pointer}.hero__information{margin-bottom:6rem}.hero__title{color:#fff;font-size:4.8rem;line-height:1.08333;margin-bottom:.8rem}.hero__subtitle{color:#fff;font-size:2.4rem;line-height:1.41667;margin-bottom:1.5rem}.hero__description{color:#fff;font-weight:var(--tw-font-medium);line-height:1.44444;margin-bottom:2.4rem}.hero__start-investing{font-size:1.6rem;margin-bottom:2.4rem;max-width:19rem;padding:1.3rem}.hero__offer{margin-bottom:4rem;margin-top:1.5rem}.hero__offer__title{color:#fff;font-size:1.8rem}.hero__offer__terms{color:rgb(var(--tw-color-shade-400)/1);font-size:1.3rem}.hero__companies-container{height:8rem;margin-left:-2.4rem;margin-right:-2.4rem;overflow:hidden;position:relative}.hero__companies-container--for-tablet-only{display:none}.hero__companies-swappy{display:flex;position:absolute}.hero__company-card:not(:last-of-type){margin-right:2.4rem}.hero__for-desktop-only{display:none}@media (min-width:1091px){.hero{padding-bottom:4rem;padding-top:11rem;position:relative}.hero__information{margin-bottom:8rem}.hero__title{font-size:6rem;letter-spacing:-.63px}.hero__subtitle{font-size:2.8rem;font-weight:var(--tw-font-medium);line-height:1.2;margin-bottom:1.5rem}.hero__offer{display:inline-block;vertical-align:top;margin:0 0 0 3rem;position:absolute;width:31.5rem}.hero__companies-container:not(:last-of-type){margin-bottom:2.4rem}.hero__companies-container--for-tablet-only{display:block}}@media (min-width:992px){.hero{padding-bottom:0;padding-top:0}.hero__information{margin-bottom:10rem}.hero__title{padding-top:8.7rem}.hero__subtitle{font-size:3.1rem;line-height:1.3125;margin-bottom:2rem}.hero__description{line-height:1.44444;margin-bottom:2.4rem}.hero__companies-container{height:100%;margin-left:0;margin-right:0}.hero__companies-container:not(:last-of-type){margin-bottom:0}.hero__companies-container--for-tablet-only{display:none}.hero__companies-swappy{flex-direction:column;width:100%}.hero__company-card:not(:last-of-type){margin-right:0}.hero__for-desktop-only{display:block}}.company-card{background-color:#fff;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 15px 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 15px 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 15px 0 rgba(0,0,0,0.05);box-shadow:0 0 15px 0 rgba(0,0,0,0.05);flex:0 0 35.2rem;padding:1rem 1.5rem}.company-card__row{align-items:center}.company-card__logo{width:6rem}.company-card__title{color:rgb(var(--tw-color-shade-500)/1);font-size:1.4rem;font-weight:var(--tw-font-medium);line-height:1.42857;margin-bottom:.0625rem}.company-card__text{color:rgb(var(--tw-color-secondary-400)/1);font-weight:var(--tw-font-semibold);line-height:1.375;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-card:hover{background-color:rgb(var(--tw-color-shade-100)/1);cursor:pointer}@media (min-width:1091px){.company-card{flex-basis:44.8rem}}@media (min-width:992px){.company-card{flex-basis:auto;margin:0 0 1.2rem}}.brands{margin-bottom:1.8rem}@media (min-width:1091px){.brands{margin-bottom:9.5rem}}@media (min-width:992px){.brands{margin-bottom:5rem}}.press-item{align-items:center;display:flex;justify-content:center;height:10rem}.press-item__image{height:2.25rem;max-width:100%}@media (min-width:992px){.press-item__image{height:3rem}}.trustpilot{padding:5.3rem 0}.trustpilot-widget > iframe{height:28rem}@media (min-width:1091px){.trustpilot{margin-bottom:4.2rem;padding:2rem 0}.trustpilot-widget > iframe{height:auto}}@media (min-width:992px){.trustpilot{margin-bottom:0;padding:7.2rem 0}}.products{padding-bottom:3rem;padding-top:8rem}.products__title{color:rgb(var(--tw-color-shade-900)/1);font-size:4.8rem;font-weight:var(--tw-font-bold);text-align:center;line-height:1.125;margin-bottom:2.4rem}@media (min-width:1091px){.products{padding-bottom:5rem;padding-top:10rem}}.product{margin-bottom:1.5rem}.product__container{background-color:#fff;-webkit-border-radius:.8rem;-moz-border-radius:.8rem;-ms-border-radius:.8rem;-o-border-radius:.8rem;border-radius:.8rem;-webkit-box-shadow:0 1px 15px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 1px 15px 0 rgba(0,0,0,0.1);-ms-box-shadow:0 1px 15px 0 rgba(0,0,0,0.1);-o-box-shadow:0 1px 15px 0 rgba(0,0,0,0.1);box-shadow:0 1px 15px 0 rgba(0,0,0,0.1)}.product__header{display:flex;flex-direction:column;gap:.8rem;padding:3.2rem}.product__icon{border:4px solid #fff;-webkit-box-shadow:0 0 1px rgb(var(--tw-color-shade-400)/1);-moz-box-shadow:0 0 1px rgb(var(--tw-color-shade-400)/1);-ms-box-shadow:0 0 1px rgb(var(--tw-color-shade-400)/1);-o-box-shadow:0 0 1px rgb(var(--tw-color-shade-400)/1);box-shadow:0 0 1px rgb(var(--tw-color-shade-400)/1);height:6rem;margin-right:1.5rem;width:6rem}.product__name{color:rgb(var(--tw-color-shade-900)/1);font-size:3.2rem;font-weight:var(--tw-font-bold);line-height:1.25;margin-bottom:0}.product__for-whom{color:rgb(var(--tw-color-shade-500)/1);font-size:1.5rem;letter-spacing:.6px;line-height:1.4;margin-bottom:0}.product__earn{background-color:rgb(var(--tw-color-secondary-500)/1);color:#fff;padding:1.7rem 1.2rem;text-align:center}.product__earn-title{margin-bottom:0}.product__earn-percent{color:inherit;margin-bottom:0}.product__earn-percent > span{font-size:.5em;vertical-align:super}.product__body{padding:3.2rem}.product__subtitle{color:rgb(var(--tw-color-shade-900)/1);font-size:1.5rem;font-weight:var(--tw-font-bold);line-height:1.4;margin-bottom:1.6rem}.product__text{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:2.5rem}.product__product-features{margin-bottom:2.4rem}.product__link{font-weight:var(--tw-font-semibold);line-height:1.625}.product__notice{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:1.5rem}.product__notice:last-child{margin-bottom:5rem}.product--popular .product__header{position:relative}.product--popular .product__header .most-popular{display:inline-block;position:absolute;right:2rem}@media (min-width:1091px){.product__earn-percent{font-size:4rem;line-height:1}.product__body{position:relative}.product__link{bottom:2.7rem;position:absolute;left:2rem}}@media (min-width:992px){.product{height:100%;margin-bottom:0}.product__container{display:flex;flex-direction:column;height:100%}.product__header{flex-grow:1}.product__body{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:3.6rem}.product__earn{padding:1.7rem .6rem}.product__earn-title{white-space:nowrap}.product__text{margin-bottom:3rem}.product__link{position:initial}.product__notice{padding-top:1.5rem}}@media (min-width:1440px){.product__earn{padding:1.7rem 1.2rem}.product__initial{white-space:nowrap}}.product-features{list-style:none;padding-left:0}.product-features > li{align-items:center;color:rgb(var(--tw-color-shade-500)/1);display:flex;gap:1.2rem;font-weight:var(--tw-font-medium);line-height:1.625;position:relative}.product-features > li:not(:last-child){margin-bottom:1.6rem}.product-features__index{align-items:center;border:1px solid rgb(var(--tw-color-shade-300)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:rgb(var(--tw-color-secondary-500)/1);display:flex;flex-shrink:0;font-size:1.6rem;font-weight:var(--tw-font-bold);height:4rem;justify-content:center;width:4rem}.market-investment{padding-bottom:9.3rem;padding-top:8rem}.market-investment__title{letter-spacing:-.56px;text-align:center;line-height:1.08333;margin-bottom:1.5rem}.market-investment__subtitle{display:block;color:rgb(var(--tw-color-shade-500)/1);margin-bottom:5rem;text-align:center}.market-investment__investment-carousel{margin-bottom:1.9rem}.market-investment__see-more{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:0;text-align:center}@media (min-width:1091px){.market-investment{padding-bottom:11.3rem;padding-top:10rem}.market-investment__investment-carousel{margin-bottom:0}.market-investment__see-more{font-weight:var(--tw-font-medium);line-height:1.625;margin-bottom:0}}@media (min-width:992px){.market-investment{padding-top:10rem}}.investment-carousel__investment-card{margin-bottom:1.5rem}.investment-carousel__dots{text-align:center}@media (min-width:1091px){.investment-carousel__investment-card{margin-bottom:5rem}.investment-carousel__dots{display:none}}@media (min-width:992px){.investment-carousel__investment-card{margin-bottom:5.9rem}}.investment-card{background-color:#fff;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05)}.investment-card__image{max-width:100%}.investment-card__body{padding:1.3rem 1.5rem 2rem;position:relative}.investment-card__logo-container{background-color:#fff;border:1px solid rgb(var(--tw-color-shade-400)/1);height:10rem;padding:.5rem;position:absolute;right:1.5rem;top:-2.5rem;width:10rem}.investment-card__logo{max-width:100%}.investment-card__short-info{margin-bottom:1.6rem}.investment-card__company-name{color:rgb(var(--tw-color-secondary-400)/1);margin-bottom:0}.investment-card__date{color:rgb(var(--tw-color-secondary-400)/1);font-weight:var(--tw-font-semibold);line-height:2;margin-bottom:0}.investment-card__state{color:rgb(var(--tw-color-shade-500)/1);line-height:2;margin-bottom:1.6rem}.investment-card__description{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:1rem}.investment-card__description:last-child{margin-bottom:2.5rem}.investment-card__stats-percent{color:rgb(var(--tw-color-secondary-400)/1);line-height:1.33333;margin-bottom:.3rem}.investment-card__stats-description{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:2.9rem}.investment-card__progress{margin-bottom:.5rem}.investment-card__available{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:0}.investment-card__actions{display:flex}.investment-card__actions-item{flex-basis:50%;font-size:1.6rem;line-height:1.625;padding:1.7rem .5rem;text-align:center;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s}.investment-card__actions-item:active,.investment-card__actions-item:focus,.investment-card__actions-item:hover{text-decoration:none}.investment-card__actions-item--sell{background-color:rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-500)/1)}.investment-card__actions-item--sell:active,.investment-card__actions-item--sell:focus,.investment-card__actions-item--sell:hover{color:rgb(var(--tw-color-shade-500)/1)}.investment-card__actions-item--buy{background-color:rgb(var(--tw-color-primary-500)/1);color:#fff}.investment-card__actions-item--buy:active,.investment-card__actions-item--buy:focus,.investment-card__actions-item--buy:hover{color:#fff}.investment-card__actions-item--buy:active,.investment-card__actions-item--buy:focus{background-color:rgb(var(--tw-color-primary-700)/1)}.investment-card__actions-item--buy:hover{background-color:rgb(var(--tw-color-primary-600)/1)}.progress{background-color:rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;height:.5rem}.progress--low .progress__bar{background-color:rgb(var(--tw-color-error-500)/1)}.progress--middle .progress__bar{background-color:rgb(var(--tw-color-warning-500)/1)}.progress--high .progress__bar{background-color:rgb(var(--tw-color-approval-500)/1)}.progress__bar{-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;height:.5rem;max-width:100%}.accounts{padding-bottom:5rem;padding-top:5rem}.accounts__title{color:rgb(var(--tw-color-secondary-400)/1);margin-bottom:5rem;text-align:center}.accounts__account-item{margin-bottom:3rem}.accounts__notice{display:none}@media (min-width:1091px){.accounts{padding-bottom:7.6rem;padding-top:10rem}.accounts__title{letter-spacing:-.67px}.accounts__account-item{margin-bottom:2.4rem}}@media (min-width:992px){.accounts{padding-bottom:5.2rem}.accounts__account-item{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.accounts__notice{color:rgb(var(--tw-color-shade-500)/1);display:block;margin-bottom:0}}.account{background-color:#fff;-webkit-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);flex-basis:100%;padding:3.2rem 2rem 2rem;position:relative}.account__title{color:rgb(var(--tw-color-secondary-400)/1);font-size:2.4rem;line-height:1.25;margin-bottom:1.5rem}.account__description{color:rgb(var(--tw-color-shade-500)/1);line-height:1.5;margin-bottom:2rem}.account__tip{margin-bottom:8rem}.account__open-account{min-width:16rem;width:auto}.account--most-popular .most-popular{display:inline-block}@media (min-width:1091px){.account{padding:2.5rem 2rem}.account__title{font-size:3.13rem;letter-spacing:-.43px;margin-bottom:1.2rem}.account__description{margin-bottom:2.3rem}.account__tip{margin-bottom:4.8rem;width:75%}}.most-popular{background-color:rgb(var(--tw-color-approval-500)/1);-webkit-border-radius:2rem;-moz-border-radius:2rem;-ms-border-radius:2rem;-o-border-radius:2rem;border-radius:2rem;color:#fff;display:none;font-size:1.3rem;font-weight:var(--tw-font-semibold);text-align:center;padding:.6rem 1rem;width:9.6rem}.most-popular .fa-star{font-size:1.6rem;margin-right:.25rem}.tip{display:flex}.tip:not(:last-child){margin-bottom:1.5rem}.tip__icon{padding-top:.5rem}.tip__icon .fa-badge-check{font-size:2rem;color:rgb(var(--tw-color-secondary-500)/1)}.tip__description{margin-bottom:0;padding-left:1.5rem}.features-list{padding-bottom:2.6rem;padding-top:5rem}.features-list__feature{margin-bottom:2.4rem}@media (min-width:1091px){.features-list{padding-bottom:7.6rem;padding-top:10rem}}@media (min-width:992px){.features-list{padding-bottom:10rem}.features-list__feature{margin-bottom:0}}.feature{border:1px solid rgb(var(--tw-color-shade-400)/1);-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);-ms-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);-o-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);padding:2rem 2rem 2.5rem}.feature__title{color:rgb(var(--tw-color-secondary-400)/1);margin-bottom:1rem}.feature__description{color:rgb(var(--tw-color-shade-500)/1);line-height:1.5;margin-bottom:2rem}.feature__link{font-weight:600;line-height:1.1875rem}@media (min-width:1091px){.feature__title{letter-spacing:-.28px}}.open-account{background-color:#fff;padding-bottom:9rem;padding-top:8rem;text-align:center}.open-account__title{line-height:1.35;margin-bottom:1.5rem}.open-account__description{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:3rem}.open-account__button{min-width:16.4rem;width:auto}@media (min-width:1091px){.open-account{padding-bottom:11.4rem;padding-top:10rem}.open-account__title{line-height:1.10588;margin-bottom:1.8rem}.open-account__description{margin-bottom:3.8rem}}@media (min-width:992px){.open-account__title{margin-bottom:2rem}}.risk-statement{background-color:rgb(var(--tw-color-secondary-500)/1);padding-bottom:6.6rem;padding-top:5.1rem}.risk-statement__title{color:#fff;font-size:3.125rem;margin-bottom:1.5rem}.risk-statement__content{color:#fff}.risk-statement__link{color:#fff}@media (min-width:1091px){.risk-statement{padding-bottom:5.8rem}}.privacy-policy{padding-bottom:10rem;padding-top:8rem}.privacy-policy__section{margin-bottom:5rem}.privacy-policy__section:last-of-type{margin-bottom:0}.privacy-policy__title{color:rgb(var(--tw-color-tertiary-500)/1);letter-spacing:-.5px;margin-bottom:1.5rem}.privacy-policy__subtitle{margin-bottom:2rem}.privacy-policy__last-updated{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:5rem}.privacy-policy__lead-paragraph{color:rgb(var(--tw-color-shade-500)/1);line-height:1.66667}.privacy-policy__lead-paragraph:not(:last-of-type){margin-bottom:1.5rem}.privacy-policy__lead-paragraph:last-child{margin-bottom:0}.privacy-policy__section-menu{margin-bottom:5rem}.privacy-policy__section-name{display:inline-block;font-size:1.8rem;font-weight:var(--tw-font-semibold);min-width:9rem}.privacy-policy__section-description{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:0}.privacy-policy__list{list-style:none;margin-bottom:0;padding:1rem 0 1rem 2rem}.privacy-policy__list .lead-paragraph{line-height:1.77778;margin-bottom:1.5rem}.privacy-policy__list > li{color:rgb(var(--tw-color-shade-500)/1);position:relative}.privacy-policy__list > li:last-child > .lead-paragraph{margin-bottom:0}.privacy-policy__list > li::before{background-color:rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;content:'';display:inline-block;height:.6rem;left:-2rem;position:absolute;top:1.4rem;width:.6rem}@media (min-width:1091px){.privacy-policy{padding-top:13rem}.privacy-policy__subtitle{margin-bottom:1.5rem}.privacy-policy__list{padding-left:3rem}.privacy-policy__list > li::before{left:-3rem}}@media (min-width:992px){.privacy-policy__section-name{line-height:1.77778}}.section-menu__item{margin-bottom:1.6rem}.section-menu__item:last-child{margin-bottom:0}@media (min-width:992px){.section-menu__end-of-menu{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);bottom:0;height:3.1rem;position:inherit;width:100%}}.fees-hero{background-color:rgb(var(--tw-color-tertiary-500)/1);padding-bottom:17rem;padding-top:8rem;text-align:center}.fees-hero__title{color:#fff;margin-bottom:1.5rem}.fees-hero__lead-paragraph{color:rgb(var(--tw-color-shade-400)/1);line-height:1.66667;margin-bottom:1.5rem}.fees-hero__small-paragraph{color:rgb(var(--tw-color-shade-400)/1);line-height:1.84615;margin-bottom:0}@media (min-width:1091px){.fees-hero{padding-bottom:15.2rem;padding-top:9rem}}@media (min-width:992px){.fees-hero{padding-bottom:32.1rem}.fees-hero__title{font-size:6rem;margin-bottom:3rem}.fees-hero__lead-paragraph{line-height:1.44444;margin-bottom:1rem}}.fees{text-align:center;position:relative}.fees__container{margin-top:-8rem}@media (min-width:992px){.fees__container{margin-top:-18rem}}.fee-product{background-color:#fff;-webkit-box-shadow:0 7px 13px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 7px 13px 0 rgba(0,0,0,0.05);-ms-box-shadow:0 7px 13px 0 rgba(0,0,0,0.05);-o-box-shadow:0 7px 13px 0 rgba(0,0,0,0.05);box-shadow:0 7px 13px 0 rgba(0,0,0,0.05);margin-bottom:3rem}.fee-product__product-header{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:0;padding-bottom:2.8rem;padding-top:2.3rem}.fee-product__body{padding-bottom:2.8rem;padding-top:4.6rem}.fee-product__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;font-weight:var(--tw-font-semibold);line-height:1.15385;margin-bottom:1rem}.fee-product__amount{color:#000;font-weight:var(--tw-font-semibold);line-height:1.1875;margin-bottom:2rem}.fee-product__fee{color:rgb(var(--tw-color-secondary-500)/1);font-size:4.2rem;line-height:1.1875;margin-bottom:1rem}.fee-product__footer{padding:4.9rem 1.2rem 3.8rem}.fee-product__footer-title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2.4rem;margin-bottom:.5rem}.fee-product__footer-sub-title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;margin-bottom:.5rem;margin-top:.5rem}.fee-product__footer-small-paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:2;margin-bottom:0}@media (min-width:1091px){.fee-product{margin-bottom:5rem}.fee-product__body{padding-bottom:1.8rem;padding-top:2.8rem}.fee-product__amount{margin-bottom:6.8rem}.fee-product__fee{margin-bottom:.5rem}.fee-product__footer{padding-bottom:1.6rem;padding-top:3.8rem}.fee-product__footer--smart-interest{display:flex;flex-direction:column;height:100%;justify-content:center}.fee-product__footer-title{margin-bottom:0}.fee-product__footer-small-paragraph{line-height:1.61538}}@media (min-width:992px){.fee-product{display:flex;flex-direction:column;height:100%;margin-bottom:0}.fee-product__fee{font-size:6rem;margin-bottom:1rem}.fee-product__footer{padding-bottom:4.2rem;padding-top:6.3rem}.fee-product__footer--smart-interest{padding-bottom:2.3rem}.fee-product__footer-small-paragraph{line-height:2}}@media (min-width:1440px){.fee-product__fee{font-size:7.2rem}}.smart-interest-fee{padding-bottom:.3rem;padding-top:2.9rem}.smart-interest-fee__amount{color:#000;font-weight:var(--tw-font-semibold);line-height:1.1875;margin-bottom:3.239rem}.smart-interest-fee__fee{color:rgb(var(--tw-color-approval-500)/1);font-size:4.8rem;line-height:1.1875;margin-bottom:1rem}.smart-interest-fee__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;font-weight:var(--tw-font-semibold);line-height:1.15385;margin-bottom:0}@media (min-width:1091px){.smart-interest-fee{padding-bottom:5.9rem;padding-top:4.1rem}}@media (min-width:992px){.smart-interest-fee{padding-bottom:2.8rem}.smart-interest-fee__amount{margin-bottom:8rem}.smart-interest-fee__fee{font-size:6rem}}@media (min-width:1440px){.smart-interest-fee__fee{font-size:7.2rem}}.advantages{padding-bottom:1.5rem;padding-top:5rem;text-align:center}.advantages__item{margin-bottom:6.5rem}.advantages__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:2.8rem;position:relative}.advantages__title::after{background-color:rgb(var(--tw-color-secondary-500)/1);bottom:-1.5rem;content:'';display:block;height:.3rem;left:calc(50% - 2.5rem);position:absolute;width:5rem}.advantages__description{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:0}@media (min-width:1091px){.advantages{padding-bottom:10rem;padding-top:1.1rem}.advantages__title{margin-bottom:2.3rem}.advantages__title::after{bottom:-1rem}.advantages__item{margin-bottom:0}}@media (min-width:992px){.advantages{padding-bottom:5rem;padding-top:5rem}.advantages__item{padding:3.3rem 13% 3.7rem}.advantages__title{line-height:1.2;margin-bottom:3.8rem}.advantages__title::after{bottom:-2rem}}.faq{padding-bottom:8rem;padding-top:8rem}.faq__title{color:rgb(var(--tw-color-tertiary-500)/1);line-height:1.35;margin-bottom:1.5rem;text-align:center}.faq__subtitle{color:rgb(var(--tw-color-shade-500)/1);text-align:center;margin-bottom:5rem}@media (min-width:1091px){.faq{padding-bottom:10rem;padding-top:10rem}.faq__title{line-height:1.125;margin-bottom:1.8rem}}@media (min-width:992px){.faq__title{margin-bottom:2rem}.faq__subtitle{margin-bottom:6.8rem}}.collapsible:last-of-type{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1)}.collapsible__header{border-top:1px solid rgb(var(--tw-color-shade-400)/1);cursor:pointer;padding:2.6rem 2.3rem 2.6rem 0;position:relative}.collapsible__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:0}.collapsible__title::after{border:2px solid rgb(var(--tw-color-primary-500)/1);border-bottom-color:transparent;border-right-color:transparent;content:'';height:1rem;position:absolute;right:.2rem;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-transition:transform .25s;-moz-transition:transform .25s;-ms-transition:transform .25s;-o-transition:transform .25s;transition:transform .25s;top:calc(50% - 0.7rem);width:1rem}.collapsible__title--isOpen::after{-webkit-transform:rotate(-135deg) scale(-1);-moz-transform:rotate(-135deg) scale(-1);-ms-transform:rotate(-135deg) scale(-1);-o-transform:rotate(-135deg) scale(-1);transform:rotate(-135deg) scale(-1)}.collapsible__body{display:none;overflow:hidden;padding-right:2.3rem}.collapsible__text{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:1.5rem}.collapsible__text:last-child{margin-bottom:3rem}.investment-risks{padding-bottom:10rem;padding-top:8rem}.investment-risks__section{margin-bottom:4rem}.investment-risks__section:last-child{margin-bottom:0}.investment-risks__title{color:rgb(var(--tw-color-tertiary-500)/1);letter-spacing:-.5px;margin-bottom:4rem}.investment-risks__subtitle{margin-bottom:1.5rem}.investment-risks__lead-paragraph{color:rgb(var(--tw-color-shade-500)/1);line-height:1.66667}.investment-risks__lead-paragraph:last-child{margin-bottom:0}@media (min-width:1091px){.investment-risks{padding-top:13rem}}@media (min-width:992px){.investment-risks{padding-bottom:15rem}.investment-risks__section{margin-bottom:5rem}.investment-risks__title{margin-bottom:4.8rem}.investment-risks__subtitle{margin-bottom:1.7rem}}.ifas-affiliates{padding-bottom:10rem;padding-top:8rem}.ifas-affiliates__section:not(:last-child){margin-bottom:5rem}.ifas-affiliates__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:4.4rem}.ifas-affiliates__lead-paragraph{color:rgb(var(--tw-color-shade-500)/1);line-height:1.66667;margin-bottom:3rem}.ifas-affiliates__lead-paragraph:last-child{margin-bottom:0}.ifas-affiliates__list{padding-bottom:0;padding-top:0}@media (min-width:1091px){.ifas-affiliates{padding-top:13rem}}@media (min-width:992px){.ifas-affiliates{padding-bottom:15rem}.ifas-affiliates__title{margin-bottom:5rem}.ifas-affiliates__lead-paragraph{margin-bottom:5rem}}.complaints-policy{padding-bottom:10rem;padding-top:8rem}.complaints-policy__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:5rem}.complaints-policy__subtitle{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2rem;line-height:1.4;margin-bottom:1.7rem}.complaints-policy__lead-paragraph{color:rgb(var(--tw-color-shade-500)/1);line-height:1.66667;margin-bottom:1.5rem}.complaints-policy__lead-paragraph:last-child{margin-bottom:0}@media (min-width:1091px){.complaints-policy{padding-top:13rem}.complaints-policy__subtitle{margin-bottom:1.5rem}}@media (min-width:992px){.complaints-policy{padding-bottom:16.7rem}.complaints-policy__title{margin-bottom:6rem}.complaints-policy__subtitle{margin-bottom:2rem}}.investor-agreements{padding-bottom:10rem;padding-top:8rem}.investor-agreements__section:not(:last-child){margin-bottom:5rem}.investor-agreements__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:1.5rem}.investor-agreements__subtitle{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:.8rem}.investor-agreements__lead-paragraph{color:rgb(var(--tw-color-shade-500)/1);line-height:1.66667;margin-bottom:3rem}.investor-agreements__lead-paragraph:last-child{margin-bottom:0}@media (min-width:1091px){.investor-agreements{padding-bottom:15rem;padding-top:12.9rem}.investor-agreements__subtitle{margin-bottom:1.5rem}}@media (min-width:992px){.investor-agreements{padding-top:9rem}}.agreement{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);padding:1rem 0;-webkit-transition:background-color .25s,padding-left .25s;-moz-transition:background-color .25s,padding-left .25s;-ms-transition:background-color .25s,padding-left .25s;-o-transition:background-color .25s,padding-left .25s;transition:background-color .25s,padding-left .25s}.agreement:hover{background-color:#fff;cursor:pointer;padding-left:1.5rem}.agreement__link{display:inline-block;font-style:1.6rem;line-height:1.625}.agreement__short-description{color:rgb(var(--tw-color-shade-500)/1);line-height:1.84615;margin-bottom:0}.not-found{padding-bottom:16rem;padding-top:9rem}.not-found__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:3.125rem;line-height:1.28;margin-bottom:1.2rem}.not-found__paragraph{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:5rem}.not-found__button{max-width:100%;width:25.5rem}@media (min-width:992px){.not-found__title{margin-bottom:1.7rem}.not-found__button{width:28.6rem}}.media-centre-hero{background-color:rgb(var(--tw-color-tertiary-500)/1);padding-bottom:21.5rem;padding-top:8rem;text-align:center}.media-centre-hero__title{color:#fff;margin-bottom:1.5rem}.media-centre-hero__paragraph{color:rgb(var(--tw-color-shade-400)/1);line-height:1.66667;margin-bottom:3rem}.media-centre-hero__cta{min-width:21.2rem;width:auto}@media (min-width:1091px){.media-centre-hero{padding-bottom:20.3rem;padding-top:9rem}.media-centre-hero__paragraph{margin-bottom:4.4rem}}@media (min-width:992px){.media-centre-hero__paragraph{margin-bottom:5rem}}.media-centre{margin-top:-12rem;padding-bottom:4.3rem}@media (min-width:1091px){.media-centre{margin-top:-7rem;padding-bottom:7rem}.media-centre__show-more{margin-top:2rem}}@media (min-width:992px){.media-centre{padding-bottom:5rem}.media-centre__show-more{margin-top:0}}.press-article{align-items:center;background-color:#fff;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);margin-bottom:3rem;padding:0 2rem 2.8rem;text-align:center;width:100%}.press-article__logo-container{align-items:center;display:flex;height:21.3rem;justify-content:center}.press-article__logo{width:20rem;max-width:100%}.press-article__body{margin-bottom:9.3rem;padding-top:5.8rem;position:relative}.press-article__body::before{color:rgb(var(--tw-color-secondary-500)/1);content:'“';font-size:10rem;font-weight:var(--tw-font-semibold);left:50%;line-height:1;position:absolute;top:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.press-article__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:0}@media (min-width:1091px){.press-article{display:flex;flex:0 1 100%;flex-direction:column}.press-article__body{flex-grow:1;margin-bottom:9.5rem}.press-article__logo-container{height:20rem}}@media (min-width:992px){.press-article{margin-bottom:5rem;min-height:50rem}.press-article__body{margin-bottom:5rem}}.disclaimer{padding-bottom:5.1rem;padding-top:2.4rem}.disclaimer__small-paragraph{color:rgb(var(--tw-color-shade-500)/1);line-height:1.84615;margin-bottom:1.5rem}.disclaimer__small-paragraph:last-child{margin-bottom:0}@media (min-width:992px){.disclaimer{padding-bottom:5.2rem;padding-top:7.4rem}}.about-us{background:center center no-repeat/auto 71%;padding-bottom:6.7rem;padding-top:9.3rem;text-align:center}.about-us__title{line-height:1.175;margin-bottom:1.5rem}.about-us__lead-paragraph{color:rgb(var(--tw-color-shade-500)/1);line-height:1.66667;margin-bottom:0}@media (min-width:1091px){.about-us{padding-bottom:23.3rem;padding-top:9rem}.about-us__title{line-height:1.125}}@media (min-width:1091px){.about-us{background-size:auto;padding-bottom:29rem;padding-top:15rem}}.the-team{padding-bottom:8rem;padding-top:8rem;text-align:center}.the-team__title{color:rgb(var(--tw-color-tertiary-500)/1);line-height:1.35;margin-bottom:3rem}.the-team__show-more{font-weight:var(--tw-font-semibold)}@media (min-width:1091px){.the-team{padding-bottom:7rem;padding-top:10rem}.the-team__title{line-height:1.125}.the-team__show-more{display:none}}@media (min-width:1091px){.the-team__title{margin-bottom:5rem}}.testimonial{margin-bottom:3rem;padding-bottom:4.7rem;padding-top:4.6rem}.testimonial__photo{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;margin-bottom:3rem;width:16rem}.testimonial__name{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:.5rem}.testimonial__position{color:rgb(var(--tw-color-shade-500)/1);line-height:1.5;margin-bottom:0}.wa-about-us{background:rgb(var(--tw-color-tertiary-500)/1) url(assets/1c541889efbdf544aaa2.jpg) center/cover no-repeat;margin-top:-7rem;padding-bottom:8rem;padding-top:15rem}.wa-about-us__title{color:#fff;margin-bottom:1.5rem}.wa-about-us__description{color:rgb(var(--tw-color-shade-400)/1);font-size:1.8rem;line-height:1.66667;margin-bottom:11.1rem}.wa-about-us__mission-logo{font-size:8rem;display:block;margin-bottom:1.5rem}.wa-about-us__subtitle{color:#fff;font-size:4rem;line-height:1.35;margin-bottom:0}@media (min-width:1091px){.wa-about-us{margin-top:-14rem;padding-bottom:7.3rem;padding-top:22.4rem;text-align:center}.wa-about-us__title{font-size:6rem;margin-bottom:3rem}.wa-about-us__description{font-size:2.1rem;margin-bottom:18.1rem}.wa-about-us__mission-logo{margin-bottom:2.2rem}.wa-about-us__subtitle{font-size:4.883rem;line-height:1.10588}}@media (min-width:992px){.wa-about-us__title{margin-bottom:1.5rem}.wa-about-us__description{margin-bottom:16.6rem}}.our-mission{background-color:rgb(var(--tw-color-shade-400)/1);padding-bottom:7rem;padding-top:6rem;text-align:center}.our-mission__description{color:rgb(var(--tw-color-secondary-500)/1);font-size:4rem;line-height:1.35;margin-bottom:0}@media (min-width:1091px){.our-mission{padding-bottom:10rem;padding-top:8.3rem}.our-mission__description{font-size:4.883rem;line-height:1.10588}}@media (min-width:992px){.our-mission{padding-bottom:11.5rem;padding-top:10rem}.our-mission__description{font-size:6rem;line-height:1.14679}}.our-history{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);padding-bottom:12rem;padding-top:10rem;text-align:center}.our-history__icon{color:rgb(var(--tw-color-secondary-500)/1);font-size:8rem;margin-bottom:2.2rem}.our-history__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.883rem;line-height:1.10588;margin-bottom:10rem}.our-history__timeline{margin-top:-1.5rem}@media (min-width:1091px){.our-history{padding-bottom:18.8rem;padding-top:13rem}.our-history__title{margin-bottom:8rem}.our-history__timeline{margin-top:-3rem}}@media (min-width:992px){.our-history{padding-bottom:20rem;padding-top:20rem}.our-history__timeline{position:relative;z-index:1}}.the-wa-team{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);padding-bottom:12rem;padding-top:10rem}.the-wa-team__icon{color:rgb(var(--tw-color-secondary-500)/1);font-size:8rem;line-height:1;margin-bottom:1.5rem}.the-wa-team__title{color:rgb(var(--tw-color-tertiary-500)/1);line-height:1.35;margin-bottom:3rem}.the-wa-team__team-member-card{margin-bottom:3rem}@media (min-width:1091px){.the-wa-team{padding-bottom:10rem;padding-top:25rem}.the-wa-team__title{font-size:4.883rem;line-height:1.10588}.the-wa-team__team-member-card{margin-bottom:0}}@media (min-width:992px){.the-wa-team{padding-bottom:10rem;padding-top:18.8rem}.the-wa-team__icon{margin-bottom:2.2rem}.the-wa-team__title{margin-bottom:5rem}}.awards{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);padding-bottom:9.6rem;padding-top:10rem}.awards__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.8rem;line-height:1.08333;margin-bottom:1.5rem}.awards__description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;margin-bottom:5rem}.awards__item{margin-bottom:2.4rem}@media (min-width:1091px){.awards{padding-bottom:12.6rem;padding-top:13rem;text-align:center}.awards__title{font-size:6.104rem;line-height:1.14679}.awards__description{margin-bottom:8rem}.awards__item{flex-basis:100%}}@media (min-width:992px){.awards{padding-bottom:20rem;padding-top:18rem}.awards__description{margin-left:auto;margin-right:auto;width:50%}.awards__item{margin-bottom:0}}.contact-us{padding-bottom:15rem;padding-top:8rem}.contact-us__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:1.5rem}.contact-us__description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.66667;margin-bottom:5rem}.contact-us__section:not(:last-child){margin-bottom:5rem}.contact-us__subtitle{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:3rem}@media (min-width:1091px){.contact-us{padding-bottom:10rem;padding-top:13rem}.contact-us__description{margin-bottom:8rem}.contact-us__subtitle{margin-bottom:5rem}}@media (min-width:992px){.contact-us__section-column{margin-right:3.9rem}.contact-us__section:not(:last-child){margin-bottom:3rem}}.section-column{border-top:1px solid rgb(var(--tw-color-shade-400)/1);padding-bottom:3rem;padding-top:1.5rem}.section-column__title{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:1.4rem}.section-column__paragraph{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.8rem;letter-spacing:-.1px;line-height:1.66667;margin-bottom:.7rem;overflow-x:hidden;padding-bottom:.2rem;text-overflow:ellipsis}.section-column__paragraph--gray{color:rgb(var(--tw-color-shade-500)/1)}.section-column__paragraph:last-child{margin-bottom:0}.section-column__notice{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.84615;margin-bottom:0}@media (min-width:1091px){.section-column{padding-bottom:5rem}}@media (min-width:992px){.section-column__title{line-height:1.25;margin-bottom:2rem}.section-column__paragraph{line-height:1.33333}}.smart-interest-wrapper__column--calculator{margin-top:-19rem}@media (min-width:1091px){.smart-interest-wrapper__column--calculator{margin-top:-14.1rem}}@media (min-width:992px){.smart-interest-wrapper{background-color:rgb(var(--tw-color-tertiary-500)/1)}.smart-interest-wrapper__container{display:flex;justify-content:space-between;max-width:1440px;margin-left:auto;margin-right:auto;padding-bottom:11rem;padding-top:9rem}.smart-interest-wrapper__column--hero{flex:0 0 50%}.smart-interest-wrapper__column--calculator{flex:0 0 50%;margin-top:0}}@media (min-width:1440px){.smart-interest-wrapper__column--hero{flex:0 0 41.66667%}}.smart-interest-hero{background-color:rgb(var(--tw-color-tertiary-500)/1);padding-bottom:27rem;padding-top:3rem}.smart-interest-hero__title{color:#fff;margin-bottom:1.5rem}.smart-interest-hero__subtitle{color:#fff;line-height:1.41667;margin-bottom:1.5rem}.smart-interest-hero__lead-paragraph{color:rgb(var(--tw-color-shade-400)/1);line-height:1.44444;margin-bottom:1.5rem}.smart-interest-hero__small-paragraph{color:rgb(var(--tw-color-shade-400)/1);line-height:2;margin-bottom:0}.smart-interest-hero__cta-container{bottom:0;left:0;padding:1.6rem 2.4rem;position:fixed;right:0;z-index:2}.smart-interest-hero__cta{font-size:1.6rem}@media (min-width:1091px){.smart-interest-hero{padding-bottom:24.1rem;padding-top:9rem}.smart-interest-hero__title{font-size:6rem;line-height:1.13333}.smart-interest-hero__subtitle{font-weight:var(--tw-font-medium)}.smart-interest-hero__small-paragraph{margin-bottom:5rem}.smart-interest-hero__cta-container{background:none;padding:0;position:initial}.smart-interest-hero__cta{max-width:20rem}}@media (min-width:992px){.smart-interest-hero{padding-bottom:0;padding-top:0}}.place-order{align-items:center;background-color:rgb(var(--tw-color-primary-500)/1);border:none;-webkit-box-shadow:0 0 1.5rem 0 rgba(45,45,45,0.15);-moz-box-shadow:0 0 1.5rem 0 rgba(45,45,45,0.15);-ms-box-shadow:0 0 1.5rem 0 rgba(45,45,45,0.15);-o-box-shadow:0 0 1.5rem 0 rgba(45,45,45,0.15);box-shadow:0 0 1.5rem 0 rgba(45,45,45,0.15);color:#fff;display:flex;flex-direction:column;justify-content:center;padding-left:3.3rem;padding-right:3.3rem;width:20rem}.place-order__title{font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.625}.place-order__info{font-size:1.4rem;font-weight:var(--tw-font-medium);line-height:1.42857}@media (min-width:992px){.place-order{width:23.7rem}}.smart-interest-info{display:flex;flex-direction:column;justify-content:center;padding:0 1.2rem}.smart-interest-info__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2.8rem;line-height:1.25;margin-bottom:.5rem}.smart-interest-info__powered{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:0}.account-selector{position:relative}.account-selector:hover{-webkit-box-shadow:0 0 1.5rem 0 rgb(var(--tw-color-shade-800)/0.15);-moz-box-shadow:0 0 1.5rem 0 rgb(var(--tw-color-shade-800)/0.15);-ms-box-shadow:0 0 1.5rem 0 rgb(var(--tw-color-shade-800)/0.15);-o-box-shadow:0 0 1.5rem 0 rgb(var(--tw-color-shade-800)/0.15);box-shadow:0 0 1.5rem 0 rgb(var(--tw-color-shade-800)/0.15)}.account-selector:hover .account-selector__option{display:flex}.account-selector__radio{display:none}.account-selector__radio ~ .account-selector__option{display:none;bottom:100%;left:0;position:absolute;right:0}.account-selector__radio:checked ~ .account-selector__option{display:flex;position:relative}.account-selector__radio:checked ~ .account-selector__option::after{content:"\f078";font-family:"Font Awesome 5 Pro";font-size:1.6rem;position:absolute;right:.9rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.account-selector__option{align-items:center;background-color:#fff;cursor:pointer;display:flex;min-width:26.5rem;padding:3.7rem 3rem 3.7rem 2rem;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s}.account-selector__option:hover{background-color:rgb(var(--tw-color-shade-100)/1)}.account-selector__icon{flex-shrink:0;height:4rem;margin-right:1rem;width:4rem}.account-selector__icon--innovative{border:3px solid rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:rgb(var(--tw-color-secondary-500)/1);font-size:1.3rem;font-weight:var(--tw-font-semibold);padding:.7rem 0;text-align:center}.account-selector__option-title{color:rgb(var(--tw-color-tertiary-500)/1);display:block;font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.625;margin-bottom:-.6rem}.account-selector__option-available{color:rgb(var(--tw-color-shade-500)/1);display:block;font-size:1.3rem;line-height:2;margin-bottom:0}.smart-interest-calculator{background-color:#fff;-webkit-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05)}.smart-interest-calculator__title{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:0;padding:2.3rem 3.5rem 3.1rem;text-align:center}.smart-interest-calculator__body{padding:2.8rem 2rem 0}.smart-interest-calculator__subtitle{color:#000;display:inline-block;font-weight:var(--tw-font-semibold);line-height:1.1875;margin-bottom:.2rem}.smart-interest-calculator__small-paragraph{color:rgb(var(--tw-color-shade-500)/1);font-weight:var(--tw-font-semibold);line-height:1.61538;margin-bottom:1.5rem}.smart-interest-calculator__input{border:.2rem solid rgb(var(--tw-color-tertiary-500)/1);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;-webkit-box-shadow:0 0 1.4rem 0 rgba(0,0,0,0.15);-moz-box-shadow:0 0 1.4rem 0 rgba(0,0,0,0.15);-ms-box-shadow:0 0 1.4rem 0 rgba(0,0,0,0.15);-o-box-shadow:0 0 1.4rem 0 rgba(0,0,0,0.15);box-shadow:0 0 1.4rem 0 rgba(0,0,0,0.15);color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-medium);margin-bottom:4.3rem;padding:1rem 1.5rem 1.4rem;width:100%}.smart-interest-calculator__payout-toggle{margin-bottom:4.3rem}.smart-interest-calculator__term-toggle{margin-bottom:3.3rem;position:relative}.smart-interest-calculator__hr{border-top-color:rgb(var(--tw-color-shade-400)/1);margin:0}.smart-interest-calculator__footer{padding:1rem 2rem}.smart-interest-calculator__info-block{flex:0 0 50%}.smart-interest-calculator__place-order{display:none}.smart-interest-calculator__smart-interest-info{display:none}.smart-interest-calculator__account-selector{display:none}@media (min-width:1091px){.smart-interest-calculator__title{padding-bottom:2.9rem}.smart-interest-calculator__body{padding-bottom:3rem;padding-top:3rem}.smart-interest-calculator__input{margin-bottom:5.5rem;max-width:100%;width:24.8rem}.smart-interest-calculator__payout-toggle{margin-bottom:5.5rem;margin-left:auto;max-width:100%;width:24.8rem}.smart-interest-calculator__term-toggle{margin-left:auto;max-width:100%;width:24.8rem}.smart-interest-calculator__hr{display:none}.smart-interest-calculator__footer{background-color:#fff;bottom:0;-webkit-box-shadow:0 0 1.5rem 0 rgba(45,45,45,0.15);-moz-box-shadow:0 0 1.5rem 0 rgba(45,45,45,0.15);-ms-box-shadow:0 0 1.5rem 0 rgba(45,45,45,0.15);-o-box-shadow:0 0 1.5rem 0 rgba(45,45,45,0.15);box-shadow:0 0 1.5rem 0 rgba(45,45,45,0.15);display:flex;justify-content:space-between;left:0;padding:0 0 0 1.2rem;position:fixed;right:0;z-index:2}.smart-interest-calculator__info-block{flex:0 0 auto}.smart-interest-calculator__inner-container{display:flex;flex-grow:1;justify-content:space-between}.smart-interest-calculator__place-order{display:flex}}@media (min-width:992px){.smart-interest-calculator__title{padding-left:2rem;padding-right:2rem;text-align:left}.smart-interest-calculator__smart-interest-info{display:flex}.smart-interest-calculator__inner-container{flex-grow:0}.smart-interest-calculator__place-order{margin-left:1.2rem}}@media (min-width:1440px){.smart-interest-calculator__account-selector{display:block}}.term-toggle{display:flex}.term-toggle__option{flex:0 0 25%;padding:0 .5rem}.term-toggle__option:first-child{padding-left:0}.term-toggle__option:last-child{padding-right:0}.term-toggle__input{display:none}.term-toggle__input:checked ~ .term-toggle__label{border-color:rgb(var(--tw-color-secondary-500)/1);color:rgb(var(--tw-color-secondary-500)/1)}.term-toggle__label{border:2px solid transparent;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;border-radius:.3rem;-webkit-box-shadow:0 1px 5px 0 rgba(23,29,40,0.15);-moz-box-shadow:0 1px 5px 0 rgba(23,29,40,0.15);-ms-box-shadow:0 1px 5px 0 rgba(23,29,40,0.15);-o-box-shadow:0 1px 5px 0 rgba(23,29,40,0.15);box-shadow:0 1px 5px 0 rgba(23,29,40,0.15);color:rgb(var(--tw-color-shade-500)/1);cursor:pointer;display:block;font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:1;padding:1.15rem .2rem;text-align:center;-webkit-transition:color .25s,border-color .25s;-moz-transition:color .25s,border-color .25s;-ms-transition:color .25s,border-color .25s;-o-transition:color .25s,border-color .25s;transition:color .25s,border-color .25s}.info-block{padding:1.7rem 1.2rem}.info-block__value{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.625;margin-bottom:-.6rem}.info-block__info{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:2;margin-bottom:0}@media (min-width:1091px){.info-block{padding:3.7rem 2rem}}.smart-interest-overview{padding-bottom:7rem;padding-top:8rem}.smart-interest-overview__title{color:rgb(var(--tw-color-tertiary-500)/1);line-height:1.35;margin-bottom:1.5rem;text-align:center}.smart-interest-overview__subtitle{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:5rem;text-align:center}.smart-interest-overview__list{margin-bottom:3rem}@media (min-width:1091px){.smart-interest-overview{padding-bottom:9rem;padding-top:10rem}.smart-interest-overview__title{line-height:1.08333}.smart-interest-overview__subtitle{margin-bottom:8rem}.smart-interest-overview__other-info-grid{-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2;column-gap:2.4rem}}@media (min-width:992px){.smart-interest-overview{padding-bottom:15.5rem;padding-top:10rem}.smart-interest-overview__subtitle{margin-bottom:10rem}.smart-interest-overview__other-info-grid{-webkit-column-count:auto;-moz-column-count:auto;-ms-column-count:auto;-o-column-count:auto;column-count:auto}}@media (min-width:1440px){.smart-interest-overview{padding-bottom:7.5rem}}.overview-item{border-top:1px solid rgb(var(--tw-color-shade-400)/1);padding-bottom:5rem;padding-top:1.5rem}.overview-item__name{color:rgb(var(--tw-color-shade-500)/1);line-height:1.25;margin-bottom:0;min-height:5.2rem}.overview-item__value{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-medium);line-height:1.2;margin-bottom:1rem}.overview-item__value:last-child{margin-bottom:0}.overview-item__description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.84615;margin-bottom:0}@media (min-width:1440px){.overview-item{margin-right:3.8rem;padding-bottom:6rem}}.zero-service-fees{background-color:#fff;padding-bottom:8rem;padding-top:8rem;text-align:center}.zero-service-fees__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:3.125rem;line-height:1.28;margin-bottom:1.5rem}.zero-service-fees__subtitle{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:0}.zero-service-fees__percent{color:rgb(var(--tw-color-approval-500)/1);font-size:12rem;font-weight:var(--tw-font-semibold);line-height:1.2;margin-bottom:0}.zero-service-fees__note{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.84615;margin-bottom:4.5rem}.zero-service-fees__note:last-child{margin-bottom:0}.zero-service-fees__early-sales-fee{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:.1rem}@media (min-width:1091px){.zero-service-fees{padding-bottom:10rem;padding-top:10rem}.zero-service-fees__title{font-size:4.883rem;line-height:1.10588}.zero-service-fees__subtitle{margin-bottom:3rem}}@media (min-width:992px){.zero-service-fees{padding-bottom:15.8rem;padding-top:13.9rem}.zero-service-fees__subtitle{margin-bottom:3.2rem}}.sipp-hero{background-color:rgb(var(--tw-color-tertiary-500)/1);padding-bottom:8.1rem;padding-top:3rem}.sipp-hero__title{color:#fff;letter-spacing:-.56px;line-height:1.35;margin-bottom:1.5rem}.sipp-hero__subtitle{color:rgb(var(--tw-color-shade-400)/1);font-size:1.8rem;line-height:1.66667;margin-bottom:3rem}.sipp-hero__cta{width:auto}@media (min-width:1091px){.sipp-hero{padding-bottom:19.4rem;padding-top:13rem;text-align:center}.sipp-hero__title{font-size:6rem;line-height:1.13333;margin-bottom:2rem}.sipp-hero__subtitle{margin:0 auto 5rem;width:75%}}@media (min-width:992px){.sipp-hero{padding-bottom:15.9rem;padding-top:9rem}.sipp-hero__title{margin-bottom:1.5rem}.sipp-hero__subtitle{width:auto}}.sipp-awards{background-color:rgb(var(--tw-color-secondary-500)/1);padding-bottom:3rem;padding-top:3rem;text-align:center}.sipp-awards__award-logo{max-height:10rem;max-width:100%}.sipp-awards__trustpilot-widget{display:flex;justify-content:center}@media (min-width:1091px){.sipp-awards{padding-bottom:5rem;padding-top:5rem}}@media (min-width:992px){.sipp-awards__award-logo--the-banker{max-width:19.2rem}.sipp-awards__award-logo--bloomberg{max-width:18.4rem;position:relative;top:.7rem}}.sipp-provider{background-color:#fff;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);padding:2rem 2rem 2rem 1.5rem}.sipp-provider__logo{align-items:center;border:1px solid rgb(var(--tw-color-shade-400)/1);display:flex;flex-shrink:0;justify-content:center;height:6rem;margin-right:2rem;padding:.4rem;width:6rem}.sipp-provider__info-container{align-items:center;display:flex}.sipp-provider__title{color:rgb(var(--tw-color-shade-500)/1);font-size:1.4rem;line-height:1.42857;margin-bottom:.1rem}.sipp-provider__name{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.375;margin-bottom:0}.sipp-provider__cta{align-items:center;background-color:rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#fff;display:inline-flex;justify-content:center;height:4rem;text-align:center;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s;width:4rem}.sipp-provider__cta:active,.sipp-provider__cta:focus,.sipp-provider__cta:hover{background-color:rgb(var(--tw-color-primary-600)/1);color:#fff;text-decoration:none}.sipp-provider__cta:not(:first-of-type){margin-left:1.6rem}.sipp-provider__cta-icon{font-size:2rem}@media (min-width:1091px){.sipp-provider__cta{display:none}}.placeholder-provider{align-items:center;background-color:#fff;border:1px dashed rgb(var(--tw-color-shade-400)/1);display:flex;justify-content:center;padding:3.8rem 1.5rem 4.2rem}.placeholder-provider__info{color:rgb(var(--tw-color-secondary-500)/1);font-size:1.4rem;font-weight:var(--tw-font-medium);line-height:1.42857}.sipp-provider-section{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);padding-top:5rem}.sipp-provider-section__title{color:rgb(var(--tw-color-tertiary-500)/1);line-height:1.35;margin-bottom:3rem;text-align:center}.sipp-provider-section__subtitle{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:1.5rem}.sipp-provider-section__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;margin-bottom:1.5rem}.sipp-provider-section__paragraph:last-of-type{margin-bottom:5rem}.sipp-provider-section__important-information{margin-bottom:3rem}.sipp-provider-section__sipp-provider{margin-bottom:2rem}.sipp-provider-section__placeholder-provider{margin-bottom:5rem}.sipp-provider-section__hr{border-top-color:rgb(var(--tw-color-shade-400)/1);margin-bottom:5rem;margin-top:0}.sipp-provider-section__ask-for-provider{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;margin-bottom:3rem}@media (min-width:1091px){.sipp-provider-section{padding-top:7rem}.sipp-provider-section__title{font-size:6.1rem;line-height:1.14754;text-align:left}.sipp-provider-section__paragraph:last-of-type{margin-bottom:8rem}.sipp-provider-section__placeholder-provider{margin-bottom:6rem}}@media (min-width:992px){.sipp-provider-section{padding-top:13rem}.sipp-provider-section__sipp-provider{margin-bottom:3rem}}@media (min-width:1440px){.sipp-provider-section__ask-for-provider{width:83%}}.sipp-benefit{-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);padding:4rem 3rem;position:relative}.sipp-benefit__picture{font-size:8rem;margin-bottom:3rem}.sipp-benefit__title{margin-bottom:1.5rem}.sipp-benefit__description{font-size:1.8rem;line-height:1.77778;margin-bottom:0}.sipp-benefit__swappy{display:flex;bottom:4rem;left:0;overflow:hidden;position:absolute;right:0}.sipp-benefit__company-card{flex-basis:44.8rem;margin-right:2.4rem}.sipp-benefit--control{background:url(assets/fefe66b9e37d387f2359.png) 2.4rem bottom no-repeat;padding-bottom:24.8rem}.sipp-benefit--bonds{padding-bottom:16rem}@media (min-width:1091px){.sipp-benefit{padding-left:4rem;padding-right:4rem}.sipp-benefit__picture{margin-bottom:4.4rem}.sipp-benefit__title{margin-bottom:1.7rem}.sipp-benefit__swappy{bottom:2.4rem}.sipp-benefit--control{padding-bottom:20.7rem}.sipp-benefit--control .sipp-benefit__description{width:80%}.sipp-benefit--bonds{padding-bottom:17.5rem}.sipp-benefit--bonds .sipp-benefit__description{width:75%}}@media (min-width:992px){.sipp-benefit--bonds .sipp-benefit__description{width:80%}}.sipp-benefits{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);padding-bottom:9.6rem;padding-top:10rem}.sipp-benefits__title{color:rgb(var(--tw-color-tertiary-500)/1);line-height:1.35;margin-bottom:5rem;text-align:center}.sipp-benefits__sipp-benefit{margin-bottom:2.4rem}@media (min-width:1091px){.sipp-benefits{padding-bottom:12.6rem;padding-top:12rem}.sipp-benefits__title{font-size:6.104rem;line-height:1.14679;margin-bottom:8rem}.sipp-benefits__sipp-benefit{height:calc(100% - 2.4rem)}}@media (min-width:992px){.sipp-benefits{padding-bottom:17.6rem;padding-top:18rem}}.wealth-hero{background-color:rgb(var(--tw-color-tertiary-500)/1);color:rgb(var(--tw-color-shade-400)/1);margin-top:-7rem;padding-bottom:8rem;padding-top:10rem}.wealth-hero__title{line-height:1.35;margin-bottom:1.5rem}.wealth-hero__subtitle{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.66667;margin-bottom:5rem}.wealth-hero__download-guide{width:21.2rem}@media (min-width:1091px){.wealth-hero{background:rgb(var(--tw-color-tertiary-500)/1) url(assets/342c1257011ee5dbe31c.jpg) 38vw center/cover no-repeat;margin-top:-14rem;padding-bottom:23.7rem;padding-top:25rem}.wealth-hero__title{font-size:6rem;line-height:1.13333}.wealth-hero__subtitle{line-height:1.44444}}@media (min-width:992px){.wealth-hero{padding-bottom:22rem}.wealth-hero__subtitle{line-height:1.77778}}@media (min-width:1440px){.wealth-hero{background:url(assets/342c1257011ee5dbe31c.jpg) 38vw 80%/120rem no-repeat,linear-gradient(to right,rgb(var(--tw-color-tertiary-500)/1) 0%,rgb(var(--tw-color-tertiary-500)/1) 50vw,transparent 50vw,transparent 100%),url(assets/c83ab2fe1fd73fb08cda.jpg) center/contain repeat-x}}@media (min-width:150rem){.wealth-hero{background:url(assets/342c1257011ee5dbe31c.jpg) 45vw 80%/120rem no-repeat,linear-gradient(to right,rgb(var(--tw-color-tertiary-500)/1) 0%,rgb(var(--tw-color-tertiary-500)/1) 50vw,transparent 50vw,transparent 100%),url(assets/c83ab2fe1fd73fb08cda.jpg) center/contain repeat-x}}.guide-topic{background-color:#fff;-webkit-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);padding:3rem 2rem 4.2rem}.guide-topic__icon{align-items:center;background-color:rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#fff;display:inline-flex;font-size:3.3rem;height:9rem;justify-content:center;margin-bottom:3.3rem;width:9rem}.guide-topic__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:1.5rem}.guide-topic__description{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:0}@media (min-width:1091px){.guide-topic{display:flex;padding:5.5rem 3rem;text-align:left}.guide-topic__icon{flex:0 0 auto;margin:0 3rem 0 0}.guide-topic__info-wrapper{flex:0 0 54%}.guide-topic__title{margin-bottom:1rem}}@media (min-width:992px){.guide-topic{align-items:center;flex-direction:column;padding:3rem 3rem 4.2rem;text-align:center}.guide-topic__icon{margin:0 0 3.3rem}.guide-topic__title{margin-bottom:1.5rem}}.in-the-guide{padding-bottom:5.7rem;padding-top:6rem;text-align:center}.in-the-guide__title{color:rgb(var(--tw-color-tertiary-500)/1);line-height:1.35;margin-bottom:5rem}.in-the-guide__guide-topic{margin-bottom:2.3rem}@media (min-width:1091px){.in-the-guide{padding-bottom:7rem;padding-top:.5rem}.in-the-guide__title{line-height:1.10204}.in-the-guide__guide-topic{margin-bottom:3rem}}@media (min-width:992px){.in-the-guide{padding-bottom:10rem;padding-top:5rem}.in-the-guide__guide-topic{height:100%;margin-bottom:0}}.supercharge-investing{background-color:rgb(var(--tw-color-secondary-500)/1);padding-bottom:10rem;padding-top:10rem;text-align:center}.supercharge-investing__icon{align-items:center;background-color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:rgb(var(--tw-color-secondary-500)/1);display:inline-flex;font-size:2.9rem;height:9rem;justify-content:center;margin-bottom:3rem;width:9rem}.supercharge-investing__title{color:#fff;line-height:1.08;margin-bottom:5rem}.supercharge-investing__capital-at-risk{color:rgb(var(--tw-color-shade-400)/1);font-size:1.8rem;line-height:1.44444;margin-bottom:0}@media (min-width:1091px){.supercharge-investing{padding-bottom:12rem}.supercharge-investing__cta{width:18rem}}@media (min-width:992px){.supercharge-investing{padding-bottom:11rem}}.raconteur-hero{background-color:rgb(var(--tw-color-tertiary-500)/1);color:rgb(var(--tw-color-shade-400)/1);margin-top:-7rem;padding-bottom:8rem;padding-top:10rem}.raconteur-hero__title{line-height:1.35;margin-bottom:1.5rem}.raconteur-hero__subtitle{color:#fff;font-size:2.4rem;line-height:1.41667;margin-bottom:1.5rem}.raconteur-hero__paragraph{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.66667;margin-bottom:5rem}.raconteur-hero__download-guide{width:21.2rem}@media (min-width:1091px){.raconteur-hero{margin-top:-14rem;padding-bottom:23.7rem;padding-top:25rem}.raconteur-hero__title{font-size:6rem;line-height:1.13333}.raconteur-hero__subtitle{font-size:2.8rem;font-weight:var(--tw-font-medium);line-height:1.2;margin-bottom:1.5rem}.raconteur-hero__paragraph{line-height:1.44444}}@media (min-width:992px){.raconteur-hero{padding-bottom:12rem}.raconteur-hero__subtitle{font-size:3.1rem;line-height:1.3125;margin-bottom:2rem;padding-right:23rem}.raconteur-hero__paragraph{line-height:1.77778}}@media (min-width:1440px){.raconteur-hero{background:url(assets/b6c7620ed09b9a736c74.png) 52vw 140%/65rem no-repeat,linear-gradient(to right,rgb(var(--tw-color-tertiary-500)/1) 0%,rgb(var(--tw-color-tertiary-500)/1) 100vw,transparent 100vw,transparent 100%)}}@media (min-width:150rem){.raconteur-hero{background:url(assets/b6c7620ed09b9a736c74.png) 52vw 140%/65rem no-repeat,linear-gradient(to right,rgb(var(--tw-color-tertiary-500)/1) 0%,rgb(var(--tw-color-tertiary-500)/1) 100vw,transparent 100vw,transparent 100%)}}.statistics-hero{background-color:rgb(var(--tw-color-tertiary-500)/1);padding-bottom:35.2rem;padding-top:3rem}.statistics-hero__title{color:#fff;margin-bottom:1.5rem}.statistics-hero__description{color:rgb(var(--tw-color-shade-400)/1);line-height:1.44444;margin-bottom:0}@media (min-width:1091px){.statistics-hero{padding-bottom:20rem;padding-top:9rem;text-align:center}.statistics-hero__title{font-size:6rem}.statistics-hero__description{line-height:1.77778}}@media (min-width:1091px){.statistics-hero{padding-bottom:16rem}.statistics-hero__title{font-size:4.883rem;line-height:1.10588;margin-bottom:3rem}}.market-stats{background-color:#fff;-webkit-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05)}.market-stats__stat{min-height:16rem;padding:1.9rem 2.4rem .8rem}.market-stats__stat-value{color:rgb(var(--tw-color-secondary-500)/1);font-size:6rem;font-weight:var(--tw-font-medium);line-height:1.2;margin-bottom:.5rem}.market-stats__stat-name{color:rgb(var(--tw-color-shade-500)/1);line-height:1.77778;margin-bottom:0}.market-stats__currency{font-size:2.6rem;font-weight:var(--tw-font-semibold);vertical-align:super}@media (min-width:1091px){.market-stats__stat{padding:3.9rem .5rem 5.2rem;text-align:center}.market-stats__stat-value--wide-info{font-size:4rem;padding:1.2rem 0}}@media (min-width:992px){.market-stats__stat{padding:5.2rem .5rem 5.9rem;text-align:center}.market-stats__stat-value{font-size:7.2rem;line-height:1.20833;margin-bottom:1rem}}.market-statistic__market-stats{margin-top:-27.2rem}@media (min-width:1091px){.market-statistic{margin-bottom:5rem}.market-statistic__market-stats{margin-top:-10rem}}@media (min-width:992px){.market-statistic__market-stats{margin-top:-6rem}}.statistic-section{padding-bottom:8rem;padding-top:8rem}.statistic-section--last{padding-bottom:12rem}.statistic-section__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:1.5rem}.statistic-section__description{color:rgb(var(--tw-color-shade-500)/1);line-height:1.625;margin-bottom:1.5rem}.statistic-section__description--without-cta{margin-bottom:3rem}.statistic-section__cta{display:inline-block;line-height:1.625;margin-bottom:3rem}.statistic-section__cta-icon{font-size:1.3rem;margin-left:.5rem;position:relative;top:-.1rem}.statistic-section__source{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:0}@media (min-width:1091px){.statistic-section{padding-bottom:10rem;padding-top:10rem}.statistic-section--last{padding-bottom:15rem}.statistic-section__title{width:83%}.statistic-section__description--without-cta{margin-bottom:5rem}.statistic-section__cta{margin-bottom:5rem}.statistic-section__source{line-height:1.84615}}@media (min-width:992px){.statistic-section__title{width:100%}.statistic-section__description--without-cta{margin-bottom:1rem}.statistic-section__source{bottom:0;left:1.2rem;position:absolute}}.highchart{background-color:#fff;-webkit-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);box-shadow:0 .7rem 1.3rem 0 rgba(0,0,0,0.05);height:50rem;margin-bottom:1.5rem}@media (min-width:1091px){.highchart{margin-bottom:1rem}}@media (min-width:1091px){.highchart{margin-bottom:0}}.give-us-a-try{background-color:rgb(var(--tw-color-secondary-500)/1);margin-bottom:4rem;padding-bottom:10rem;padding-top:10rem;text-align:center}.give-us-a-try__icon-container{align-items:center;background-color:rgba(255,255,255,0.2);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;display:inline-flex;height:9rem;justify-content:center;margin-bottom:3rem;width:9rem}.give-us-a-try__icon{height:3.333rem}.give-us-a-try__title{color:#fff;line-height:1.35;margin-bottom:3rem}.give-us-a-try__cta{margin-bottom:1.5rem}.give-us-a-try__capital-at-risk{color:rgb(var(--tw-color-shade-400)/1);line-height:1.44444;margin-bottom:0}@media (min-width:1091px){.give-us-a-try{margin-bottom:5rem;margin-top:5rem;padding-bottom:12rem}.give-us-a-try__title{line-height:1.125;margin-bottom:5rem}.give-us-a-try__cta{width:18rem}}@media (min-width:992px){.give-us-a-try{padding-bottom:11rem}.give-us-a-try__capital-at-risk{margin-left:auto;margin-right:auto;width:50%}}.open-account-today{background-color:#fff;border-top:1px solid rgb(var(--tw-color-shade-400)/1);padding-bottom:4.2rem;padding-top:2.9rem}.open-account-today--fixed{bottom:0;left:0;position:fixed;right:0;z-index:1}.open-account-today__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:.5rem}.open-account-today__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-weight:var(--tw-font-semibold);margin-bottom:3rem}@media (min-width:1091px){.open-account-today{padding-bottom:3.2rem}.open-account-today__paragraph{margin-bottom:0}.open-account-today__cta{min-width:15.6rem}}.corporate-bonds-hero{background-color:rgb(var(--tw-color-tertiary-500)/1);color:#fff;padding-bottom:5rem}.corporate-bonds-hero__wa-breadcrumb{margin-bottom:4rem}.corporate-bonds-hero__title{font-size:4.8rem;line-height:1.08333;margin-bottom:1.4rem}.corporate-bonds-hero__subtitle{color:rgb(var(--tw-color-shade-400)/1);font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.66667;margin-bottom:5rem}.corporate-bonds-hero__subtitle-item{font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.corporate-bonds-hero__subtitle-item:not(:last-child){margin-bottom:1.5rem}.corporate-bonds-hero__subtitle-item--large{font-size:2.1rem;line-height:1.5238}.corporate-bonds-hero__button-group{display:flex;margin-bottom:5rem}.corporate-bonds-hero__button-group >:not(:last-child){margin-right:2.2rem}.corporate-bonds-hero__button{width:auto}@media (min-width:1091px){.corporate-bonds-hero__wa-breadcrumb{margin-bottom:9rem}.corporate-bonds-hero__title{font-size:6rem;letter-spacing:-.63px;line-height:1.13333;margin-bottom:1.5rem}}@media (min-width:992px){.corporate-bonds-hero{padding-bottom:11.7rem}.corporate-bonds-hero__subtitle{margin-bottom:8.8rem;width:90%}.corporate-bonds-hero__button-group{margin-bottom:0}}.invest{padding:10rem 0 12rem;padding-bottom:9.6rem}.invest__head{margin-bottom:5rem}.invest__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.8rem;letter-spacing:-.5px;line-height:1.08333;margin-bottom:1.5rem}.invest__subtitle{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.77777;margin-bottom:0;color:rgb(var(--tw-color-shade-500)/1)}.invest__features-item{margin-bottom:2.4rem}.invest__features-item-inner{height:100%;padding:4rem 3rem;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05)}.invest__features-item-inner--secondary-market{padding-bottom:0}.invest__features-item-inner--established-companies{background:url(assets/e74a161f356bd655fc0e.png) no-repeat;background-position:center 80%;padding-bottom:40.9rem}.invest__features-icon{display:flex;font-size:8rem;margin-bottom:4.4rem}.invest__features-title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:1.5rem}.invest__features-text{margin:0;font-weight:var(--tw-font-medium);line-height:1.77777}.invest__features-text--secondary-market{margin-bottom:5rem}.invest__features-img-wrap--secondary-market{text-align:center;overflow:hidden}.invest__features-img{max-width:100%}.invest__features-img--secondary-market{margin-bottom:-8rem}@media (min-width:1091px){.invest{padding:15rem 0 12.6rem}.invest__head{margin-bottom:8rem;text-align:center}.invest__title{font-size:6.1rem;letter-spacing:-.64px;line-height:1.14754;margin-bottom:1.5rem}.invest__features-item-inner{min-height:40rem;padding:4rem;padding-bottom:5.5rem}.invest__features-item-inner--established-companies{background:url(assets/ec4307ea97db7f8ae5cd.png) bottom right no-repeat;padding-bottom:23rem}.invest__features-item-inner--secondary-market{padding-bottom:0}.invest__features-title{font-size:3.125rem;line-height:1.28;margin-bottom:1.7rem}.invest__features-img-wrap--secondary-market{align-items:flex-end;display:flex;height:100%;justify-content:flex-end}.invest__features-img{max-width:100%}.invest__features-img--secondary-market{margin-bottom:0}}@media (min-width:992px){.invest{padding-bottom:17.6rem}}.learn-more{padding:10rem 0 12rem;border-top:.0625rem solid rgb(var(--tw-color-shade-400)/1);padding-bottom:14.6rem}.learn-more__head{margin-bottom:3rem}.learn-more__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.8rem;letter-spacing:-.5px;line-height:1.08333;margin-bottom:1.5rem}.learn-more__subtitle{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.77777;margin-bottom:0;color:rgb(var(--tw-color-shade-500)/1);line-height:1.77777}.learn-more__features-item{margin-bottom:2.4rem}.learn-more__features-item-inner{border-bottom:.5rem solid rgb(var(--tw-color-secondary-500)/1);padding:4rem 3rem 5rem;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05)}.learn-more__features-icon{display:flex;font-size:8rem;margin:0 0 4rem 1rem}.learn-more__features-title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2.4rem;line-height:1.25;margin-bottom:1.5rem}.learn-more__features-text,.learn-more__features-list{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.77777;margin:0;margin-bottom:2.6rem;padding:0}.learn-more__features-list{list-style-position:inside}.learn-more__features-list-item{position:relative}.learn-more__features-list-item:not(:last-child){margin-bottom:1rem}.learn-more__features-list-item--custom-disc{list-style-type:none}.learn-more__features-list-item--custom-disc:before{content:'\2022';margin-right:.5rem}.learn-more__features-link{line-height:1.625}@media (min-width:1091px){.learn-more{padding:12rem 0 15rem;padding-bottom:12.6rem}.learn-more__head{margin-bottom:8rem;text-align:center}.learn-more__title{font-size:6.1rem;letter-spacing:-.64px;line-height:1.14754;margin-bottom:1.5rem}.learn-more__features-title{font-size:3.125rem;line-height:1.28}.learn-more__features-item-inner{padding-left:4rem;padding-right:4rem}.learn-more__features-text,.learn-more__features-list{margin-bottom:4.1rem}.learn-more__features-icon{margin-left:0}}@media (min-width:992px){.learn-more{padding:18rem 0 20rem;padding-bottom:17.6rem}.learn-more__features-item-inner{height:100%;padding-bottom:9.4rem}}.download-guide{padding:8rem 0}.download-guide__icon-wrap{align-items:center;background-color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;display:flex;height:9rem;justify-content:center;margin:0 auto 3rem;width:9rem}.download-guide__icon{display:flex;font-size:3rem}.download-guide__title{font-size:4rem;letter-spacing:-.56px;line-height:1.35;margin-bottom:5rem}@media (min-width:1091px){.download-guide{padding:11rem}.download-guide__title{font-size:4.883rem;letter-spacing:-.68px;line-height:1.10587;margin-bottom:5rem}.download-guide__button{width:auto}}@media (min-width:992px){.download-guide{padding:12rem 0 15rem}}.open-corporate-bond-account{padding:10rem 0 12rem;padding-bottom:12rem}.open-corporate-bond-account__head{margin-bottom:5rem}.open-corporate-bond-account__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.8rem;letter-spacing:-.5px;line-height:1.08333;margin-bottom:1.5rem}.open-corporate-bond-account__subtitle{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.77777;margin-bottom:0;color:rgb(var(--tw-color-shade-500)/1);margin-bottom:1.5rem}.open-corporate-bond-account__link{align-items:baseline;display:flex;font-size:1.8rem}.open-corporate-bond-account__img-wrap{display:block}.open-corporate-bond-account__img{max-width:100%}.open-corporate-bond-account__features-item{display:block}.open-corporate-bond-account__features-item:not(:last-child){margin-bottom:8rem}.open-corporate-bond-account__features-item-inner{display:block}.open-corporate-bond-account__features-icon{display:flex;font-size:4rem;margin-bottom:3rem}.open-corporate-bond-account__features-title{display:block;color:rgb(var(--tw-color-secondary-500)/1);font-size:2.4rem;font-weight:var(--tw-font-semibold);line-height:1.25;margin-bottom:1.6rem}.open-corporate-bond-account__features-text{display:block;line-height:1.77777;margin:0;margin-bottom:1.6rem;padding:0}.open-corporate-bond-account__features-text-item{display:block;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.open-corporate-bond-account__features-text-item:not(:last-child){margin-bottom:1.5rem}.open-corporate-bond-account__features-link{display:block;font-size:1.8rem}.open-corporate-bond-account__features-link:not(:last-of-type){margin-bottom:8rem}.open-corporate-bond-account__features-img-wrap{display:block;border:.1rem solid rgb(var(--tw-color-shade-400)/1);-webkit-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.05);box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.05);margin-bottom:3rem}.open-corporate-bond-account__features-img{max-width:100%}@media (min-width:1091px){.open-corporate-bond-account{padding:12rem 0 15rem}.open-corporate-bond-account__head{margin-bottom:8rem;text-align:center}.open-corporate-bond-account__title{font-size:6.1rem;letter-spacing:-.64px;line-height:1.14754;margin-bottom:1.5rem}.open-corporate-bond-account__link{justify-content:center}.open-corporate-bond-account__wa-carousel-slides-wrap{-webkit-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.05);box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.05);margin-bottom:5rem;position:relative}.open-corporate-bond-account__wa-carousel-slides-wrap:after{border:.1rem solid rgb(var(--tw-color-shade-400)/1);content:'';height:100%;position:absolute;left:0;top:0;width:100%}.open-corporate-bond-account__wa-carousel-slide:not(:last-child){border-right:.1rem solid rgb(var(--tw-color-shade-400)/1)}.open-corporate-bond-account__features-icon{margin-bottom:4rem}.open-corporate-bond-account__features-title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:3.125rem;line-height:1.28;-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s}.open-corporate-bond-account__features-text{margin-bottom:1.5rem}.open-corporate-bond-account__features-text,.open-corporate-bond-account__features-link{font-size:2.1rem;line-height:1.57142}.open-corporate-bond-account__features-item:not(:last-child){margin-bottom:0}.open-corporate-bond-account__features-item-inner{border-top:.2rem solid rgb(var(--tw-color-shade-400)/1);position:relative;padding-top:4rem}.open-corporate-bond-account__features-item-inner:before{background-color:rgb(var(--tw-color-secondary-500)/1);content:'';display:block;height:.2rem;left:0;position:absolute;width:0;top:-.2rem;-webkit-transition:width cubic-bezier(.68,.68,.68,.68) .25s;-moz-transition:width cubic-bezier(.68,.68,.68,.68) .25s;-ms-transition:width cubic-bezier(.68,.68,.68,.68) .25s;-o-transition:width cubic-bezier(.68,.68,.68,.68) .25s;transition:width cubic-bezier(.68,.68,.68,.68) .25s}}@media (min-width:992px){.open-corporate-bond-account{padding:18rem 0 20rem;padding-bottom:23rem}}.type-of-corporate-bond{padding:10rem 0 12rem;border-top:.0625rem solid rgb(var(--tw-color-shade-400)/1);padding-bottom:9.6rem}.type-of-corporate-bond__head{margin-bottom:5rem}.type-of-corporate-bond__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.8rem;letter-spacing:-.5px;line-height:1.08333;margin-bottom:1.5rem}.type-of-corporate-bond__subtitle{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.77777;margin-bottom:0;color:rgb(var(--tw-color-shade-500)/1);line-height:1.77777;margin-bottom:1.5rem}.type-of-corporate-bond__link{display:inline-block;font-size:1.8rem;line-height:1.77777;margin-bottom:5rem}.type-of-corporate-bond__hint{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;font-weight:var(--tw-font-semibold);line-height:1.84615;margin:0}.type-of-corporate-bond__features-item{margin-bottom:2.4rem}.type-of-corporate-bond__features-item-inner{height:100%;padding:4rem 3rem;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05)}.type-of-corporate-bond__features-item-inner--investment-horizons{background:rgb(var(--tw-color-tertiary-500)/1) url(assets/fefe66b9e37d387f2359.png) center bottom no-repeat;padding-bottom:36rem}.type-of-corporate-bond__features-icon{display:flex;font-size:8rem;margin-bottom:4.4rem}.type-of-corporate-bond__features-title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:1.5rem}.type-of-corporate-bond__features-text{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-medium);line-height:1.77777;margin:0}@media (min-width:1091px){.type-of-corporate-bond{padding-bottom:12.6rem;padding-top:13rem}.type-of-corporate-bond__head{margin-bottom:8rem;text-align:center}.type-of-corporate-bond__title{font-size:6.1rem;letter-spacing:-.64px;line-height:1.14754;margin-bottom:1.5rem}.type-of-corporate-bond__subtitle{margin:0 auto;margin-bottom:3rem;width:75%}.type-of-corporate-bond__features-title{font-size:3.125rem;line-height:1.28;margin-bottom:1.7rem}.type-of-corporate-bond__features-item-inner{min-height:40rem}.type-of-corporate-bond__features-item-inner--investment-horizons{background-position:bottom right;padding-bottom:20rem}}@media (min-width:992px){.type-of-corporate-bond{padding-bottom:17.6rem;padding-top:20rem}.type-of-corporate-bond__head{text-align:center}.type-of-corporate-bond__title{margin-bottom:3rem}.type-of-corporate-bond__subtitle{width:100%}}@media (min-width:1440px){.type-of-corporate-bond__head{margin-bottom:2.4rem;position:sticky;left:0;top:2rem;text-align:left}}.how-much-does-it-cost{padding:10rem 0 12rem;border-top:.0625rem solid rgb(var(--tw-color-shade-400)/1);padding-bottom:9.6rem}.how-much-does-it-cost__head{margin-bottom:5rem}.how-much-does-it-cost__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.8rem;letter-spacing:-.5px;line-height:1.08333;margin-bottom:1.5rem}.how-much-does-it-cost__subtitle{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.77777;margin-bottom:0;color:rgb(var(--tw-color-shade-500)/1);margin-bottom:1.5rem}.how-much-does-it-cost__hint{font-size:1.3rem;font-weight:var(--tw-font-semibold);line-height:1.84615}.how-much-does-it-cost__hint-item{font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.how-much-does-it-cost__hint-item:not(:last-child){margin-bottom:1rem}.how-much-does-it-cost__features-item{margin-bottom:2.4rem}.how-much-does-it-cost__features-item-inner{border-bottom:.5rem solid rgb(var(--tw-color-secondary-500)/1);height:100%;padding:2rem 3rem 5rem;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05)}.how-much-does-it-cost__features-icon{font-size:5.2rem;font-weight:var(--tw-font-semibold);line-height:1.19444;margin-bottom:4rem}.how-much-does-it-cost__features-icon-star{font-size:3rem;line-height:1.2;vertical-align:super}.how-much-does-it-cost__features-title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2.4rem;line-height:1.25;margin-bottom:1.5rem}.how-much-does-it-cost__features-text{font-weight:var(--tw-font-medium);line-height:1.77777;margin:0;margin-bottom:1.5rem;padding:0}.how-much-does-it-cost__features-text:not(.how-much-does-it-cost__features-text--service-fee){margin-bottom:2.6rem}.how-much-does-it-cost__features-hint{font-size:1.3rem;line-height:1.84615;margin-bottom:2.6rem}.how-much-does-it-cost__features-list{list-style-position:inside}@media (min-width:1091px){.how-much-does-it-cost{padding-bottom:12.6rem;padding-top:13rem}.how-much-does-it-cost__head{margin-bottom:8rem;text-align:center}.how-much-does-it-cost__title{font-size:6.1rem;letter-spacing:-.64px;line-height:1.14754;margin-bottom:1.5rem}.how-much-does-it-cost__features-item-inner{padding:3.4rem 4rem 6.1rem}.how-much-does-it-cost__features-title{font-size:3.125rem;line-height:1.28}.how-much-does-it-cost__features-text:not(.how-much-does-it-cost__features-text--service-fee),.how-much-does-it-cost__features-hint{margin-bottom:4.1rem}}@media (min-width:992px){.how-much-does-it-cost{padding:18rem 0 20rem;padding-bottom:17.6rem}.how-much-does-it-cost__features-item-inner{padding-bottom:13.9rem}}.award-winning-provider{padding:10rem 0 12rem;border-top:.0625rem solid rgb(var(--tw-color-shade-400)/1);padding-bottom:9.6rem}.award-winning-provider__head{margin-bottom:5rem}.award-winning-provider__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.8rem;letter-spacing:-.5px;line-height:1.08333;margin-bottom:1.5rem}.award-winning-provider__subtitle{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.77777;margin-bottom:0}.award-winning-provider__trustpilot-widget-wrap{height:calc(100% - 2.4rem);margin-bottom:2.4rem}.award-winning-provider__trustpilot-widget-inner{background-color:#000032;height:100%;padding:0 3rem;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05)}.award-winning-provider__trustpilot-widget{padding-top:3rem}.award-winning-provider__features-item{margin-bottom:2.4rem}.award-winning-provider__features-item-inner{height:100%;padding:4rem 3rem 5rem;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05)}.award-winning-provider__features-item-inner--trusted-everywhere{padding-bottom:0}.award-winning-provider__features-img-wrap{margin-bottom:4.4rem}.award-winning-provider__features-img-wrap--trusted-everywhere{margin-bottom:0;text-align:center;overflow:hidden}.award-winning-provider__features-img{max-width:100%;max-height:10rem}.award-winning-provider__features-img--trusted-everywhere{height:auto;max-height:none;margin-bottom:-4rem}.award-winning-provider__features-store-cta{margin-bottom:3.8rem}.award-winning-provider__features-store-cta-button-group:after{display:block;content:'';clear:both}.award-winning-provider__features-store-button{display:inline-block;margin-bottom:1.2rem;float:left}.award-winning-provider__features-store-button:not(:last-child ){margin-right:1.2rem}.award-winning-provider__features-title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2.4rem;line-height:1.25;margin-bottom:1.5rem}.award-winning-provider__features-text{line-height:1.77777;margin-bottom:1.5rem}.award-winning-provider__features-link{font-size:1.8rem;line-height:1.77777}.award-winning-provider__features-store-cta-link{display:inline-block;font-size:1.8rem;color:#fff;line-height:1.77777;margin-bottom:3rem}.award-winning-provider__features-store-cta-link:active,.award-winning-provider__features-store-cta-link:focus{color:rgb(var(--tw-color-shade-400)/1)}.award-winning-provider__features-store-cta-link:hover{color:rgb(var(--tw-color-shade-400)/1)}@media (min-width:1091px){.award-winning-provider{padding:12rem 0 15rem;padding-bottom:12.6rem}.award-winning-provider__head{margin-bottom:8rem;text-align:center}.award-winning-provider__title{font-size:6.1rem;letter-spacing:-.64px;line-height:1.14754;margin-bottom:1.5rem}.award-winning-provider__trustpilot-widget-inner{padding:0 4rem}.award-winning-provider__trustpilot-widget{padding-top:4rem}.award-winning-provider__trustpilot-widget > iframe{height:40rem !important}.award-winning-provider__features-item{margin-bottom:0}.award-winning-provider__features-item-inner{min-height:40rem;padding:4rem 4rem 5rem}.award-winning-provider__features-item-inner--trusted-everywhere{padding-bottom:0}.award-winning-provider__features-title{font-size:3.125rem;line-height:1.28;margin-bottom:1.7rem}.award-winning-provider__features-text{line-height:1.77777}.award-winning-provider__features-text--trusted-everywhere{margin-bottom:2.5rem}.award-winning-provider__features-img-wrap--trusted-everywhere{align-items:flex-end;display:flex;height:100%;justify-content:flex-end}.award-winning-provider__features-img--trusted-everywhere{margin-bottom:0}.award-winning-provider__features-item-content--trusted-everywhere{display:flex;flex-direction:column;height:100%}.award-winning-provider__features-store-cta-link{margin-bottom:9.5rem}.award-winning-provider__features-store-cta{display:flex;flex:1;flex-direction:column;justify-content:space-between;margin-bottom:6.8rem}}@media (min-width:992px){.award-winning-provider{padding:18rem 0 20rem}}@media (min-width:1440px){.award-winning-provider__trustpilot-widget-wrap{height:100%;margin-bottom:0}.award-winning-provider__trustpilot-widget{height:100%}.award-winning-provider__trustpilot-widget > iframe{height:100% !important}.award-winning-provider__features-item:last-child{margin-bottom:0}}.choose-the-world-best{padding:10rem 0 12rem;padding-bottom:10.8rem}.choose-the-world-best__img-wrap{margin-bottom:3.3rem}.choose-the-world-best__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.8rem;letter-spacing:-.5px;line-height:1.08333;margin-bottom:1.5rem;font-size:4rem;line-height:1.35}.choose-the-world-best__subtitle{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.77777;margin-bottom:0;margin-bottom:3rem}.choose-the-world-best__wa-button{max-width:15.6rem;margin:0 auto}@media (min-width:1091px){.choose-the-world-best{padding-bottom:10rem}.choose-the-world-best__title{font-size:4.8rem;line-height:1.08333;margin-bottom:2rem}.choose-the-world-best__subtitle{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.77777;margin-bottom:0;margin-bottom:5rem}}.promotions{padding-bottom:15rem;padding-top:8rem}.promotions__title{color:rgb(var(--tw-color-tertiary-500)/1);letter-spacing:-.064rem;margin-bottom:1.5rem}.promotions__small-paragraph{font-size:1.3rem;line-height:1.84615;margin-bottom:1.5rem}.promotions__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.66667;margin-bottom:4.3rem}.promotions__subtitle{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:3.2rem}.promotions__item{margin-bottom:3rem}.promotions__list > :last-child{margin-bottom:0}.promotions__list--active{margin-bottom:6.3rem}.promotions__list--expired{margin-bottom:3rem}@media (min-width:1091px){.promotions{padding-bottom:10rem;padding-top:12.9rem}.promotions__paragraph{margin-bottom:6.6rem}.promotions__subtitle{margin-bottom:3.4rem}.promotions__list--active{margin-bottom:6.6rem}}@media (min-width:992px){.promotions{padding-bottom:15rem;padding-top:9rem}.promotions__paragraph{margin-bottom:8.6rem}.promotions__subtitle{margin-bottom:5rem}.promotions__list--active{margin-bottom:9.6rem}}.promotion{background-color:#fff;-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);color:rgb(var(--tw-color-shade-500)/1);padding:1.3rem 2rem 3rem}.promotion--expired{padding-bottom:2rem;padding-top:2rem}.promotion--expired .promotion__badge{display:inline-block}.promotion--expired .promotion__cta{display:none}.promotion__badge{background-color:rgb(var(--tw-color-error-500)/1);border:.1rem solid rgb(var(--tw-color-shade-100)/1);-webkit-border-radius:1.5rem;-moz-border-radius:1.5rem;-ms-border-radius:1.5rem;-o-border-radius:1.5rem;border-radius:1.5rem;color:#fff;display:none;font-size:1.3rem;line-height:1;margin-bottom:1.3rem;padding:.6rem 1.5rem .9rem}.promotion__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:.5rem}.promotion__lead-paragraph p{font-size:1.8rem;line-height:1.66667;margin-bottom:1.5rem}.promotion__small-paragraph{font-size:1.3rem;line-height:1.84615;margin-bottom:1.5rem}.promotion__brief p{font-size:1.3rem;line-height:1.84615;margin-bottom:3.5rem}.promotion__terms-and-conditions{font-size:1.3rem;line-height:1.84615;padding-bottom:1.9rem;padding-top:1.7rem}.promotion__cta{font-size:1.6rem;padding:.9rem 1.2rem}.promotion > :last-child{margin-bottom:0}@media (min-width:1091px){.promotion{padding-bottom:1rem}.promotion--expired{padding-top:1.4rem}.promotion__badge{margin-bottom:0}.promotion__title{margin-bottom:0}.promotion__lead-paragraph{margin-bottom:3rem}.promotion__terms-and-conditions{margin-bottom:0}}.promotion-details{padding-bottom:10rem;padding-top:8rem}.promotion-details__section{margin-bottom:6rem}.promotion-details__section:last-child{margin-bottom:0}.promotion-details__section > *:last-child{margin-bottom:0}.promotion-details__section.promotion-details__section--standalone,.promotion-details__section--lg-position-right{margin-bottom:6rem}.promotion-details__title{color:rgb(var(--tw-color-tertiary-500)/1);letter-spacing:-.64px;margin-bottom:1.5rem}.promotion-details__title--standalone{margin-bottom:5rem}.promotion-details__subtitle{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:1.5rem;margin-top:3rem}.promotion-details__brief p{font-style:italic}.promotion-details__paragraph p{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;margin-bottom:1.5rem}.advocate-rewards-hero__main-content{margin-top:-7rem;padding-top:10rem}.advocate-rewards-hero__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.8rem;line-height:1.08333;margin-bottom:1.5rem}.advocate-rewards-hero__subtitle{color:rgb(var(--tw-color-secondary-500)/1);font-size:2.4rem;line-height:1.25;margin-bottom:1.5rem}.advocate-rewards-hero__text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.44444;margin-bottom:5rem}.advocate-rewards-hero__link{font-size:1.8rem;line-height:1.77777;margin-bottom:5rem}.advocate-rewards-hero__button-group{display:flex;margin-bottom:5rem}.advocate-rewards-hero__button-group >:not(:last-child){margin-right:2.2rem}.advocate-rewards-hero__button{max-width:19rem}.advocate-rewards-hero__img-wrap{align-items:center;display:flex;height:100%;justify-content:center;margin:0 -2.4rem;position:relative;padding:0 2.4rem;overflow:hidden}.advocate-rewards-hero__img-wrap:before{content:'';display:block;height:100%;left:0;position:absolute;top:10rem;width:100%;z-index:-1}.advocate-rewards-hero__img{max-width:35.2rem;width:100%}.advocate-rewards-hero__banner{padding:5rem 0}.advocate-rewards-hero__banner-inner{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around}.advocate-rewards-hero__banner-item{padding:1.5rem 0}.advocate-rewards-hero__banner-img{max-width:100%}.advocate-rewards-hero__banner-img--bba{height:9.1rem}.advocate-rewards-hero__banner-img--gmg{height:8rem}@media (min-width:576px){.advocate-rewards-hero__main-content{margin-top:-14rem;position:relative;padding-bottom:6rem;padding-top:19rem}.advocate-rewards-hero__main-content:before{content:'';display:block;height:100%;position:absolute;right:0;top:0;width:41.666667%;z-index:0}.advocate-rewards-hero__img-wrap{justify-content:flex-end;margin:0;overflow:unset;padding:0}.advocate-rewards-hero__img-wrap:before{content:none}.advocate-rewards-hero__banner-inner{justify-content:space-between}}@media (min-width:1091px){.advocate-rewards-hero__title{font-size:6rem;letter-spacing:-.63px;line-height:1.13333}.advocate-rewards-hero__subtitle{font-size:2.8rem;line-height:1.21428}.advocate-rewards-hero__text{margin-bottom:1.5rem}.advocate-rewards-hero__button{max-width:15.5rem;margin-top:0}.advocate-rewards-hero__banner{padding-top:11rem}}@media (min-width:992px){.advocate-rewards-hero__main-content-inner{margin-top:2rem}.advocate-rewards-hero__title{font-size:6.104rem;letter-spacing:-.64px;line-height:1.14678}.advocate-rewards-hero__subtitle{color:rgb(var(--tw-color-secondary-500)/1);font-size:3.2rem;line-height:1.3125}.advocate-rewards-hero__text{line-height:1.77777}.advocate-rewards-hero__button-group{margin-bottom:0}.advocate-rewards-hero__img-wrap{height:auto;margin-bottom:-12rem}.advocate-rewards-hero__img{max-width:43rem;margin-right:-2.4rem}.advocate-rewards-hero__banner{padding:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.advocate-rewards-hero__banner-item{padding:0}}@media (min-width:1440px){.advocate-rewards-hero__main-content{padding-bottom:0}.advocate-rewards-hero__main-content-inner{margin-top:4rem}.advocate-rewards-hero__banner-inner{width:90%}.advocate-rewards-hero__img{margin:0}}.why-be-an-advocate{padding:10rem 0 12rem;padding-bottom:9rem}.why-be-an-advocate__head{margin-bottom:5rem}.why-be-an-advocate__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.8rem;letter-spacing:-.5px;line-height:1.08333;margin-bottom:1.5rem}.why-be-an-advocate__subtitle{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.77777;margin-bottom:0;color:rgb(var(--tw-color-shade-500)/1);line-height:1.77777}.why-be-an-advocate__features-item{margin-bottom:3rem}.why-be-an-advocate__features-item-inner{background-color:#fff;border-bottom:.5rem solid rgb(var(--tw-color-secondary-500)/1);-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);min-height:50rem;padding:4.5rem 2rem}.why-be-an-advocate__features-item-inner--fees{border-color:rgb(var(--tw-color-approval-500)/1)}.why-be-an-advocate__features-icon{display:flex;font-size:8rem;margin-bottom:3.5rem}.why-be-an-advocate__features-title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:3.125rem;line-height:1.28;margin-bottom:1.5rem}.why-be-an-advocate__features-text{color:rgb(var(--tw-color-shade-500)/1);font-weight:var(--tw-font-medium);line-height:1.77777;margin:0}.why-be-an-advocate__features-link{display:inline-block;font-size:1.8rem;line-height:1.77777;margin-top:1.5rem}@media (min-width:1091px){.why-be-an-advocate{padding:12rem 0 15rem;padding-bottom:12rem}.why-be-an-advocate__head{margin-bottom:8rem;text-align:center}.why-be-an-advocate__title{font-size:6.1rem;letter-spacing:-.64px;line-height:1.14754;margin-bottom:1.5rem}.why-be-an-advocate__features-item-inner{padding:4.5rem 3rem}}@media (min-width:992px){.why-be-an-advocate__head{text-align:center}.why-be-an-advocate__features-item-inner{padding:4.5rem 4rem}}@media (min-width:1440px){.why-be-an-advocate{padding-top:17rem;padding-bottom:17rem}.why-be-an-advocate__head{margin-bottom:2.4rem;left:0;position:sticky;top:2rem;text-align:left}}.what-is-on{padding:10rem 0 12rem;border-top:.1rem solid rgb(var(--tw-color-shade-400)/1);padding-bottom:10.5rem}.what-is-on__head{margin-bottom:5rem}.what-is-on__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.8rem;letter-spacing:-.5px;line-height:1.08333;margin-bottom:1.5rem}.what-is-on__subtitle{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.77777;margin-bottom:0;color:rgb(var(--tw-color-shade-500)/1);line-height:1.77777}.what-is-on__features{display:flex;flex-direction:row;margin-right:-2.4rem;margin-top:-1.5rem;margin-left:-1.5rem;overflow:hidden;padding:1.5rem;position:relative}.what-is-on__features-item{flex:50%;min-width:32rem}.what-is-on__features-item:not(:last-child){margin-right:2.4rem}.what-is-on__features-item-inner{background-color:#fff;border-bottom:.5rem solid rgb(var(--tw-color-secondary-500)/1);-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);display:flex;flex-direction:column;justify-content:space-between;min-height:50rem;padding:4rem 2rem}.what-is-on__features-item-inner--fees{border-color:rgb(var(--tw-color-approval-500)/1)}.what-is-on__features-icon{font-size:7.2rem;font-weight:300;line-height:1.19444;margin-bottom:3rem}.what-is-on__features-title{font-size:2.4rem;line-height:1.25;margin-bottom:1.5rem}.what-is-on__features-text{color:rgb(var(--tw-color-shade-500)/1);font-weight:var(--tw-font-medium);line-height:1.77777}.what-is-on__features-link{line-height:1.625}@media (min-width:1091px){.what-is-on{padding:12rem 0 15rem;padding-bottom:13.5rem}.what-is-on__head{margin-bottom:8rem;text-align:center}.what-is-on__title{font-size:6.1rem;letter-spacing:-.64px;line-height:1.14754;margin-bottom:1.5rem}.what-is-on__subtitle{margin:0 auto;width:90%}.what-is-on__features-item{min-width:44.1rem}.what-is-on__features-item-inner{min-height:58rem;padding:4rem}.what-is-on__features-title{font-size:3.125rem;line-height:1.28}}@media (min-width:1440px){.what-is-on{padding-top:18rem;padding-bottom:18.5rem}.what-is-on__head{text-align:left}.what-is-on__subtitle{width:100%}.what-is-on__features:after{background:linear-gradient(to right,rgba(247,249,249,0) 0%,rgb(var(--tw-color-shade-100)/1) 100%);display:inline-block;content:'';height:calc(100% - 3rem);position:absolute;right:0;top:1.5rem;width:2rem}.what-is-on__features-item{min-width:44.8rem}}.advocate-trustpilot{border-top:.1rem solid rgb(var(--tw-color-shade-400)/1);padding-top:15rem;padding-bottom:8rem}@media (min-width:1091px){.advocate-trustpilot{padding-bottom:5rem}}@media (min-width:992px){.advocate-trustpilot{border-top:none;padding-top:5rem}}.advocate-rewards{padding:10rem 0 12rem;padding-bottom:10.8rem}.advocate-rewards__img-wrap{margin-bottom:3.3rem}.advocate-rewards__img{height:6rem;width:6rem}.advocate-rewards__title{font-size:4rem;line-height:1.35;letter-spacing:-.56px;margin-bottom:1.5rem}.advocate-rewards__subtitle{font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.77777;margin-bottom:0;margin-bottom:3rem}.advocate-rewards__wa-button{max-width:24.6rem;margin:0 auto}@media (min-width:1091px){.advocate-rewards{padding-bottom:15rem}.advocate-rewards__title{font-size:4.8rem;line-height:1.08333;letter-spacing:-.67px;margin-bottom:2rem}.advocate-rewards__subtitle{margin-bottom:5rem}}@media (min-width:992px){.advocate-rewards__subtitle{margin-bottom:8rem}}@media (min-width:1440px){.advocate-rewards__subtitle{max-width:33.333333%;margin-left:auto;margin-right:auto}}.advocate-signup{padding-top:5rem;padding-bottom:15.5rem}.advocate-signup__form-head,.advocate-signup__form-body{margin-bottom:5rem}.advocate-signup__form-group:not(:last-child){margin-bottom:4rem}.advocate-signup__form-title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2.4rem;margin:0;line-height:1.25}.advocate-signup__form-label{color:rgb(var(--tw-color-tertiary-500)/1);display:block;font-size:2rem;font-weight:var(--tw-font-bold);line-height:1.4;margin-bottom:1.5rem}.advocate-signup__form-label--date-of-birth{align-items:center;display:flex;justify-content:space-between}.advocate-signup__form-label-icon{font-size:2rem}.advocate-signup__form-input-wrap{display:flex}.advocate-signup__form-input-wrap--phone{margin-top:2rem}.advocate-signup__form-input-wrap--address{margin-bottom:1rem}.advocate-signup__form-input--phone-code{flex:0 0 10rem;margin-right:1.8rem}.advocate-signup__form-input--phone-number{flex:auto}.advocate-signup__form-input--address{flex:auto;margin-right:2.4rem}.advocate-signup__form-input-input--phone-code:focus + .advocate-signup__form-input-placeholder{font-size:.9rem;left:1.1rem;right:1.1rem;top:-.5rem;padding:0 .6rem}.advocate-signup__form-input-placeholder--phone-code{font-size:.9rem;left:1.1rem;right:1.1rem;top:-.5rem;padding:0 .6rem}.advocate-signup__form-input-placeholder--address{white-space:nowrap}.advocate-signup__form-button--address{flex:0 0 8.6rem}.advocate-signup__form-text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.6rem;line-height:1.625}.advocate-signup__form-text--footer{margin-bottom:1.5rem}.advocate-signup__form-link--address{line-height:1.625}.advocate-signup__form-link--footer{flex:auto}.advocate-signup__form-actions--footer{align-items:center;display:flex;justify-content:space-between}.advocate-signup__form-submit-button{flex:0 0 14rem;font-weight:var(--tw-font-semibold)}@media (min-width:1091px){.advocate-signup{padding-top:9rem}.advocate-signup__form-head{margin-bottom:3rem}.advocate-signup__form-body{margin-bottom:4rem}.advocate-signup__form-title{font-size:3.125rem;line-height:1.28}}.bond-hero{overflow:hidden;padding-bottom:3.2rem;position:relative}.bond-hero__row{position:relative;z-index:1}.bond-hero__background{background-image:linear-gradient(11deg,rgb(var(--tw-color-shade-100)/1) 0%,rgb(var(--tw-color-shade-100)/1) 30%,transparent 30%);background-image:linear-gradient(11deg,rgb(var(--tw-color-shade-100)/1) 0%,rgb(var(--tw-color-shade-100)/1) 30%,transparent 30%),var(--image-url);background-position:center;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.bond-hero__logo-container{align-items:center;background-color:rgb(var(--tw-color-shade-100)/1);-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;overflow:hidden;display:flex;height:5.6rem;justify-content:center;width:5.6rem;margin-bottom:.4rem}.bond-hero__logo{height:5.6rem;object-fit:contain;width:5.6rem}.bond-hero__title{color:#fff;font-size:3rem;line-height:1.06667;margin-bottom:0}.bond-hero__small-paragraph{color:rgb(var(--tw-color-shade-500)/1);display:block;font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:2;margin-bottom:0}.bond-hero--wa{margin-top:-7rem;padding-top:7rem;background:#fff}.bond-hero--wa .bond-hero__title{color:rgb(var(--tw-color-shade-900)/1)}.bond-hero--wa .bond-hero__sub-title{color:rgb(var(--tw-color-shade-500)/1)}.bond-hero--adib{margin-top:-7.2rem;padding-top:7.2rem;background:rgb(var(--tw-color-tertiary-500)/1)}.bond-hero--adib .bond-hero__title{color:#fff}.bond-hero--adib .bond-hero__sub-title{color:#fff}@media (min-width:1091px){.bond-hero{margin-bottom:0}.bond-hero__background{background-image:linear-gradient(110deg,rgb(var(--tw-color-tertiary-500)/1) 0%,rgb(var(--tw-color-tertiary-500)/1) 35%,transparent 35%);background-image:linear-gradient(110deg,rgb(var(--tw-color-tertiary-500)/1) 0%,rgb(var(--tw-color-tertiary-500)/1) 35%,transparent 35%),var(--image-url);background-position:left,center;background-size:auto,cover;left:auto;width:43%}.bond-hero__logo-container{margin-bottom:0}.bond-hero__title{color:#fff;font-size:4.883rem;line-height:1.10588;position:relative;top:.3rem}.bond-hero__small-paragraph{color:#fff;font-size:2.1rem;line-height:2.57143}}@media (min-width:992px){.bond-hero__background{background-image:linear-gradient(110deg,rgb(var(--tw-color-tertiary-500)/1) 0%,rgb(var(--tw-color-tertiary-500)/1) 25%,transparent 25%),var(--image-url)}}@media (min-width:1440px){.bond-hero__background{background-image:linear-gradient(105deg,rgb(var(--tw-color-tertiary-500)/1) 0%,rgb(var(--tw-color-tertiary-500)/1) 12%,transparent 12%),var(--image-url)}}.bond-important-info{background-color:#fff;border-left:.5rem solid rgb(var(--tw-color-approval-500)/1);-webkit-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.05);padding:1.5rem 2rem 2.2rem 6.8rem;position:relative}.bond-important-info__badge{color:rgb(var(--tw-color-approval-500)/1);font-size:2rem;position:absolute;left:2rem;top:2rem}.bond-important-info__title{color:rgb(var(--tw-color-tertiary-500)/1);line-height:1.5;padding-right:2rem}.bond-important-info__description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.61538;margin-bottom:0}@media (min-width:1091px){.bond-important-info__title{margin-bottom:0}}.bond-navigation,a.bond-navigation{background-color:#fff;border-bottom:.1rem solid rgb(var(--tw-color-shade-400)/1);padding-bottom:1.5rem;padding-top:1.5rem;position:sticky;top:15.3rem;z-index:15}.bond-navigation__container,a.bond-navigation__container{-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;display:flex;gap:1rem;overflow:auto;position:relative}.bond-navigation__filters,a.bond-navigation__filters{padding-right:2.4rem;display:none;align-items:center}.bond-navigation__today-link,a.bond-navigation__today-link{margin-right:1.6rem}.bond-navigation__today-link:focus,a.bond-navigation__today-link:focus{color:rgb(var(--tw-color-primary-500)/1)}.bond-navigation__anchor,a.bond-navigation__anchor{color:rgb(var(--tw-color-shade-500)/1);display:inline-block;font-size:1.6rem;line-height:1;padding:1.2rem 1rem;-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s;white-space:nowrap;text-decoration:none;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;position:relative;z-index:2}.bond-navigation__anchor:active,a.bond-navigation__anchor:active,.bond-navigation__anchor:focus,a.bond-navigation__anchor:focus,.bond-navigation__anchor:hover,a.bond-navigation__anchor:hover{color:rgb(var(--tw-color-shade-500)/1);text-decoration:none}.bond-navigation__anchor--active,a.bond-navigation__anchor--active{color:#fff}.bond-navigation__anchor--active:active,a.bond-navigation__anchor--active:active,.bond-navigation__anchor--active:focus,a.bond-navigation__anchor--active:focus,.bond-navigation__anchor--active:hover,a.bond-navigation__anchor--active:hover{color:#fff}.bond-navigation__anchor--statically-active,a.bond-navigation__anchor--statically-active{background-color:rgb(var(--tw-color-secondary-500)/1);color:#fff;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s}.bond-navigation__anchor--statically-active:active,a.bond-navigation__anchor--statically-active:active,.bond-navigation__anchor--statically-active:focus,a.bond-navigation__anchor--statically-active:focus,.bond-navigation__anchor--statically-active:hover,a.bond-navigation__anchor--statically-active:hover{color:#fff}.bond-navigation__pointer,a.bond-navigation__pointer{background-color:rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;bottom:0;left:0;position:absolute;-webkit-transition:left .25s linear,width .25s .01s linear;-moz-transition:left .25s linear,width .25s .01s linear;-ms-transition:left .25s linear,width .25s .01s linear;-o-transition:left .25s linear,width .25s .01s linear;transition:left .25s linear,width .25s .01s linear;top:0;width:10.2rem;z-index:1}.bond-navigation.activity .bond-navigation__filters,a.bond-navigation.activity .bond-navigation__filters{display:flex}@media (min-width:459px){.bond-navigation,a.bond-navigation{top:13.2rem}}@media (min-width:647px){.bond-navigation,a.bond-navigation{top:11.1rem}}@media (min-width:768px){.bond-navigation,a.bond-navigation{top:9.1rem}}@media (min-width:851px){.bond-navigation,a.bond-navigation{top:7rem}}@media (min-width:1419px){.bond-navigation,a.bond-navigation{top:4.9rem}}.bond-info__section{margin-bottom:4rem}.bond-info__section--news-center{padding-left:2.4rem;padding-right:2.4rem}.bond-info__section > *:last-child{margin-bottom:0}.bond-info__news-wrapper{background-color:rgb(var(--tw-color-shade-100)/1);margin-left:-2.4rem;margin-right:-2.4rem}.bond-info #description p,.bond-info #description ul,.bond-info #description ol{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.66667;margin-bottom:1.5rem}.bond-info #description p li,.bond-info #description ul li,.bond-info #description ol li{margin-bottom:.5rem}.bond-info #description p:last-child,.bond-info #description ul:last-child,.bond-info #description ol:last-child{margin-bottom:0}.bond-info__price-history{margin:0 -1.5rem}.bond-info__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.bond-info__title{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-semibold);margin-bottom:0;margin-top:0}.bond-info__lead-paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.66667;margin-bottom:0}.bond-info__important-info{margin-bottom:1rem}.bond-info__capital-structure{margin-bottom:1rem}.bond-info__call-modal-button{background-color:#fff;border:2px solid rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;font-size:1.3rem;font-weight:var(--tw-font-semibold);line-height:2;padding:.3rem .7rem;-webkit-transition:all .25s;-moz-transition:all .25s;-ms-transition:all .25s;-o-transition:all .25s;transition:all .25s}.bond-info__call-modal-button:active,.bond-info__call-modal-button:focus,.bond-info__call-modal-button:hover{outline:none}.bond-info__call-modal-button > [class^='fa']{font-size:1.4rem;position:relative;top:.1rem}.bond-info__call-modal-button > .fa-check{display:none}.bond-info__call-modal-button :last-child{margin-left:.3rem}.bond-info__call-modal-button--checked{background-color:rgb(var(--tw-color-secondary-500)/1);border-color:rgb(var(--tw-color-secondary-500)/1);color:#fff !important}.bond-info__call-modal-button--checked > .fa-plus{display:none}.bond-info__call-modal-button--checked > .fa-check{display:inline-block}@media (min-width:1091px){.bond-info__section{margin-bottom:0;padding-bottom:3rem;padding-top:7rem}.bond-info__header{margin-bottom:3rem}.bond-info__title{font-size:3.125rem;line-height:1.28}.bond-info__important-info{margin-bottom:5rem}.bond-info__capital-structure{margin-bottom:5rem;padding:0}}@media (min-width:992px){.bond-info #description p,.bond-info #description ul,.bond-info #description ol{font-size:1.6rem}.bond-info__header{margin-bottom:2rem}.bond-info__title--small{font-size:2rem;line-height:1.4}.bond-info__body{padding-top:3.5rem}.bond-info__lead-paragraph{font-size:1.6rem}.bond-info__important-info{margin-bottom:3rem;margin-top:3.7rem}}.circle-graph{margin-right:-2.3rem;height:16rem;margin-left:auto;width:16rem}.bond-story{align-items:center;display:flex;justify-content:space-between;padding-bottom:1rem;padding-top:1rem}.bond-story--news-center{margin-left:-2.4rem;margin-right:-2.4rem;padding-left:2.4rem;padding-right:2.4rem;-webkit-transition:background-color .25s,color .25s;-moz-transition:background-color .25s,color .25s;-ms-transition:background-color .25s,color .25s;-o-transition:background-color .25s,color .25s;transition:background-color .25s,color .25s}.bond-story--news-center:active,.bond-story--news-center:focus,.bond-story--news-center:hover{text-decoration:none}.bond-story--news-center:hover{background-color:rgb(var(--tw-color-shade-400)/0.2);cursor:pointer}.bond-story--news-center:hover .bond-story__title{color:rgb(var(--tw-color-primary-500)/1)}.bond-story--news-center:visited .bond-story__title{color:rgb(var(--tw-color-shade-400)/1)}.bond-story--news-center:visited .bond-story__paragraph{color:rgb(var(--tw-color-shade-400)/1)}.bond-story--news-center:visited .bond-story__small-paragraph{color:rgb(var(--tw-color-shade-400)/1)}.bond-story__title{color:rgb(var(--tw-color-tertiary-500)/1);display:block;font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.375;margin-bottom:.8rem}.bond-story__paragraph{display:none}.bond-story__small-paragraph{color:rgb(var(--tw-color-shade-500)/1);display:block;font-size:1.3rem;line-height:1.53846;margin-bottom:0}.bond-story__article-picture{background:rgb(var(--tw-color-shade-500)/1) center/cover no-repeat;display:flex;flex-shrink:0;height:8rem;justify-content:center;margin-left:1.4rem;overflow:hidden;width:8rem}.bond-story__picture{height:100%}.bond-story:nth-last-of-type(1){border-bottom:none}@media (min-width:1091px){.bond-story{padding-bottom:3rem;padding-top:3rem}.bond-story__title{font-size:2rem;line-height:1.4}.bond-story__paragraph{color:rgb(var(--tw-color-shade-500)/1);display:-webkit-box;font-size:1.6rem;line-height:1.5;margin-bottom:2rem;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.bond-story__article-picture{height:12rem;margin-left:4rem;width:12rem}}@media (min-width:992px){.bond-story{margin-bottom:1rem}.bond-story__body{overflow:hidden}.bond-story__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bond-story__article-picture{margin-left:2.4rem}}@media (min-width:1440px){.bond-story__body{overflow:visible}.bond-story__title{overflow:visible;white-space:normal}}.bond-table-wrapper{width:100%;overflow:auto}@media (min-width:992px){.bond-reports-and-info{padding-left:2.4rem;padding-right:2.4rem}}.bond-buy-and-sell{background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgb(var(--tw-color-shade-100)/1) 20.34%,rgb(var(--tw-color-shade-100)/1) 100%);bottom:0;left:0;padding:1.6rem 2.4rem;position:fixed;right:0;z-index:2}.bond-buy-and-sell__price{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2.1rem;font-weight:var(--tw-font-semibold);line-height:1.2381;padding-top:.4rem;margin-bottom:0}.bond-buy-and-sell__text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.15385;margin-bottom:0}@media (min-width:992px){.bond-buy-and-sell{padding:7rem 0 0;position:static}}.bond-notes-list{margin-left:-1.2rem;margin-right:-1.2rem;padding:1.2rem}@media (min-width:992px){.bond-notes-list{margin-left:-2.4rem;margin-right:-2.4rem;padding:1.2rem 2.4rem}}.bond-note{padding:1rem 0 1.4rem}.bond-note--one-of-few{position:relative}.bond-note--one-of-few::before,.bond-note--one-of-few::after{border-left:1px dashed rgb(var(--tw-color-shade-400)/1);content:'';left:.6rem;position:absolute;z-index:0}.bond-note--one-of-few::before{height:1.9rem;top:-.2rem}.bond-note--one-of-few::after{bottom:0;top:1.7rem}.bond-note--one-of-few:first-of-type::before{display:none}.bond-note--one-of-few:last-of-type::after{display:none}.bond-note--one-of-few p{padding-left:2.4rem}.bond-note__header{align-items:center;display:flex;min-height:2.4rem}.bond-note__icon{align-items:center;background-color:rgb(var(--tw-color-error-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#fff;display:inline-flex;font-size:1rem;justify-content:center;height:1.4em;position:relative;width:1.4em;z-index:1}.bond-note__icon:not(:last-child){margin-right:1em}.bond-note__date{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:1.8462}.bond-note p{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:0}.bond-note p a{color:rgb(var(--tw-color-primary-500)/1) !important;font-weight:var(--tw-font-semibold)}.bond-note p a:hover{color:rgb(var(--tw-color-primary-600)/1);font-weight:var(--tw-font-semibold);text-decoration:none}.bond-note p a:focus{text-decoration:none}.bond-details__card{display:flex;flex-direction:column;gap:2.4rem;padding:2.4rem;-webkit-border-radius:.8rem;-moz-border-radius:.8rem;-ms-border-radius:.8rem;-o-border-radius:.8rem;border-radius:.8rem;background-color:#fff;-webkit-box-shadow:0 1px .4rem rgba(0,0,0,0.05);-moz-box-shadow:0 1px .4rem rgba(0,0,0,0.05);-ms-box-shadow:0 1px .4rem rgba(0,0,0,0.05);-o-box-shadow:0 1px .4rem rgba(0,0,0,0.05);box-shadow:0 1px .4rem rgba(0,0,0,0.05);scroll-margin-top:calc(7rem + 15.3rem + 2.4rem)}.bond-details__info-card{border-bottom:1px solid;border-color:rgb(var(--tw-color-shade-200)/1);display:flex;flex-direction:column;row-gap:.4rem;padding-top:1.2rem;padding-bottom:1.2rem}.bond-details__info-card-content{display:flex;justify-content:space-between;column-gap:1.2rem;row-gap:.4rem}@media (min-width:459px){.bond-details__card{scroll-margin-top:calc(7rem + 13.2rem + 2.4rem)}}@media (min-width:647px){.bond-details__card{scroll-margin-top:calc(7rem + 11.1rem + 2.4rem)}}@media (min-width:768px){.bond-details__card{scroll-margin-top:calc(7rem + 9.1rem + 2.4rem)}}@media (min-width:851px){.bond-details__card{scroll-margin-top:calc(7rem + 7rem + 2.4rem)}}@media (min-width:1419px){.bond-details__card{scroll-margin-top:calc(7rem + 4.9rem + 2.4rem)}}@media (min-width:1091px){.bond-details__card{padding:3.2rem}}.how-it-works__the-process{margin-bottom:5.6rem}.how-it-process{padding-bottom:12rem;padding-top:9rem}.how-it-process__title{color:rgb(var(--tw-color-tertiary-500)/1);letter-spacing:-.56px;line-height:1.35;margin-bottom:1.8rem;text-align:center}.how-it-process__cta-wrapper{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;font-weight:var(--tw-font-medium);line-height:1.44445;text-align:center}.how-it-process__cta{font-size:1.8rem}@media (min-width:1091px){.how-it-process__title{line-height:1.10588}}@media (min-width:992px){.how-it-process__title{font-size:6.104rem;line-height:1.15}}.how-it-process-steps{margin:0 -2.4rem 9.6rem;overflow:auto;padding:2.4rem 0 2.4rem 2.4rem}@media (min-width:1091px){.how-it-process-steps{margin-bottom:7.6rem}}@media (min-width:992px){.how-it-process-steps{margin-bottom:9.6rem}}.robowise-title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.8rem;letter-spacing:-.5px;line-height:1.08334;margin-bottom:1.5rem}@media (min-width:1091px){.robowise-title{font-size:4.883rem;line-height:1.10588;margin-bottom:2rem}}.robowise-hero{background-color:rgb(var(--tw-color-tertiary-500)/1);color:#fff;padding-top:3rem}.robowise-hero__title{margin-bottom:1.5rem}.robowise-hero__subtitle{font-weight:var(--tw-font-medium);line-height:1.41667;margin-bottom:1.5rem}.robowise-hero__paragraph{color:rgb(var(--tw-color-shade-400)/1);font-size:1.8rem;line-height:1.44444;margin-bottom:5rem}.robowise-hero__cta{margin-bottom:6rem;min-width:19rem;width:auto}.robowise-hero__infographic-section{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjE2cHgiIGhlaWdodD0iNjIwcHgiIHZpZXdCb3g9IjAgMCA2MTYgNjIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1OSAoODYxMjcpIC0gaHR0cHM6Ly9za2V0Y2guY29tIC0tPgogICAgPHRpdGxlPmltYWdlX2luZm9ncmFwaGljPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9Ik1hc3RlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjIwMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTczMi4wMDAwMDAsIC0xNTkuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC00NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzMyLjAwMDAwMCwgMTAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9ImltYWdlX2luZm9ncmFwaGljIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTM0MC42OTQ4NjcsMjkwLjg4NTMxMiBDMzg3LjQwNjM3NywxMDIuNjIzNzcyIDQxMC45MTM5NDIsOC41MzExNTY4OSA0MTEuMjE3NTYzLDguNjA3NDY3MDYgQzM4OC42Mzc5NDYsMi45ODQ1ODU5OCAzNjUuMDE0OTUsMCAzNDAuNjk0ODY3LDAgQzI1OC40MDkzOSwwIDE4NC4xMDM5MjQsMzQuMTY2NDkxMSAxMzEuMTkxMTQ3LDg5LjA4Njc5NjMgQzEzMS40MzM1MTQsODkuMTQ2NjExNCAyMDEuMjY4MDg4LDE1Ni40MTI3ODMgMzQwLjY5NDg2NywyOTAuODg1MzEyIFoiIGlkPSJPdmFsLUNvcHktMjIiIGZpbGw9IiNERDAwMzEiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMzQyLjI5Nzc4NywyODQuNzEwNzgxIEMxNzguMzcwNzc5LDEyNi42MDg1OTIgOTYuMjQ2OTg1Myw0Ny41NDA4MjU5IDk1LjkyNjQwNDUsNDcuNTA3NDg0NCBDMzYuNzEwNDkyNywxMDguOTk3NjA3IDAuMjk3Nzg2NzIsMTkyLjYwMTg3MyAwLjI5Nzc4NjcyLDI4NC43MTA3ODEgQzAuMjk3Nzg2NzIsMzE3LjQ5MjA5OCA0LjkwOTkyNjY1LDM0OS4xOTYxOTIgMTMuNTIwNzAzOSwzNzkuMjEwOTQxIEMxMy44NTg3MTA0LDM3OS40NTE3MSAxMjMuNDUxMDcxLDM0Ny45NTE2NTcgMzQyLjI5Nzc4NywyODQuNzEwNzgxIFoiIGlkPSJPdmFsLUNvcHktMjMiIGZpbGw9IiMyQjZBRjciPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMzQyLjI5Nzc4NywyODMuNTIxMTI3IEMxODAuMjg1NzE0LDMzMC4xNjA5NjYgOTkuMjg4NDQ3LDM1My41MjkxOTIgOTkuMzA1OTg0OSwzNTMuNjI1ODA2IEMxMjQuMTQ1MDM0LDQzOS44NzU3MTIgMTkzLjY2MjU1MSw1MDcuMTk4Nzg1IDI4MS4xODY2OTQsNTI4LjkyNDc1NiBDMjgxLjgzMzUyNiw1MjguOTcwODk1IDMwMi4yMDM4OSw0NDcuMTY5Njg1IDM0Mi4yOTc3ODcsMjgzLjUyMTEyNyBaIiBpZD0iT3ZhbC1Db3B5LTI0IiBmaWxsPSIjMDcyRkNDIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTM0Mi4yOTc3ODcsNjE5LjgxODkxMyBDNDM3LjEwMTM0MSw2MTkuODE4OTEzIDUyMi43NDI2MDMsNTgwLjU5MDQ3NiA1ODMuODc0ODYxLDUxNy40ODAzMSBDNTg0LjAxNzMwOCw1MTcuNzkxODk0IDUwMy40OTE2MTYsNDM5LjgwNTUgMzQyLjI5Nzc4NywyODMuNTIxMTI3IEMyODguMjkzNzYzLDUwMS4xNzM3MDkgMjYxLjMwNDYwMyw2MTAuMDAyNzE0IDI2MS4zMzAzMDcsNjEwLjAwODE0MSBDMjg3LjI2NDc1NSw2MTYuNDE4MDc4IDMxNC4zODQxMTcsNjE5LjgxODkxMyAzNDIuMjk3Nzg3LDYxOS44MTg5MTMgWiIgaWQ9Ik92YWwtQ29weS0yNSIgZmlsbD0iI0Y3RDY0QSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNDIuMjk3Nzg3LDI4My41MjExMjcgQzQ2Ny45NjI2NTcsMjQ3Ljg4NTQzOSA1MzAuNjgzODQzLDIzMC4wNjIyMjUgNTMwLjQ2MTM0NSwyMzAuMDUxNDg1IEM1MTEuNDQxMzUsMTYyLjkyMTY2NiA0NTcuNTA1NjQsMTEwLjQ3NjIzNCAzODkuNTMzMDU2LDkzLjYwNzIxIEMzODkuNjI3MDk1LDkzLjgxMDY1MTEgMzczLjg4MjAwNSwxNTcuMTE1MjkgMzQyLjI5Nzc4NywyODMuNTIxMTI3IFoiIGlkPSJPdmFsLUNvcHktMjYiIGZpbGw9IiM5NEI1RkYiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTM4LjgxNzgwNiw0NzQuMDI4MDczIEM1ODYuNTkyMDU0LDQyNC43NTU0NDYgNjE2LDM1Ny41NzI1ODMgNjE2LDI4My41MjExMjcgQzYxNiwyNTcuNDM3MzUzIDYxMi4zNTEyOTksMjMyLjIwNTc4IDYwNS41MzY0NDgsMjA4LjMwODk1OCBDNjA1LjE0Nzk2NCwyMDguNTM3NTk0IDUxNy40MDE3NDQsMjMzLjYwODMxNyAzNDIuMjk3Nzg3LDI4My41MjExMjcgQzQ3My4yMTY2MzMsNDEwLjM0ODc1OSA1MzguNzIzMzA2LDQ3My44NTEwNzUgNTM4LjgxNzgwNiw0NzQuMDI4MDczIFoiIGlkPSJPdmFsLUNvcHktMjciIGZpbGw9IiMwN0RDNUQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBmaWxsPSIjMTcxRDI4IiBjeD0iMzQyIiBjeT0iMjgzIiByPSI5MCI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) 64% 14.5rem/65rem no-repeat;margin:0 -2.4rem;height:46rem;overflow:hidden;text-align:center}.robowise-hero__app-screenshot{max-width:100%;width:40rem}@media (min-width:1091px){.robowise-hero{padding-top:9rem}.robowise-hero__title{font-size:6rem;letter-spacing:-.63px;line-height:1.13334}.robowise-hero__subtitle{font-size:3.2rem;line-height:1.3125}.robowise-hero__cta{width:20rem}.robowise-hero__infographic-section{height:47.5rem}.robowise-hero__infographic-section{background-position:center 10rem;height:55rem}.robowise-hero__app-screenshot{width:36.4rem}}@media (min-width:992px){.robowise-hero{padding-bottom:0;padding-top:5rem}.robowise-hero__title{margin-top:3.5rem}.robowise-hero__cta{margin-bottom:0}.robowise-hero__infographic-section{background-position:center;background-size:contain;height:auto;overflow:initial}.robowise-hero__app-screenshot{width:34.8rem}}@media (min-width:1440px){.robowise-hero{padding-top:5.5rem}.robowise-hero__infographic-section{background-position:calc(50% - 3.4rem) calc(50% + 2rem);background-size:64rem}}.robowise-why-join{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);padding-bottom:15rem;padding-top:12rem;text-align:center}.robowise-why-join__icon{color:rgb(var(--tw-color-secondary-500)/1);font-size:8rem;margin-bottom:4rem;-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.robowise-why-join__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;margin-bottom:5rem}.robowise-why-join__disclaimer{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.61538;margin-bottom:1em;text-align:left}.robowise-why-join__disclaimer:last-child{margin-bottom:0}@media (min-width:1091px){.robowise-why-join{padding-bottom:18rem;padding-top:15rem}.robowise-why-join__icon{margin-bottom:3rem}.robowise-why-join__paragraph{font-size:2.1rem;line-height:1.52381}}@media (min-width:992px){.robowise-why-join{padding-bottom:19rem;padding-top:18rem}.robowise-why-join__paragraph{font-size:2.1rem;line-height:1.52381;margin-bottom:8rem}}.robowise-how-it-works{border-bottom:.1rem solid rgb(var(--tw-color-shade-400)/1);padding-bottom:15rem;padding-top:12rem;text-align:center}.robowise-how-it-works__icon{color:rgb(var(--tw-color-secondary-500)/1);font-size:8rem;margin-bottom:4rem}.robowise-how-it-works__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;margin-bottom:1.5rem}.robowise-how-it-works__paragraph:last-child{margin-bottom:5rem}.robowise-how-it-works__cta{display:inline-block;font-size:1.8rem;margin-bottom:5rem}.robowise-how-it-works__cta [class^='fa']{font-size:1.4rem}.robowise-how-it-works__wa-carousel{text-align:left}.robowise-how-it-works__features-item{display:block}.robowise-how-it-works__features-item:not(:last-child){margin-bottom:8rem}.robowise-how-it-works__features-item-inner{display:block}.robowise-how-it-works__features-icon{display:flex;font-size:4rem;margin-bottom:2.6rem}.robowise-how-it-works__features-title{display:block;color:rgb(var(--tw-color-secondary-500)/1);font-size:2.4rem;font-weight:var(--tw-font-semibold);line-height:1.25;margin-bottom:1rem}.robowise-how-it-works__features-text{color:rgb(var(--tw-color-shade-500)/1);display:block;line-height:1.77777;margin:0;padding:0}.robowise-how-it-works__features-text-item{display:block;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.robowise-how-it-works__features-text-item:not(:last-child){margin-bottom:1.5rem}.robowise-how-it-works__features-link{display:block;font-size:1.8rem}.robowise-how-it-works__features-link:not(:last-of-type){margin-bottom:8rem}.robowise-how-it-works__features-img-wrap{display:block;margin-bottom:3rem}.robowise-how-it-works__features-img{max-width:100%}@media (min-width:1091px){.robowise-how-it-works{padding-bottom:18rem;padding-top:15rem}.robowise-how-it-works__icon{margin-bottom:3rem}.robowise-how-it-works__paragraph{font-size:2.1rem;line-height:1.52381}.robowise-how-it-works__img-wrap{display:block}.robowise-how-it-works__img{max-width:100%}.robowise-how-it-works__wa-carousel-slides-wrap{margin-bottom:5rem;position:relative}.robowise-how-it-works__features-icon{margin-bottom:3.6rem}.robowise-how-it-works__features-title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:3.125rem;line-height:1.28;margin-bottom:1.5rem;-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s}.robowise-how-it-works__features-text,.robowise-how-it-works__features-link{font-size:2.1rem;line-height:1.57142}.robowise-how-it-works__features-item:not(:last-child){margin-bottom:0}.robowise-how-it-works__features-item-inner{border-top:.2rem solid rgb(var(--tw-color-shade-400)/1);position:relative;padding-top:4.4rem}.robowise-how-it-works__features-item-inner:before{background-color:rgb(var(--tw-color-secondary-500)/1);content:'';display:block;height:.2rem;left:0;position:absolute;width:0;top:-.2rem;-webkit-transition:width cubic-bezier(.68,.68,.68,.68) .25s;-moz-transition:width cubic-bezier(.68,.68,.68,.68) .25s;-ms-transition:width cubic-bezier(.68,.68,.68,.68) .25s;-o-transition:width cubic-bezier(.68,.68,.68,.68) .25s;transition:width cubic-bezier(.68,.68,.68,.68) .25s}}@media (min-width:992px){.robowise-how-it-works{border-bottom:none;padding-bottom:15.8rem;padding-top:18rem}.robowise-how-it-works__paragraph:last-child{margin-bottom:4rem}}@media (min-width:1440px){.robowise-how-it-works{position:relative}.robowise-how-it-works__wa-carousel{flex-wrap:nowrap}.robowise-how-it-works__slider-container{max-width:none;padding-left:calc((100vw - 1440px) / 2 + 2.4rem);padding-right:0}.robowise-how-it-works__wa-carousel-slides-wrap{flex-basis:calc(100vw / 12 * 7);margin-bottom:0;margin-left:calc(1440px / 12 - .5rem);position:relative}.robowise-how-it-works__img{background-color:rgb(var(--tw-color-shade-100)/1);height:77rem;max-width:none;width:auto}.robowise-how-it-works__features{flex:0 0 calc(1440px / 12 * 4);max-width:calc(1440px / 12 * 4)}.robowise-how-it-works__features-item:not(:last-child){margin-bottom:7rem}.robowise-how-it-works__features-item-inner{padding-top:3rem}.robowise-how-it-works__features-text{color:rgb(var(--tw-color-tertiary-500)/1)}}.robowise-portfolio-preview{padding-bottom:15rem;padding-top:12rem;text-align:center}.robowise-portfolio-preview__icon{color:rgb(var(--tw-color-secondary-500)/1);font-size:8rem;margin-bottom:5rem}.robowise-portfolio-preview__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77778;margin-bottom:5rem}.robowise-portfolio-preview__panel{background-color:rgb(var(--tw-color-shade-400)/0.2);color:rgb(var(--tw-color-shade-800)/1);font-size:1.6rem;line-height:1.625;margin-bottom:5rem;padding:1.5rem .6rem;text-align:left}.robowise-portfolio-preview__robowise-animation{display:inline-block;height:3rem;vertical-align:middle;margin-right:2rem;width:3rem}@media (min-width:1091px){.robowise-portfolio-preview{padding-bottom:18rem;padding-top:15rem}.robowise-portfolio-preview__icon{margin-bottom:3rem}.robowise-portfolio-preview__paragraph{font-size:2.1rem;line-height:1.52381}}@media (min-width:992px){.robowise-portfolio-preview{background-color:#fff;padding-bottom:10rem;padding-top:10.4rem}.robowise-portfolio-preview__paragraph{margin-bottom:6.6rem}.robowise-portfolio-preview__panel{margin-bottom:6.6rem}}.corporate-bond-content__section-menu{margin-top:3rem}.corporate-bond-content__section-menu .link{font-size:1.8rem;line-height:1.77777}@media (min-width:992px){.corporate-bond-content__section-menu{margin-bottom:0}}.partnership-api-hero{background-color:#141a22;color:#fff;overflow:hidden;margin-top:-7rem;padding-bottom:25.7rem;padding-top:10rem;position:relative}.partnership-api-hero__bg-video{height:100%;position:absolute;right:0;top:0}.partnership-api-hero__title{margin-bottom:1.5rem}.partnership-api-hero__paragraph{color:rgb(var(--tw-color-shade-400)/1);font-size:1.8rem;line-height:1.44444;margin-bottom:5rem}.partnership-api-hero__cta{min-width:19rem;width:auto}.partnership-api-hero__cta:not(:last-child){margin-bottom:.75rem;margin-right:1rem}@media (min-width:1091px){.partnership-api-hero{margin-top:-14rem;padding-bottom:20.3rem;padding-top:30rem}.partnership-api-hero__cta:not(:last-child){margin-bottom:0}}@media (min-width:992px){.partnership-api-hero{padding-bottom:26.3rem;padding-top:23rem}}@media (min-width:1235px){.partnership-api-hero{margin-top:-7rem}}.partnership-api-statistic{margin-top:-18rem}@media (min-width:1091px){.partnership-api-statistic{margin-top:-10rem}}.partnership-api-features{padding-bottom:4.5rem;padding-top:10rem;text-align:center}.partnership-api-features__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:4.5rem}@media (min-width:1091px){.partnership-api-features{padding-bottom:3rem;padding-top:15rem}.partnership-api-features__title{margin-bottom:5rem}}@media (min-width:992px){.partnership-api-features{padding-bottom:15.5rem;padding-top:18rem}.partnership-api-features__title{margin-bottom:8rem}}.partnership-api-using{padding-bottom:12.6rem;padding-top:6.51rem;text-align:center}.partnership-api-using__title{color:rgb(var(--tw-color-tertiary-500)/1);letter-spacing:-.56px;line-height:1.35;margin-bottom:1.5rem}.partnership-api-using__text{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:5rem}.partnership-api-using__card{margin-bottom:2.4rem}@media (min-width:1091px){.partnership-api-using{padding-top:7.5rem}.partnership-api-using__title{line-height:1.08333}.partnership-api-using__card{margin-bottom:2rem}}@media (min-width:992px){.partnership-api-using{border-top:1px solid rgb(var(--tw-color-shade-400)/1);padding-bottom:20rem;padding-top:19rem}.partnership-api-using__card{height:100%;margin-bottom:0}}.partnership-api-card{background-color:#fff;-webkit-border-radius:.7rem;-moz-border-radius:.7rem;-ms-border-radius:.7rem;-o-border-radius:.7rem;border-radius:.7rem;-webkit-box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-tertiary-500)/0.15);-moz-box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-tertiary-500)/0.15);-ms-box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-tertiary-500)/0.15);-o-box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-tertiary-500)/0.15);box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-tertiary-500)/0.15);padding:3.5rem 3rem;text-align:left}.partnership-api-card__logo{margin-bottom:3.2rem;max-width:100%}.partnership-api-card__logo--money-dashboard{height:3.2rem}.partnership-api-card__logo--city-falcon{height:5.4rem}.partnership-api-card__description{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:3.287rem}.partnership-api-card__cta{min-width:20.2rem;width:auto}@media (min-width:1091px){.partnership-api-card{align-items:center;display:flex;flex-direction:column;min-height:39rem;padding:6.2rem 5rem 5rem;text-align:center}.partnership-api-card__logo{margin-bottom:3.2rem;max-width:100%}.partnership-api-card__logo--money-dashboard{height:5rem}.partnership-api-card__logo--city-falcon{height:7.4rem}.partnership-api-card__description{margin-bottom:6.185rem}.partnership-api-card__cta{min-width:21.5rem;padding-left:1.9rem;padding-right:1.9rem}}@media (min-width:992px){.partnership-api-card{padding:6.2rem 0 5rem}.partnership-api-card__logo--money-dashboard{margin-bottom:4.4rem;margin-top:1.3rem}}.ifisa-hero{padding-top:8rem;padding-bottom:4.2rem}.ifisa-hero__title{font-size:4.8rem;letter-spacing:-.5px;line-height:1.08333;margin-bottom:1.5rem}.ifisa-hero__paragraph{font-size:1.8rem}.ifisa-hero__subtitle{font-weight:var(--tw-font-medium);font-size:2.4rem;line-height:1.5;margin-bottom:3rem}.ifisa-hero__button-group{display:flex;flex-direction:column;margin-bottom:3rem}.ifisa-hero__wa-button{max-width:23rem}.ifisa-hero__wa-button--outline{max-width:18rem}.ifisa-hero__wa-button:not(:last-child){margin-bottom:1.5rem;margin-right:0}.ifisa-hero__text{font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.625}.ifisa-hero__img-wrap{margin-top:-7rem}@media (min-width:576px){.ifisa-hero{background:center/cover no-repeat;margin-top:-7rem;overflow:hidden;padding-top:15rem}.ifisa-hero__img{max-width:none;width:45rem}}@media (min-width:1091px){.ifisa-hero{margin-top:-14rem;padding-top:23.3rem;padding-bottom:0}.ifisa-hero__title{font-size:6.104rem;letter-spacing:-.64px;line-height:1.14006}.ifisa-hero__subtitle{font-size:3.2rem;line-height:1.3125}.ifisa-hero__button-group{flex-direction:row;margin-bottom:2rem}.ifisa-hero__wa-button:not(:last-child){margin-right:2rem;margin-bottom:0}.ifisa-hero__text{margin-bottom:3rem}}@media (min-width:992px){.ifisa-hero{padding-bottom:4rem}.ifisa-hero__subtitle{margin-bottom:5.5rem}}@media (min-width:1440px){.ifisa-hero{margin-top:-7rem;padding-top:16rem}}.ifisa-hero-v2{background-color:rgb(var(--tw-color-tertiary-500)/1);padding-bottom:8rem;padding-top:8rem}.ifisa-hero-v2__cta{line-height:1;padding:1.2rem;width:auto}@media (min-width:1091px){.ifisa-hero-v2{padding-bottom:19.4rem;padding-top:19.4rem;text-align:center}}@media (min-width:992px){.ifisa-hero-v2{padding-bottom:12rem;padding-top:12rem}.ifisa-hero-v2__subtitle{width:auto}}@media (min-width:1091px){.ifisa-brands{margin-bottom:5rem}}@media (min-width:992px){.ifisa-brands{margin-bottom:0}}.why-an-innovative-finance-isa{padding-top:10rem;padding-bottom:12rem}.why-an-innovative-finance-isa__head{margin-bottom:3rem}.why-an-innovative-finance-isa__title{font-size:4rem;letter-spacing:-.56px;line-height:1.35;margin:0}.why-an-innovative-finance-isa__features-item:not(:last-child){margin-bottom:2.4rem}.why-an-innovative-finance-isa__features-item-inner{border-bottom:.5rem solid rgb(var(--tw-color-secondary-500)/1);padding:3.7rem 2.7rem 3.9rem 3rem}.why-an-innovative-finance-isa__features-title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2.4rem;line-height:1.25;margin-bottom:1rem}.why-an-innovative-finance-isa__features-text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.8rem;line-height:1.77777;margin:0}@media (min-width:1091px){.why-an-innovative-finance-isa__head{margin-bottom:5rem}.why-an-innovative-finance-isa__title{font-size:6.104rem;letter-spacing:-.64px;line-height:1.14678}.why-an-innovative-finance-isa__features-item-inner{align-items:center;display:flex;flex-direction:row;padding:2.8rem 3.3rem 5.6rem}.why-an-innovative-finance-isa__features-number{color:rgb(var(--tw-color-secondary-500)/1);font-size:8rem;font-weight:var(--tw-font-semibold);line-height:1.2;margin-right:5rem}.why-an-innovative-finance-isa__features-title{font-size:3.125rem;line-height:1.28;margin-bottom:1.5rem}}@media (min-width:992px){.why-an-innovative-finance-isa{padding-top:18rem;padding-bottom:20rem}.why-an-innovative-finance-isa__head{margin-bottom:8rem}.why-an-innovative-finance-isa__features-item:not(:last-child){margin-bottom:0}.why-an-innovative-finance-isa__features-item-inner{align-items:flex-start;flex-direction:column;min-height:44.8rem;padding:2.5rem 4rem}.why-an-innovative-finance-isa__features-number{margin-bottom:4rem;margin-right:0}.why-an-innovative-finance-isa__features-title{margin-bottom:5.5rem}.why-an-innovative-finance-isa__features-info{width:100%}}.available-with-smart-interest{padding-top:8rem;padding-bottom:7rem}.available-with-smart-interest__head{margin-bottom:5rem}.available-with-smart-interest__title{font-size:4rem;line-height:1.35;letter-spacing:-.56px;margin-bottom:1.5rem}.available-with-smart-interest__subtitle{font-size:1.6rem;line-height:1.625;margin:0}.available-with-smart-interest__section-column{padding-bottom:5rem}.available-with-smart-interest__section-column-title{line-height:1.25;min-height:4rem;margin-bottom:1.2rem}.available-with-smart-interest__section-column-paragraph{font-size:2rem;line-height:1.2;margin-bottom:1rem}.available-with-smart-interest__card-image{width:100%}.available-with-smart-interest__card-company-name{line-height:1.1}.available-with-smart-interest__card-state{margin-top:-.5rem;margin-bottom:0}.available-with-smart-interest__card-rates{display:flex}.available-with-smart-interest__card-rates-item:not(:last-child){margin-right:5rem}.available-with-smart-interest__card-stats-description{margin-bottom:1rem}.available-with-smart-interest__card-action-item{background-color:rgb(var(--tw-color-primary-500)/1);color:#fff;flex-basis:100%}.available-with-smart-interest__card-action-item:active,.available-with-smart-interest__card-action-item:focus,.available-with-smart-interest__card-action-item:hover{color:#fff}.available-with-smart-interest__card-action-item:active,.available-with-smart-interest__card-action-item:focus{background-color:rgb(var(--tw-color-primary-700)/1)}.available-with-smart-interest__card-action-item:hover{background-color:rgb(var(--tw-color-primary-600)/1)}@media (min-width:1091px){.available-with-smart-interest__head{margin-bottom:8rem}.available-with-smart-interest__title{font-size:4.8rem;line-height:1.08333;letter-spacing:-.67px;margin-bottom:1.5rem}.available-with-smart-interest__section-column{padding-bottom:5.8rem}}@media (min-width:992px){.available-with-smart-interest{padding-top:18rem;padding-bottom:10rem}.available-with-smart-interest__head{margin-bottom:10rem}.available-with-smart-interest__section-column{padding-bottom:10rem}}.exception-returns{padding-top:10rem;padding-bottom:12rem}.exception-returns__head{margin-bottom:5rem}.exception-returns__title{font-size:2.4rem;line-height:1.25;margin-bottom:1.5rem}.exception-returns__text{margin-bottom:3rem}.exception-returns__paragraph{font-size:1.6rem;line-height:1.625;margin:0}.exception-returns__paragraph:not(:last-child){margin-bottom:1rem}.exception-returns__wa-button{width:auto}@media (min-width:1091px){.exception-returns__title{font-size:3.125rem;line-height:1.28}}@media (min-width:992px){.exception-returns{padding-top:20rem;padding-bottom:20rem}.exception-returns__head{margin-bottom:0}.exception-returns__title{font-size:4.883rem;line-height:1.10587;letter-spacing:-.68px}.exception-returns__text{margin-bottom:5rem}.exception-returns__paragraph{font-size:1.8rem;line-height:1.77777}}.useful-information{padding-top:10rem;padding-bottom:12rem}.useful-information__head{margin-bottom:1.5rem}.useful-information__title{font-size:2.4rem;line-height:1.25}.useful-information__paragraph{font-size:1.8rem;line-height:1.84615}.useful-information__paragraph:not(:last-child){margin-bottom:1rem}@media (min-width:1091px){.useful-information__head{margin-bottom:1.3rem}.useful-information__title{font-size:3.125rem;line-height:1.28}}@media (min-width:992px){.useful-information{padding-top:5rem;padding-bottom:5.6rem}}.register__payout-toggle{margin-bottom:4rem}@media (min-width:1091px){.register__payout-toggle{margin-top:4rem}}.terms-conditions{padding-bottom:10rem;padding-top:8rem}.terms-conditions__section{margin-bottom:5rem}.terms-conditions__section:last-of-type{margin-bottom:0}.terms-conditions__title{color:rgb(var(--tw-color-tertiary-500)/1);letter-spacing:-.5px;margin-bottom:1.5rem}.terms-conditions__subtitle{margin-top:2rem;margin-bottom:2rem}.terms-conditions__lead-paragraph{color:rgb(var(--tw-color-shade-500)/1);line-height:1.66667}.terms-conditions__lead-paragraph:not(:last-of-type){margin-bottom:1.5rem}.terms-conditions__lead-paragraph:last-child{margin-bottom:0}.terms-conditions__indented-paragraph{padding:0 0 0 5rem;color:rgb(var(--tw-color-shade-500)/1);line-height:1.66667}.terms-conditions__indented-paragraph:not(:last-of-type){margin-bottom:1.5rem}.terms-conditions__indented-paragraph:last-child{margin-bottom:0}.terms-conditions__twice-indented-paragraph{padding:0 0 0 10rem;color:rgb(var(--tw-color-shade-500)/1);line-height:1.66667}.terms-conditions__twice-indented-paragraph:not(:last-of-type){margin-bottom:1.5rem}.terms-conditions__twice-indented-paragraph:last-child{margin-bottom:0}.terms-conditions__section-menu{margin-bottom:5rem}.terms-conditions__section-name{display:inline-block;font-size:1.8rem;font-weight:var(--tw-font-semibold);min-width:9rem}.terms-conditions__section-description{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:0}@media (min-width:1091px){.terms-conditions{padding-top:13rem}.terms-conditions__subtitle{margin-bottom:1.5rem}}@media (min-width:992px){.terms-conditions__section-name{line-height:1.77778}}.terms-conditions__details ol{list-style:upper-roman}.section-menu__item{margin-bottom:1.6rem}.section-menu__item:last-child{margin-bottom:0}.login-wall{padding-bottom:15rem;padding-top:10rem;text-align:center}.login-wall__section:not(:last-child){margin-bottom:10rem}.login-wall__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:4.5rem;font-size:5.2rem}.login-wall__paragraph{font-size:1.8rem;color:rgb(var(--tw-color-shade-500)/1);line-height:1.66667}.login-wall__wa-button{max-width:22.6rem;margin:0 auto;margin-top:4.5rem}.market-action{align-items:center;cursor:pointer;display:flex;gap:2.5rem;justify-content:space-between;padding:1rem 1.6rem;margin-bottom:0;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s}.market-action:hover{background-color:rgb(var(--tw-color-shade-400)/0.2)}.market-action__info{align-items:center;display:flex;gap:1.2rem}.market-action__icon{color:rgb(var(--tw-color-primary-500)/1);font-size:1.5rem;width:2rem;text-align:center}.market-action__title,.market-action__description{display:block;font-weight:var(--tw-font-medium)}.market-action__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.5rem;line-height:1.4;letter-spacing:.6px}.market-action__description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.38462;letter-spacing:.4px;margin-bottom:0}.market-action__wa-toggle{margin-top:.15rem}.important-news-toggle{align-items:center;cursor:pointer;display:flex;user-select:none}.important-news-toggle__input{display:none}.important-news-toggle__input:checked ~ .important-news-toggle__container .important-news-toggle__text{color:rgb(var(--tw-color-tertiary-500)/1)}.important-news-toggle__input:checked ~ .important-news-toggle__container .important-news-toggle__toggler-background{background-color:rgb(var(--tw-color-secondary-500)/0.4)}.important-news-toggle__input:checked ~ .important-news-toggle__container .important-news-toggle__toggler{left:1.3rem;background-color:rgb(var(--tw-color-secondary-500)/1)}.important-news-toggle__container{align-items:center;border:2px solid rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;display:flex;padding:.1rem 1rem .2rem}.important-news-toggle__text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.6rem;line-height:1.625;margin-right:1rem;-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s;white-space:nowrap}.important-news-toggle__toggler-background{background-color:rgb(var(--tw-color-shade-300)/1);-webkit-border-radius:.7rem;-moz-border-radius:.7rem;-ms-border-radius:.7rem;-o-border-radius:.7rem;border-radius:.7rem;height:1.4rem;position:relative;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s;width:2.9rem}.important-news-toggle__toggler{background-color:rgb(var(--tw-color-shade-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.4);-moz-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.4);-ms-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.4);-o-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.4);box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.4);height:1.8rem;position:absolute;top:50%;left:-.2rem;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:background-color .25s,left .25s;-moz-transition:background-color .25s,left .25s;-ms-transition:background-color .25s,left .25s;-o-transition:background-color .25s,left .25s;transition:background-color .25s,left .25s;width:1.8rem}.news-center-navigation{background-color:#fff;border-bottom:.1rem solid rgb(var(--tw-color-shade-400)/1);padding-bottom:.9rem;padding-top:.8rem;position:sticky;top:7.5rem;z-index:4}.news-center-navigation__container{-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;display:flex;justify-content:space-between;overflow:auto;position:relative}.news-center-navigation__container--news-filters{padding-bottom:.9rem;padding-top:.8rem}.news-center-navigation__anchor{-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;color:rgb(var(--tw-color-shade-500)/1);display:inline-block;font-size:1.6rem;line-height:1;padding:1.2rem 1rem;-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s;white-space:nowrap;z-index:1}.news-center-navigation__anchor:active,.news-center-navigation__anchor:focus,.news-center-navigation__anchor:hover{color:rgb(var(--tw-color-shade-500)/1);text-decoration:none}.news-center-navigation__anchor:not(:last-child){margin-right:1rem}.news-center-navigation__anchor--active{color:#fff}.news-center-navigation__anchor--active:active,.news-center-navigation__anchor--active:focus,.news-center-navigation__anchor--active:hover{color:#fff}.news-center-navigation__pointer{background-color:rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;bottom:0;left:0;position:absolute;-webkit-transition:left .25s linear,width .25s .01s linear;-moz-transition:left .25s linear,width .25s .01s linear;-ms-transition:left .25s linear,width .25s .01s linear;-o-transition:left .25s linear,width .25s .01s linear;transition:left .25s linear,width .25s .01s linear;top:0;width:11.2rem;z-index:-1}.news-center-navigation__settings{align-items:center;background-color:#fff;border-left:1px solid rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-primary-500)/1);cursor:pointer;display:flex;font-size:2rem;line-height:1;padding:.45rem .45rem .45rem 2.85rem}.news-center-navigation__settings:active,.news-center-navigation__settings:focus,.news-center-navigation__settings:hover{color:rgb(var(--tw-color-primary-600)/1);outline:none}.news-center-navigation__important-news{display:none}.news-center-navigation__unsubscribe{align-self:center;margin-left:auto;width:auto}.news-center-navigation__unsubscribe:focus{outline:none}@media (min-width:992px){.news-center-navigation{display:none}}@media (min-width:424px){.news-center-navigation{top:5.8rem}}@media (min-width:788px){.news-center-navigation{top:4.1rem}.news-center-navigation__settings{display:none}.news-center-navigation__important-news{display:flex}}@media (min-width:992px){.news-center-navigation{top:8.8rem}}@media (min-width:1405px){.news-center-navigation{top:5.6rem}}.news-center-sidebar__header{display:none}.news-center-sidebar--white .news-center-sidebar__header{background-color:#fff}.news-center-sidebar__loader{font-size:2.1rem}.news-center-sidebar__companies-list{padding-top:2rem}@media (min-width:992px){.news-center-sidebar{display:flex;flex-direction:column}.news-center-sidebar__controls{position:sticky;top:0;z-index:1}.news-center-sidebar__header{background-color:rgb(var(--tw-color-shade-100)/1);display:block;position:relative;z-index:1}.news-center-sidebar__companies-list{overflow:auto}.news-center-sidebar__user-panel{display:flex;justify-content:flex-end;padding:1.5rem 2.4rem}.news-center-sidebar__avatar{align-items:center;background-color:rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#fff;display:flex;font-size:1.4rem;font-weight:var(--tw-font-semibold);height:4rem;justify-content:center;line-height:1;width:4rem}}.news-center-company-card{align-items:center;display:flex;justify-content:space-between;padding:1.5rem 2.4rem;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s}.news-center-company-card.active{background-color:rgb(var(--tw-color-secondary-500)/1)}.news-center-company-card.active .news-center-company-card__logo{background-color:#fff}.news-center-company-card.active .news-center-company-card__title{color:#fff}.news-center-company-card--disabled:not(.active) .news-center-company-card__title{color:rgb(var(--tw-color-shade-400)/1)}.news-center-company-card--disabled:not(.active) .news-center-company-card__picture{filter:grayscale();opacity:.4}.news-center-company-card:hover,.news-center-company-card:focus{outline:none;text-decoration:none}.news-center-company-card:not(.news-center-company-card--disabled):not(.active):hover{background-color:rgb(var(--tw-color-shade-400)/0.2);cursor:pointer}.news-center-company-card__info-container{align-items:center;display:flex;overflow:hidden;padding-right:.6rem;white-space:nowrap}.news-center-company-card__logo{align-items:center;background-color:#fff;border:1px solid rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;display:flex;flex-shrink:0;height:4rem;margin-right:1.5rem;overflow:hidden;padding:0;width:4rem}.news-center-company-card__picture{max-width:100%;min-width:.1rem}.news-center-company-card__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.5;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.news-center-company-card__subscribe{outline:none;width:auto}.news-center-company-card__news-amount{background-color:rgb(var(--tw-color-primary-500)/1);border:none;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#fff;font-size:1.3rem;height:2.3rem;padding:.1rem 0;text-align:center;width:2.3rem}.news-center-search{display:flex;padding:2.4rem 2.4rem 0;position:relative}.news-center-search__input{background-color:#fff;border:2px solid rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;bottom:-.3rem;box-sizing:border-box !important;color:rgb(var(--tw-color-secondary-500)/1);height:5rem;line-height:1;padding:1.3rem 7.5rem 1.4rem 1.5rem;position:relative;-webkit-transition:border-color .25s;-moz-transition:border-color .25s;-ms-transition:border-color .25s;-o-transition:border-color .25s;transition:border-color .25s;width:100%}.news-center-search__input:-ms-input-placeholder{color:rgb(var(--tw-color-shade-400)/1)}.news-center-search__input::-ms-input-placeholder{color:rgb(var(--tw-color-shade-400)/1)}.news-center-search__input::placeholder{color:rgb(var(--tw-color-shade-400)/1)}.news-center-search__input:placeholder-shown{border-color:rgb(var(--tw-color-shade-400)/1)}.news-center-search__input:focus{border-color:rgb(var(--tw-color-secondary-500)/1);outline:none}.news-center-search__input:placeholder-shown ~ .news-center-search__clear-search{display:none}.news-center-search__search-button{align-self:center;background-color:#fff;border:none;color:rgb(var(--tw-color-shade-400)/1);display:block;font-size:2rem;padding:.2rem .5rem;position:absolute;right:2.9rem;top:3.6rem}.news-center-search__search-button:active,.news-center-search__search-button:focus,.news-center-search__search-button:hover{outline:none}.news-center-search__clear-search{align-self:center;background-color:#fff;border:none;color:rgb(var(--tw-color-primary-500)/1);font-size:1.4rem;padding:.6rem .8rem;position:absolute;right:6.9rem;top:3.6rem}.news-center-search__clear-search:active,.news-center-search__clear-search:focus,.news-center-search__clear-search:hover{outline:none}.news-center-search__clear-search [class^="fa"]{position:relative;top:-.1rem;vertical-align:baseline}@media (min-width:992px){.news-center-search{padding-top:3rem}.news-center-search__input{height:4.3rem;padding:1rem 7.5rem 1rem 1.5rem}.news-center-search__clear-search,.news-center-search__search-button{top:3.8rem}}.news-center-filters{cursor:pointer;white-space:nowrap}.news-center-filters__filter{align-items:center;background-color:rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;color:#fff;display:inline-flex;font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:2;margin-right:.8rem;padding:.2rem 1rem .4rem;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s;user-select:none}.news-center-filters__filter.active{background-color:rgb(var(--tw-color-secondary-500)/1)}.news-center-filters__filter.active .news-center-filters__checkbox{background-color:#fff}.news-center-filters__filter.active .news-center-filters__checkbox::before{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.news-center-filters__checkbox{align-items:center;border:1px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;display:inline-flex;height:1.4rem;justify-content:center;margin-left:.8rem;position:relative;top:.1rem;-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s;width:1.4rem}.news-center-filters__checkbox::before{content:"\f00c";color:rgb(var(--tw-color-secondary-500)/1);display:inline-block;font-family:"Font Awesome 5 Pro";font-size:.8rem;font-style:normal;font-variant:normal;font-weight:900;text-rendering:auto;line-height:1;-webkit-transition:transform .25s;-moz-transition:transform .25s;-ms-transition:transform .25s;-o-transition:transform .25s;transition:transform .25s;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-font-smoothing:antialiased}.news-flow-bar{align-items:center;display:flex;justify-content:space-between;padding:2.2rem 0}.news-flow-bar__go-back{cursor:pointer}.news-flow-bar__go-back:active,.news-flow-bar__go-back:focus,.news-flow-bar__go-back:hover{text-decoration:none}.news-flow-bar__icon{align-items:center;color:rgb(var(--tw-color-primary-500)/1);font-size:1.7rem;justify-content:center;height:3rem;margin-right:1rem;position:relative;top:.1rem;width:3rem}.news-flow-bar__paragraph{color:#fff;font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.625}.news-center__container{flex-grow:1;padding-left:0;padding-right:0;position:relative}.news-center__header{background-color:rgb(var(--tw-color-tertiary-500)/1);color:#fff;padding:9rem 0 3.6rem}.news-center__header--secondary{padding-top:2rem}.news-center__title{letter-spacing:-.56px;line-height:1.35;margin-bottom:0;text-transform:capitalize}.news-center__no-news{background-color:inherit;padding-bottom:16rem;padding-top:16rem}.news-center__no-companies{background-color:inherit;padding:0}@media (max-width:991px){.news-center__sidebar{height:auto !important}}@media (min-width:1091px){.news-center__title{line-height:1.10588}.news-center__no-news{padding-bottom:27.4rem;padding-top:20rem}}@media (min-width:992px){.news-center__sidebar{max-height:calc(100vh - 8.8rem - 5rem);overflow:hidden;position:sticky;top:13.9rem}.news-center__sidebar--with-navigation{top:16.1rem}.news-center__content{height:100%;overflow:auto}.news-center__no-news{padding-bottom:22rem;padding-top:22rem}}@media (min-width:1405px){.news-center__sidebar{max-height:calc(100vh - 5.6rem - 5rem);top:10.8rem}.news-center__sidebar--with-navigation{top:12.9rem}}.profile-sidebar{border-right:1px solid rgb(var(--tw-color-shade-400)/1);margin:0 -1.2rem;padding:0}.profile-sidebar__list{list-style-type:none;margin-bottom:0;padding-left:0;position:sticky;top:0}.profile-sidebar__anchor{align-items:center;display:flex;min-height:8rem;padding:1.5rem 2.4rem}.profile-sidebar__anchor:active,.profile-sidebar__anchor:focus,.profile-sidebar__anchor:hover{text-decoration:none}.profile-sidebar__anchor:not(.active){-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s}.profile-sidebar__anchor:not(.active):active,.profile-sidebar__anchor:not(.active):focus,.profile-sidebar__anchor:not(.active):hover{background-color:rtw-color(--tw-color-shade-400,.2)}.profile-sidebar__anchor.active{background-color:rgb(var(--tw-color-secondary-500)/1)}.profile-sidebar__anchor.active .profile-sidebar__icon{border-color:rgb(var(--tw-color-secondary-500)/1)}.profile-sidebar__anchor.active .profile-sidebar__title{color:#fff}.profile-sidebar__anchor.active .profile-sidebar__description{color:rgb(var(--tw-color-shade-400)/1)}.profile-sidebar__anchor.active .wa-toggle__input:checked ~ .wa-toggle__background{background-color:rgba(255,255,255,0.4)}.profile-sidebar__anchor.active .wa-toggle__input:checked ~ .wa-toggle__background .wa-toggle__toggler{background-color:#fff}.profile-sidebar__icon{align-items:center;background-color:#fff;border:1.33px solid rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:rgb(var(--tw-color-secondary-500)/1);display:flex;flex-shrink:0;font-size:2rem;height:4rem;justify-content:center;margin-right:1.4rem;width:4rem}.profile-sidebar__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.625;margin-bottom:0}.profile-sidebar__description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.84615;margin-bottom:0}.profile-sidebar__description--highlighted{color:rgb(var(--tw-color-tertiary-500)/1)}.profile-sidebar__toggler{margin-left:auto}@media (min-width:992px){.profile-sidebar{min-height:calc(100vh - 25rem)}}
