/*!
 * 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;
  }
}

/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
@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;
}

/* TODO: Artem Slipets 01.08.2022 - seems like those classes are not used */
.gradient {
    background-color: #fe8e8e;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZlYmNjMCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDc4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZlNTk1MyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZlYmNjMCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDc4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZlNTk1MyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=),
        -webkit-gradient(radial, center center, 0, center center, 362,color-stop(0.078, rgb(254, 188, 192)),color-stop(1, rgb(254, 89, 83)));
    /* Android 2.3 */
    background-image: -webkit-radial-gradient(center center, ellipse farthest-corner,rgb(254, 188, 192) 7.8%,rgb(254, 89, 83) 100%);
    /* IE10+ */
    background-image: radial-gradient(ellipse farthest-corner at center center,rgb(254, 188, 192) 7.8%,rgb(254, 89, 83) 100%);
    background-image: -ms-radial-gradient(center center, ellipse farthest-corner,rgb(254, 188, 192) 7.8%,rgb(254, 89, 83) 100%);
}

/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .gradient {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffebcc0",endColorstr="#fffe5953",GradientType=0);
    }
}


.gradient-green {
    background-color: #bdcfbc;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgPgo8ZGVmcz4gCjxyYWRpYWxHcmFkaWVudCBpZD0icmdyYWQiIGN4PSI1MCUiIGN5PSI1MCUiIHI9Ijc1JSIgPiAKPHN0b3Agb2Zmc2V0PSIwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDE4OSwyMDcsMTg4KTtzdG9wLW9wYWNpdHk6MSIgLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2IoNDgsODcsNDYpO3N0b3Atb3BhY2l0eToxIiAvPgo8L3JhZGlhbEdyYWRpZW50PiAKPC9kZWZzPgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3JncmFkKSIvPgo8L3N2Zz4K);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgPgo8ZGVmcz4gCjxyYWRpYWxHcmFkaWVudCBpZD0icmdyYWQiIGN4PSI1MCUiIGN5PSI1MCUiIHI9Ijc1JSIgPiAKPHN0b3Agb2Zmc2V0PSIwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDE4OSwyMDcsMTg4KTtzdG9wLW9wYWNpdHk6MSIgLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2IoNDgsODcsNDYpO3N0b3Atb3BhY2l0eToxIiAvPgo8L3JhZGlhbEdyYWRpZW50PiAKPC9kZWZzPgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3JncmFkKSIvPgo8L3N2Zz4K),
        -webkit-gradient(radial, center center, 0, center center, 362,color-stop(0.078, rgb(189, 207, 188)),color-stop(1, rgb(48, 87, 46)));
    /* Android 2.3 */
    background-image: -webkit-radial-gradient(center center, ellipse farthest-corner,rgb(189, 207, 188) 7.8%,rgb(48, 87, 46) 100%);
    /* IE10+ */
    background-image: radial-gradient(ellipse farthest-corner at center center,rgb(189, 207, 188) 7.8%,rgb(48, 87, 46) 100%);
    background-image: -ms-radial-gradient(center center, ellipse farthest-corner,rgb(189, 207, 188) 7.8%,rgb(48, 87, 46) 100%);
}

/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .gradient {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bdcfbc",endColorstr="#30572e",GradientType=0);
    }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(assets/9347db5956a89b0bab38.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAACCCAMAAACKP+2+AAAA0lBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmZmZOT1BKSkopKSkZGRoQEBAICAjv7+9aWlpra2uHiYt/gIF7e3t2d3hzc3Nub3Hq6uvq6+vm5udSUlLe3t9FRkdCQkI6OjotLS4hISG9vb3P0NIzMzPFxcbS09Str7GnqKmlpaaZmZmPkJKLi4vi4+SDg4TMzMzBw8Ta29y3ubvW1te0tbX39/f////g4eLY2drHyMqpq62Tk5Stra2goqShuidxAAAAD3RSTlMAESIzRFVmd4iZqrvM3e5GKvWZAAAFL0lEQVR4Xu3aV5eyOACA4dAHlYSOvfc6vc/Xdvf//6UNxiECo2AIZy923pu5cPQxEQKeCFRwOklWriDKqKbJsgROp4IqOJ+gnQWgAjKqAiSDjNRzQxCyBBkBZGT+Fx2HRwA/GoOYJQgGAnneSRWRrI4bCqOmi0haplBDIYGgmkEoRHA77TY26vf3HSLALEGFiBAYqWjxpLiBSPN2q+2Oms2eR4hKHJC0eBUMREQ6QzkmDGq0Hh8b/lfzpBgoHSFOpSc/DGK02yYW0oSOUH6CGmli0ul0um6CIAILgZQUMen1zG634aYIBbERRpKYNhp138GMlyQMRgJJccIzzZGPkNNoWISIDnYJsRJq4vxeWFjABob2iXSNYSToRIjoq+gKqhUnwNVXhMyVALUT08iREPQEAFXAiaDJlWNAFwFHgibJh+jr8yZo7ISz4EEsFqeJdW/Gg1ib8zQRLUGcCHP6JeFPTX4ENtKEb+EHGmsexNzEWX6S8O16SJizMJeV8Jw5rm6Gjfw44Vl1TGCj0et2uzNWYlbfZxLDowQRqMFOTEfUwHmUcO0RJbDBPopRyiCEa1mjmFGASBgOIVzbxgTBCbIuTlAjJNaYiBvshEUMikz2hD9LGgWIhGH5IUGMiC9KUAM39aODdm4f8UUIOzQiZEYPWmqQ5qzE2qYGESiBFseGy0q4NjH2yCK5DLp7f85lpd0ji/Ri7k6w4fAgHDwQ20NpAnkTmxNhR0JEUIMLsbCnREgTyJ/xIWY+ShLU8HkQ/n93H1U+8U18E2peQmUmxLyEyEpUQe6qjISUn5DYCBVckMpAQCLkN2Bugn7pvTBRh+eIiibHkgBTkhxLq0REVQQlJVYJoYMS00OiCkqtigmxXEJEQAclpwOlbEIBWtmEBoyyCQOgkoehIYCgVKYgQUwgqJQnKPCwRlVKQuTK8UpbjacxnJCiVo2Xdb3QhcsAQb/8qle7yBBqKINgNqjAQlxyxmiIjYD5CchIIDmvIH/fmRcgvolvwrszeRDm3UnCWw46PIju4NmLE1To8yE6g4AYScJ5G/YDPkQQBJt5mnC2w+EgaPIgHoPg42M4TxKT1cOwPwiC99flcmmxEpPrP3/vdkFIfPSncWL0Mn4YDvuYD2uzEtfhiwwI8eNH/Zio/3oZ/yTD4EdggxKPb5QIeBHY+Lj/JFrbt7eX8fiBGLgOOxG9T9ItIbpPq+1hGNgYFCLCqYgZzWPiYGBk0GUnyExFRkAI1FqRYWBjj/SLEGQYh7BACFTHxMEIkSEzcUNmIjLq9KC1iBEioVKIIMaACJRA083B2NdjJW6jycbIOLFF4uyNX083uFuHlXBub66vr9+GIfIyTy2Dz1uMNHgsg61wIEsnvZh716vtlgvRw5P1Gt8iocaKDzH++Xpqi6S1MvkQ96fvQLoWD2LU/r/dqulyzvQCo5DUGspIV4SiE6XAc0BN4vFZSPCMIPD5uOUIcAkw/xQMgdcRVUGk9rMTCn/1R3SDoyAhx3/buNg8bbBxN3x4JwIs/qVYSPzY1f6NjeZ4/J78savASujgsxo18PVx56VOTZ2NgEJ8k4UYv5/wGFKEAFkIKIE00Vk+bzZ2mgASvJyoUYESvffX291yOaEENWqXEYauUIAS5p/dnb/48/4+pQRN0Y3ThKGKeTa8Fv/cNH3852Z3n2u3SVSNT0LLu1jPWv6eavt59/00QqggMwGy7vupIaExX3OkfM8EhgDypLPu+wkQXIF8XSUAqOR9IpBBzmQdUsDQhNzP+xfqGeAsc0X+FgAAAABJRU5ErkJggg==) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAACCCAMAAACKP+2+AAAA0lBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmZmZOT1BKSkopKSkZGRoQEBAICAjv7+9aWlpra2uHiYt/gIF7e3t2d3hzc3Nub3Hq6uvq6+vm5udSUlLe3t9FRkdCQkI6OjotLS4hISG9vb3P0NIzMzPFxcbS09Str7GnqKmlpaaZmZmPkJKLi4vi4+SDg4TMzMzBw8Ta29y3ubvW1te0tbX39/f////g4eLY2drHyMqpq62Tk5Stra2goqShuidxAAAAD3RSTlMAESIzRFVmd4iZqrvM3e5GKvWZAAAFL0lEQVR4Xu3aV5eyOACA4dAHlYSOvfc6vc/Xdvf//6UNxiECo2AIZy923pu5cPQxEQKeCFRwOklWriDKqKbJsgROp4IqOJ+gnQWgAjKqAiSDjNRzQxCyBBkBZGT+Fx2HRwA/GoOYJQgGAnneSRWRrI4bCqOmi0haplBDIYGgmkEoRHA77TY26vf3HSLALEGFiBAYqWjxpLiBSPN2q+2Oms2eR4hKHJC0eBUMREQ6QzkmDGq0Hh8b/lfzpBgoHSFOpSc/DGK02yYW0oSOUH6CGmli0ul0um6CIAILgZQUMen1zG634aYIBbERRpKYNhp138GMlyQMRgJJccIzzZGPkNNoWISIDnYJsRJq4vxeWFjABob2iXSNYSToRIjoq+gKqhUnwNVXhMyVALUT08iREPQEAFXAiaDJlWNAFwFHgibJh+jr8yZo7ISz4EEsFqeJdW/Gg1ib8zQRLUGcCHP6JeFPTX4ENtKEb+EHGmsexNzEWX6S8O16SJizMJeV8Jw5rm6Gjfw44Vl1TGCj0et2uzNWYlbfZxLDowQRqMFOTEfUwHmUcO0RJbDBPopRyiCEa1mjmFGASBgOIVzbxgTBCbIuTlAjJNaYiBvshEUMikz2hD9LGgWIhGH5IUGMiC9KUAM39aODdm4f8UUIOzQiZEYPWmqQ5qzE2qYGESiBFseGy0q4NjH2yCK5DLp7f85lpd0ji/Ri7k6w4fAgHDwQ20NpAnkTmxNhR0JEUIMLsbCnREgTyJ/xIWY+ShLU8HkQ/n93H1U+8U18E2peQmUmxLyEyEpUQe6qjISUn5DYCBVckMpAQCLkN2Bugn7pvTBRh+eIiibHkgBTkhxLq0REVQQlJVYJoYMS00OiCkqtigmxXEJEQAclpwOlbEIBWtmEBoyyCQOgkoehIYCgVKYgQUwgqJQnKPCwRlVKQuTK8UpbjacxnJCiVo2Xdb3QhcsAQb/8qle7yBBqKINgNqjAQlxyxmiIjYD5CchIIDmvIH/fmRcgvolvwrszeRDm3UnCWw46PIju4NmLE1To8yE6g4AYScJ5G/YDPkQQBJt5mnC2w+EgaPIgHoPg42M4TxKT1cOwPwiC99flcmmxEpPrP3/vdkFIfPSncWL0Mn4YDvuYD2uzEtfhiwwI8eNH/Zio/3oZ/yTD4EdggxKPb5QIeBHY+Lj/JFrbt7eX8fiBGLgOOxG9T9ItIbpPq+1hGNgYFCLCqYgZzWPiYGBk0GUnyExFRkAI1FqRYWBjj/SLEGQYh7BACFTHxMEIkSEzcUNmIjLq9KC1iBEioVKIIMaACJRA083B2NdjJW6jycbIOLFF4uyNX083uFuHlXBub66vr9+GIfIyTy2Dz1uMNHgsg61wIEsnvZh716vtlgvRw5P1Gt8iocaKDzH++Xpqi6S1MvkQ96fvQLoWD2LU/r/dqulyzvQCo5DUGspIV4SiE6XAc0BN4vFZSPCMIPD5uOUIcAkw/xQMgdcRVUGk9rMTCn/1R3SDoyAhx3/buNg8bbBxN3x4JwIs/qVYSPzY1f6NjeZ4/J78savASujgsxo18PVx56VOTZ2NgEJ8k4UYv5/wGFKEAFkIKIE00Vk+bzZ2mgASvJyoUYESvffX291yOaEENWqXEYauUIAS5p/dnb/48/4+pQRN0Y3ThKGKeTa8Fv/cNH3852Z3n2u3SVSNT0LLu1jPWv6eavt59/00QqggMwGy7vupIaExX3OkfM8EhgDypLPu+wkQXIF8XSUAqOR9IpBBzmQdUsDQhNzP+xfqGeAsc0X+FgAAAABJRU5ErkJggg==) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAACCCAMAAACKP+2+AAAA0lBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmZmZOT1BKSkopKSkZGRoQEBAICAjv7+9aWlpra2uHiYt/gIF7e3t2d3hzc3Nub3Hq6uvq6+vm5udSUlLe3t9FRkdCQkI6OjotLS4hISG9vb3P0NIzMzPFxcbS09Str7GnqKmlpaaZmZmPkJKLi4vi4+SDg4TMzMzBw8Ta29y3ubvW1te0tbX39/f////g4eLY2drHyMqpq62Tk5Stra2goqShuidxAAAAD3RSTlMAESIzRFVmd4iZqrvM3e5GKvWZAAAFL0lEQVR4Xu3aV5eyOACA4dAHlYSOvfc6vc/Xdvf//6UNxiECo2AIZy923pu5cPQxEQKeCFRwOklWriDKqKbJsgROp4IqOJ+gnQWgAjKqAiSDjNRzQxCyBBkBZGT+Fx2HRwA/GoOYJQgGAnneSRWRrI4bCqOmi0haplBDIYGgmkEoRHA77TY26vf3HSLALEGFiBAYqWjxpLiBSPN2q+2Oms2eR4hKHJC0eBUMREQ6QzkmDGq0Hh8b/lfzpBgoHSFOpSc/DGK02yYW0oSOUH6CGmli0ul0um6CIAILgZQUMen1zG634aYIBbERRpKYNhp138GMlyQMRgJJccIzzZGPkNNoWISIDnYJsRJq4vxeWFjABob2iXSNYSToRIjoq+gKqhUnwNVXhMyVALUT08iREPQEAFXAiaDJlWNAFwFHgibJh+jr8yZo7ISz4EEsFqeJdW/Gg1ib8zQRLUGcCHP6JeFPTX4ENtKEb+EHGmsexNzEWX6S8O16SJizMJeV8Jw5rm6Gjfw44Vl1TGCj0et2uzNWYlbfZxLDowQRqMFOTEfUwHmUcO0RJbDBPopRyiCEa1mjmFGASBgOIVzbxgTBCbIuTlAjJNaYiBvshEUMikz2hD9LGgWIhGH5IUGMiC9KUAM39aODdm4f8UUIOzQiZEYPWmqQ5qzE2qYGESiBFseGy0q4NjH2yCK5DLp7f85lpd0ji/Ri7k6w4fAgHDwQ20NpAnkTmxNhR0JEUIMLsbCnREgTyJ/xIWY+ShLU8HkQ/n93H1U+8U18E2peQmUmxLyEyEpUQe6qjISUn5DYCBVckMpAQCLkN2Bugn7pvTBRh+eIiibHkgBTkhxLq0REVQQlJVYJoYMS00OiCkqtigmxXEJEQAclpwOlbEIBWtmEBoyyCQOgkoehIYCgVKYgQUwgqJQnKPCwRlVKQuTK8UpbjacxnJCiVo2Xdb3QhcsAQb/8qle7yBBqKINgNqjAQlxyxmiIjYD5CchIIDmvIH/fmRcgvolvwrszeRDm3UnCWw46PIju4NmLE1To8yE6g4AYScJ5G/YDPkQQBJt5mnC2w+EgaPIgHoPg42M4TxKT1cOwPwiC99flcmmxEpPrP3/vdkFIfPSncWL0Mn4YDvuYD2uzEtfhiwwI8eNH/Zio/3oZ/yTD4EdggxKPb5QIeBHY+Lj/JFrbt7eX8fiBGLgOOxG9T9ItIbpPq+1hGNgYFCLCqYgZzWPiYGBk0GUnyExFRkAI1FqRYWBjj/SLEGQYh7BACFTHxMEIkSEzcUNmIjLq9KC1iBEioVKIIMaACJRA083B2NdjJW6jycbIOLFF4uyNX083uFuHlXBub66vr9+GIfIyTy2Dz1uMNHgsg61wIEsnvZh716vtlgvRw5P1Gt8iocaKDzH++Xpqi6S1MvkQ96fvQLoWD2LU/r/dqulyzvQCo5DUGspIV4SiE6XAc0BN4vFZSPCMIPD5uOUIcAkw/xQMgdcRVUGk9rMTCn/1R3SDoyAhx3/buNg8bbBxN3x4JwIs/qVYSPzY1f6NjeZ4/J78savASujgsxo18PVx56VOTZ2NgEJ8k4UYv5/wGFKEAFkIKIE00Vk+bzZ2mgASvJyoUYESvffX291yOaEENWqXEYauUIAS5p/dnb/48/4+pQRN0Y3ThKGKeTa8Fv/cNH3852Z3n2u3SVSNT0LLu1jPWv6eavt59/00QqggMwGy7vupIaExX3OkfM8EhgDypLPu+wkQXIF8XSUAqOR9IpBBzmQdUsDQhNzP+xfqGeAsc0X+FgAAAABJRU5ErkJggg==) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

.country-select{
	position:relative;
	display:inline-block
}
.country-select *{
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.country-select .hide{
	display:none
}
.country-select .v-hide{
	visibility:hidden
}
.country-select input,
.country-select input[type=text]{
	position:relative;
	z-index:0;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:36px;
	margin-right:0
}
.country-select .flag-dropdown{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	padding:1px
}
.country-select .selected-flag{
	z-index:1;
	position:relative;
	width:36px;
	height:100%;
	padding:0 0 0 8px
}
.country-select .selected-flag .flag{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto
}
.country-select .selected-flag .arrow{
	position:absolute;
	top:50%;
	margin-top:-2px;
	right:6px;
	width:0;
	height:0;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	border-top:4px solid #555
}
.country-select .selected-flag .arrow.up{
	border-top:none;
	border-bottom:4px solid #555
}
.country-select .country-list{
	position:absolute;
	z-index:2;
	list-style:none;
	text-align:left;
	padding:0;
	margin:0 0 0 -1px;
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);
	background-color:white;
	border:1px solid #ccc;
	white-space:nowrap;
	max-height:200px;
	overflow-y:scroll
}
.country-select .country-list .flag{
	display:inline-block;
	width:20px
}
@media (max-width: 500px){
	.country-select .country-list{
		white-space:normal
	}
}
.country-select .country-list .divider{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc
}
.country-select .country-list .country{
	padding:5px 10px
}
.country-select .country-list .country.highlight{
	background-color:rgba(0, 0, 0, 0.05)
}
.country-select .country-list .flag,
.country-select .country-list .country-name{
	vertical-align:middle
}
.country-select .country-list .flag{
	margin-right:6px
}
.country-select.inside input,
.country-select.inside input[type=text]{
	padding-right:6px;
	padding-left:52px;
	margin-left:0
}
.country-select.inside .flag-dropdown{
	right:auto;
	left:0
}
.country-select.inside .selected-flag{
	width:46px
}
.country-select.inside .flag-dropdown:hover{
	cursor:pointer
}
.country-select.inside .flag-dropdown:hover .selected-flag{
	background-color:rgba(0, 0, 0, 0.05)
}
.country-select.inside input[disabled] + .flag-dropdown:hover,
.country-select.inside input[readonly] + .flag-dropdown:hover{
	cursor:default
}
.country-select.inside input[disabled] + .flag-dropdown:hover .selected-flag,
.country-select.inside input[readonly] + .flag-dropdown:hover .selected-flag{
	background-color:transparent
}
.country-select .flag{
	width:20px;
	height:15px;
	-webkit-box-shadow:0px 0px 1px 0px #888;
	box-shadow:0px 0px 1px 0px #888;
	background-image:url(assets/3f9d4c2eaac6057ce601.png);
	background-repeat:no-repeat;
	background-color:#dbdbdb;
	background-position:20px 0
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	.country-select .flag{
		background-image:url(assets/1ff49fd4eddddb2bde9f.png)
	}
}
.country-select .flag{
	width:20px
}
.country-select .flag.be{
	width:18px
}
.country-select .flag.ch{
	width:15px
}
.country-select .flag.mc{
	width:19px
}
.country-select .flag.ne{
	width:18px
}
.country-select .flag.np{
	width:13px
}
.country-select .flag.va{
	width:15px
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	.country-select .flag{
		background-size:5630px 15px
	}
}
.country-select .flag.ac{
	height:10px;
	background-position:0px 0px
}
.country-select .flag.ad{
	height:14px;
	background-position:-22px 0px
}
.country-select .flag.ae{
	height:10px;
	background-position:-44px 0px
}
.country-select .flag.af{
	height:14px;
	background-position:-66px 0px
}
.country-select .flag.ag{
	height:14px;
	background-position:-88px 0px
}
.country-select .flag.ai{
	height:10px;
	background-position:-110px 0px
}
.country-select .flag.al{
	height:15px;
	background-position:-132px 0px
}
.country-select .flag.am{
	height:10px;
	background-position:-154px 0px
}
.country-select .flag.ao{
	height:14px;
	background-position:-176px 0px
}
.country-select .flag.aq{
	height:14px;
	background-position:-198px 0px
}
.country-select .flag.ar{
	height:13px;
	background-position:-220px 0px
}
.country-select .flag.as{
	height:10px;
	background-position:-242px 0px
}
.country-select .flag.at{
	height:14px;
	background-position:-264px 0px
}
.country-select .flag.au{
	height:10px;
	background-position:-286px 0px
}
.country-select .flag.aw{
	height:14px;
	background-position:-308px 0px
}
.country-select .flag.ax{
	height:13px;
	background-position:-330px 0px
}
.country-select .flag.az{
	height:10px;
	background-position:-352px 0px
}
.country-select .flag.ba{
	height:10px;
	background-position:-374px 0px
}
.country-select .flag.bb{
	height:14px;
	background-position:-396px 0px
}
.country-select .flag.bd{
	height:12px;
	background-position:-418px 0px
}
.country-select .flag.be{
	height:15px;
	background-position:-440px 0px
}
.country-select .flag.bf{
	height:14px;
	background-position:-460px 0px
}
.country-select .flag.bg{
	height:12px;
	background-position:-482px 0px
}
.country-select .flag.bh{
	height:12px;
	background-position:-504px 0px
}
.country-select .flag.bi{
	height:12px;
	background-position:-526px 0px
}
.country-select .flag.bj{
	height:14px;
	background-position:-548px 0px
}
.country-select .flag.bl{
	height:14px;
	background-position:-570px 0px
}
.country-select .flag.bm{
	height:10px;
	background-position:-592px 0px
}
.country-select .flag.bn{
	height:10px;
	background-position:-614px 0px
}
.country-select .flag.bo{
	height:14px;
	background-position:-636px 0px
}
.country-select .flag.bq{
	height:14px;
	background-position:-658px 0px
}
.country-select .flag.br{
	height:14px;
	background-position:-680px 0px
}
.country-select .flag.bs{
	height:10px;
	background-position:-702px 0px
}
.country-select .flag.bt{
	height:14px;
	background-position:-724px 0px
}
.country-select .flag.bv{
	height:15px;
	background-position:-746px 0px
}
.country-select .flag.bw{
	height:14px;
	background-position:-768px 0px
}
.country-select .flag.by{
	height:10px;
	background-position:-790px 0px
}
.country-select .flag.bz{
	height:14px;
	background-position:-812px 0px
}
.country-select .flag.ca{
	height:10px;
	background-position:-834px 0px
}
.country-select .flag.cc{
	height:10px;
	background-position:-856px 0px
}
.country-select .flag.cd{
	height:15px;
	background-position:-878px 0px
}
.country-select .flag.cf{
	height:14px;
	background-position:-900px 0px
}
.country-select .flag.cg{
	height:14px;
	background-position:-922px 0px
}
.country-select .flag.ch{
	height:15px;
	background-position:-944px 0px
}
.country-select .flag.ci{
	height:14px;
	background-position:-961px 0px
}
.country-select .flag.ck{
	height:10px;
	background-position:-983px 0px
}
.country-select .flag.cl{
	height:14px;
	background-position:-1005px 0px
}
.country-select .flag.cm{
	height:14px;
	background-position:-1027px 0px
}
.country-select .flag.cn{
	height:14px;
	background-position:-1049px 0px
}
.country-select .flag.co{
	height:14px;
	background-position:-1071px 0px
}
.country-select .flag.cp{
	height:14px;
	background-position:-1093px 0px
}
.country-select .flag.cr{
	height:12px;
	background-position:-1115px 0px
}
.country-select .flag.cu{
	height:10px;
	background-position:-1137px 0px
}
.country-select .flag.cv{
	height:12px;
	background-position:-1159px 0px
}
.country-select .flag.cw{
	height:14px;
	background-position:-1181px 0px
}
.country-select .flag.cx{
	height:10px;
	background-position:-1203px 0px
}
.country-select .flag.cy{
	height:13px;
	background-position:-1225px 0px
}
.country-select .flag.cz{
	height:14px;
	background-position:-1247px 0px
}
.country-select .flag.de{
	height:12px;
	background-position:-1269px 0px
}
.country-select .flag.dg{
	height:10px;
	background-position:-1291px 0px
}
.country-select .flag.dj{
	height:14px;
	background-position:-1313px 0px
}
.country-select .flag.dk{
	height:15px;
	background-position:-1335px 0px
}
.country-select .flag.dm{
	height:10px;
	background-position:-1357px 0px
}
.country-select .flag.do{
	height:13px;
	background-position:-1379px 0px
}
.country-select .flag.dz{
	height:14px;
	background-position:-1401px 0px
}
.country-select .flag.ea{
	height:14px;
	background-position:-1423px 0px
}
.country-select .flag.ec{
	height:14px;
	background-position:-1445px 0px
}
.country-select .flag.ee{
	height:13px;
	background-position:-1467px 0px
}
.country-select .flag.eg{
	height:14px;
	background-position:-1489px 0px
}
.country-select .flag.eh{
	height:10px;
	background-position:-1511px 0px
}
.country-select .flag.er{
	height:10px;
	background-position:-1533px 0px
}
.country-select .flag.es{
	height:14px;
	background-position:-1555px 0px
}
.country-select .flag.et{
	height:10px;
	background-position:-1577px 0px
}
.country-select .flag.eu{
	height:14px;
	background-position:-1599px 0px
}
.country-select .flag.fi{
	height:12px;
	background-position:-1621px 0px
}
.country-select .flag.fj{
	height:10px;
	background-position:-1643px 0px
}
.country-select .flag.fk{
	height:10px;
	background-position:-1665px 0px
}
.country-select .flag.fm{
	height:11px;
	background-position:-1687px 0px
}
.country-select .flag.fo{
	height:15px;
	background-position:-1709px 0px
}
.country-select .flag.fr{
	height:14px;
	background-position:-1731px 0px
}
.country-select .flag.ga{
	height:15px;
	background-position:-1753px 0px
}
.country-select .flag.gb{
	height:10px;
	background-position:-1775px 0px
}
.country-select .flag.gd{
	height:12px;
	background-position:-1797px 0px
}
.country-select .flag.ge{
	height:14px;
	background-position:-1819px 0px
}
.country-select .flag.gf{
	height:14px;
	background-position:-1841px 0px
}
.country-select .flag.gg{
	height:14px;
	background-position:-1863px 0px
}
.country-select .flag.gh{
	height:14px;
	background-position:-1885px 0px
}
.country-select .flag.gi{
	height:10px;
	background-position:-1907px 0px
}
.country-select .flag.gl{
	height:14px;
	background-position:-1929px 0px
}
.country-select .flag.gm{
	height:14px;
	background-position:-1951px 0px
}
.country-select .flag.gn{
	height:14px;
	background-position:-1973px 0px
}
.country-select .flag.gp{
	height:14px;
	background-position:-1995px 0px
}
.country-select .flag.gq{
	height:14px;
	background-position:-2017px 0px
}
.country-select .flag.gr{
	height:14px;
	background-position:-2039px 0px
}
.country-select .flag.gs{
	height:10px;
	background-position:-2061px 0px
}
.country-select .flag.gt{
	height:13px;
	background-position:-2083px 0px
}
.country-select .flag.gu{
	height:11px;
	background-position:-2105px 0px
}
.country-select .flag.gw{
	height:10px;
	background-position:-2127px 0px
}
.country-select .flag.gy{
	height:12px;
	background-position:-2149px 0px
}
.country-select .flag.hk{
	height:14px;
	background-position:-2171px 0px
}
.country-select .flag.hm{
	height:10px;
	background-position:-2193px 0px
}
.country-select .flag.hn{
	height:10px;
	background-position:-2215px 0px
}
.country-select .flag.hr{
	height:10px;
	background-position:-2237px 0px
}
.country-select .flag.ht{
	height:12px;
	background-position:-2259px 0px
}
.country-select .flag.hu{
	height:10px;
	background-position:-2281px 0px
}
.country-select .flag.ic{
	height:14px;
	background-position:-2303px 0px
}
.country-select .flag.id{
	height:14px;
	background-position:-2325px 0px
}
.country-select .flag.ie{
	height:10px;
	background-position:-2347px 0px
}
.country-select .flag.il{
	height:15px;
	background-position:-2369px 0px
}
.country-select .flag.im{
	height:10px;
	background-position:-2391px 0px
}
.country-select .flag.in{
	height:14px;
	background-position:-2413px 0px
}
.country-select .flag.io{
	height:10px;
	background-position:-2435px 0px
}
.country-select .flag.iq{
	height:14px;
	background-position:-2457px 0px
}
.country-select .flag.ir{
	height:12px;
	background-position:-2479px 0px
}
.country-select .flag.is{
	height:15px;
	background-position:-2501px 0px
}
.country-select .flag.it{
	height:14px;
	background-position:-2523px 0px
}
.country-select .flag.je{
	height:12px;
	background-position:-2545px 0px
}
.country-select .flag.jm{
	height:10px;
	background-position:-2567px 0px
}
.country-select .flag.jo{
	height:10px;
	background-position:-2589px 0px
}
.country-select .flag.jp{
	height:14px;
	background-position:-2611px 0px
}
.country-select .flag.ke{
	height:14px;
	background-position:-2633px 0px
}
.country-select .flag.kg{
	height:12px;
	background-position:-2655px 0px
}
.country-select .flag.kh{
	height:13px;
	background-position:-2677px 0px
}
.country-select .flag.ki{
	height:10px;
	background-position:-2699px 0px
}
.country-select .flag.km{
	height:12px;
	background-position:-2721px 0px
}
.country-select .flag.kn{
	height:14px;
	background-position:-2743px 0px
}
.country-select .flag.kp{
	height:10px;
	background-position:-2765px 0px
}
.country-select .flag.kr{
	height:14px;
	background-position:-2787px 0px
}
.country-select .flag.kw{
	height:10px;
	background-position:-2809px 0px
}
.country-select .flag.ky{
	height:10px;
	background-position:-2831px 0px
}
.country-select .flag.kz{
	height:10px;
	background-position:-2853px 0px
}
.country-select .flag.la{
	height:14px;
	background-position:-2875px 0px
}
.country-select .flag.lb{
	height:14px;
	background-position:-2897px 0px
}
.country-select .flag.lc{
	height:10px;
	background-position:-2919px 0px
}
.country-select .flag.li{
	height:12px;
	background-position:-2941px 0px
}
.country-select .flag.lk{
	height:10px;
	background-position:-2963px 0px
}
.country-select .flag.lr{
	height:11px;
	background-position:-2985px 0px
}
.country-select .flag.ls{
	height:14px;
	background-position:-3007px 0px
}
.country-select .flag.lt{
	height:12px;
	background-position:-3029px 0px
}
.country-select .flag.lu{
	height:12px;
	background-position:-3051px 0px
}
.country-select .flag.lv{
	height:10px;
	background-position:-3073px 0px
}
.country-select .flag.ly{
	height:10px;
	background-position:-3095px 0px
}
.country-select .flag.ma{
	height:14px;
	background-position:-3117px 0px
}
.country-select .flag.mc{
	height:15px;
	background-position:-3139px 0px
}
.country-select .flag.md{
	height:10px;
	background-position:-3160px 0px
}
.country-select .flag.me{
	height:10px;
	background-position:-3182px 0px
}
.country-select .flag.mf{
	height:14px;
	background-position:-3204px 0px
}
.country-select .flag.mg{
	height:14px;
	background-position:-3226px 0px
}
.country-select .flag.mh{
	height:11px;
	background-position:-3248px 0px
}
.country-select .flag.mk{
	height:10px;
	background-position:-3270px 0px
}
.country-select .flag.ml{
	height:14px;
	background-position:-3292px 0px
}
.country-select .flag.mm{
	height:14px;
	background-position:-3314px 0px
}
.country-select .flag.mn{
	height:10px;
	background-position:-3336px 0px
}
.country-select .flag.mo{
	height:14px;
	background-position:-3358px 0px
}
.country-select .flag.mp{
	height:10px;
	background-position:-3380px 0px
}
.country-select .flag.mq{
	height:14px;
	background-position:-3402px 0px
}
.country-select .flag.mr{
	height:14px;
	background-position:-3424px 0px
}
.country-select .flag.ms{
	height:10px;
	background-position:-3446px 0px
}
.country-select .flag.mt{
	height:14px;
	background-position:-3468px 0px
}
.country-select .flag.mu{
	height:14px;
	background-position:-3490px 0px
}
.country-select .flag.mv{
	height:14px;
	background-position:-3512px 0px
}
.country-select .flag.mw{
	height:14px;
	background-position:-3534px 0px
}
.country-select .flag.mx{
	height:12px;
	background-position:-3556px 0px
}
.country-select .flag.my{
	height:10px;
	background-position:-3578px 0px
}
.country-select .flag.mz{
	height:14px;
	background-position:-3600px 0px
}
.country-select .flag.na{
	height:14px;
	background-position:-3622px 0px
}
.country-select .flag.nc{
	height:10px;
	background-position:-3644px 0px
}
.country-select .flag.ne{
	height:15px;
	background-position:-3666px 0px
}
.country-select .flag.nf{
	height:10px;
	background-position:-3686px 0px
}
.country-select .flag.ng{
	height:10px;
	background-position:-3708px 0px
}
.country-select .flag.ni{
	height:12px;
	background-position:-3730px 0px
}
.country-select .flag.nl{
	height:14px;
	background-position:-3752px 0px
}
.country-select .flag.no{
	height:15px;
	background-position:-3774px 0px
}
.country-select .flag.np{
	height:15px;
	background-position:-3796px 0px;
	background-color:transparent
}
.country-select .flag.nr{
	height:10px;
	background-position:-3811px 0px
}
.country-select .flag.nu{
	height:10px;
	background-position:-3833px 0px
}
.country-select .flag.nz{
	height:10px;
	background-position:-3855px 0px
}
.country-select .flag.om{
	height:10px;
	background-position:-3877px 0px
}
.country-select .flag.pa{
	height:14px;
	background-position:-3899px 0px
}
.country-select .flag.pe{
	height:14px;
	background-position:-3921px 0px
}
.country-select .flag.pf{
	height:14px;
	background-position:-3943px 0px
}
.country-select .flag.pg{
	height:15px;
	background-position:-3965px 0px
}
.country-select .flag.ph{
	height:10px;
	background-position:-3987px 0px
}
.country-select .flag.pk{
	height:14px;
	background-position:-4009px 0px
}
.country-select .flag.pl{
	height:13px;
	background-position:-4031px 0px
}
.country-select .flag.pm{
	height:14px;
	background-position:-4053px 0px
}
.country-select .flag.pn{
	height:10px;
	background-position:-4075px 0px
}
.country-select .flag.pr{
	height:14px;
	background-position:-4097px 0px
}
.country-select .flag.ps{
	height:10px;
	background-position:-4119px 0px
}
.country-select .flag.pt{
	height:14px;
	background-position:-4141px 0px
}
.country-select .flag.pw{
	height:13px;
	background-position:-4163px 0px
}
.country-select .flag.py{
	height:11px;
	background-position:-4185px 0px
}
.country-select .flag.qa{
	height:8px;
	background-position:-4207px 0px
}
.country-select .flag.re{
	height:14px;
	background-position:-4229px 0px
}
.country-select .flag.ro{
	height:14px;
	background-position:-4251px 0px
}
.country-select .flag.rs{
	height:14px;
	background-position:-4273px 0px
}
.country-select .flag.ru{
	height:14px;
	background-position:-4295px 0px
}
.country-select .flag.rw{
	height:14px;
	background-position:-4317px 0px
}
.country-select .flag.sa{
	height:14px;
	background-position:-4339px 0px
}
.country-select .flag.sb{
	height:10px;
	background-position:-4361px 0px
}
.country-select .flag.sc{
	height:10px;
	background-position:-4383px 0px
}
.country-select .flag.sd{
	height:10px;
	background-position:-4405px 0px
}
.country-select .flag.se{
	height:13px;
	background-position:-4427px 0px
}
.country-select .flag.sg{
	height:14px;
	background-position:-4449px 0px
}
.country-select .flag.sh{
	height:10px;
	background-position:-4471px 0px
}
.country-select .flag.si{
	height:10px;
	background-position:-4493px 0px
}
.country-select .flag.sj{
	height:15px;
	background-position:-4515px 0px
}
.country-select .flag.sk{
	height:14px;
	background-position:-4537px 0px
}
.country-select .flag.sl{
	height:14px;
	background-position:-4559px 0px
}
.country-select .flag.sm{
	height:15px;
	background-position:-4581px 0px
}
.country-select .flag.sn{
	height:14px;
	background-position:-4603px 0px
}
.country-select .flag.so{
	height:14px;
	background-position:-4625px 0px
}
.country-select .flag.sr{
	height:14px;
	background-position:-4647px 0px
}
.country-select .flag.ss{
	height:10px;
	background-position:-4669px 0px
}
.country-select .flag.st{
	height:10px;
	background-position:-4691px 0px
}
.country-select .flag.sv{
	height:12px;
	background-position:-4713px 0px
}
.country-select .flag.sx{
	height:14px;
	background-position:-4735px 0px
}
.country-select .flag.sy{
	height:14px;
	background-position:-4757px 0px
}
.country-select .flag.sz{
	height:14px;
	background-position:-4779px 0px
}
.country-select .flag.ta{
	height:10px;
	background-position:-4801px 0px
}
.country-select .flag.tc{
	height:10px;
	background-position:-4823px 0px
}
.country-select .flag.td{
	height:14px;
	background-position:-4845px 0px
}
.country-select .flag.tf{
	height:14px;
	background-position:-4867px 0px
}
.country-select .flag.tg{
	height:13px;
	background-position:-4889px 0px
}
.country-select .flag.th{
	height:14px;
	background-position:-4911px 0px
}
.country-select .flag.tj{
	height:10px;
	background-position:-4933px 0px
}
.country-select .flag.tk{
	height:10px;
	background-position:-4955px 0px
}
.country-select .flag.tl{
	height:10px;
	background-position:-4977px 0px
}
.country-select .flag.tm{
	height:14px;
	background-position:-4999px 0px
}
.country-select .flag.tn{
	height:14px;
	background-position:-5021px 0px
}
.country-select .flag.to{
	height:10px;
	background-position:-5043px 0px
}
.country-select .flag.tr{
	height:14px;
	background-position:-5065px 0px
}
.country-select .flag.tt{
	height:12px;
	background-position:-5087px 0px
}
.country-select .flag.tv{
	height:10px;
	background-position:-5109px 0px
}
.country-select .flag.tw{
	height:14px;
	background-position:-5131px 0px
}
.country-select .flag.tz{
	height:14px;
	background-position:-5153px 0px
}
.country-select .flag.ua{
	height:14px;
	background-position:-5175px 0px
}
.country-select .flag.ug{
	height:14px;
	background-position:-5197px 0px
}
.country-select .flag.um{
	height:11px;
	background-position:-5219px 0px
}
.country-select .flag.us{
	height:11px;
	background-position:-5241px 0px
}
.country-select .flag.uy{
	height:14px;
	background-position:-5263px 0px
}
.country-select .flag.uz{
	height:10px;
	background-position:-5285px 0px
}
.country-select .flag.va{
	height:15px;
	background-position:-5307px 0px
}
.country-select .flag.vc{
	height:14px;
	background-position:-5324px 0px
}
.country-select .flag.ve{
	height:14px;
	background-position:-5346px 0px
}
.country-select .flag.vg{
	height:10px;
	background-position:-5368px 0px
}
.country-select .flag.vi{
	height:14px;
	background-position:-5390px 0px
}
.country-select .flag.vn{
	height:14px;
	background-position:-5412px 0px
}
.country-select .flag.vu{
	height:12px;
	background-position:-5434px 0px
}
.country-select .flag.wf{
	height:14px;
	background-position:-5456px 0px
}
.country-select .flag.ws{
	height:10px;
	background-position:-5478px 0px
}
.country-select .flag.xk{
	height:15px;
	background-position:-5500px 0px
}
.country-select .flag.ye{
	height:14px;
	background-position:-5522px 0px
}
.country-select .flag.yt{
	height:14px;
	background-position:-5544px 0px
}
.country-select .flag.za{
	height:14px;
	background-position:-5566px 0px
}
.country-select .flag.zm{
	height:14px;
	background-position:-5588px 0px
}
.country-select .flag.zw{
	height:10px;
	background-position:-5610px 0px
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: white;
  border-radius: 4px;
  border: 1px solid rgb(var(--tw-color-shade-200));
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid rgb(var(--tw-color-shade-300));
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid rgb(var(--tw-color-shade-300));
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid white;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: white;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid white;
  border-radius: 4px;
  background-color: white;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: rgb(var(--tw-color-shade-200));
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: rgb(var(--tw-color-shade-300));
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: white;
  border-color: transparent;
  color: rgb(var(--tw-color-shade-400));
}

.daterangepicker td.in-range {
  background-color: rgb(var(--tw-color-shade-200));
  border-color: transparent;
  color: black;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: rgb(var(--tw-color-secondary-400));
  border-color: transparent;
  color: white;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: rgb(var(--tw-color-shade-400));
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: rgb(var(--tw-color-shade-200));
  border: 1px solid rgb(var(--tw-color-shade-200));
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: rgb(var(--tw-color-shade-300));
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid rgb(var(--tw-color-shade-200));
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: var(--tw-font-bold);
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid rgb(var(--tw-color-shade-200));
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: rgb(var(--tw-color-shade-200));
}

.daterangepicker .ranges li.active {
  background-color: rgb(var(--tw-color-secondary-400));
  color: white;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 140px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .drp-calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .drp-calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .drp-calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 8px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .drp-calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .drp-calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }

*,::before,::after{border-width:0;border-style:solid;border-color:currentColor}@-moz-keyframes backdropFadeIn{from{opacity:0}to{opacity:.6}}@-webkit-keyframes backdropFadeIn{from{opacity:0}to{opacity:.6}}@-o-keyframes backdropFadeIn{from{opacity:0}to{opacity:.6}}@keyframes backdropFadeIn{from{opacity:0}to{opacity:.6}}@-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 fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);-o-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,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-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);-o-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,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)}}@-o-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);-o-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,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)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);-o-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,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)}}.checkmark{display:inline-block}.checkmark:after{content:'';display:block;width:9px;height:18px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.checkbox-icon-small{text-align:center;width:15px;height:15px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}.checkbox-icon-small .checkmark:after{width:4px;height:7px;position:absolute;top:4px;left:6px}.information-icon-image{width:14px}.information-icon{display:inline-block;position:relative}.information-icon:after{content:"";width:15px;height:15px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;border:1px solid rgb(var(--tw-color-secondary-500)/1);display:inline-block}.information-icon:before{content:"i";color:rgb(var(--tw-color-secondary-500)/1);position:absolute;left:6px;top:2px;font-size:10px;font-weight:var(--tw-font-bold)}.wl-icon-remove,.close-icon{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;color:rgb(var(--tw-color-primary-500)/1);border:2px 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%;font-size:28px;display:inline-block;width:30px;height:30px;text-align:center;line-height:25px}.wl-icon-remove:after,.close-icon:after{content:'+'}.close-icon.active{color:#fff;border:2px solid #fff;line-height:22px}.close-icon.active:after{content:'–'}.wl-icon-remove{background-color:#fff;cursor:pointer;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.market-close{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;cursor:pointer;display:inline-block;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);font-size:40px;line-height:20px;text-align:center;color:#000}.market-close:after{content:'+'}.nav > li > a:focus,.nav > li > a:hover{background-color:inherit}.navbar{min-height:inherit;margin-bottom:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}html,body{height:100%}a,a:visited,a:hover{color:rgb(var(--tw-color-primary-500)/1)}a:focus{outline:none}.form-control:focus{border-color:rgb(var(--tw-color-primary-500)/1);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(206,27,82,0.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(206,27,82,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(206,27,82,0.6);-ms-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(206,27,82,0.6);-o-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(206,27,82,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(206,27,82,0.6)}.panel-body ul,.panel-body ol{font-size:14px}.panel{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.row-no-margin{margin-left:-30px;margin-right:-30px}.no-gutter > [class*='col-']{padding-right:0;padding-left:0}.small-gutter{margin-left:-5px;margin-right:-5px}.small-gutter > [class*='col-']{padding-right:5px;padding-left:5px}@media (min-width:1350px){.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{float:left}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}.col-xl-pull-12{right:100%}.col-xl-pull-11{right:91.66666667%}.col-xl-pull-10{right:83.33333333%}.col-xl-pull-9{right:75%}.col-xl-pull-8{right:66.66666667%}.col-xl-pull-7{right:58.33333333%}.col-xl-pull-6{right:50%}.col-xl-pull-5{right:41.66666667%}.col-xl-pull-4{right:33.33333333%}.col-xl-pull-3{right:25%}.col-xl-pull-2{right:16.66666667%}.col-xl-pull-1{right:8.33333333%}.col-xl-pull-0{right:auto}.col-xl-push-12{left:100%}.col-xl-push-11{left:91.66666667%}.col-xl-push-10{left:83.33333333%}.col-xl-push-9{left:75%}.col-xl-push-8{left:66.66666667%}.col-xl-push-7{left:58.33333333%}.col-xl-push-6{left:50%}.col-xl-push-5{left:41.66666667%}.col-xl-push-4{left:33.33333333%}.col-xl-push-3{left:25%}.col-xl-push-2{left:16.66666667%}.col-xl-push-1{left:8.33333333%}.col-xl-push-0{left:auto}.col-xl-offset-12{margin-left:100%}.col-xl-offset-11{margin-left:91.66666667%}.col-xl-offset-10{margin-left:83.33333333%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-8{margin-left:66.66666667%}.col-xl-offset-7{margin-left:58.33333333%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-5{margin-left:41.66666667%}.col-xl-offset-4{margin-left:33.33333333%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-2{margin-left:16.66666667%}.col-xl-offset-1{margin-left:8.33333333%}.col-xl-offset-0{margin-left:0}}.no-wrap{white-space:nowrap}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.highlight{color:rgb(var(--tw-color-primary-500)/1)}.content-container{background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);-ms-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);-o-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);box-shadow:0 0 15px 0 rgba(0,0,0,0.15);margin-bottom:60px;padding:20px;position:relative}.content-container--simplified{background-color:transparent;-webkit-border-radius:initial;-moz-border-radius:initial;-ms-border-radius:initial;-o-border-radius:initial;border-radius:initial;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;padding:20px 0}.content-container .currency-toggle-switch{position:absolute;right:20px;top:20px}.admin-bar{background-color:#f00;padding:20px;color:#fff}.admin-bar a{color:#f00}.admin-bar p{margin:0}.divider{width:0;border-right:1px solid rgb(var(--tw-color-shade-200)/1)}.disclaimer-text p{margin-bottom:8px}.content-page{background-color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;border:1px solid rgb(var(--tw-color-shade-400)/1);padding:20px 30px}.press-article .item-image img{width:100%;max-width:175px}.extra-warning{padding:40px 15px;background-color:rgb(var(--tw-color-shade-200)/1);border-top:1px solid rgb(var(--tw-color-shade-300)/1)}.extra-warning a{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}.extra-warning a:hover{color:rgb(var(--tw-color-primary-500)/1);text-decoration:underline}.extra-warning--themed{background-color:rgb(var(--tw-color-secondary-500)/1);border:none;color:#fff;padding:5rem 1.5rem 5.8rem}.extra-warning--themed h3{font-size:3.125rem;color:inherit;line-height:1.1874;margin:0}.extra-warning--themed p{font-size:1.6rem;line-height:1.1875;margin-bottom:0}.extra-warning--themed a{color:inherit;text-decoration:underline}.extra-warning--themed a:hover{color:#fff;text-decoration:none}.warning{color:rgb(var(--tw-color-error-500)/1)}.content-background{background-color:rgb(var(--tw-color-shade-100)/1)}.pulsate{-webkit-animation-name:pulsate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite}@-webkit-keyframes pulsate{0%{opacity:.9}25%{opacity:.95}50%{opacity:1}75%{opacity:.95}100%{opacity:.9}}.fixed-body{position:fixed;background-color:#fff}.validation-message{color:rgb(var(--tw-color-error-500)/1) !important}.currency-toggle,.multi-toggle,.filter-toggle{border:2px solid rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-400)/1);background-color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;padding:2px}.currency-toggle .toggle-button,.multi-toggle .toggle-button,.filter-toggle .toggle-button{margin-left:2px;padding:5px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px}.currency-toggle .toggle-button:hover,.multi-toggle .toggle-button:hover,.filter-toggle .toggle-button:hover{background-color:rgb(var(--tw-color-primary-500)/1);color:#fff}.currency-toggle .toggle-button:hover .toggle-button--icon-selected,.multi-toggle .toggle-button:hover .toggle-button--icon-selected,.filter-toggle .toggle-button:hover .toggle-button--icon-selected{display:inline}.currency-toggle .toggle-button:hover .toggle-button--icon,.multi-toggle .toggle-button:hover .toggle-button--icon,.filter-toggle .toggle-button:hover .toggle-button--icon{display:none}.currency-toggle .toggle-button .toggle-button--icon-selected,.multi-toggle .toggle-button .toggle-button--icon-selected,.filter-toggle .toggle-button .toggle-button--icon-selected{display:none}.currency-toggle .toggle-button.selected,.multi-toggle .toggle-button.selected,.filter-toggle .toggle-button.selected{background-color:rgb(var(--tw-color-secondary-500)/1);color:#fff}.currency-toggle .toggle-button.selected:hover,.multi-toggle .toggle-button.selected:hover,.filter-toggle .toggle-button.selected:hover{background-color:rgb(var(--tw-color-primary-500)/1);color:#fff}.currency-toggle .toggle-button.selected .toggle-button--icon-selected,.multi-toggle .toggle-button.selected .toggle-button--icon-selected,.filter-toggle .toggle-button.selected .toggle-button--icon-selected{display:inline}.currency-toggle .toggle-button.selected .toggle-button--icon,.multi-toggle .toggle-button.selected .toggle-button--icon,.filter-toggle .toggle-button.selected .toggle-button--icon{display:none}.currency-toggle .toggle-button:first-child,.multi-toggle .toggle-button:first-child,.filter-toggle .toggle-button:first-child{margin-left:0}.filter-toggle{vertical-align:middle;padding:7px 8px;font-size:16px;color:rgb(var(--tw-color-primary-500)/1);display:inline-block}.filter-toggle:hover{border-color:rgb(var(--tw-color-primary-500)/1)}.filter-toggle label.checkbox{color:rgb(var(--tw-color-shade-500)/1);font-weight:var(--tw-font-normal);font-size:16px;line-height:1.6;display:block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filter-toggle label.checkbox.register-terms{font-size:13px;line-height:24px}.filter-toggle label.checkbox.register-terms a{font-weight:var(--tw-font-bold)}.filter-toggle label.checkbox.checkbox--small{font-size:13px;padding-left:30px;padding-top:3px}.filter-toggle label.checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.filter-toggle .checkmark{position:absolute;top:3px;height:20px;width:20px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;border:2px solid rgb(var(--tw-color-primary-500)/1)}.filter-toggle .checkmark.brand-blue{border-color:rgb(var(--tw-color-secondary-500)/1)}.filter-toggle label.checkbox input:required:not(:checked) + .checkmark{border-color:rgb(var(--tw-color-primary-500)/1)}.filter-toggle label.checkbox input:required:disabled + .checkmark{border-color:rgb(var(--tw-color-shade-300)/1)}.filter-toggle .checkmark:after{content:"";position:absolute;display:none}.filter-toggle label.checkbox input:checked ~ .checkmark:after{display:block}.filter-toggle label.checkbox input:not(:checked) ~ .checkmark.error{border-color:rgb(var(--tw-color-error-500)/1)}.filter-toggle label.checkbox .checkmark:after{left:5px;top:1px;width:6px;height:12px;border:solid rgb(var(--tw-color-primary-500)/1);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.filter-toggle label.checkbox .checkmark.brand-blue:after{border-color:rgb(var(--tw-color-secondary-500)/1)}.filter-toggle label.checkbox{line-height:22px}.filter-toggle .checkmark{top:2px}.image-with-multi-caption{font-size:14px;margin-left:50px;line-height:19px;color:rgb(var(--tw-color-shade-500)/1)}.image-with-multi-caption img{position:absolute;top:15px;left:15px;width:33px;vertical-align:text-bottom}.image-with-multi-caption strong{color:rgb(var(--tw-color-tertiary-500)/1)}.-invalid{color:rgb(var(--tw-color-error-500)/1)}.-info{color:rgb(var(--tw-color-shade-500)/1)}.-full-width{width:100%}.brand-blue{color:rgb(var(--tw-color-secondary-500)/1)}.font-main{color:rgb(var(--tw-color-tertiary-500)/1)}a.glossary-link{color:rgb(var(--tw-color-tertiary-500)/1);text-decoration:none;border-bottom:1px dotted rgb(var(--tw-color-tertiary-500)/1)}a.glossary-link:hover{color:rgb(var(--tw-color-tertiary-500)/1);text-decoration:none;cursor:help}a.glossary-link-gray{color:rgb(var(--tw-color-shade-500)/1);text-decoration:none;border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1)}a.glossary-link-gray:hover{color:rgb(var(--tw-color-shade-500)/1);text-decoration:none;cursor:help}.-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}.visible-tiny{display:none}@media screen and (max-width:520px){.visible-tiny{display:block}.hidden-tiny{display:none !important}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-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:1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-ms-flexbox !important;display:flex !important}.d-xl-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:1200px){.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:1200px){.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}}.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;display:inline-block;margin-bottom:0;font-weight:var(--tw-font-semibold);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-semibold);font-family:var(--tw-font-sans);height:50px;padding:3px 30px}.btn-action:disabled,.btn-action:disabled:hover{background-color:rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-500)/1);opacity:1 !important}.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}.btn--secondary .fa-ellipsis-v{right:1rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}a.btn-action{color:#fff}.btn-action:hover,a.btn-action:hover{background-color:rgb(var(--tw-color-primary-600)/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-control{background-color:#fff;color:rgb(var(--tw-color-primary-500)/1);font-weight:var(--tw-font-semibold);font-family:var(--tw-font-sans);padding:7px;border:2px solid rgb(var(--tw-color-shade-400)/1)}.btn-control:hover{color:#fff;background-color:rgb(var(--tw-color-primary-500)/1);border-color:rgb(var(--tw-color-primary-500)/1)}.btn-secondary{background-color:#fff;color:rgb(var(--tw-color-shade-500)/1);font-weight:var(--tw-font-semibold);font-family:var(--tw-font-sans);padding:3px 30px;border:2px solid rgb(var(--tw-color-shade-500)/1)}.btn-secondary.btn-secondary--text-prime{color:rgb(var(--tw-color-primary-500)/1)}.btn-secondary-prime{background-color:#fff;color:rgb(var(--tw-color-primary-500)/1);font-weight:var(--tw-font-semibold);font-family:var(--tw-font-sans);padding:3px 30px;border:2px solid rgb(var(--tw-color-primary-500)/1)}.btn-secondary-prime:hover{color:rgb(var(--tw-color-primary-600)/1);border-color:rgb(var(--tw-color-primary-600)/1)}.btn-secondary-prime:active,.btn-secondary-prime:focus{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-semibold);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:rgb(var(--tw-color-secondary-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}.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-primary-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-semibold);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:4px 10px;height:28px;font-weight:var(--tw-font-normal)}.medium-button{padding:7px 10px;height:38px;font-weight:var(--tw-font-normal)}.large-button{padding:12px 10px;height:48px}.btn-secondary.medium-button,.btn-secondary-prime.medium-button{padding-top:5px}.medium-button.wide{padding:4px 30px}.full-width{width:100%}.btn-lowercase{font-size:14px;letter-spacing:1px}.form-group .btn.medium-button{padding-top:4px;padding-bottom:4px}.hero-button{font-size:16px;padding:10px 15px;height:44px;font-weight:var(--tw-font-normal);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.hero-button.btn-secondary-prime{padding-top:8px}.start-action{font-weight:var(--tw-font-normal);font-size:16px;letter-spacing:inherit}@media (max-width:991px){.hero-button{font-size:14px;height:38px;padding:8px 8px}.hero-button.btn-secondary-prime{padding:6px 8px}}.btn-inactive{opacity:.7}.funky-toggle{position:relative;display:inline-block;width:80px;height:34px}.funky-toggle input{display:none}.funky-toggle .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:rgb(var(--tw-color-shade-400)/1);-webkit-transition:.4s;-webkit-transition:.4s;-moz-transition:.4s;-ms-transition:.4s;-o-transition:.4s;transition:.4s;-webkit-border-radius:34px;-moz-border-radius:34px;-ms-border-radius:34px;-o-border-radius:34px;border-radius:34px}.funky-toggle .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;-webkit-transition:.4s;-moz-transition:.4s;-ms-transition:.4s;-o-transition:.4s;transition:.4s;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}.funky-toggle input:checked + .slider{background-color:rgb(var(--tw-color-approval-500)/1)}.funky-toggle input:focus + .slider{-webkit-box-shadow:0 0 1px rgb(var(--tw-color-approval-500)/1);-moz-box-shadow:0 0 1px rgb(var(--tw-color-approval-500)/1);-ms-box-shadow:0 0 1px rgb(var(--tw-color-approval-500)/1);-o-box-shadow:0 0 1px rgb(var(--tw-color-approval-500)/1);box-shadow:0 0 1px rgb(var(--tw-color-approval-500)/1)}.funky-toggle input:checked + .slider:before{-webkit-transform:translateX(46px);-ms-transform:translateX(46px);-webkit-transform:translateX(46px);-moz-transform:translateX(46px);-ms-transform:translateX(46px);-o-transform:translateX(46px);transform:translateX(46px)}.funky-toggle .on{display:none;-webkit-transform:translate(-110%,-50%);-moz-transform:translate(-110%,-50%);-ms-transform:translate(-110%,-50%);-o-transform:translate(-110%,-50%);transform:translate(-110%,-50%);left:55%}.funky-toggle .off{-webkit-transform:translate(25%,-50%);-moz-transform:translate(25%,-50%);-ms-transform:translate(25%,-50%);-o-transform:translate(25%,-50%);transform:translate(25%,-50%);left:40%}.funky-toggle .on,.funky-toggle .off{color:#fff;position:absolute;top:50%;font-size:14px;font-family:Verdana,sans-serif}.funky-toggle input:checked + .slider .on{display:block}.funky-toggle input:checked + .slider .off{display:none}.funky-toggle .toggle-action{margin-left:88px;color:rgb(var(--tw-color-tertiary-500)/1)}.funky-toggle-wide{width:110px}.funky-toggle-wide input:checked + .slider:before{-webkit-transform:translateX(76px);-ms-transform:translateX(76px);-webkit-transform:translateX(76px);-moz-transform:translateX(76px);-ms-transform:translateX(76px);-o-transform:translateX(76px);transform:translateX(76px)}.funky-toggle-wide .on{-webkit-transform:translate(-90%,-50%);-moz-transform:translate(-90%,-50%);-ms-transform:translate(-90%,-50%);-o-transform:translate(-90%,-50%);transform:translate(-90%,-50%)}.funky-toggle-wide .off{-webkit-transform:translate(-5%,-50%);-moz-transform:translate(-5%,-50%);-ms-transform:translate(-5%,-50%);-o-transform:translate(-5%,-50%);transform:translate(-5%,-50%)}.funky-toggle.low-profile{height:25px;width:90px}.funky-toggle.low-profile .slider:before{height:21px;width:21px;left:2px;bottom:2px}.funky-toggle.low-profile input:checked + .slider:before{-webkit-transform:translateX(64px);-ms-transform:translateX(64px);-webkit-transform:translateX(64px);-moz-transform:translateX(64px);-ms-transform:translateX(64px);-o-transform:translateX(64px);transform:translateX(64px)}.funky-toggle.low-profile .on{-webkit-transform:translate(-90%,-50%);-moz-transform:translate(-90%,-50%);-ms-transform:translate(-90%,-50%);-o-transform:translate(-90%,-50%);transform:translate(-90%,-50%)}.funky-toggle.low-profile .off{-webkit-transform:translate(-5%,-50%);-moz-transform:translate(-5%,-50%);-ms-transform:translate(-5%,-50%);-o-transform:translate(-5%,-50%);transform:translate(-5%,-50%)}.funky-toggle.low-profile.slim-profile{margin-bottom:0;vertical-align:middle;width:70px}.funky-toggle.low-profile.slim-profile input:checked + .slider:before{-webkit-transform:translateX(45px);-ms-transform:translateX(45px);-webkit-transform:translateX(45px);-moz-transform:translateX(45px);-ms-transform:translateX(45px);-o-transform:translateX(45px);transform:translateX(45px)}.funky-toggle.disabled .slider{background-color:rgb(var(--tw-color-shade-200)/1)}@media (max-width:767px){.funky-toggle.low-profile.slim-profile{width:45px}.funky-toggle.low-profile.slim-profile input:checked + .slider:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translateX(20px)}}.big-red-toggle{margin-right:5px;padding:10px 0}.big-red-toggle input{display:none}.big-red-toggle span{color:rgb(var(--tw-color-shade-400)/1);font-weight:var(--tw-font-normal);padding:10px 10px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;cursor:pointer;border:2px solid transparent;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);-ms-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);-o-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);box-shadow:0 0 15px 0 rgba(0,0,0,0.15)}.big-red-toggle input:checked + span{color:rgb(var(--tw-color-tertiary-500)/1);border:2px solid rgb(var(--tw-color-primary-500)/1);-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}@media (max-width:991px){.big-red-toggle{font-size:12px}}.wa-typography h1{font-size:61.04px;line-height:70px;font-weight:var(--tw-font-bold)}.wa-typography h2{margin-top:0;font-size:48.83px;line-height:54px;font-weight:var(--tw-font-bold)}.wa-typography h3{font-size:31.25px;line-height:40px;font-weight:var(--tw-font-bold)}.wa-typography h4{font-size:20px;line-height:28px;font-weight:var(--tw-font-bold);margin-top:0}.wa-typography h5{font-size:16px;line-height:1.6;font-weight:var(--tw-font-bold)}.wa-typography p{color:rgb(var(--tw-color-shade-500)/1);font-size:16px;line-height:1.625}.wa-typography p.error{color:rgb(var(--tw-color-error-500)/1)}.wa-typography p strong{color:rgb(var(--tw-color-shade-700)/1);font-weight:var(--tw-font-bold)}.wa-typography p.small-text{font-size:13px}.wa-typography .section-label{margin-top:10px;font-size:16px;line-height:24px;display:block}.wa-typography .section-label__help-link{float:right;font-size:13px}.wa-typography a{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}.wa-typography a:hover{text-decoration:none;color:rgb(var(--tw-color-primary-700)/1);-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.wa-typography a.btn-action{color:#fff}.wa-typography a.btn-action:hover{color:#fff}.wa-typography a.info-link{color:rgb(var(--tw-color-shade-500)/1);border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1)}.wa-typography a.info-link:hover{color:rgb(var(--tw-color-shade-500)/1);cursor:help}.wa-typography hr{border-color:rgb(var(--tw-color-shade-400)/1);margin:30px 0}body.full-background .content-wrapper{background-color:rgb(var(--tw-color-shade-100)/1)}body.full-background .navbar-header-top{background-color:rgb(var(--tw-color-shade-100)/1);border-bottom:none}.navbar-header-top{background-color:#fff;border-top:none;border-bottom:1px solid rgb(var(--tw-color-shade-400)/1)}.navbar-header-top .navbar-header .main-logo:hover{text-decoration:none}.navbar-header-top .navbar-header .main-logo img{margin-top:13px;margin-left:15px}.navbar-header-top .small-button{font-size:13px;padding-top:4px}.navbar-header-top .nav-button{height:70px;color:rgb(var(--tw-color-tertiary-500)/1);font-size:16px;line-height:42px;font-weight:var(--tw-font-bold)}.navbar-header-top .nav-button.selected span,.navbar-header-top .nav-button:hover span{border-bottom:2px solid rgb(var(--tw-color-primary-500)/1)}.navbar-header-top .nav-button.selected span.navbar-nav__tag--promo,.navbar-header-top .nav-button:hover span.navbar-nav__tag--promo{border-bottom:none}.navbar-header-top .nav-text,.navbar-header-top .btn-link{color:rgb(var(--tw-color-tertiary-500)/1);font-size:16px;font-weight:var(--tw-font-bold);line-height:42px;padding:12px 15px}.navbar-header-top .btn-link:hover{text-decoration:none}.navbar-header-top .btn-link:hover span{border-bottom:2px solid rgb(var(--tw-color-primary-500)/1)}.navbar-header-top .divider-bar{border:1px solid rgb(var(--tw-color-shade-400)/1);height:30px;margin:20px 0}.navbar-header-top .navbar-toggle{padding:20px 10px}.navbar-header-top .navbar-toggle .icon-bar{background-color:rgb(var(--tw-color-shade-500)/1)}.navbar-header-top .mobile-balance{position:absolute;right:65px;margin-top:26px}.navbar-header-top .mobile-balance a{color:rgb(var(--tw-color-tertiary-500)/1)}.navbar-header-top .mobile-button{position:absolute;right:58px;margin-top:21px}.navbar-header-top .navbar-left li:first-child{margin-left:15px}#id_account_type .new-tag,.navbar-header-top .new-tag{color:#fff;background-color:rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;border-radius:25px;font-size:14px;font-weight:var(--tw-font-normal);margin:0;padding:0;position:absolute;z-index:10;top:25px;left:-43px;height:22px;width:50px;text-align:center;line-height:20px}.navbar-nav__tag--promo{color:#fff;background-color:rgb(var(--tw-color-approval-500)/1);padding:5px 10px 7px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;margin-left:5px}.logo-small{display:none}.main-logo.ppmlogo .logo-standard{width:180px}.bba-winner img{position:absolute;width:215px;bottom:-36px;right:15px}.navbar-header-top .navbar-nav__product-menu-container{position:relative}.navbar-header-top .navbar-nav__portfolio-menu-container{position:relative;padding:15px 25px 15px 25px}.navbar-header-top .navbar-nav__portfolio-menu-container h1{font-size:61.04px;line-height:70px;font-weight:var(--tw-font-bold)}.navbar-header-top .navbar-nav__portfolio-menu-container h2{margin-top:0;font-size:48.83px;line-height:54px;font-weight:var(--tw-font-bold)}.navbar-header-top .navbar-nav__portfolio-menu-container h3{font-size:31.25px;line-height:40px;font-weight:var(--tw-font-bold)}.navbar-header-top .navbar-nav__portfolio-menu-container h4{font-size:20px;line-height:28px;font-weight:var(--tw-font-bold);margin-top:0}.navbar-header-top .navbar-nav__portfolio-menu-container h5{font-size:16px;line-height:1.6;font-weight:var(--tw-font-bold)}.navbar-header-top .navbar-nav__portfolio-menu-container p{color:rgb(var(--tw-color-shade-500)/1);font-size:16px;line-height:1.625}.navbar-header-top .navbar-nav__portfolio-menu-container p.error{color:rgb(var(--tw-color-error-500)/1)}.navbar-header-top .navbar-nav__portfolio-menu-container p strong{color:rgb(var(--tw-color-shade-700)/1);font-weight:var(--tw-font-bold)}.navbar-header-top .navbar-nav__portfolio-menu-container p.small-text{font-size:13px}.navbar-header-top .navbar-nav__portfolio-menu-container .section-label{margin-top:10px;font-size:16px;line-height:24px;display:block}.navbar-header-top .navbar-nav__portfolio-menu-container .section-label__help-link{float:right;font-size:13px}.navbar-header-top .navbar-nav__portfolio-menu-container a{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}.navbar-header-top .navbar-nav__portfolio-menu-container a:hover{text-decoration:none;color:rgb(var(--tw-color-primary-700)/1);-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.navbar-header-top .navbar-nav__portfolio-menu-container a.btn-action{color:#fff}.navbar-header-top .navbar-nav__portfolio-menu-container a.btn-action:hover{color:#fff}.navbar-header-top .navbar-nav__portfolio-menu-container a.info-link{color:rgb(var(--tw-color-shade-500)/1);border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1)}.navbar-header-top .navbar-nav__portfolio-menu-container a.info-link:hover{color:rgb(var(--tw-color-shade-500)/1);cursor:help}.navbar-header-top .navbar-nav__portfolio-menu-container hr{border-color:rgb(var(--tw-color-shade-400)/1);margin:30px 0}.navbar-header-top .navbar-nav__portfolio-menu-toggle{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#fff;background-color:rgb(var(--tw-color-tertiary-500)/1);width:40px;height:40px;font-size:14px;padding:0 1px 2px 0;line-height:14px}.navbar-header-top .navbar-nav__portfolio-menu-toggle:hover{color:#fff;background-color:rgb(var(--tw-color-tertiary-500)/1);opacity:.8;text-decoration:none}.navbar-header-top .navbar-nav__portfolio-menu-toggle:focus{text-decoration:none}.navbar-header-top .navbar-nav__product-menu-container:hover .navbar-nav__product-menu{display:block}.navbar-header-top .navbar-nav__product-menu{z-index:5;display:none;position:absolute;background-color:#fff;border:1px solid rgb(var(--tw-color-shade-200)/1);padding:0;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;top:65px;width:445px}.navbar-header-top .navbar-nav__product-menu ul{margin:0;padding:0;list-style:none}.navbar-header-top .navbar-nav__product-menu li:hover{background-color:#fff}.navbar-header-top .navbar-nav__product-menu li:first-child{margin-left:0}.navbar-header-top .navbar-nav__product-menu .btn-link{width:100%;text-align:left;line-height:initial;color:rgb(var(--tw-color-primary-500)/1);font-weight:var(--tw-font-normal)}.navbar-header-top .navbar-nav__product-menu .btn-link:hover span{border-bottom:none;color:rgb(var(--tw-color-tertiary-500)/1)}.navbar-header-top .navbar-nav__product-menu .btn-action{width:100%}.navbar-header-top .navbar-nav__product-menu a,.navbar-header-top .navbar-nav__product-menu .btn-link{padding:15px}.navbar-header-top .navbar-nav__product-menu a,.navbar-header-top .navbar-nav__product-menu form{position:relative;text-decoration:none;display:block}.navbar-header-top .navbar-nav__product-menu a:hover,.navbar-header-top .navbar-nav__product-menu form:hover{color:rgb(var(--tw-color-tertiary-500)/1)}.navbar-header-top .navbar-nav__product-menu a .navbar-nav__tag--promo,.navbar-header-top .navbar-nav__product-menu form .navbar-nav__tag--promo{color:#fff;background-color:rgb(var(--tw-color-approval-500)/1);border:none;padding:3px 10px 5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;position:absolute;right:15px;top:12px}.navbar-header-top .navbar-nav__product-menu.navbar-nav__product-menu--visible{display:block}.navbar-header-top .navbar-nav__product-menu a{padding-left:80px;padding-top:15px}.navbar-header-top .navbar-nav__product-menu img{position:absolute;width:50px;height:50px;left:15px}.navbar-header-top .navbar-nav__product-menu label{color:rgb(var(--tw-color-tertiary-500)/1);font-size:18px;font-weight:var(--tw-font-bold);cursor:pointer}.navbar-header-top .navbar-nav__product-menu p{font-size:14px;color:rgb(var(--tw-color-shade-500)/1)}.navbar-header-top .navbar-nav__portfolio-menu-container:hover .navbar-nav__portfolio-menu{display:block}.navbar-nav__portfolio-menu{z-index:5;display:none;position:absolute;background-color:#fff;border:1px solid rgb(var(--tw-color-shade-200)/1);padding:0;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;top:65px;right:20px;width:250px}.navbar-nav__portfolio-menu ul{margin:0;padding:0;list-style:none}.navbar-nav__portfolio-menu li:hover{background-color:#fff}.navbar-nav__portfolio-menu li:first-child{margin-left:0}.navbar-nav__portfolio-menu .btn-link{width:100%;text-align:left;line-height:initial;color:rgb(var(--tw-color-primary-500)/1);font-weight:var(--tw-font-normal)}.navbar-nav__portfolio-menu .btn-link:hover span{border-bottom:none;color:rgb(var(--tw-color-tertiary-500)/1)}.navbar-nav__portfolio-menu .btn-action{width:100%}.navbar-nav__portfolio-menu a,.navbar-nav__portfolio-menu .btn-link{padding:15px}.navbar-nav__portfolio-menu a,.navbar-nav__portfolio-menu form{position:relative;text-decoration:none;display:block}.navbar-nav__portfolio-menu a:hover,.navbar-nav__portfolio-menu form:hover{color:rgb(var(--tw-color-tertiary-500)/1)}.navbar-nav__portfolio-menu a .navbar-nav__tag--promo,.navbar-nav__portfolio-menu form .navbar-nav__tag--promo{color:#fff;background-color:rgb(var(--tw-color-approval-500)/1);border:none;padding:3px 10px 5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;position:absolute;right:15px;top:12px}.navbar-nav__portfolio-menu.navbar-nav__portfolio-menu--visible{display:block}.product-menu .mm-listitem{position:relative}.product-menu .mm-listitem a{padding-left:80px;padding-top:15px}.product-menu .mm-listitem img{position:absolute;width:50px;height:50px;top:15px;left:20px}.product-menu .mm-listitem label{font-size:16px;font-weight:var(--tw-font-bold)}.product-menu .mm-listitem p{white-space:initial;font-size:14px;color:rgb(var(--tw-color-shade-500)/1)}.navbar-nav__portfolio-menu .fee-tier{padding:15px;border-top:1px solid rgb(var(--tw-color-shade-200)/1);border-bottom:1px solid rgb(var(--tw-color-shade-200)/1)}.navbar-nav__portfolio-menu .fee-tier .fee-tier__fee{color:rgb(var(--tw-color-secondary-500)/1)}.navbar-nav__portfolio-menu .fee-tier h5{margin-top:0}.navbar-nav__portfolio-menu .fee-tier p{font-size:13px;line-height:24px}.navbar-nav__portfolio-menu .fee-tier .tier-slider{width:100%;position:relative;text-align:left;margin:15px 0 0 0}.navbar-nav__portfolio-menu .fee-tier .tier-slider .tier-slider-background{width:100%;height:4px;background-color:rgb(var(--tw-color-shade-200)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.navbar-nav__portfolio-menu .fee-tier .tier-slider .tier-slider-foreground{position:absolute;top:0;height:4px;background-color:rgb(var(--tw-color-approval-500)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.navbar-nav__portfolio-menu .fee-tier .tier-slider .tier-slider-description{text-align:right;margin-top:9px;color:rgb(var(--tw-color-shade-500)/1);font-size:11px}.navbar-nav__portfolio-menu .fee-tier .tier-slider .tier-slider-description__invested{color:rgb(var(--tw-color-tertiary-500)/1)}.mm-listitem .btn-link{color:rgba(0,0,0,0.75);padding:12px 10px 10px 20px;flex-grow:1;-webkit-box-flex:1;font-size:16px;font-weight:var(--tw-font-normal)}.minimal-nav{align-items:center;border-bottom:5px solid transparent;display:flex;justify-content:space-between;position:relative}.minimal-nav__log-out{float:right}@media screen and (max-width:991px){.main-logo.ppmlogo .logo-standard{width:100px}}@media screen and (max-width:1200px){.nav > li > a{padding-left:10px;padding-right:10px}}@media screen and (max-width:1091px){.logo-small{display:inline-block}.logo-standard{display:none}.bba-winner img{width:150px;bottom:10px}}@media screen and (min-width:768px){.navbar-nav > li > a{padding-top:12px;padding-bottom:12px}}@media screen and (max-width:767px){.navbar-header-top li{border-top:1px solid rgb(var(--tw-color-shade-400)/1);background-color:rgb(var(--tw-color-shade-100)/1)}.navbar-header-top li:hover{background-color:rgb(var(--tw-color-shade-200)/1)}.navbar-header-top .navbar-nav{margin:0 -15px}.navbar-header-top .nav-button{height:inherit;line-height:inherit}.navbar-header-top .nav-button.selected span,.navbar-header-top .nav-button:hover span{border-bottom:none}.navbar-header-top .nav-text,.navbar-header-top .btn-link{height:inherit;line-height:inherit;padding:10px}.navbar-header-top .btn-link:hover span{border-bottom:none}.navbar-header-top .navbar-left li:first-child{margin-left:0}}.footer,footer{background-color:rgb(var(--tw-color-shade-800)/1);color:#fff;padding:3.2rem 0;font-size:14px}.footer h4,footer h4{color:#fff;font-size:16px;font-weight:var(--tw-font-bold)}.footer .footer-link,footer .footer-link{margin-bottom:5px}.footer a,footer a{color:#fff}.footer a:focus,footer a:focus,.footer a:visited,footer a:visited,.footer a:hover,footer a:hover{color:#fff;text-decoration:none}.footer .footer-logo,footer .footer-logo{margin:7px 0 10px}.footer .footer-icon,footer .footer-icon{display:inline-block;text-align:center;float:right;width:35px;height:35px;line-height:35px;background-color:rgb(var(--tw-color-shade-200)/1);margin-left:3px}.footer .footer-icon i,footer .footer-icon i{color:rgb(var(--tw-color-shade-800)/1)}.site-details{background-color:rgb(var(--tw-color-shade-800)/1);color:#fff;font-size:12px;padding:15px 0;line-height:23px}.risk-warning{display:table;height:300px;width:100%;padding:0 15px;background-position:center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.risk-warning h2{display:table-cell;vertical-align:middle;color:#fff;text-align:center}.risk-warning a{color:#fff;text-decoration:underline}.login-footer-bar{position:fixed;bottom:0;padding:30px 10px;width:100%;height:250px;background-color:rgb(var(--tw-color-shade-100)/1);text-align:center;z-index:100}.login-footer-bar h3{font-size:32px;font-weight:var(--tw-font-bold);margin:0 0 10px 0}.login-footer-bar P{font-size:18px}@media screen and (max-width:991px){.login-footer-bar h3{font-size:24px}}.calculator{background-color:rgb(var(--tw-color-shade-200)/1)}.calculator .calculator-input{padding:30px 50px}.calculator .calculator-input .slider-item{margin-top:50px}.calculator .calculator-input .start-savings-slider:before{content:"£1,000";position:absolute;left:-60px;top:3px;color:rgb(var(--tw-color-shade-500)/1)}.calculator .calculator-input .start-savings-slider:after{content:"£100,000";position:absolute;right:-91px;top:3px;color:rgb(var(--tw-color-shade-500)/1)}.calculator .calculator-input .monthly-savings-slider:before{content:"£0";position:absolute;left:-37px;top:3px;color:rgb(var(--tw-color-shade-500)/1)}.calculator .calculator-input .monthly-savings-slider:after{content:"£10,000";position:absolute;right:-83px;top:3px;color:rgb(var(--tw-color-shade-500)/1)}.calculator .calculator-input .savings-period{width:185px;height:40px;margin-top:-10px;background-color:#fff;border:1px solid rgb(var(--tw-color-shade-300)/1);text-align:center;font-size:18px;line-height:41px;font-weight:var(--tw-font-bold);display:inline-block}.calculator .calculator-input .savings-period-button{height:40px;width:40px;margin-top:-10px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;background-color:#fff;border:1px solid rgb(var(--tw-color-shade-300)/1);text-align:center;font-size:38px;line-height:50px;display:inline-block;vertical-align:top;color:rgb(var(--tw-color-primary-500)/1);cursor:pointer}.calculator .calculator-input .subtract-button{font-size:55px;line-height:45px}.calculator .calculator-input .warning{color:rgb(var(--tw-color-shade-500)/1)}.calculator .calculator-input .tooltip{opacity:1}.calculator .calculator-input .tooltip-inner{background-color:#fff;color:rgb(var(--tw-color-tertiary-500)/1)}.calculator .calculator-input .tooltip.top .tooltip-arrow{border-top-color:#fff}.calculator .calculator-input .title{font-size:18px}.calculator .calculator-input .start-savings-slider{width:84%}.calculator .calculator-input .monthly-savings-slider{width:84%}.calculator .calculator-input .slider.slider-horizontal{width:100% !important;height:26px}.calculator .calculator-input .slider-track{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:none;background-color:rgb(var(--tw-color-shade-300)/1);height:7px}.calculator .calculator-input .slider-selection{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:none;background-color:rgb(var(--tw-color-primary-500)/1)}.calculator .calculator-input .slider-handle{margin-top:-8px;background:none;background-color:#fff;opacity:1;-webkit-box-shadow:0 1px 1px 0 rgba(50,50,50,0.75);-moz-box-shadow:0 1px 1px 0 rgba(50,50,50,0.75);-ms-box-shadow:0 1px 1px 0 rgba(50,50,50,0.75);-o-box-shadow:0 1px 1px 0 rgba(50,50,50,0.75);box-shadow:0 1px 1px 0 rgba(50,50,50,0.75)}.calculator .results-panel{background-color:rgb(var(--tw-color-primary-500)/1);height:638px;width:100%;display:table}.calculator .results-panel .results{display:table-cell;vertical-align:middle;padding:20px 90px;text-align:center}.calculator .results-panel .results h1,.calculator .results-panel .results h4{color:#fff}.calculator .results-panel .results h4{margin-top:20px}.calculator .results-panel .results button{margin-top:50px}@media screen and (max-width:1200px){.calculator .calculator-input{padding:30px 100px}.calculator .calculator-input .title{margin-bottom:35px}.calculator .results-panel{height:inherit}}.market-icon-layout{text-align:center}.market-icon-layout h1{margin:0;padding:80px 0 50px}.market-icon-layout .investment-card{text-align:left;overflow:hidden;position:relative;margin-bottom:30px}.market-icon-layout .investment-card .maintain-ratio{position:relative}.market-icon-layout .investment-card .maintain-ratio:before{display:block;content:"";width:100%;padding-top:50%}.market-icon-layout .investment-card .maintain-ratio > .content{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.market-icon-layout .investment-card .video-container{position:relative;padding-top:50%;height:0;overflow:hidden}.market-icon-layout .investment-card .video-container iframe,.market-icon-layout .investment-card .video-container object,.market-icon-layout .investment-card .video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.market-icon-layout .investment-card .main-image{width:100%}.market-icon-layout .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-icon-layout .investment-card .corner-banner.corner-banner__secondary{top:15px;left:-70px;background-color:rgb(var(--tw-color-approval-500)/1)}.market-icon-layout .investment-card .investment-card-content-wrap{border:1px solid rgb(var(--tw-color-shade-400)/1);border-bottom:none}.market-icon-layout .investment-card .investment-card-content{padding:20px 15px 10px;position:relative}.market-icon-layout .investment-card .investment-card-content .investment-logo{position:absolute;top:15px;right:15px}.market-icon-layout .investment-card .investment-card-content .investment-logo img{width:60px}.market-icon-layout .investment-card .investment-card-content .title{font-weight:var(--tw-font-bold);font-size:20px;height:28px;overflow:hidden}.market-icon-layout .investment-card .investment-card-content .title a{color:rgb(var(--tw-color-tertiary-500)/1)}.market-icon-layout .investment-card .investment-card-content .title a:hover{text-decoration:none}.market-icon-layout .investment-card .investment-card-content .date{font-weight:var(--tw-font-bold);height:22px}.market-icon-layout .investment-card .investment-card-content .status{height:22px}.market-icon-layout .investment-card .investment-card-content .description{margin-top:15px;font-size:16px;color:rgb(var(--tw-color-shade-500)/1);height:100px}.market-icon-layout .investment-card .investment-card-content .description .sub-note{font-size:12px;margin-top:10px;display:inline-block}.market-icon-layout .investment-card .investment-card-content .description .sub-note a{color:rgb(var(--tw-color-shade-500)/1);text-decoration:underline}.market-icon-layout .investment-card .investment-card-content .investment-headlines{list-style:none;text-align:center;margin:0;margin-top:15px;padding:0}.market-icon-layout .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-icon-layout .investment-card .investment-card-content .investment-headlines li .header{font-size:14px;white-space:nowrap}.market-icon-layout .investment-card .investment-card-content .investment-headlines li .figure{font-size:16px;font-weight:var(--tw-font-bold)}.market-icon-layout .investment-card .investment-card-content .investment-headlines li:last-child,.market-icon-layout .investment-card .investment-card-content .investment-headlines li:first-child{width:28%}.market-icon-layout .investment-card .investment-card-content .investment-headlines li:first-child{border-left:none}.market-icon-layout .investment-card .investment-card-content .investment-headlines .explainer-icon{display:none;width:12px;margin-left:2px;margin-bottom:2px}.market-icon-layout .investment-card .investment-card-content .investment-headlines.smart-interest-tile{margin-bottom:10px;height:156px}.market-icon-layout .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-icon-layout .investment-card .investment-card-content .investment-headlines.smart-interest-tile li .figure{font-weight:var(--tw-font-normal);margin-bottom:6px}.market-icon-layout .investment-card .investment-card-content .investment-headlines.smart-interest-tile li .figure.in-table{font-weight:var(--tw-font-bold)}.market-icon-layout .investment-card .investment-card-content .investment-headlines.smart-interest-tile.not-logged-in{margin-bottom:0;margin-top:-5px}.market-icon-layout .investment-card .available{padding:4px 0;text-align:center;height:30px;font-size:14px}.market-icon-layout .investment-card .available .amount{font-size:16px;font-weight:var(--tw-font-bold)}.market-icon-layout .investment-card .non-available{height:30px;font-size:13px;text-align:center;line-height:14px;color:#4a90e2}.market-icon-layout .investment-card .my-investment{padding:4px 0;text-align:center;font-size:14px}.market-icon-layout .investment-card .my-investment .amount{font-size:16px;font-weight:var(--tw-font-bold)}.market-icon-layout .investment-card.new-product .investment-card-content .title{font-size:28px;height:36px}.market-icon-layout .investment-card.new-product .investment-card-content .date{font-size:28px;color:rgb(var(--tw-color-primary-500)/1);height:36px}.market-icon-layout .investment-card.new-product .investment-card-content .description{font-size:18px}.market-icon-layout .icon-actions{height:38px}.market-icon-layout .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:1091px) and (max-width:1350px){.market-icon-layout .investment-card .investment-card-content .description{font-size:14px}}@media screen and (max-width:767px){.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}}.capital-structure-diagram{margin-bottom:30px}.capital-structure-diagram .capital-structure-wrapper{text-align:center}.capital-structure-diagram .capital-structure-wrapper p{margin-top:3px}.capital-structure-diagram .capital-structure-wrapper h2{color:#fff;margin-left:10px}.capital-structure-diagram .capital-structure-wrapper .senior-txt{color:rgb(var(--tw-color-shade-800)/1)}.capital-structure-diagram .capital-structure-wrapper .senior-debt{float:left;height:5px;background-color:rgb(var(--tw-color-shade-800)/1);-webkit-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;-ms-border-radius:5px 0 0 5px;-o-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px}.capital-structure-diagram .capital-structure-wrapper .junior-txt{color:rgb(var(--tw-color-approval-500)/1)}.capital-structure-diagram .capital-structure-wrapper .junior-debt{float:left;height:5px;background-color:rgb(var(--tw-color-approval-500)/1)}.capital-structure-diagram .capital-structure-wrapper .equity-txt{color:rgb(var(--tw-color-primary-500)/1)}.capital-structure-diagram .capital-structure-wrapper .equity{float:left;height:5px;background-color:rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;-ms-border-radius:0 5px 5px 0;-o-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0}.capital-structure-caption{float:left}.accordion .panel-group .panel{border:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;margin-bottom:10px;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.accordion .panel-group .panel a:hover,.accordion .panel-group .panel a:focus{text-decoration:none}.accordion .panel-group .panel .panel-heading{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;position:relative;padding:24px 20px;background-color:rgb(var(--tw-color-shade-300)/1);-webkit-transition:background-color 200ms linear;-moz-transition:background-color 200ms linear;-ms-transition:background-color 200ms linear;-o-transition:background-color 200ms linear;transition:background-color 200ms linear}.accordion .panel-group .panel .panel-heading h4{color:rgb(var(--tw-color-tertiary-500)/1);position:relative;padding-right:35px;font-size:18px}.accordion .panel-group .panel .panel-heading.active{background-color:rgb(var(--tw-color-primary-500)/1);-webkit-transition:background-color 200ms linear;-moz-transition:background-color 200ms linear;-ms-transition:background-color 200ms linear;-o-transition:background-color 200ms linear;transition:background-color 200ms linear}.accordion .panel-group .panel .panel-heading.active h4{color:#fff}.accordion .panel-group .panel .close-icon{position:absolute;right:17px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.accordion .panel-group .panel .panel-body{padding:15px 20px;border:none;background-color:#fff}.accordion .panel-group .panel .panel-body p{font-size:14px}.accordion .panel-group .panel .panel-body a:hover{text-decoration:underline}.nav.nav-tabs li.active a{color:rgb(var(--tw-color-tertiary-500)/1)}.nav.nav-tabs li.active a:hover,.nav.nav-tabs li.active a:focus{background-color:#fff}.nav.nav-tabs li a{margin-right:0;border:1px solid transparent;border-right:1px solid rgb(var(--tw-color-shade-400)/1);border-top-right-radius:0;font-size:18px}.nav.nav-tabs li:last-child a{border-right:1px solid transparent;border-top-right-radius:5px}.nav.nav-tabs li:last-child a:hover,.nav.nav-tabs li:last-child a:focus{border-right:1px solid transparent}.nav.nav-tabs li a:hover,.nav.nav-tabs li a:focus{background-color:inherit;border:1px solid transparent;border-right:1px solid rgb(var(--tw-color-shade-400)/1)}.four-tabs li{width:25%;text-align:center}.six-tabs li{width:16.66%;text-align:center}.five-tabs li{width:20%;text-align:center}.three-tabs li{width:33.3%;text-align:center}.two-tabs li{width:50%;text-align:center}.one-tab li{width:100%;text-align:center}.tab-container{background-color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;border:1px solid rgb(var(--tw-color-shade-400)/1)}.tab-container .nav.nav-tabs{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);background-color:rgb(var(--tw-color-shade-200)/1);border-top-left-radius:5px;border-top-right-radius:5px}.tab-content .header{text-align:center;margin-bottom:20px}.tab-content .header h2{margin-bottom:10px}.nav.nav-pills li{min-width:150px;text-align:center;margin-right:10px}.nav.nav-pills li a{color:rgb(var(--tw-color-tertiary-500)/1);font-size:15px;padding:8px 15px 8px}.nav.nav-pills li:last-child{margin-right:0}.nav.nav-pills li.active a{background-color:rgb(var(--tw-color-secondary-500)/1);color:#fff}.cookie-message-container{background-color:rgb(var(--tw-color-shade-200)/1);padding:15px 0;border-bottom:1px solid rgb(var(--tw-color-shade-400)/1)}.cookie-message-container .wl-icon-remove{cursor:pointer;background-color:transparent}.investor-title h3{font-size:26px}.investor-type{background-color:transparent;margin:auto auto 100px auto}.investor-type-tabs a.nav-tab{height:65px;display:table;overflow:hidden}.investor-type-tabs a.nav-tab h5{display:table-cell;vertical-align:middle;width:20%}.investor-type-tabs .investor-type-intro-title{padding-left:60px;font-size:20px;margin-top:15px}.investor-type-tabs .investor-type-intro-title h4{margin-top:5px;margin-bottom:2px}.investor-type-tabs .investor-type-main-title{padding-left:60px;font-size:20px;margin-top:15px}.investor-type-tabs .investor-type-main-title h4{margin-top:5px;margin-bottom:2px}.investor-type-tabs hr{padding-bottom:15px}.investor-type-tabs .button-container{text-align:right;margin:10px}.investor-type-tabs .button{margin-top:8px;float:right}.investor-type-tabs{margin-top:30px}.investor-type-tabs .input-wrapper.investor-type-panel .outer-circle{margin:0;width:44px;height:44px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;background-color:#fff;border:1px solid rgb(var(--tw-color-shade-200)/1);position:relative;top:-35px;left:-1px}.investor-type-tabs .input-wrapper.investor-type-panel .inner-circle{margin:2px 2px 2px 2px;width:38px;height:38px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;background-color:rgb(var(--tw-color-primary-500)/1);float:left}.investor-type-tabs .input-wrapper.investor-type-panel .step{color:#fff;font-size:24px;line-height:34px;text-align:center}.questionnaire{padding:15px}.questionnaire .related-faqs ul{list-style:none;padding:0}.questionnaire .related-faqs ul li{margin-bottom:5px}.questionnaire .related-faqs h4{margin-bottom:5px}.questionnaire .questionnaire-item .question-text{margin-bottom:10px;font-weight:var(--tw-font-bold)}.questionnaire .questionnaire-item .question-text p{display:inline}.questionnaire .questionnaire-item li{display:block}.questionnaire .questionnaire-item .radio{margin-bottom:10px}.questionnaire .questionnaire-item .radio span{position:absolute;left:0;top:3px}.questionnaire .questionnaire-item .radio label{padding-left:30px;line-height:1.6;opacity:.9}input{font-family:var(--tw-font-sans)}.center-form{margin:auto;max-width:480px}.center-form .tab-content{padding:20px 50px}.center-form .tab-content .info-box{text-align:left;font-size:14px;padding:5px 10px}.center-form .tab-content .info-box h2{margin-bottom:0}.center-form .nav.nav-tabs li{text-align:center}form h4{margin-bottom:10px}form.embedded{background-color:rgb(var(--tw-color-shade-200)/1);padding:20px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}label.error{color:rgb(var(--tw-color-error-500)/1);font-size:14px}ul.errorlist{list-style:none;padding:0;color:rgb(var(--tw-color-error-500)/1);font-size:14px}.horizontal .form-group label{display:inline-block;text-align:right;width:120px;margin-right:20px}.horizontal .form-group .form-control{display:inline;width:300px}.form-group ul{list-style:none;margin:0;padding:0}.form-group ul li{margin-right:10px;width:auto;display:inline}.form-group ul.errorlist li{display:block}.form-group ul li:last-child{margin-right:0}.form-group label{font-weight:var(--tw-font-normal)}.form-group .btn{margin-top:-2px;padding-top:10px;padding-bottom:10px}.form-group .form-control{height:43px;padding:10px}.form-group textarea.form-control{height:104px}.form-group .country-select,.form-group .intl-tel-input{display:inherit}.form-group .country-select ul.country-list,.form-group .intl-tel-input ul.country-list{z-index:4}.form-group .country-select ul.country-list li,.form-group .intl-tel-input ul.country-list li{display:inherit;margin-right:0}.form-group.form-group--update{margin-bottom:20px;line-height:1.6}.form-group.form-group--update.form-group-inline{display:inline-block;margin-bottom:0}.form-group.form-group--update .input-group{border:2px solid rgb(var(--tw-color-tertiary-500)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);-ms-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);-o-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);box-shadow:0 0 2px 0 rgba(0,0,0,0.15);width:100%}.form-group.form-group--update .input-group.input-group--inactive{border-color:rgb(var(--tw-color-shade-400)/1)}.form-group.form-group--update .input-group.input-group--inactive + label{color:rgb(var(--tw-color-shade-300)/1)}.form-group.form-group--update .input-group.input-group--focused{border-color:rgb(var(--tw-color-secondary-500)/1)}.form-group.form-group--update .input-group.input-group--focused + label{color:rgb(var(--tw-color-secondary-500)/1)}.form-group.form-group--update .input-group.input-group.error{border-color:rgb(var(--tw-color-error-500)/1)}.form-group.form-group--update .input-group.input-group.error .form-control{color:rgb(var(--tw-color-error-500)/1)}.form-group.form-group--update .input-group.input-group.error + label{color:rgb(var(--tw-color-error-500)/1)}.form-group.form-group--update .input-group .form-control{display:inline;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;width:auto;box-sizing:border-box}.form-group.form-group--update .input-group.date-input-group .form-control{float:none}.form-group.form-group--update .input-group.date-input-group .date-input-group__day{width:30%}.form-group.form-group--update .input-group.date-input-group .date-input-group__month{width:40%}.form-group.form-group--update .input-group.date-input-group .date-input-group__year{width:30%}.form-group.form-group--update ul li{margin-right:15px}.form-group.form-group--update ul li:last-child{margin-right:0}.form-group.form-group--update .radio span{background-size:cover;width:20px;height:20px}.form-group.form-group--update .radio input[type=radio] + label{color:rgb(var(--tw-color-shade-500)/1)}.form-group.form-group--update .radio input[type=radio] + label span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAABFpJREFUWAnNWd9rXEUU/ubq1uqDDSoIvmj2+ljEZpFWKOmD+BfYKvRFURSipX+CFP+EYA1YIvoiaPUvEB9SA22QTUX6ZjZbXwRBS+qDrY3d8fsyd/aeubvZbtPdGwc295wzZ8733fl150wc9li6mDvGpvMeaHn4ww7uCeozRbgt2m7Qds0BbdouzWL9SlF3Xw+2H79s4ujTwPZZwJ8msefGbwkQ6Dr/fgk0FptY+33ctmMR/BNHH7+JOx8SYIE989i4wYf5sVf/5gsuHcKBj57E2l/DfKztngQ3MfcCe+tbBn3eNqzKBL5N21Zhn+GLHKz6VPRf2OZkE+s/V+yJOpJgF603CbTE36NJKyoMvungv6K08ghc+xm0/7A+v6H11D/wLb7YCQ/3BmM0bb1kxrjF38Is2l9U66I+lKDHqQNddD5m0HejY/l0qw/Dn3sWV78vbfeWfsWRV/6FO0fCx6veJHlhFvkZh4t3BuuqFuoc1k+r5BjkNm0f5Lj62ZAmY5s6OPI2Y51nrGQKiCSH+71qoIEe1LD20Ps8dXSdDA+dnMWPP6X2vWldvPRiD3e/YW/mNkKG7K3qcCcEtSDY4Arfrj/n6PCdR3YqR/umDfagcgetQw69i1yAr8ZY7MVblI/ZhdMnqK1kC9vcVO1qdR1O5dakyUVCIkk8YZqedBszaLTiFpRF57DPleQ05zSs0yInXMUWhrAiD3VQ4BIsOz1YfCG6dmhZ/c6DLogSdLSkhUOP5ehFwtzMG019cYoe3D6bknOrdZETqYDlViNBcuHXSp9UoCDoT8dKPbXPWb0OeRAzcHI6lfTgL5ckXCfH+sjPWuk7WamDuQ27YDK4l9WD8xYmg//a6nXKQ7DnM53nUhJuJdXr1FJscSNBf9hS0Iff6nXKVWxxy7ikdRLeKdqPqqeSWFfHU9h2TxQ3zcF4TBeHeJ6rg89uGJbDTLHN7Oa7/3YRTBjvP6V0RLVIbkRSlA/qJBz1up/CFoeIK25aJNeiQc9wTLeW+uQqtriR4E7ealj4E0apWUyxxU1z8JJl0YN73ep1ykquUjy3kinjJ9PrZYXPleCUej2SMDnnmhFNnHj8X1MPsijjL0vIvkq9DmkQM3AqCDYWOSF5SIzFHy8OkdEw1WfAKtPRwKWxKNAdguGuxC9ZFnQ6r+zL2qYhC0NYaWy/FO9vih4EdFfCoeZ5LBTtR0oNQ2ITrZN9KrYw7N4nDoFLwOoTVBbFifka30apX1F8rtRwGiQVU7HtAVXY4hAzOpHoE5SifJROC5JjCXmrb09yuEMs3w6xIxL7jtg2J1ZNQlAGZfZ0vCC5LD73uHt5EgtHMRTL9pxwhFm9VZB9gKCM4SInJVnMk2XmDT/sZZ9UG7Vl+OV0zkVy+RlhVwuHfPcy6vqNYXlfo/xlH67fLOXpXWC6DS2I6pyz2JJH9mB0NlfA73N4+hdLsf5+npxr3CX8JxO7Arbg/9tLdEsyynX9G+I/366hfdm2UCYAAAAASUVORK5CYII=)}.form-group.form-group--update .radio input[type=radio]:checked + label{color:rgb(var(--tw-color-tertiary-500)/1)}.form-group.form-group--update .radio input[type=radio]:checked + label span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAABihJREFUWAnNWUuMVEUUrXrd9GcGGCSKLgnIis90z+sIGGQmIaxcymhCJBq/IRg3ujbEtWz8BJVgwCiJoImJCyLIYtREkH5No7KageGjJiQGATNMD06/8pzXXY/7Xj+6Oz2M+pJJ3Xvrfk7X51bdGq16/PJD3gblq81GKRd/a7QxS9EuoTut1HWj9TW0v+DPU476drrinuwlFOy7//rX//xgfeb2q7DYboxZ3r0lQGt9EfqHUtnM21On1l7t1rYrgEvXjy+eqt14A0OzUxnV163zRD2tbsHH3v7cwJvXTq26magjhB0B9g956+q++gIj9rCwSyJrcHadHc2pziUphTKtx9OO2jZVcX8KZQlEW4C5QvkZBNuLiPm4LQwvKO18ZhwzltHG+8sr/SF1Frnl+28b7WpfDyvjPwU/K2R/QGs1DT87a9XSwZa+piAR4OrRc5nz47V3MWovxg1h8L1ynN21M0Mn4n3t+FyxskX5/m4A3RTXw/rct3JV7pVzR1bfbumLC8jnCt6HCeBq2nF2AdhHSTbdygD0OeP77zGMtCHIWtV9ScpIt4xgMK1GHZCKWqvzKZXaNlUtVqW8V7q/cKZQV/XPjVErpQ/EeTY+3RGA3BCzvjkp1xyMjudTavRPr3RDOpsrfZ9bHpiuqyMAuTX0hTWZdvQGuXFCgEwlt2ZuenK3cuQAzr3X4CygJkjEvDOSmOqJvuxi16Ygxyozz0lwkNc4rfMFjnHpmzEYizw/YghyboNtrEGeELMzM5ORqXWc5+e6IZoxOjbNjbM/VEQyT2ezK3jiBCMYHF8i1zGV3GtwfW55CNlhMlf03h8dNakQDAjGYsxQhtOqeaTiGG9828NOEshzEX6OTN+Q5/qz+htM33Ljm5e/Gq8cjINMiBlg0ryV+HXzg8XAjYGt3ulYs+od275ipVQ35jgWV3DTsQZa6R21s+4nlmeLFDchN4yT0hsdXpmkEobvcJTvncsPVh9JBKf17zqTGWv1HIsNbA6OHlcq8myVfK903i2v9/XssZaR0/q3jHJGpk+vvRL3HY9NbAS4Riry4Jd8L3Rj2SiAUwPSHhvhV+OokZvV4riUWzoem9gc3oStAtpa/FbCvoXFygO5Qe9jpgOhm0jmi5WNvm++BrjFUiEAl1YjMxV3Qsol3Ywd5kRi4wiGixdOgvucNCK4v33/hFFmBw75/dmCt0v2SzpfOPOo7/tJ4K4YgvNK56V+Ei0xEJtNM0m6gWzWmC9BrA0VjHoHu+2FkG8SWHObfANwSi2SfcgKl1Um0xU4aWdpJ47YdtgWvyJyEcVhhJHXH2DKn7Y6uSHvMeS5o+hbaGVsG+AWjNROr7sg5e3o+Iw6rL6EQY43YcGrJcvS23GAj0kZgMDOHMgXyqNYl5tNXSWA05eUSg3XfhycjNrenWvGDu+JxMYR/EWa8Jou+avHBqcGlqUfbwFpVMpX6lNjfILrlzbQvYjhG65VixelvBMdj01sBBhJK0ENEfPUBuQC7NZIlQd/kwA3gvP1UsxNRzYem9gcFtVRS//JKN/g7gpSKBOcxm7tBVzgBsWVcIcVYsYcVvzBlDR7eBZiXW2JKDaZdiAB7oLOZIenvdLlJNtOMsbEBllh9YgJvk7ZNHPIdgQtqq8IL5gkkLxgAFzi8SVM25OtMQNMAUA+R+Dqest6wC/Z1O7UsCCx1o7CrqqzC+YEjrEY08YnlgATBJiZxpcdLL8F6jXLo62ldWrjvarkhN8IyQpv1tR53QvTC+g9M2dLr1PRTrHiWwnmXZ6TOZaGLGyoOB8ffTMGfIfgiIFYbLwQIKuolKOewJhO205uGJaG8wGyWdGx7LxTGyM2MdiKjjhCgGRYj2LOd5K2HxxsBUiPU2Flc23piz7pW/pibFkTsy8CkAJW9hjmfaTtx1/JddJu41jdTi190Fdk5GDEmPFXBfpqAUghH3LiICHO8bqVGyx/hyCJeZK2d/toQ1v6gE645qjPWIyZZBvu4qTOts9vyH34fYf/k+c3CXa+HjAxahPcEPE1J2OTTpxiqUQHfCuBbI/c4VKnSeeQbB/iH/jIFEZ0G1liD312Ake7tlMccQzmf/uIHgdK/t/6N8Q/Z03NDq4yQm8AAAAASUVORK5CYII=)}.form-group.form-group--update .form-control{height:50px;font-size:16px;line-height:1;padding:13px 15px 14px 15px;border:2px solid rgb(var(--tw-color-tertiary-500)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);-ms-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);-o-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);box-shadow:0 0 2px 0 rgba(0,0,0,0.15);font-family:var(--tw-font-sans)}.form-group.form-group--update .form-control::placeholder{color:rgb(var(--tw-color-shade-400)/1)}.form-group.form-group--update .form-control:placeholder-shown{border-color:rgb(var(--tw-color-shade-400)/1)}.form-group.form-group--update .form-control:-ms-input-placeholder{border-color:rgb(var(--tw-color-shade-400)/1)}.form-group.form-group--update .form-control:placeholder-shown + label{color:rgb(var(--tw-color-shade-300)/1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%}.form-group.form-group--update .form-control:-ms-input-placeholder + label{color:rgb(var(--tw-color-shade-300)/1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form-group.form-group--update .form-control:focus{border-color:rgb(var(--tw-color-secondary-500)/1)}.form-group.form-group--update .form-control:focus + label{color:rgb(var(--tw-color-secondary-500)/1)}.form-group.form-group--update .form-control.invalid,.form-group.form-group--update .form-control.error{color:rgb(var(--tw-color-error-500)/1);border-color:rgb(var(--tw-color-error-500)/1)}.form-group.form-group--update .form-control.invalid + label,.form-group.form-group--update .form-control.error + label{color:rgb(var(--tw-color-error-500)/1)}.form-group.form-group--update .form-control:disabled{border-color:rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-400)/1);background-color:rgb(var(--tw-color-shade-100)/1)}.form-group.form-group--update textarea.form-control{height:110px}.form-group.form-group--update label.checkbox{color:rgb(var(--tw-color-shade-500)/1);font-weight:var(--tw-font-normal);font-size:16px;line-height:1.6;display:block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-group.form-group--update label.checkbox.register-terms{font-size:13px;line-height:24px}.form-group.form-group--update label.checkbox.register-terms a{font-weight:var(--tw-font-bold)}.form-group.form-group--update label.checkbox.checkbox--small{font-size:13px;padding-left:30px;padding-top:3px}.form-group.form-group--update label.checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.form-group.form-group--update .checkmark{position:absolute;top:3px;height:20px;width:20px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;border:2px solid rgb(var(--tw-color-primary-500)/1)}.form-group.form-group--update .checkmark.brand-blue{border-color:rgb(var(--tw-color-secondary-500)/1)}.form-group.form-group--update label.checkbox input:required:not(:checked) + .checkmark{border-color:rgb(var(--tw-color-primary-500)/1)}.form-group.form-group--update label.checkbox input:required:disabled + .checkmark{border-color:rgb(var(--tw-color-shade-300)/1)}.form-group.form-group--update .checkmark:after{content:"";position:absolute;display:none}.form-group.form-group--update label.checkbox input:checked ~ .checkmark:after{display:block}.form-group.form-group--update label.checkbox input:not(:checked) ~ .checkmark.error{border-color:rgb(var(--tw-color-error-500)/1)}.form-group.form-group--update label.checkbox .checkmark:after{left:5px;top:1px;width:6px;height:12px;border:solid rgb(var(--tw-color-primary-500)/1);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.form-group.form-group--update label.checkbox .checkmark.brand-blue:after{border-color:rgb(var(--tw-color-secondary-500)/1)}.form-group.form-group--update label.checkbox{margin-bottom:12px}.form-group.form-group--update input::-webkit-outer-spin-button,.form-group.form-group--update input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-group.form-group--update input{-moz-appearance:textfield;height:auto}.form-group.form-group--update textarea.form-control{line-height:1.6}.form-group.form-group--update div.form-field-info{color:rgb(var(--tw-color-shade-500)/1);font-size:13px;line-height:24px;margin-top:8px}.form-group.form-group--update div.form-field-info a{font-weight:var(--tw-font-bold)}.form-group.form-group--update.has-float-label{position:relative;display:block}.form-group.form-group--update.has-float-label label,.form-group.form-group--update.has-float-label > span{position:absolute;display:inline-block;top:-10px;cursor:text;font-size:75%;opacity:1;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;z-index:3;color:rgb(var(--tw-color-tertiary-500)/1)}.form-group.form-group--update.has-float-label label::after{content:" ";display:block;position:absolute;background:#fff;height:4px;top:calc(50%);left:-.2em;right:-.2em;z-index:-1}.form-group.form-group--update.has-float-label label.error{position:static;color:rgb(var(--tw-color-error-500)/1);font-size:13px}.form-group.form-group--update.has-float-label > input,.form-group.form-group--update.has-float-label > select,.form-group.form-group--update.has-float-label > textarea{font-size:inherit;position:relative}.form-group.form-group--update.has-float-label > input::placeholder,.form-group.form-group--update.has-float-label > select::placeholder,.form-group.form-group--update.has-float-label > textarea::placeholder{opacity:1;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}.form-group.form-group--update.has-float-label > input:placeholder-shown:not(:focus)::placeholder,.form-group.form-group--update.has-float-label > select:placeholder-shown:not(:focus)::placeholder,.form-group.form-group--update.has-float-label > textarea:placeholder-shown:not(:focus)::placeholder{opacity:0}.form-group.form-group--update.has-float-label > input:-ms-input-placeholder:not(:focus)::placeholder,.form-group.form-group--update.has-float-label > select:-ms-input-placeholder:not(:focus)::placeholder,.form-group.form-group--update.has-float-label > textarea:-ms-input-placeholder:not(:focus)::placeholder{opacity:0}.form-group.form-group--update.has-float-label > input:placeholder-shown:not(:focus) + *,.form-group.form-group--update.has-float-label > select:placeholder-shown:not(:focus) + *,.form-group.form-group--update.has-float-label > textarea:placeholder-shown:not(:focus) + *{font-size:16px;color:rgb(var(--tw-color-shade-400)/1);top:12px}.form-group.form-group--update.has-float-label > input:placeholder-shown:not(:focus) + *.error,.form-group.form-group--update.has-float-label > select:placeholder-shown:not(:focus) + *.error,.form-group.form-group--update.has-float-label > textarea:placeholder-shown:not(:focus) + *.error{font-size:13px;opacity:1}.form-group.form-group--update.has-float-label > input:placeholder-shown:not(:focus):-webkit-autofill + *,.form-group.form-group--update.has-float-label > select:placeholder-shown:not(:focus):-webkit-autofill + *,.form-group.form-group--update.has-float-label > textarea:placeholder-shown:not(:focus):-webkit-autofill + *{color:rgb(var(--tw-color-tertiary-500)/1);top:-10px;font-size:75%}.form-group.form-group--update.has-float-label > input:-ms-input-placeholder:not(:focus) + *,.form-group.form-group--update.has-float-label > select:-ms-input-placeholder:not(:focus) + *,.form-group.form-group--update.has-float-label > textarea:-ms-input-placeholder:not(:focus) + *{font-size:16px;color:rgb(var(--tw-color-shade-400)/1);top:12px}.form-group.form-group--update.has-float-label > input:-ms-input-placeholder:not(:focus) + *.error,.form-group.form-group--update.has-float-label > select:-ms-input-placeholder:not(:focus) + *.error,.form-group.form-group--update.has-float-label > textarea:-ms-input-placeholder:not(:focus) + *.error{font-size:13px;opacity:1}.form-group.form-group--update.has-float-label > input:focus,.form-group.form-group--update.has-float-label > select:focus,.form-group.form-group--update.has-float-label > textarea:focus{outline:none}.form-group.form-group--update.has-float-label > input:focus.invalid,.form-group.form-group--update.has-float-label > select:focus.invalid,.form-group.form-group--update.has-float-label > textarea:focus.invalid{border-color:rgb(var(--tw-color-error-500)/1)}.form-group.form-group--update .country-select.inside input,.form-group.form-group--update .country-select.inside input[type=text]{padding-left:52px}[dir="ltr"] .form-group.form-group--update label.checkbox{padding-left:35px}[dir="ltr"] .form-group.form-group--update label.checkbox .checkmark{left:0}[dir="ltr"] .form-group.form-group--update.has-float-label label,[dir="ltr"] .form-group.form-group--update.has-float-label > span{left:17px}[dir="ltr"] .form-group.form-group--update.has-float-label > input:placeholder-shown:not(:focus):-webkit-autofill + *,[dir="ltr"] .form-group.form-group--update.has-float-label > select:placeholder-shown:not(:focus):-webkit-autofill + *,[dir="ltr"] .form-group.form-group--update.has-float-label > textarea:placeholder-shown:not(:focus):-webkit-autofill + *{left:17px}[dir="ltr"] .form-group.form-group--update.has-float-label > input:placeholder-shown:not(:focus) + *,[dir="ltr"] .form-group.form-group--update.has-float-label > select:placeholder-shown:not(:focus) + *,[dir="ltr"] .form-group.form-group--update.has-float-label > textarea:placeholder-shown:not(:focus) + *{left:15px}[dir="ltr"] .form-group.form-group--update.has-float-label > input:-ms-input-placeholder:not(:focus) + *,[dir="ltr"] .form-group.form-group--update.has-float-label > select:-ms-input-placeholder:not(:focus) + *,[dir="ltr"] .form-group.form-group--update.has-float-label > textarea:-ms-input-placeholder:not(:focus) + *{left:15px}[dir="ltr"] .form-group ul li{text-align:left}[dir="rtl"] .form-group.form-group--update label.checkbox{padding-right:35px}[dir="rtl"] .form-group.form-group--update label.checkbox .checkmark{right:0}[dir="rtl"] .form-group.form-group--update.has-float-label label,[dir="rtl"] .form-group.form-group--update.has-float-label > span{right:17px}[dir="rtl"] .form-group.form-group--update.has-float-label > input:placeholder-shown:not(:focus):-webkit-autofill + *,[dir="rtl"] .form-group.form-group--update.has-float-label > select:placeholder-shown:not(:focus):-webkit-autofill + *,[dir="rtl"] .form-group.form-group--update.has-float-label > textarea:placeholder-shown:not(:focus):-webkit-autofill + *{right:17px}[dir="rtl"] .form-group.form-group--update.has-float-label > input:placeholder-shown:not(:focus) + *,[dir="rtl"] .form-group.form-group--update.has-float-label > select:placeholder-shown:not(:focus) + *,[dir="rtl"] .form-group.form-group--update.has-float-label > textarea:placeholder-shown:not(:focus) + *{right:15px}[dir="rtl"] .form-group.form-group--update.has-float-label > input:-ms-input-placeholder:not(:focus) + *,[dir="rtl"] .form-group.form-group--update.has-float-label > select:-ms-input-placeholder:not(:focus) + *,[dir="rtl"] .form-group.form-group--update.has-float-label > textarea:-ms-input-placeholder:not(:focus) + *{right:15px}[dir="rtl"] .form-group ul li{text-align:right}.form-info{font-size:13px;margin-top:-10px;color:rgb(var(--tw-color-shade-500)/1)}.additional-security{margin-top:20px;padding:0;height:44px}.additional-security .form-messages{margin-bottom:20px;display:block}.additional-security .form-group ul li{display:block}.additional-security p.error{font-size:14px;margin-top:-20px;float:left}.additional-security .phone-number{float:left;width:70%}.additional-security .phone-number input{padding-right:45px !important}.additional-security .security-code{float:right;width:27%}.additional-security .phone-number-input{width:100%;position:relative;z-index:0;margin-top:0 !important;margin-bottom:0 !important;margin-right:0}.additional-security .phone-number-input div.intl-tel-input{width:100%}.additional-security .phone-number-input .send-security-code-button{position:absolute;top:0;bottom:0;right:0;padding:1px}.additional-security .phone-number-input .send-security-code-button .send-security-code,.additional-security .phone-number-input .send-security-code-button .resend-security-code{z-index:1;position:relative;width:93px;height:100%;padding:0 0 0 8px;line-height:16px}.additional-security .phone-number-input .send-security-code-button .send-security-code a,.additional-security .phone-number-input .send-security-code-button .resend-security-code a,.additional-security .phone-number-input .send-security-code-button .send-security-code span,.additional-security .phone-number-input .send-security-code-button .resend-security-code span{position:absolute;top:12px;bottom:0;margin:auto}.additional-security .phone-number-input .send-security-code-button .send-security-code span,.additional-security .phone-number-input .send-security-code-button .resend-security-code span{color:rgb(var(--tw-color-shade-400)/1)}.additional-security .submit-row span{margin-top:10px}.additional-security button.disabled{background-color:rgb(var(--tw-color-shade-200)/1);color:rgb(var(--tw-color-shade-400)/1);opacity:1}.form-field label{font-weight:var(--tw-font-normal)}[dir="ltr"] .additional-security .phone-number-input .send-security-code-button .resend-security-code{width:115px}[dir="rtl"] .additional-security .phone-number-input .send-security-code-button .resend-security-code{width:120px}[dir="rtl"] .intl-tel-input .country-list{text-align:right;margin:0 -1px 0 0;-webkit-box-shadow:-1px 1px 4px rgba(0,0,0,0.2);-moz-box-shadow:-1px 1px 4px rgba(0,0,0,0.2);-ms-box-shadow:-1px 1px 4px rgba(0,0,0,0.2);-o-box-shadow:-1px 1px 4px rgba(0,0,0,0.2);box-shadow:-1px 1px 4px rgba(0,0,0,0.2)}[dir="rtl"] .intl-tel-input .country-list .country{display:flex;align-items:center}[dir="rtl"] .intl-tel-input .country-list .flag-box,[dir="rtl"] .intl-tel-input .country-list .country-name{margin-left:6px;margin-right:0}[dir="rtl"] .intl-tel-input.allow-dropdown .flag-container{left:auto;right:0}[dir="rtl"] .intl-tel-input.allow-dropdown input,[dir="rtl"] .intl-tel-input.allow-dropdown input[type=text],[dir="rtl"] .intl-tel-input.allow-dropdown input[type=tel],[dir="rtl"] .intl-tel-input.separate-dial-code input,[dir="rtl"] .intl-tel-input.separate-dial-code input[type=text],[dir="rtl"] .intl-tel-input.separate-dial-code input[type=tel]{padding-left:6px;padding-right:52px}.onboarding-page .mobile-number div.intl-tel-input{width:100%}.onboarding-page .mobile-number .intl-tel-input .selected-flag{gap:.6rem}.onboarding-page .mobile-number .intl-tel-input .selected-flag .iti-arrow{margin-left:0}.onboarding-page .mobile-number input{color:#000;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;border-radius:.2rem;width:100%;border:1px solid;font-weight:var(--tw-font-semibold);line-height:1.4;padding:.8rem 1.6rem .8rem 0;font-size:1.5rem}.onboarding-page .mobile-number input:placeholder{color:rgb(var(--tw-color-shade-500)/1)}.additional-security .phone-number-input,.additional-security-question .security-code-input{width:100%;position:relative;z-index:0;margin-top:0 !important;margin-bottom:0 !important;margin-right:0}.additional-security .phone-number-input div.intl-tel-input,.additional-security-question .security-code-input div.intl-tel-input{width:100%}.additional-security .phone-number-input .send-security-code-button,.additional-security-question .security-code-input .send-security-code-button{position:absolute;top:0;bottom:0;right:0;padding:1px}.additional-security .phone-number-input .send-security-code-button .send-security-code,.additional-security-question .security-code-input .send-security-code-button .send-security-code,.additional-security .phone-number-input .send-security-code-button .resend-security-code,.additional-security-question .security-code-input .send-security-code-button .resend-security-code{z-index:1;position:relative;width:93px;height:100%;padding:0 0 0 8px;line-height:22px}.additional-security .phone-number-input .send-security-code-button .send-security-code a,.additional-security-question .security-code-input .send-security-code-button .send-security-code a,.additional-security .phone-number-input .send-security-code-button .resend-security-code a,.additional-security-question .security-code-input .send-security-code-button .resend-security-code a,.additional-security .phone-number-input .send-security-code-button .send-security-code span,.additional-security-question .security-code-input .send-security-code-button .send-security-code span,.additional-security .phone-number-input .send-security-code-button .resend-security-code span,.additional-security-question .security-code-input .send-security-code-button .resend-security-code span{position:absolute;top:12px;bottom:0;margin:auto}.additional-security .phone-number-input .send-security-code-button .send-security-code span,.additional-security-question .security-code-input .send-security-code-button .send-security-code span,.additional-security .phone-number-input .send-security-code-button .resend-security-code span,.additional-security-question .security-code-input .send-security-code-button .resend-security-code span{color:rgb(var(--tw-color-shade-400)/1)}[dir="ltr"] .additional-security .phone-number-input .send-security-code-button .resend-security-code,[dir="ltr"] .additional-security-question .security-code-input .send-security-code-button .resend-security-code{width:115px}[dir="rtl"] .additional-security .phone-number-input .send-security-code-button .resend-security-code,[dir="rtl"] .additional-security-question .security-code-input .send-security-code-button .resend-security-code{width:120px}.hidden{display:none;visibility:hidden}@media (max-width:600px){.additional-security .phone-number,.additional-security .security-code{float:none;width:100%}}.wl-select{height:44px;display:inline-block;overflow:hidden;position:relative}.wl-select svg{pointer-events:none;position:absolute;width:40px;height:38px;top:2px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-color:rgb(var(--tw-color-primary-500)/1)}.wl-select select:active,.wl-select select:focus{outline:none}.wl-select select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.wl-select select::-ms-expand{display:none}.wl-select select{width:100%;outline:none;background:transparent;border:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:.01px;text-overflow:''}.wl-select.focused{border-color:rgb(var(--tw-color-primary-500)/1);outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(206,27,82,0.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(206,27,82,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(206,27,82,0.6);-ms-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(206,27,82,0.6);-o-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(206,27,82,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(206,27,82,0.6)}.wl-select:after{content:'\f078';pointer-events:none;font-family:'Font Awesome 5 Pro';position:absolute;top:4px;color:#fff;font-size:25px}[dir="ltr"] .wl-select svg{right:2px}[dir="ltr"] .wl-select:after{right:11px}[dir="rtl"] .wl-select svg{left:2px}[dir="rtl"] .wl-select:after{left:11px}.form-control.wl-select{padding:0}.form-control.wl-select select{padding:10px}.date-selector .wl-select{display:inline-block;width:100px}.date-selector .years{display:inline-block}.date-selector .years .wl-select{margin-right:0;width:128px}[dir="ltr"] .date-selector .wl-select{margin-right:20px}[dir="rtl"] .date-selector .wl-select{margin-left:20px}.col-xs-5 .date-selector .wl-select{margin-right:15px}.col-xs-5 .date-selector .years .wl-select{margin-right:0}.radio{display:inline-block}.checkbox,.radio{padding-left:0;margin:0;position:relative}.checkbox input[type=checkbox],.radio input[type=checkbox],.checkbox input[type=radio],.radio input[type=radio]{display:none}.checkbox div.cb-label,.radio div.cb-label{display:inline-block;margin-left:25px}.checkbox div.cb-label a,.radio div.cb-label a{text-decoration:underline;color:rgb(var(--tw-color-tertiary-500)/1)}.checkbox span,.radio span{background-position:left center;background-repeat:no-repeat;width:19px;height:16px}.checkbox dfn,.radio dfn{font-style:normal}.checkbox input[type=checkbox] + label span,.radio input[type=checkbox] + label span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAD1SURBVHja7JOxSsVAEEXPbvYlu5AmhWDlN0j8GytbwcrKQrDUXtsHVv5NwL+IsNVCiil2s1YvhPiMKazEC9PcGQ4zw4zqug7gBrgCLtimd2APvLRtO5kGuLPWPtZ1jbUWrTVKqaOEnDPjOCIi58MwPItIDTzNYbdN0+CcwxiD1nq1pXEcKcuS3W5H3/fXS9iJc46qqjDGoJRa7SznTFEUB+tsnjcAxpgpvgPNgQAppS85DaC1Xt3VXEqpqf4o7Lf0D/trMB9jnK77Jx3qYowAfgnbe+8REVJKm0JE8N4DvC7f6SGEUIYQLoHTjRN9AG/A/dz8HABdMXJPmK5WsgAAAABJRU5ErkJggg==)}.checkbox input[type=checkbox]:checked + label span,.radio input[type=checkbox]:checked + label span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAIMSURBVHjajJQ/aFNBHMc/77y+vNemqUEiDqWCSBEE/+MgCK4uFiSTSHGwFqlStQUzqKU4BKsuLQ4OFacuOuiggoI4OAkBB0ERUQkai49iXps2Z3y5c2hNXv6Y5uDg7vv73ee+3P3urEwmA3AOOAXsp732FpjtTU8/BO4CBWBYAinHcdLRaBTHcRBCYFlWU4IxBq01Sqk9K7n5Ge2610SxmFgLRyVwKR6P47ouUkqEEC0taa3pWFzCuTcHVRBAnwQSrusSiUSQUmJZVktnQe4HxakZ+JUPh7LAcQkgpaz0/4EAgm85CtdvYfJ+WP4CHAGyAkAI0fKsAIKvWfITaXQIFGyKAxxec0bDAenCMnpxqUb78+kz+ckbNbro6+XnySTA94oWXlR6956Fs2MsDF/k95vMKujDR/KTU+jCciVPbtuKmxpFd7o1m8rwxL85jVFqdXz7Dp3HjlJ8+gJTKlVyOvq30526QGlD463XKJF9u8M1wMqjJ7WgHf1svDqOVeeoqbPY+TMgJerV64ZEe9dOei6PYtk2lMvrwxCC2MhpLNum+Pxl1fGBvcTGRrCkbFnQTaPdQ4OIeA8rj5/hHDpIdGhwXdA/mBcEQcK2bYwxlVrrSg7QlRxo+gqMMQRBAODVX8Cs53kopSiXy211pRSe5wHcr3c24fu+7fv+CWBLm1/QPDAHXNn8oMr7OwAzrtQEsFPmqgAAAABJRU5ErkJggg==)}.checkbox input[type=radio] + label span,.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=)}.checkbox input[type=radio]:checked + label span,.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==)}.checkbox input[type=radio]:disabled + label span:hover,.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=)}.checkbox input[type=radio]:checked:disabled + label span,.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=)}.checkbox label,.radio label{padding:0;margin:0;display:inline-block;cursor:pointer;position:relative}.hiddenCheckbox{display:block !important;height:auto !important;left:0;margin-left:0 !important;opacity:0 !important;top:0;width:auto !important}.radio span{margin-bottom:-3px;margin-right:5px;display:inline-block}.checkbox span{position:absolute}.multi-checkbox .checkbox{margin-bottom:20px}.modal-footer.text-center{text-align:center}.address-lookup-modal .modal-header .modal-title{font-size:30px;margin:0}.address-lookup-modal .modal-header,.address-lookup-modal .modal-body,.address-lookup-modal .modal-footer{padding-left:0;padding-right:0}.address-lookup-modal .modal-body{border-top:1px solid rgb(var(--tw-color-shade-300)/1);border-bottom:1px solid rgb(var(--tw-color-shade-300)/1);max-height:300px;overflow:auto;padding-bottom:0;min-height:50px}.address-lookup-modal .modal-footer{text-align:center;padding-bottom:10px}.address-lookup-modal .address-list{list-style:none;padding:0}.address-lookup-modal .address-list li:hover{background-color:rgb(var(--tw-color-shade-100)/1)}.address-lookup-modal .address-list li{border-top:1px solid rgb(var(--tw-color-shade-300)/1)}.address-lookup-modal .address-list li a{display:block;padding:15px 30px}.address-lookup-modal .address-list li:first-child{border-top:none}.multi-currency-input{position:relative}.multi-currency-input input:placeholder-shown + label{max-width:50%}.multi-currency-input input:-ms-input-placeholder + label{max-width:50%}.multi-currency-input__currency-overlay{position:absolute;z-index:3;top:calc(50% - 16px);right:9px}.multi-currency-input__currency-overlay span{display:inline-block;font-size:20px;width:34px;color:rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:0;text-align:center;margin-left:2px}.multi-currency-input__currency-overlay span:hover{cursor:pointer;background-color:rgb(var(--tw-color-primary-500)/1);color:#fff}.multi-currency-input__currency-overlay span.-selected{background-color:rgb(var(--tw-color-secondary-500)/1);color:#fff;opacity:1}.form-group--update.has-float-label .wa-select + label{color:rgb(var(--tw-color-tertiary-500)/1)}.form-group--update.has-float-label .wa-select.wa-select--inactive + label{display:none}.form-group .input-group .wa-select{display:inline;width:auto;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.wa-select{display:block;font-size:16px;height:50px;line-height:1;padding:15px 15px 15px 15px;width:100%;max-width:100%;box-sizing:border-box;margin:0;border:2px solid rgb(var(--tw-color-tertiary-500)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);-ms-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);-o-box-shadow:0 0 2px 0 rgba(0,0,0,0.15);box-shadow:0 0 2px 0 rgba(0,0,0,0.15);font-family:var(--tw-font-sans);-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23DD0031%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat,repeat;background-position:right .7em top 50%;background-size:.65em}.wa-select.wa-select--inactive{border:2px solid rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-300)/1)}.wa-select:focus{border-color:rgb(var(--tw-color-secondary-500)/1);outline:none}.wa-select.error{border-color:rgb(var(--tw-color-error-500)/1)}.wa-select option{font-weight:var(--tw-font-normal)}.wa-select::-ms-expand{display:none}*[dir="rtl"] .wa-select,:root:lang(ar) .wa-select,:root:lang(iw) .wa-select{background-position:left .7em top 50%,0 0;padding:.6em .8em .5em 1.4em}.wa-select:disabled,.wa-select[aria-disabled=true]{color:graytext;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),linear-gradient(to bottom,#fff 0%,rgb(var(--tw-color-shade-200)/1) 100%)}.wa-select:disabled:hover,.wa-select[aria-disabled=true]{border-color:rgb(var(--tw-color-shade-400)/1)}.wa-selector__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wa-selector input.wa-selector__input:checked ~ .wa-selector__custom-input{border-color:rgb(var(--tw-color-secondary-500)/1)}.wa-selector .wa-selector__input:disabled ~ .wa-selector__custom-input{cursor:default}.wa-selector .wa-selector__input:disabled ~ .wa-selector__custom-input .wa-selector__icon{filter:grayscale(0)}.wa-selector .wa-selector__input:disabled ~ .wa-selector__custom-input .wa-selector__title{color:rgb(var(--tw-color-shade-300)/1)}.wa-selector .wa-selector__input:disabled ~ .wa-selector__custom-input .wa-selector__hint,.wa-selector .wa-selector__input:checked ~ .wa-selector__custom-input .wa-selector__hint{display:none}.wa-selector .wa-selector__input:disabled ~ .wa-selector__custom-input .wa-selector__subtitle{color:rgb(var(--tw-color-shade-300)/1)}@media (max-width:1200px){.center-form .tab-content.less-padding{padding:20px}}.rounded-table{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;overflow:hidden}.table{border-collapse:separate;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border-radius:7px;font-size:14px}.table thead tr{background-color:rgb(var(--tw-color-primary-500)/1);color:#fff}.table thead tr th{padding:10px;font-weight:var(--tw-font-bold);border-bottom:none;border-right:1px solid rgb(var(--tw-color-shade-300)/1)}.table thead tr th:first-child{border-top-left-radius:5px}.table thead tr th:last-child{border-top-right-radius:5px;border-right:none}.table tbody tr td{padding:14px;border-right:1px solid rgb(var(--tw-color-shade-300)/1)}.table tbody tr td a{color:rgb(var(--tw-color-primary-500)/1)}.table tbody tr td.small-button-col{padding:9px 14px}.table tbody tr td.small-button-col-double{padding:9px 2px 9px 6px}.table tbody tr td:last-child{border-right:none}.table tbody tr:last-child{-webkit-border-bottom-left-radius:5px;-moz-border-bottom-left-radius:5px;-ms-border-bottom-left-radius:5px;-o-border-bottom-left-radius:5px;border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-bottom-right-radius:5px;-ms-border-bottom-right-radius:5px;-o-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.table tbody tr:last-child td:first-child{-webkit-border-bottom-left-radius:5px;-moz-border-bottom-left-radius:5px;-ms-border-bottom-left-radius:5px;-o-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.table tbody tr:last-child td:last-child{-webkit-border-bottom-right-radius:5px;-moz-border-bottom-right-radius:5px;-ms-border-bottom-right-radius:5px;-o-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.table tbody tr.highlight-row td{background-color:rgb(var(--tw-color-shade-100)/1) !important}.table tbody tr.table-header-row td{font-size:14px;padding:5px 14px;font-weight:var(--tw-font-bold);border-top:1px solid rgb(var(--tw-color-primary-500)/1)}.table tbody tr.bold-row td{font-weight:var(--tw-font-bold)}.table tbody tr.totals-row td{border-top:1px solid rgb(var(--tw-color-shade-300)/1)}.table.compressed{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.table.compressed thead tr th{padding:4px}.table.compressed thead tr th:first-child{border-top-left-radius:0}.table.compressed thead tr th:last-child{border-top-right-radius:0;border-right:none}.table.compressed tbody tr td{padding:4px}.table.compressed tbody tr:last-child{-webkit-border-bottom-left-radius:0;-moz-border-bottom-left-radius:0;-ms-border-bottom-left-radius:0;-o-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-bottom-right-radius:0;-ms-border-bottom-right-radius:0;-o-border-bottom-right-radius:0;border-bottom-right-radius:0}.table.compressed tbody tr:last-child td:first-child{-webkit-border-bottom-left-radius:0;-moz-border-bottom-left-radius:0;-ms-border-bottom-left-radius:0;-o-border-bottom-left-radius:0;border-bottom-left-radius:0}.table.compressed tbody tr:last-child td:last-child{-webkit-border-bottom-right-radius:0;-moz-border-bottom-right-radius:0;-ms-border-bottom-right-radius:0;-o-border-bottom-right-radius:0;border-bottom-right-radius:0}.table.small-font tbody tr th,.table.small-font thead tr th,.table.small-font tbody tr td,.table.small-font thead tr td{font-size:10px}.profile-list-table{margin-bottom:100px}.profile-list-table__header{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);padding-bottom:10px;margin-bottom:30px}.profile-list-table__title{font-size:20px;line-height:48px;color:rgb(var(--tw-color-tertiary-500)/1)}.profile-list-table__empty-action{border:2px dashed rgb(var(--tw-color-shade-400)/1);text-align:center;padding:55px 10px;font-size:16px;font-weight:var(--tw-font-bold)}.profile-list-table__no-data{color:rgb(var(--tw-color-shade-500)/1);text-align:center}.profile-list-table table{width:100%}.profile-list-table table tr,.profile-list-table table td,.profile-list-table table th{background-color:transparent;border:none}.profile-list-table table th:first-child,.profile-list-table table td:first-child{padding-left:0}.profile-list-table table th{color:rgb(var(--tw-color-shade-600)/1);font-weight:var(--tw-font-normal);padding-bottom:20px}.profile-list-table table td{vertical-align:top;color:rgb(var(--tw-color-shade-800)/1);font-size:18px;padding:20px 20px 20px 0}.profile-list-table table td.actions{font-weight:var(--tw-font-bold)}.smart-tabs{margin-bottom:20px}.smart-tabs li{display:inline-block;margin-right:5px}.smart-tabs.nav > li > a{padding:7px 10px;color:rgb(var(--tw-color-shade-500)/1);border:2px solid transparent;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.smart-tabs.nav > li.active > a{background-color:rgb(var(--tw-color-secondary-500)/1);border-color:rgb(var(--tw-color-secondary-500)/1);color:#fff}.smart-tabs.nav > li > a:hover{border-color:rgb(var(--tw-color-secondary-500)/1)}.market-controls{position:absolute;right:15px;top:5px;margin-bottom:20px}.market-controls > *{margin-left:5px}.market-controls :first-child{margin-left:0}.market{margin:40px 0}.market .tab-content.market-tab-content{padding:0}.market .market-controls{right:0;top:0}.market .market-controls .market-currency-toggle,.market .market-controls .view-toggle{display:inline-block}.market .market-controls .view-toggle img{margin-top:-4px}.market .market-controls .view-select{display:inline-block;width:25px;height:25px;background-repeat:no-repeat;background-size:25px 50px;margin-left:10px;cursor:pointer}.market .market-controls .view-select.selected{background-position:0 0}.market .market-controls .view-select.selected:hover{cursor:inherit}.market .market-controls .list-view{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAB+CAYAAACTW8kWAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gkYDRE5C+E1YwAAB/FJREFUeNrtnF1oHNcdxc//zq4k4shQx2C3xC/GVmPK7shfESapu04fjG1asITWOyOoIU8JmMbU9CGlhA2kNaHQh9R9ccA2KZrdjKkVSrCfYom4BGJnK+2sGyJM4mCrKi7EBUdGu53Z+++DPmpZs7sz4Eqzo3vepHvmijP3ztyPuT8BSkprTvToD7qu9wB4hZmfB7Ceme8KIa709PScvXjx4n9iGT6fz4uRkZGTUsrfAOhaZiK6CeC44zh/i114XdffkFK+2dRI9DCZTOqlUunL2ITv7e3tlVJeZ+ZkSzPRtf7+/kw+n5eNPLquv8jMJoAtEczLAG5rmnZufHy8TKlU6n0A2cB3i+jHjuNc9StLpVImgD8BEJFucSKXmQ8LAD8Mee3+JpX+LurBAWC+l58WAJ4JeaGvP5PJPM3M32ujR/77AsC9kBf5+sfGxmYAfNU2LzuisiCiq2Eu0jStmf8EgFobZP9WCPEL2rVr1zbP88rM/FSAu/Wh4zg/aebZvXv3c57nDUopn41iaiHE7UQiYZVKpTsL4/wJKeUfWlz3TUdHR6pUKv0zLuO8BgD37t27vnnz5kkABwA85dPio5qmHRkfH5+K7dy+r69v0+zs7M8APA+gG8AUEV2emJgYISJWSyElJSUlJaX2HecXxvparbZHStlNRFOJROLTUqnkxjr8vn37NszMzLwDwHhsTX4fwKlKpXIhbuEFAOzcuVOfmZm5CWDIZzNiA4Dz6XT6z/l8XsSq5QcHBzsmJyc/Y+ZUgBXRqXK5/PtWvr17927xPG9FV3XMPLt9+/bPw2yxUzqdfp2ZfxvQXxVCbCuXy/9oEHpztVotAvjRKjXmAwCvVioVK2i3z4aovIuZf9qosFarnV3F4ACwnogu6Lr+g6Dht4d6Toh8/ZlMpgvAodV+jpk5KaU8Eig8M9dDVu41KPKalK3si4yoFrTl/x6ybl//2NiYR0TDEcj+bWdn56Wg4c+HqPg+M/+lSflrRPQuET1cjR4PwBFCHL5x48bdQD2EmUnX9Y+Y+UCA7mQ6jlNo5cvn8+Ly5cvfWcnk1Wq16jhOqJtOC+NyrVb7gJl3NfBJInrbcZxfxWmSowHA9PT0gx07dpyr1WoegBSWbmKWhBA5x3HOI2ZatrAZHBzUbt26tVVK2Q1gynGcf6n1n5KSkpKSkpKSUhtOb9fa9/nF8Ol0OsfMZ+BzNI2IRoUQL09MTHwdu/Br9UxOYv401tsBvM+4rnsWQFudxiIiCeALZn6vUqn8e0lZOp2+wMzHA28AaNoLExMTn/iVpVKpQwBGAHRGrosTTQPocxxn8VCVYOaXwlRSr9eb+c9EMTgAzB+NzT/6OwFgU8h6fP2ZTOZpAFuj/Iwzc+/j4b8J2X18/WNjYzPzXSu6b3eiycfDXwtZx8dN7uwvAciIZn9AREtokoSmaaellEdDkBZjjuP4llcqFUvX9TsRIy3qRDSZSCT+WCqV7viN82uSsREAcPTo0beEEKcAVBsEvwlgf5yCL5vbL3B1Uso+IuqOO1enpKSkpLQWtGSoKxaLPfV6/RXMbWOtJ6K7zHwlmUyezWaz8UTImVkUCoWTzNwQIRdCHM/lcvFDyC3LeoOZ32zhfahpmp7L5WIzy0vYtt3ruu6vA3jXSSnPM3NmfmvIV5ZlvUhEppQycgg5ETEz39Y07VwulyuTZVnvM3MohNw0TV+ktFAomFLKyCPkAFwAhwUzh0LImXl/k7K2QMgBJInotCCiUAi5EMLXb9t2WyHkzPzkEPJsNtt+CDmAqyGva+jXNO1E0HOvq6w5hNy27W2u65bhAxD76MOhoaGmHy0sy3qOmQcBPBvRFr+dSCSsbDY7h5APDw+fANDyc1VXV1dqYGAgNp+rBAAMDQ2dwRxY1Ggbe1QIsSdOwZfN7S3L2gRg8RM1M09pmnb52LFjCiFXUlJSUlJq83F+YawnokWEvKen59M9e/bEGyG3bXuD53nvMPMShJyI7hPRKcMwLsQyfLFY1Ov1+hUA323ivWSa5mCzLay2C2/bdofrup9hjqpqtSI6ZZpmS4S8UChsYeYVXdUlEolZAJ+H2WIny7JCIeTJZHJbNpv1Rcht297seV6RmVcNIRdCvGoYRjCEPMzmJYAu13UbIuSe551dxeAAsF5KecGyrP8PQt7IPzo6GgmEHEASwJGg4UMh5EQUeYScmYMh5ET0RBDyAwcOeAAigZALIS4FDX8+RKs3Rcg3btz4GhG9C2DFEXIiYiJyiOiwYRjBEXLLsj7C3H9BbPUHTNM0CwG6nRgZGVlRhHzdunXVgwcPhkfIC4XCFinlBwCaIuSmacYKIadH3taJ6enp14no58y88RFPiYhOmqb519gvbGzb1lzX3appWndHR8dUf3+/QsiVlJSUlJSUlJTacXq71r7PL4YfHh7OYQ4H9TtqNiqEeNkwjK9jF36tnslJzJ/GCoSQV6vVlgh5BE9jSQBfAHhvaGhoKUJuWVYohFwI8YJhGL4IebFYPCSlHGHmSCLknZ2dfQMDA/9DyAG8FLKehv56vX4misGBOYS8Wq3mlzQknhBCbtt25BFyAEsRcmYOhZBLKX392Ww28gg5gKUIORFdC/nsfNykLNIIuaZpS2gSmictrmPuM0+r4NcMw2g30mIRIc9ms8sR8rXK2AgAMAzjLSJqipBrmrY/TsGXze0XuDoi6mPm7rhzdUpKa1D/BcGemNKR5GUpAAAAAElFTkSuQmCC);background-position:0 -25px}.market .market-controls .icon-view{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAB+CAYAAACTW8kWAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gkYDQ8Eh8hGrQAACe9JREFUeNrtXT1oHEkWfq96evS7ibxws8ZyYINY7J2eoBmBs8GrwIGTs6XR/DiQkJI12Dhw5EDHKlq4ZFnDGg4JObieGY1lwYEDB8ZMZrCYQO2VMYLdwMJ3MuwqsaQZT9P1LlDJZ3vVv9PdwalfInhdXfW+qlfVVa/eN0IQQkSoKMosIs4Q0XkAGIQuBBENItpCxEcDAwPfP3v2bMftuxcuXBja29v7GxFdRsRhIpKhO9lFxA0iWtR1fQERCQAAAQBUVf3KMIx/EtFFCEe2EXFa1/XHTgUVRblEREsAkArDEER8KsvytWaz+R9GRBgycBBAVlRVPWtXSDxfCQu48PCLAi8yRVFmQwZ+2OhAp9NZsCvT6XQWiGggAlsuKooyyxBxBqKTXDqdPnPUA6HPRWUIIs4wsbhFJoyxc170IY7++YTdqo6I/yainwDgFWPMdFFhiogmAWDMpswXXvQfyRNEXEbEbSc7OOcSAHyNiDeJ6KRFscGEHXBZljPNZvN3j526kMlkljjnUwF6y/319fVpj6/9S1XVRcMw1q06gNmM0E8+gAMAQDKZnAvSRf3W12w2fxeeC57AA8Arv8aura1tIeJ+QAvT/tra2lYXVbzyDN7NHHeY/zyghYl3OWVMPyP/fy8x+Bh8DD4GH4OPwR9X8ETkO6CQy+UGAaA/IBv7RX1+N0kpP+An/Ta4s7MzGaBXMVGfX/CTftx+LJPJLGWz2WEvI64oygwR/Rjw2ftHRVFmvHhANpsdzmQyS3bHa1QUpeMUHUXEfZd77H6nEUfECV3XVz7XK4oyTkQPnI7qAOB4YEJERkT9DmWMBBFtAcAZh54Pav4CIr620hORmzVq0IWnuPGmLYaIjyJcYLdHRkaaRz0Q+u2oDEHERzg6Onqi1Wr9AiGGi51c3qPrBzIIg4OD56U3b960UqnUBiL+FQCSIQK/p+v63+3KvH379mUqlfoLAGRDtGMPEcvNZvMFAwDQdf2xLMsZAGiE0ctixK+7Kazr+nVEnAhpCjRkWc4c3hzh50/T6fQZxtg5F9FUJzEQ8fXIyEjzwYMHnqNCExMT0ubmpkpEpwFA7nK033HOX7548eI3iCWWWGI5jnKsV/sP4FVVPSvuz3MhfOdv2O3sLHZ6d0PYdTaSyeRss9n89QN4RVEuAcBKmIkBYod33QXwn4nouzB3eAAwruv642O7t+/r6/uGtdvtuSiAi2Pk3YmJCclqjgtXj0JS7XZ7jhHR5QgX2NTm5qZ61AOhT0VlCBFdTog8Nyd3DSySI1bv5xZ6JwkykjOcsAthMcbuJ5PJObf347lcbnBnZ2dSxPCsIi6yRz3AQRLhraGhoeVGo7HrxpZsNjvc6XTmrTJEiEhO2Lz/xGsqiDBsUVEUIKKFABfKW7quL3p5RwzYdDqdPgUWQUxm0+CyX2OHhoaWhYsGIVzU57fjLN+1A+87mCA8YD8g8PtuXd0rjvi6KgYfg4/Bx+Bj8DH4YwhepG13syUNpGO7rccOh13FX/ttMJvNDgd1rU1E/V4SJLzgsNve3lRV9Us/rXU6nfkg3dNvfaqqfomIN62eJ2x6/KRhGOvpdNoT0wIACpzzb4MEzzmfSqfTp7wyLQzDsGNaQAIAdq3O3uLFH0SFQR1P31npHYIqY0Q05ibr4iP77R7vMkTciHKF5Zy/9KIPSxBxgxHRYoRtNqyuiYW+EZUhRLTIBLf0aQQ9vZdMJmftyiSTyVkRVw/blqe6ri8wRCRZlq+F3AHbADB+eFNiJeL5OISYmHTIpUVEwo/cIDQWdW9v7/zz58//cPvu6OjoiXa7PRc2i/qTT92dO3c+rJBeVlUnkWWZ8vm86/K3b98mwzCCHO1P/n7QAwA8fPjwq/fv34fGpBbf5ulSqeRIIa9UKpcAYKmbxGcnt+/p6bl29erVAwp5mMAPNz9EtFKr1Wwp5LVa7SwRrYQFXNhyUeBFVqvVIqGQA8AA53zBYQ+wAACRUMhrtdosI6LIKORElNM07cg8X03TzhBRLkJbZhgAREohlyTpnBd9iHI+QUSOFHJJkl4BgOPBhnPuSCHnnH/hRf+RPEHEZcaYmz2AZJqmLYWciOwp5ACQKZfLninkmqYtAcBUgKN0v1wue6aQVyqVRUT0RyEvlUq+KOSMsUAp5H7rK5VK/ijkwtV9SbFY3IIA7+pEfX7XGO8Ucjdz3GEzEUgAIIB6Ygp5DD4GH4OPwcfgY/Ax+E8PKX4rrdfrg0He1dXrdd/xRDscoVDITdMMlEIu6vPbeZbv2mVgjmmatsQYm3O7t67X64OmaU6GQSGvVqsgSdJyPp93lZNXrVaHOefzdsfrBAAYYJ33OsU5n9I0bd/NHtswDDcUcsNKbxUxJqJBIlrgnP+jUqnsu+gsxjl3mnZGAgAcKeQA0B9UKJtz/tqL/vMpYBd88ShbDAAio5Aj4rYsy0dSyGVZbnaT8upDHrG+vr75qBpFxBv5fP7II2Y+nzcR8UaEg/A9u3Llyh8AMA0AoV4QMsbuFYvFFYcgyApj7F7I2PcAYDqfz+8wAIBSqfRYkqQMIjbC6GXG2ESxWHRFIS8Wi9cZYxNheCMiNiRJyhzeHP2JVKhp2hlJks65iKY6NWRwzl/Lsty0cnWHz6ZkGIbKGDvd7UUlY+ydaZovy+VyTCGPJZZYjqcc69X+A/harXaWc74Q9DUxIm4j4g2nDc5nJ7JxIrobdJICIjYYY7OFQuF/FPJKpXKJiFYgxMQAscO77gL4z5zz70L09j1EHC+VSo9xdXX1RLvd/iXMVJCPOmDCzgOq1eo45zx0Cjkibvf29n7DWq3WXBTAxTn7br1el6zmeFQUciJKtVqtOQYAkVHIiShlGIZqEQhRoxoEIZcTAOAmkd9VJEcELZmD6x9JIWeMnXaR2c3d/Ho6ETFw/g3O4QTYU7fv+43hWUVcrD5bdp8zRNxFxFs+Y3hTFkXsKeReU0GEYYvVajVwCnmxWPSUHS4GbFrTtGgp5JIkBUohF/X57TjvFHKXWU+WHhDkfzZw6+peccTXVTH4GHwMPgYfg4/BH0/wXVHIxeEiiJNgt/V4p5CbpumbQl6tVochwP9sIOrzJXY4bCnklUrFF4VcnKYCE7/1VSoV/xRyRFzXNM0r06IAAN8GPD2nNE075ZVpAQD2FHJE3LU5e58EgB9M0wxukWHsnZXeoZ0xIhrzYotdNgki7jIAiJRCbprmSy/6EGWDIWJkFHJEbFhdE5fL5d/CyA+wsWWRFQqFSCjkALDHGJt1mBKzEHKGiAD+tFAoHFDIe3p6QqWQi1ub8cObEispFAq/IuJ4mDlCh1zaP1HIBbV0BgDOB5DyZcBBmtujvr6+eZH740pWV1dPtFqtOTgIqw9D9z/3vAsAG4i4KDydAAD+C3iheutY9GZtAAAAAElFTkSuQmCC);background-position:0 -25px}.market .market-view-control{position:absolute;right:15px}.market .market-view-control i{margin-left:10px;cursor:pointer}.market .market-view-control i.selected{color:rgb(var(--tw-color-primary-500)/1);cursor:inherit}.market table th{text-align:center}.market table th.text-left{text-align:left}.market h2{margin-top:0;margin-bottom:10px;font-weight:var(--tw-font-bold);font-size:26px}.market .table-info{padding-left:0;list-style:none}.market .greeting{padding:15px;margin-bottom:10px;margin-right:-15px}.market .greeting h4{font-weight:var(--tw-font-bold);margin-bottom:5px;font-size:1em}.market .greeting p{font-size:1em}.market .ytm-explanation p{margin-bottom:5px}.market .market-footer{display:none;bottom:-1000px;z-index:100;background-color:#fff;position:fixed;width:100%;bottom:0;left:0;height:120px}.market .market-footer .market-footer-main{border-top:1px solid rgb(var(--tw-color-shade-100)/1)}.market .market-footer .footer-title{float:left;text-align:left;padding:30px 20px}.market .market-footer .footer-title h2{color:#000;margin:0;padding-bottom:5px}.market .market-footer .footer-title h2 i{border:solid #000;border-width:0 2.5px 2.5px 0;display:inline-block;padding:6px;margin-left:10px}.market .market-footer .footer-title label{margin-bottom:0}.market .market-footer .footer-title .order-type-label{font-size:16px;color:rgb(var(--tw-color-shade-500)/1);display:inline-block;vertical-align:text-bottom;line-height:38px}.market .market-footer .info-block{float:right;padding:40px 30px 0 30px;height:120px}.market .market-footer .info-block label{color:rgb(var(--tw-color-shade-600)/1);font-size:13px;margin-bottom:0;font-weight:var(--tw-font-normal)}.market .market-footer .info-block p{font-size:16px;margin-bottom:0}.market .market-footer .info-block select{border:none;background:transparent;margin-left:-4px}.market .market-footer .info-block select:focus{outline:none}.market .market-footer .info-block-final{padding-right:60px}.market .market-footer button{float:right;background-color:rgb(var(--tw-color-primary-500)/1);color:#fff;padding:0 50px 0 40px;width:235px;height:120px;border:none;font-weight:var(--tw-font-bold)}.market .market-footer-details{z-index:50;background-color:rgb(var(--tw-color-shade-100)/1);position:fixed;width:100%;display:none;bottom:120px;left:0;-webkit-box-shadow:0 0 15px 0 rgba(45,45,45,0.15);-moz-box-shadow:0 0 15px 0 rgba(45,45,45,0.15);-ms-box-shadow:0 0 15px 0 rgba(45,45,45,0.15);-o-box-shadow:0 0 15px 0 rgba(45,45,45,0.15);box-shadow:0 0 15px 0 rgba(45,45,45,0.15);padding-right:235px}.market .market-footer-details input{font-family:var(--tw-font-sans)}.market .market-footer-details .order-table-container{background-color:#fff;padding:30px 20px}.market .market-footer-details .order-table-container .order-table-scroll{max-height:30vh;overflow-x:hidden}.market .market-footer-details .order-table-container .order-table{width:100%;table-layout:fixed;border-collapse:collapse}.market .market-footer-details .order-table-container .order-table th,.market .market-footer-details .order-table-container .order-table td{text-align:left;padding:0 15px;border:0;white-space:nowrap;overflow:hidden}.market .market-footer-details .order-table-container .order-table th{color:rgb(var(--tw-color-shade-600)/1);font-size:14px;font-weight:var(--tw-font-normal)}.market .market-footer-details .order-table-container .order-table td{height:60px;font-weight:var(--tw-font-bold);font-size:1.8rem}.market .market-footer-details .order-table-container .order-table td .order-remove-link{font-size:1.2rem}.market .market-footer-details .order-table-container .order-table .order-image-col .order-image-wrapper{float:left;width:130px;height:100px;margin-right:20px}.market .market-footer-details .order-table-container .order-table .order-image-col .order-image-wrapper .center-image{display:inline-block;height:100%;vertical-align:middle}.market .market-footer-details .order-table-container .order-table .order-image-col .order-image-wrapper .order-image{background-color:#fff;max-width:100%;max-height:100%;padding:.4rem}.market .market-footer-details .order-table-container .order-table .order-image-col .order-details-wrapper{padding:40px 0 0 0}.market .market-footer-details .order-table-container .order-table .order-image-col .order-details-wrapper.order-details-wrapper__buy{padding-top:30px}.market .market-footer-details .order-table-container .order-table .order-image-col .order-details-wrapper .liquidity{font-size:16px;font-weight:var(--tw-font-normal)}.market .market-footer-details .order-table-container .order-table .order-image-col .order-details-wrapper a{font-weight:var(--tw-font-normal);display:block}.market .market-footer-details .order-table-container .order-table .order-image-col{width:34%}.market .market-footer-details .order-table-container .order-table .order-amount{position:relative;width:18%}.market .market-footer-details .order-table-container .order-table .order-price{width:10%}.market .market-footer-details .order-table-container .order-table .order-market-value,.market .market-footer-details .order-table-container .order-table .order-accrued-interest{width:12%}.market .market-footer-details .order-table-container .order-table .order-to-pay{width:14%}.market .market-footer-details .details-sidebar-top,.market .market-footer-details .details-sidebar-bottom{position:absolute;width:235px;padding:25px 30px 25px 20px}.market .market-footer-details .details-sidebar-top{right:0;top:0}.market .market-footer-details .details-sidebar-top .close-button{display:inline;float:right}.market .market-footer-details .details-sidebar-bottom{right:0;bottom:0}.market .market-footer-details .details-sidebar-bottom .checkbox-label{font-weight:var(--tw-font-normal)}.market .market-footer-details .details-sidebar-bottom .styled-checkbox{width:20px;position:relative;display:inline-block}.market .market-footer-details .details-sidebar-bottom .styled-checkbox label{width:20px;height:20px;cursor:pointer;position:absolute;top:0;left:0;background-color:rgb(var(--tw-color-tertiary-500)/1);-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.market .market-footer-details .details-sidebar-bottom .styled-checkbox label:after{content:'\2714';font-size:18pt;color:#fff;position:absolute;top:-3px;left:1px;opacity:0}.market .market-footer-details .details-sidebar-bottom .styled-checkbox label:hover::after{opacity:.3}.market .market-footer-details .details-sidebar-bottom .styled-checkbox input[type=checkbox]{visibility:hidden}.market .market-footer-details .details-sidebar-bottom .styled-checkbox input[type=checkbox]:checked + label:after{opacity:1}.market .market-footer-details .details-sidebar-bottom .styled-checkbox-label{display:inline-block}.market .empty-filter-state{margin:50px 0}.market .empty-filter-state img{width:250px}.market .empty-filter-state p{font-size:18px;margin-top:20px}.market .market-information-banner{border:1px solid rgb(var(--tw-color-shade-400)/1);background-color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;padding:0 20px;margin-bottom:40px;margin-top:20px}.market .market-information-banner h3{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-bold);margin-bottom:5px}.market .market-information-banner p{color:rgb(var(--tw-color-shade-500)/1)}.amount-container{position:relative;width:140px;font-size:1.6rem}.amount-container .amount{padding:6px;color:rgb(var(--tw-color-tertiary-500)/1)}.amount-container input::-webkit-outer-spin-button,.amount-container input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.amount-container .all{font-weight:var(--tw-font-normal);cursor:pointer;position:absolute;right:5px;line-height:1.6rem;top:5px;color:rgb(var(--tw-color-shade-400)/1);padding:5px 5px 2px 5px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.15);-ms-box-shadow:0 1px 3px 0 rgba(0,0,0,0.15);-o-box-shadow:0 1px 3px 0 rgba(0,0,0,0.15);box-shadow:0 1px 3px 0 rgba(0,0,0,0.15);border:1px solid transparent}.amount-container .all:hover{color:rgb(var(--tw-color-tertiary-500)/1);border:1px solid rgb(var(--tw-color-primary-500)/1)}.amount-container .all.selected{color:rgb(var(--tw-color-tertiary-500)/1);border:1px solid rgb(var(--tw-color-primary-500)/1)}@media screen and (max-width:1200px){.market .market-footer-details .order-image-col .order-image-wrapper{display:none !important}.market .market-footer-details .order-table-container .order-table .order-image-col{width:24%}.market .market-footer-details .order-table-container .order-table .order-amount{width:20%}.market .market-footer-details .order-table-container .order-table .order-price{width:12%}.market .market-footer-details .order-table-container .order-table .order-market-value,.market .market-footer-details .order-table-container .order-table .order-accrued-interest{width:14%}.market .market-footer-details .order-table-container .order-table .order-to-pay{width:16%}}@media screen and (max-width:1091px){.market .market-footer button{padding:6px 30px 0 20px;width:180px;height:120px}.market .market-footer .info-block{padding:40px 15px 0 15px}.market .market-footer .info-block p{font-size:14px}.market .market-footer .info-block-final{padding-right:30px}.market .market-footer-details{padding-right:0}.market .market-footer-details .details-sidebar-top{position:relative;width:100%;padding:10px 20px}.market .market-footer-details .details-sidebar-bottom{position:relative;width:100%;padding:10px 20px}.market .market-footer-details .details-sidebar-bottom .tees-and-cees,.market .market-footer-details .details-sidebar-bottom .confirm-order{display:inline-block}.market .market-footer-details .details-sidebar-bottom .confirm-order{float:right}.market .market-footer-details .order-table-container{padding:15px 0}}@media screen and (max-width:991px){.market .market-footer-details .hidden-s{display:none !important}.market .market-footer-details .order-table-container .order-table .order-image-col{width:20%}.market .market-footer-details .order-table-container .order-table .order-amount{width:22%}.market .market-footer-details .order-table-container .order-table .order-price,.market .market-footer-details .order-table-container .order-table .order-market-value,.market .market-footer-details .order-table-container .order-table .order-accrued-interest,.market .market-footer-details .order-table-container .order-table .order-to-pay{width:18%}}@media screen and (max-width:767px){.market .market-footer-details{bottom:80px}.market .market-footer{height:80px}.market .market-footer .info-block{padding:25px 10px 0 10px}.market .market-footer .info-block-final{padding-right:20px}.market .market-footer .footer-title{padding:20px 10px}.market .market-footer .footer-title h2{font-size:14px}.market .market-footer .footer-title h2 i{border-width:0 2px 2px 0;display:inline-block;padding:4px;margin-left:7px}.market .market-footer button{height:80px}}@media screen and (max-width:520px){.market-footer__buy-sell-text{position:absolute;left:5px;bottom:5px}.market .market-footer{height:115px}.market .market-footer button{padding-right:20px}.market .market-footer .footer-title{padding:5px 10px}.market .market-footer .footer-title p{margin-bottom:0}.market .market-footer .footer-title h2{margin-top:10px}.market .market-footer .info-block{padding:10px 10px 0 10px;height:inherit}.market .market-footer .info-block-final{padding-right:20px}.market .market-footer-aux{position:absolute;right:5px;bottom:5px;text-align:center}.market .market-footer-aux button{padding-top:0;height:40px;float:none}.market .market-footer-details{bottom:115px}.market .market-footer-details .order-table-container .order-table th,.market .market-footer-details .order-table-container .order-table td{padding:8px 10px}.market .market-footer-details .order-table-container .order-table td{line-height:inherit;font-size:14px}.market .market-footer-details .order-table-container .order-table .amount-container{width:100%}.market .market-footer-details .order-table-container .order-table .amount{width:80px;font-size:12px;height:40px}.market .market-footer-details .order-table-container .order-table .order-market-value,.market .market-footer-details .order-table-container .order-table .order-to-pay{width:100px}.market .market-footer-details .order-table-container .order-table tbody{max-height:10vh}}#market-table-initial,#market-table{border-bottom:1px solid rgb(var(--tw-color-shade-300)/1);margin-bottom:5px}#market-table-initial thead th,#market-table thead th{font-weight:var(--tw-font-bold);font-size:16px;padding:5px;vertical-align:middle}#market-table-initial thead th.fixed-width,#market-table thead th.fixed-width{width:85px}#market-table-initial tbody tr td,#market-table tbody tr td{border-right:1px solid rgb(var(--tw-color-shade-300)/1);border-top:1px solid rgb(var(--tw-color-shade-300)/1);vertical-align:middle;padding:7px}#market-table-initial tbody tr td .sub-text,#market-table tbody tr td .sub-text{font-size:12px;font-weight:var(--tw-font-normal)}#market-table-initial tbody tr td:first-child,#market-table tbody tr td:first-child{border-left:1px solid rgb(var(--tw-color-shade-300)/1);font-size:16px;font-weight:var(--tw-font-bold);padding:0 5px}#market-table-initial tbody tr td:first-child img,#market-table tbody tr td:first-child img{margin-left:-30px}#market-table-initial tbody tr td.invested,#market-table tbody tr td.invested{color:rgb(var(--tw-color-primary-500)/1)}#market-table-initial tbody tr td.wiseporfolio-logo,#market-table tbody tr td.wiseporfolio-logo{padding-left:5px;padding-right:7px;padding-top:15px;padding-bottom:15px}#market-table-initial tbody tr td.wiseporfolio-logo img,#market-table tbody tr td.wiseporfolio-logo img{width:100px;cursor:pointer;margin-left:0}#market-table-initial tbody tr td.button,#market-table tbody tr td.button{padding:4px 8px}#market-table-initial tbody tr td.button em,#market-table tbody tr td.button em{font-size:10px}#market-table-initial tbody tr td.button button,#market-table tbody tr td.button button{width:80px}#market-table-initial tbody tr td.button button.buy,#market-table tbody tr td.button button.buy{margin-bottom:4px}#market-table-initial tbody tr td.button button.register-interest,#market-table tbody tr td.button button.register-interest{margin-bottom:4px}#market-table-initial tbody tr td.button button.pre-order,#market-table tbody tr td.button button.pre-order{width:185px}#market-table-initial tbody tr td.crowdfunding-bar,#market-table tbody tr td.crowdfunding-bar{width:200px;padding:0}#market-table-initial tbody tr td.crowdfunding-bar ul li,#market-table tbody tr td.crowdfunding-bar ul li{padding:17px 0}#market-table-initial tbody tr td.crowdfunding-bar .green-bar-wrap,#market-table tbody tr td.crowdfunding-bar .green-bar-wrap{border-bottom:none;height:18px}#market-table-initial tbody tr td.crowdfunding-bar .green-bar-wrap .green-bar,#market-table tbody tr td.crowdfunding-bar .green-bar-wrap .green-bar{height:17px}#market-table-initial tbody tr td.crowdfunding-bar .stats-total,#market-table tbody tr td.crowdfunding-bar .stats-total{line-height:18px}.modal-header{text-align:center;border-bottom:none;padding:20px 70px}.modal-header h4{font-weight:var(--tw-font-bold);font-size:30px;line-height:34px}.modal-header hr{width:280px;border:none;border-top:1px solid rgb(var(--tw-color-shade-300)/1)}.modal-body{border-bottom:none;padding:0 65px 10px}.modal-body input[type=number]{width:180px;display:inline;margin-bottom:10px}.modal-body p{margin-bottom:10px}.modal-footer{border-top:none;padding:0 65px 20px;text-align:left}.modal-footer button{width:179px}#initialOfferModal p,#confirmOrderModal:not(.modal--v2) p{font-size:12px;margin-bottom:10px}#initialOfferModal .modal-content,#confirmOrderModal:not(.modal--v2) .modal-content{width:650px}#initialOfferModal .modal-body h4,#confirmOrderModal:not(.modal--v2) .modal-body h4{margin-bottom:10px}#initialOfferModal .modal-body table.table,#confirmOrderModal:not(.modal--v2) .modal-body table.table{margin-bottom:15px;border:1px solid rgb(var(--tw-color-shade-300)/1)}#initialOfferModal .modal-footer,#confirmOrderModal:not(.modal--v2) .modal-footer{margin-top:0}#confirmOrderModal.modal--v2 .wa-modal{max-width:684px}#confirmOrderModal.modal--v2 .confirm-place-order,#confirmOrderModal.modal--v2 .edit-order{max-width:156px}#confirmOrderModal.modal--v2 .confirm-place-order{margin-right:20px}#initialOrderTicketModal .loading,#orderTicketModal:not(.modal--v2) .loading{text-align:center}#initialOrderTicketModal .modal-footer,#orderTicketModal:not(.modal--v2) .modal-footer{text-align:center}#initialOrderTicketModal .modal-body h4,#orderTicketModal:not(.modal--v2) .modal-body h4{margin-bottom:10px}#initialOrderTicketModal .modal-body table.table,#orderTicketModal:not(.modal--v2) .modal-body table.table{margin-bottom:15px;border:1px solid rgb(var(--tw-color-shade-300)/1)}#orderTicketModal.modal--v2 .wa-modal{max-width:684px}#orderTicketModal.modal--v2 .deposit-button,#orderTicketModal.modal--v2 .close-button{display:none;max-width:156px}#orderTicketModal.modal--v2 .deposit-button{margin-right:1rem}.crowdfunding-bar{padding:0;border-top:1px solid rgb(var(--tw-color-shade-300)/1)}.crowdfunding-bar ul{margin:0;padding:0}.crowdfunding-bar ul li{width:50%;text-align:center;list-style:none;display:inline-block;line-height:20px;padding:5px 0}.crowdfunding-bar ul li .target{font-weight:var(--tw-font-bold)}.crowdfunding-bar ul li:first-child{border-right:1px solid rgb(var(--tw-color-shade-300)/1)}.crowdfunding-bar .green-bar-wrap{position:relative;height:25px;background-color:rgb(var(--tw-color-shade-100)/1);border-top:1px solid rgb(var(--tw-color-shade-300)/1);border-bottom:1px solid rgb(var(--tw-color-shade-300)/1)}.crowdfunding-bar .green-bar-wrap .green-bar{height:24px;background-color:rgb(var(--tw-color-approval-500)/1)}.crowdfunding-bar .stats-total{position:absolute;width:100%;font-weight:var(--tw-font-bold);text-align:center;line-height:28px}.crowdfunding-bar .available-now{padding:16px 0;text-align:center}.crowdfunding-bar .available-now h4{font-weight:var(--tw-font-bold)}.crowdfunding-bar .available-now div{color:rgb(var(--tw-color-primary-500)/1)}.crowdfunding-buffer{height:15px}@media screen and (max-width:991px){.market-controls{position:initial;margin-top:10px;margin-bottom:10px}}@media screen and (max-width:767px){.smart-tabs li{display:block}.smart-tabs.nav > li > a{line-height:20px;margin-bottom:5px}.full-width-xs .three-tabs li{width:100%}.full-width-xs .nav-tabs > li{margin-bottom:0}.full-width-xs .nav-tabs > li > a{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.full-width-xs .nav.nav-tabs li a{border-right:0}.full-width-xs .nav.nav-tabs li:last-child a{border-top-right-radius:0}.market .market-footer-details .order-table-container .order-table .order-image-col .order-details-wrapper{padding-top:20px}.market .market-tab-container.full-width-xs{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.market .market-tab-container.full-width-xs .nav.nav-tabs{border-top-left-radius:0;border-top-right-radius:0}}.order-ticket .liquidity span{color:rgb(var(--tw-color-secondary-500)/1)}.order-ticket.order-ticket--dark .market-footer-details,.order-ticket.order-ticket--dark .market-footer,.order-ticket.order-ticket--dark .order-table-container{background-color:#000}.order-ticket.order-ticket--dark .order-ticket-account-selection__account{background-color:#000}.order-ticket.order-ticket--dark .order-ticket-account-selection__account p{color:rgb(var(--tw-color-shade-400)/1)}.order-ticket.order-ticket--dark .order-ticket-account-selection__account:hover{background-color:#1a1a1a}.order-ticket.order-ticket--dark .market-footer{color:#fff}.order-ticket.order-ticket--dark .market-footer .footer-title h2{color:#fff}.order-ticket.order-ticket--dark .market-footer__buy-sell-text .order-type-label{color:rgb(var(--tw-color-shade-400)/1)}.order-ticket.order-ticket--dark .market-footer .info-block label{color:rgb(var(--tw-color-shade-400)/1)}.order-ticket.order-ticket--dark .market-footer-details{-webkit-box-shadow:0 0 2.5rem 0 rgba(0,0,0,0.3);-moz-box-shadow:0 0 2.5rem 0 rgba(0,0,0,0.3);-ms-box-shadow:0 0 2.5rem 0 rgba(0,0,0,0.3);-o-box-shadow:0 0 2.5rem 0 rgba(0,0,0,0.3);box-shadow:0 0 2.5rem 0 rgba(0,0,0,0.3)}.order-ticket.order-ticket--dark .order-table-container .order-table th{color:rgb(var(--tw-color-shade-400)/1)}.order-ticket.order-ticket--dark .order-table-container .order-table td{color:#fff}.order-ticket.order-ticket--dark .liquidity{color:rgb(var(--tw-color-shade-400)/1) !important}.order-ticket.order-ticket--dark .order-details-wrapper,.order-ticket.order-ticket--dark .liquidity span{color:#fff}.order-ticket.order-ticket--dark .market-close{color:rgb(var(--tw-color-shade-400)/1)}.order-ticket.order-ticket--dark .market-footer-main{border-top-color:#000}.notification-message{margin:30px 0;border:1px solid rgb(var(--tw-color-shade-200)/1);background-color:#fff;-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);position:relative;padding:20px 20px 20px 63px}.notification-message h1{font-size:61.04px;line-height:70px;font-weight:var(--tw-font-bold)}.notification-message h2{margin-top:0;font-size:48.83px;line-height:54px;font-weight:var(--tw-font-bold)}.notification-message h3{font-size:31.25px;line-height:40px;font-weight:var(--tw-font-bold)}.notification-message h4{font-size:20px;line-height:28px;font-weight:var(--tw-font-bold);margin-top:0}.notification-message h5{font-size:16px;line-height:1.6;font-weight:var(--tw-font-bold)}.notification-message p{color:rgb(var(--tw-color-shade-500)/1);font-size:16px;line-height:1.625}.notification-message p.error{color:rgb(var(--tw-color-error-500)/1)}.notification-message p strong{color:rgb(var(--tw-color-shade-700)/1);font-weight:var(--tw-font-bold)}.notification-message p.small-text{font-size:13px}.notification-message .section-label{margin-top:10px;font-size:16px;line-height:24px;display:block}.notification-message .section-label__help-link{float:right;font-size:13px}.notification-message a{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}.notification-message a:hover{text-decoration:none;color:rgb(var(--tw-color-primary-700)/1);-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.notification-message a.btn-action{color:#fff}.notification-message a.btn-action:hover{color:#fff}.notification-message a.info-link{color:rgb(var(--tw-color-shade-500)/1);border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1)}.notification-message a.info-link:hover{color:rgb(var(--tw-color-shade-500)/1);cursor:help}.notification-message hr{border-color:rgb(var(--tw-color-shade-400)/1);margin:30px 0}.notification-message::before{top:-1px;left:-1px;width:5px;height:calc(100% + 2px);background-color:rgb(var(--tw-color-primary-500)/1);display:block;content:" ";position:absolute}.notification-message img,.notification-message__image,.notification-message > [class^='fa']{position:absolute;font-size:2.1rem;width:23px;height:21px;left:20px;top:22px;text-align:center}.notification-message__title{font-weight:var(--tw-font-bold);line-height:1.625}.notification-message p.notification-message__message{margin-bottom:10px;font-size:16px}.notification-message p.notification-message__message:last-child{margin-bottom:0}.notification-message--warning::before{background-color:rgb(var(--tw-color-error-500)/1)}.notification-message--success::before{background-color:rgb(var(--tw-color-approval-500)/1)}.notification-message--info::before{background-color:rgb(var(--tw-color-secondary-500)/1)}.notification-message--with-action .notification-message__message{padding-right:160px}.notification-message__action{font-weight:var(--tw-font-normal) !important;position:absolute;top:20px;right:20px}.notification-message__message{font-size:13px;margin-top:5px;margin-bottom:0}@media screen and (max-width:767px){.notification-message__action{top:auto;bottom:20px}.notification-message--with-action .notification-message__message{padding-right:0;padding-bottom:40px}}.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}}.header-margin{margin-top:60px}.promo-header-banner{background-color:rgb(var(--tw-color-warning-500)/1);position:fixed;height:60px;z-index:1000;top:0;width:100%}.promo-header-banner img{width:185px;margin-top:14px;position:absolute;top:0}.promo-header-banner .banner-text{color:#fff;text-align:center;font-size:22px;font-weight:var(--tw-font-bold);padding:18px 0}.promo-header-banner .banner-text a{color:#fff;text-decoration:underline}.promo-header-banner .btn-landing{position:absolute;right:5px;top:4px;width:inherit;letter-spacing:1px;font-size:18px;color:rgb(var(--tw-color-warning-500)/1)}@media screen and (max-width:1091px){.promo-header-banner .banner-text{padding:22px 0;font-size:16px}.promo-header-banner .btn-landing{font-size:16px}}@media screen and (max-width:991px){.promo-header-banner .btn-landing{display:none}.promo-header-banner .banner-text{position:absolute;right:5px;text-align:right}}@media screen and (max-width:767px){.promo-header-banner img{width:85px;margin-top:10px}.promo-header-banner .banner-text{width:70%;font-size:12px;padding:10px 0}}.home-promo-wrapper{position:relative;background-color:rgb(var(--tw-color-primary-500)/1);margin-top:-75px}.home-promo-wrapper .banner-text{text-align:center;color:#fff;font-size:36px;font-weight:var(--tw-font-bold);padding:14px 0 9px}.home-promo-wrapper .banner-text .t-and-c{font-size:16px}.home-promo-wrapper .banner-text .t-and-c a{color:#fff;text-decoration:underline}@media screen and (max-width:991px){.home-promo-wrapper{margin-top:0}.home-promo-wrapper .banner-text{font-size:22px}}.hero-section .crowdcube-promo{background-color:#fff;text-align:center;display:inline-block;float:right;padding:48px 30px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;width:320px;height:225px;border:5px solid rgb(var(--tw-color-shade-500)/1)}.hero-section .crowdcube-promo h4{font-size:24px;color:rgb(var(--tw-color-primary-500)/1);line-height:30px}.hero-section .crowdcube-promo img{margin-top:-10px}.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);width:14px;height:14px;flex-shrink:0;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)}}.standout-list{list-style:none;padding:0}.standout-list li{color:rgb(var(--tw-color-shade-500)/1);font-size:18px;line-height:35px}.standout-list li:before{content:'i';font-weight:var(--tw-font-bold);font-size:16px;color:rgb(var(--tw-color-primary-500)/1);text-align:center;display:inline-block;line-height:26px;border:2px solid rgb(var(--tw-color-primary-500)/1);height:25px;width:25px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;margin-right:15px}.info-box{padding:10px;border:1px solid rgb(var(--tw-color-warning-500)/1);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;color:rgb(var(--tw-color-warning-500)/1);font-size:16px}.info-box h2{font-size:16px;font-weight:var(--tw-font-bold);color:rgb(var(--tw-color-warning-500)/1);margin:5px 0 0 0}ul.verbose-checkbox-list,ul.yes-no-list{margin:0;padding:0}.verbose-checkbox-list .verbose-checkbox-list__item{position:relative;border:2px solid #fff;background-color:#fff;cursor:pointer;list-style:none;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border-radius:7px;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);-ms-box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);-o-box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);margin-bottom:2rem;padding:15px}.verbose-checkbox-list .verbose-checkbox-list__item:last-child{margin-bottom:0}.verbose-checkbox-list .verbose-checkbox-list__item h3{font-size:18px;line-height:1;padding-right:20px;margin-bottom:5px;font-weight:var(--tw-font-bold);margin-top:0}.verbose-checkbox-list .verbose-checkbox-list__item img{position:absolute;height:20px;width:20px;top:15px;right:15px}.verbose-checkbox-list .verbose-checkbox-list__item img.checked{display:none}.verbose-checkbox-list .verbose-checkbox-list__item span{color:rgb(var(--tw-color-shade-500)/1);font-size:13px}.verbose-checkbox-list .verbose-checkbox-list__item:disabled{cursor:not-allowed}.verbose-checkbox-list .verbose-checkbox-list__item.verbose-checkbox-list__item--selected{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;border:2px solid rgb(var(--tw-color-secondary-500)/1)}.verbose-checkbox-list .verbose-checkbox-list__item.verbose-checkbox-list__item--selected img.checked{display:block}.verbose-checkbox-list .verbose-checkbox-list__item.verbose-checkbox-list__item--selected img.unchecked{display:none}.verbose-checkbox-list .verbose-checkbox-list__item.verbose-checkbox-list__item--disabled{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;background-color:transparent;border-color:rgb(var(--tw-color-shade-400)/1);opacity:.2;cursor:not-allowed}.verbose-checkbox-list .verbose-checkbox-list__item.verbose-checkbox-list__item--current::before{content:"Current";color:rgb(var(--tw-color-shade-500)/1);font-size:13px;position:absolute;right:43px;top:16px}.verbose-checkbox-list .verbose-checkbox-list__item.verbose-checkbox-list__item--selected.verbose-checkbox-list__item--current::before{color:rgb(var(--tw-color-secondary-500)/1)}.yes-no-list .yes-no-list__item{position:relative;border:2px solid #fff;background-color:#fff;cursor:pointer;list-style:none;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border-radius:7px;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);-ms-box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);-o-box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);margin-bottom:2rem;padding:30px 20px}.yes-no-list .yes-no-list__item:last-child{margin-bottom:0}.yes-no-list .yes-no-list__item h3{font-size:18px;line-height:1;padding-right:20px;margin-bottom:5px;font-weight:var(--tw-font-bold);margin-top:0}.yes-no-list .yes-no-list__item img{position:absolute;height:20px;width:20px;top:15px;right:15px}.yes-no-list .yes-no-list__item img.checked{display:none}.yes-no-list .yes-no-list__item span{color:rgb(var(--tw-color-shade-500)/1);font-size:13px}.yes-no-list .yes-no-list__item h3{margin-top:0;line-height:1;font-size:16px;font-weight:var(--tw-font-normal);margin:0}.yes-no-list .yes-no-list__item span{display:inline-block;position:absolute;border:2px solid rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;top:calc(50% - 20px);right:20px;padding:7px 0;width:40px;font-size:16px;font-weight:var(--tw-font-bold);color:rgb(var(--tw-color-shade-400)/1);text-align:center}.yes-no-list .yes-no-list__item.yes-no-list__item--selected{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;border:2px solid rgb(var(--tw-color-secondary-500)/1)}.yes-no-list .yes-no-list__item.yes-no-list__item--selected img.checked{display:block}.yes-no-list .yes-no-list__item.yes-no-list__item--selected img.unchecked{display:none}.yes-no-list .yes-no-list__item.yes-no-list__item--selected span{border:2px solid rgb(var(--tw-color-secondary-500)/1);color:rgb(var(--tw-color-secondary-500)/1)}.ul{font-size:1.6rem;line-height:1.625;list-style-type:none;margin-bottom:0;padding-left:1.6rem}.ul li{padding:.5rem 0 .9rem;position:relative}.ul 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:-1.6rem;position:absolute;top:50%;-webkit-transform:translateY(calc(-50% - 0.1rem));-moz-transform:translateY(calc(-50% - 0.1rem));-ms-transform:translateY(calc(-50% - 0.1rem));-o-transform:translateY(calc(-50% - 0.1rem));transform:translateY(calc(-50% - 0.1rem));width:.6rem}.gray-ul{color:rgb(var(--tw-color-shade-500)/1);list-style:none;padding:0 0 0 4.2rem;position:relative}.gray-ul li{position:relative}.gray-ul 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}.customise-step{display:flex}.customise-step__picture{flex:0 0 6rem;margin-right:1.6rem}.customise-step__body :last-child{margin-bottom:0}.customise-step__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.8rem;line-height:1.66667;margin-bottom:.1rem}@media (min-width:1091px){.customise-step{padding:1.7rem 0}.customise-step__title{font-size:1.6rem;line-height:1.875}}.portfolio-industry-cards{display:block;margin:-3rem 0 3rem;padding:0 0}.portfolio-industry-cards__allow-investment{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin:0 0 3rem;padding:1.1rem 0 1.5rem;max-width:inherit}.portfolio-industry-card{align-items:center;display:flex;cursor:pointer;justify-content:space-between;padding:1.6rem 0}.portfolio-industry-card--restricted{cursor:default}.portfolio-industry-card--restricted .portfolio-industry-card__attention{color:rgb(var(--tw-color-error-500)/1);display:block;font-size:1.3rem;line-height:1.38462;margin-bottom:0}.portfolio-industry-card--restricted .portfolio-industry-card__checkbox{display:none}.portfolio-industry-card__logo{border:.75px solid rgb(var(--tw-color-shade-400)/1);height:6rem;margin-right:1.7rem;padding:.3rem;width:6rem}.portfolio-industry-card__logo > img{max-height:100%}.portfolio-industry-card__details > :last-child{margin:0}.portfolio-industry-card__name{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.5;margin:-.7rem 0 .5rem}.portfolio-industry-card__attention{display:none}.portfolio-industry-card__stats{font-size:1.3rem;line-height:1.38462;margin:0;font-weight:var(--tw-font-semibold)}.portfolio-industry-card__checkbox{display:block;padding:.4rem 1.5rem;right:-.6rem}.portfolio-industry-card__checkbox .wa-checkbox__label::before{border-color:rgb(var(--tw-color-primary-500)/1);left:auto;right:.6rem;top:.6rem}.portfolio-industry-card__message{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem}.portfolio-industry{border-bottom:1px solid transparent;cursor:pointer;padding-bottom:2rem;padding-top:.9rem;-webkit-transition:background-color 1s,border-color 1s;-moz-transition:background-color 1s,border-color 1s;-ms-transition:background-color 1s,border-color 1s;-o-transition:background-color 1s,border-color 1s;transition:background-color 1s,border-color 1s}.portfolio-industry__details{-webkit-transition:background-color 1s,margin 1s,padding 1s;-moz-transition:background-color 1s,margin 1s,padding 1s;-ms-transition:background-color 1s,margin 1s,padding 1s;-o-transition:background-color 1s,margin 1s,padding 1s;transition:background-color 1s,margin 1s,padding 1s;padding-left:0;padding-right:0;background-color:transparent}.portfolio-industry__details.open{background-color:#fff;margin-left:-2.4rem;margin-right:-2.4rem;padding-left:2.4rem;padding-right:2.4rem}.portfolio-industry.open{background-color:#fff;border-bottom-color:#efefef;padding-left:2.4rem;padding-right:2.4rem;margin:0 -2.4rem}.portfolio-industry--setup.open{position:sticky;top:7.5rem;z-index:1}.portfolio-industry--empty .portfolio-industry__name,.portfolio-industry--empty .portfolio-industry__percent{color:rgb(var(--tw-color-shade-400)/1)}.portfolio-industry__name{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:0}.portfolio-industry__percent{color:rgb(var(--tw-color-secondary-500)/1);vertical-align:middle;margin-bottom:0}.portfolio-industry__percent ~ [class^="fa"]{font-size:1.4rem;padding:.3rem 0 .3rem .3rem;vertical-align:middle}.portfolio-industry__bar{background-color:rgb(var(--tw-color-shade-400)/1);height:.4rem;margin-top:.9rem;position:relative}.portfolio-industry__inner-bar{position:absolute;bottom:0;left:0;top:0}.portfolio-industry__inner-bar-blue{background-color:rgb(var(--tw-color-secondary-500)/1)}.portfolio-industry__inner-bar-red{background-color:rgb(var(--tw-color-error-500)/1)}.portfolio-industry__inner-bar-yellow{background-color:rgb(var(--tw-color-warning-500)/1)}@media (min-width:424px){.portfolio-industry--setup.open{top:5.8rem}}@media (min-width:788px){.portfolio-industry--setup.open{top:4.1rem}}@media (min-width:992px){.portfolio-industry--setup.open{top:8.8rem}}@media (min-width:1405px){.portfolio-industry--setup.open{top:5.6rem}}.ifisa-account{padding:1rem 0}.ifisa-account__flag{height:3rem;margin-right:.5rem;width:3rem}.ifisa-account__name{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-medium);line-height:1.625;margin-bottom:0}.portfolio-item__label,.wa-typography .portfolio-item__label{align-items:center;background-color:#fff;border:2px solid transparent;-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-shade-300)/1);-moz-box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-shade-300)/1);-ms-box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-shade-300)/1);-o-box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-shade-300)/1);box-shadow:0 .1rem .5rem 0 rgb(var(--tw-color-shade-300)/1);cursor:pointer;display:flex;justify-content:space-between;padding:.8rem 1.5rem 1.2rem;-webkit-transition:border-color .25s;-moz-transition:border-color .25s;-ms-transition:border-color .25s;-o-transition:border-color .25s;transition:border-color .25s}.portfolio-item__input,.wa-typography .portfolio-item__input{display:none}.portfolio-item__input:checked ~ .portfolio-item__label,.wa-typography .portfolio-item__input:checked ~ .wa-typography .portfolio-item__label{border-color:rgb(var(--tw-color-secondary-500)/1);-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.portfolio-item__input:disabled ~ .portfolio-item__label,.wa-typography .portfolio-item__input:disabled ~ .wa-typography .portfolio-item__label{background-color:transparent;border-color:rgb(var(--tw-color-shade-400)/1);-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;cursor:default}.portfolio-item__input:disabled ~ .portfolio-item__label .portfolio-item__title,.wa-typography .portfolio-item__input:disabled ~ .wa-typography .portfolio-item__label .portfolio-item__title{color:rgb(var(--tw-color-shade-400)/1)}.portfolio-item__input:disabled ~ .portfolio-item__label .portfolio-item__info-icon,.wa-typography .portfolio-item__input:disabled ~ .wa-typography .portfolio-item__label .portfolio-item__info-icon{opacity:.2}.portfolio-item__title,.wa-typography .portfolio-item__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2rem;line-height:1.4;margin-bottom:.5rem;margin-top:0}.portfolio-item__yield,.wa-typography .portfolio-item__yield{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.84615;margin-bottom:0}.portfolio-item__info-icon,.wa-typography .portfolio-item__info-icon{color:rgb(var(--tw-color-primary-500)/1);font-size:2rem;margin-top:.4rem;max-width:4.5rem;padding:.6rem}.portfolio-item__info-icon--wisealpha-logo,.wa-typography .portfolio-item__info-icon--wisealpha-logo{position:relative;right:-.75rem}.robowise-disclaimer__expand-disclaimer-wrapper{padding:1rem 0 1.4rem}.robowise-disclaimer__disclaimer-info{color:rgb(var(--tw-color-shade-500)/1);height:0;line-height:1.625;overflow:hidden;-webkit-transform:scale3d(1,0,1);-moz-transform:scale3d(1,0,1);-ms-transform:scale3d(1,0,1);-o-transform:scale3d(1,0,1);transform:scale3d(1,0,1);transform-origin:top;-webkit-transition:transform .25s;-moz-transition:transform .25s;-ms-transition:transform .25s;-o-transition:transform .25s;transition:transform .25s}.robowise-disclaimer__disclaimer-info.open{height:auto;-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.robowise-flow-bar{align-items:center;display:flex;justify-content:space-between;padding:2rem 0}.robowise-flow-bar__go-back{cursor:pointer}.robowise-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;width:3rem}.robowise-flow-bar__paragraph{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.625}.robowise-flow-bar__actions{position:relative;right:-1.2rem}.robowise-flow-bar__actions-title{display:inline-block;font-size:1.6rem;line-height:1.1875;position:relative;top:-.2rem}.robowise-flow-bar__actions-icon{align-items:center;display:inline-flex;font-size:2rem;justify-content:center;height:3rem;width:3rem}.robowise-flow-bar__dropdown.open .robowise-flow-bar__dropdown-menu{-webkit-animation:robowise-flow-bar-fade .25s;-moz-animation:robowise-flow-bar-fade .25s;-ms-animation:robowise-flow-bar-fade .25s;-o-animation:robowise-flow-bar-fade .25s;animation:robowise-flow-bar-fade .25s;opacity:1;visibility:visible}.robowise-flow-bar__dropdown-menu{opacity:0;visibility:hidden;width:36.5rem}@-moz-keyframes robowise-flow-bar-fade{0%{opacity:0;-webkit-transform:translateY(-1rem);-moz-transform:translateY(-1rem);-ms-transform:translateY(-1rem);-o-transform:translateY(-1rem);transform:translateY(-1rem)}100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes robowise-flow-bar-fade{0%{opacity:0;-webkit-transform:translateY(-1rem);-moz-transform:translateY(-1rem);-ms-transform:translateY(-1rem);-o-transform:translateY(-1rem);transform:translateY(-1rem)}100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-o-keyframes robowise-flow-bar-fade{0%{opacity:0;-webkit-transform:translateY(-1rem);-moz-transform:translateY(-1rem);-ms-transform:translateY(-1rem);-o-transform:translateY(-1rem);transform:translateY(-1rem)}100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@keyframes robowise-flow-bar-fade{0%{opacity:0;-webkit-transform:translateY(-1rem);-moz-transform:translateY(-1rem);-ms-transform:translateY(-1rem);-o-transform:translateY(-1rem);transform:translateY(-1rem)}100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}.robowise-status{align-items:center;display:flex;justify-content:space-between;padding-bottom:1.3rem;padding-top:1.2rem}.robowise-status__logo{margin-right:1.2rem;width:3.4rem}.robowise-info,.wa-typography .robowise-info{padding:3rem 0;position:relative;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.robowise-info--scroll,.wa-typography .robowise-info--scroll{overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%;max-height:100%;position:relative}.robowise-info[data-view='activity'],.wa-typography .robowise-info[data-view='activity']{padding-top:0}.robowise-info__title,.wa-typography .robowise-info__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:0;padding:.8rem 0 1.4rem}.robowise-info__info-section-list,.wa-typography .robowise-info__info-section-list{margin-bottom:5rem}.robowise-info__wrapper,.wa-typography .robowise-info__wrapper{padding:1.5rem 0}@media (min-width:1091px){.robowise-info__info-section-list,.wa-typography .robowise-info__info-section-list{margin-bottom:3rem}}.robowise-info label,.wa-typography .robowise-info label{max-width:inherit;font-weight:inherit}.robowise-legend{align-items:center;display:flex;justify-content:flex-start;padding-bottom:1.1rem;padding-top:1rem}.robowise-legend__swatch{background-color: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:inline-block;height:.8rem;margin-right:.8rem;position:relative;top:1px;width:.8rem}.robowise-legend__text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.53846}.push-notification{display:flex;justify-content:space-between;padding:1.3rem 2.4rem 1.7rem}.push-notification--disabled .push-notification__title{color:rgb(var(--tw-color-shade-400)/1) !important}.push-notification--disabled .push-notification__icon{color:rgb(var(--tw-color-shade-400)/1) !important}.push-notification:hover{text-decoration:none}.push-notification:last-of-type{margin-bottom:1.5rem}.push-notification__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:.5rem}.push-notification__description{color:rgb(var(--tw-color-shade-500)/1);display:block;font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:1.53846;margin-bottom:0}.push-notification__wa-toggle{flex-shrink:0;text-align:right;width:3rem}.push-notification__icon{align-items:center;border:.1rem 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:inline-flex;flex-shrink:0;height:4rem;justify-content:center;margin-right:1.4rem;width:4rem}.push-notification__icon > [class^="fa"]{font-size:1.8rem}@media (min-width:1091px){.push-notification{-webkit-transition:background-color .25s;-moz-transition:background-color .25s;-ms-transition:background-color .25s;-o-transition:background-color .25s;transition:background-color .25s}.push-notification:hover:not(.push-notification--disabled){background-color:rgb(var(--tw-color-shade-300)/1);cursor:pointer}.push-notification:last-of-type{margin-bottom:0}}.robowise-info-section,.wa-typography .robowise-info-section{align-items:center;display:flex;justify-content:space-between}.robowise-info-section:active,.wa-typography .robowise-info-section:active,.robowise-info-section:focus,.wa-typography .robowise-info-section:focus,.robowise-info-section:hover,.wa-typography .robowise-info-section:hover{text-decoration:none}.robowise-info-section--reports-and-info,.wa-typography .robowise-info-section--reports-and-info{padding-bottom:1.2rem;padding-top:1.2rem}.robowise-info-section--reports-and-info:active .robowise-info-section__icon,.wa-typography .robowise-info-section--reports-and-info:active .wa-typography .robowise-info-section__icon,.robowise-info-section--reports-and-info:focus .robowise-info-section__icon,.wa-typography .robowise-info-section--reports-and-info:focus .wa-typography .robowise-info-section__icon,.robowise-info-section--reports-and-info:hover .robowise-info-section__icon,.wa-typography .robowise-info-section--reports-and-info:hover .wa-typography .robowise-info-section__icon{background-color:rgb(var(--tw-color-primary-600)/1)}.robowise-info-section__name,.wa-typography .robowise-info-section__name{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:0;overflow:hidden;text-overflow:ellipsis}.robowise-info-section__value,.wa-typography .robowise-info-section__value{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:0;max-width:50%;overflow-x:hidden;padding-bottom:1.1rem;padding-top:1.1rem;text-overflow:ellipsis;white-space:nowrap}.robowise-info-section__value--full-width,.wa-typography .robowise-info-section__value--full-width{max-width:none}.robowise-info-section__status,.wa-typography .robowise-info-section__status{font-size:1.4rem;vertical-align:middle;margin-left:.6rem;position:relative;top:-.1rem}.robowise-info-section__description,.wa-typography .robowise-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}.robowise-info-section__small-text,.wa-typography .robowise-info-section__small-text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.61538;margin-bottom:0;padding-bottom:1.7rem;padding-top:1.7rem}.robowise-info-section__info-wrapper,.wa-typography .robowise-info-section__info-wrapper{overflow:hidden;white-space:nowrap}.robowise-info-section__icon,.wa-typography .robowise-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}.robowise-info-section__cta,.wa-typography .robowise-info-section__cta{margin-bottom:2rem;margin-top:2rem}.robowise-info-section__cityFalcon-logo,.wa-typography .robowise-info-section__cityFalcon-logo{height:2.6rem;vertical-align:text-bottom}.push-notifications-modal{padding:1.6rem 0}.push-notifications-modal--with-spacing{margin-left:0;margin-right:0}.push-notifications-modal__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:2rem;height:6rem;justify-content:center;margin-bottom:2rem;width:6rem}.push-notifications-modal__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:1.5rem}.push-notifications-modal__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.6rem;line-height:1.5}.push-notifications-modal__paragraph:last-of-type{margin-bottom:3rem}.fixed-interaction,.wa-typography .fixed-interaction{background-color:#fff;bottom:0;-webkit-box-shadow:0 0 .6rem 0 rgb(var(--tw-color-shade-400)/1);-moz-box-shadow:0 0 .6rem 0 rgb(var(--tw-color-shade-400)/1);-ms-box-shadow:0 0 .6rem 0 rgb(var(--tw-color-shade-400)/1);-o-box-shadow:0 0 .6rem 0 rgb(var(--tw-color-shade-400)/1);box-shadow:0 0 .6rem 0 rgb(var(--tw-color-shade-400)/1);left:0;padding:1.6rem 2.4rem;position:fixed;right:0;z-index:14}@media (min-width:1091px){.fixed-interaction,.wa-typography .fixed-interaction{position:static}.fixed-interaction--always-fixed,.wa-typography .fixed-interaction--always-fixed{position:fixed;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:linear-gradient(transparent 0%,rgb(var(--tw-color-shade-100)/1))}.fixed-interaction--transparent-and-padded,.wa-typography .fixed-interaction--transparent-and-padded{background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;padding:5rem 0 0}}.fixed-interaction--subpanel,.wa-typography .fixed-interaction--subpanel{z-index:5;right:0}.fixed-interaction--subpanel h4,.wa-typography .fixed-interaction--subpanel h4{font-size:20px}.fixed-interaction--subpanel p,.wa-typography .fixed-interaction--subpanel p{margin:15px 0 25px 0}.robowise-flow-wrapper{background-color:rgb(var(--tw-color-shade-100)/1);display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.robowise-flow-wrapper .robowise-flow{min-height:auto}.robowise-flow-wrapper .bond-navigation__pointer{width:6.9rem}@media (min-width:1091px){.robowise-flow-wrapper{margin-left:auto;position:relative}}.robowise-flow,.wa-typography .robowise-flow{padding-bottom:11rem;padding-top:3rem;min-height:90vh}.robowise-flow--first-time-user,.wa-typography .robowise-flow--first-time-user{padding-bottom:13.6rem;padding-top:5.6rem}.robowise-flow--moving-client-accounts,.wa-typography .robowise-flow--moving-client-accounts{min-height:calc(100vh - 13.5rem);padding-bottom:7.5rem;padding-top:5.6rem}.robowise-flow__link-switch,.wa-typography .robowise-flow__link-switch{margin-bottom:1.3rem}.robowise-flow__name-container,.wa-typography .robowise-flow__name-container{overflow:hidden}.robowise-flow__huge-title,.wa-typography .robowise-flow__huge-title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:4.883rem;font-weight:var(--tw-font-semibold);letter-spacing:-.56px;line-height:1.10588;margin:0 0 1.7rem;padding:0}.robowise-flow__huge-title-edit,.wa-typography .robowise-flow__huge-title-edit{color:rgb(var(--tw-color-primary-500)/1);cursor:pointer;font-size:1.3rem;position:relative;top:-.5rem;vertical-align:middle}.robowise-flow__name-input-container,.wa-typography .robowise-flow__name-input-container{margin:1rem 0}.robowise-flow__huge-title-save,.wa-typography .robowise-flow__huge-title-save{color:rgb(var(--tw-color-primary-500)/1);position:absolute;right:0;padding:1.3rem 1.5rem 1.4rem;cursor:pointer}.robowise-flow__title,.wa-typography .robowise-flow__title{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:1.5rem;margin-top:0}.robowise-flow__subtitle,.wa-typography .robowise-flow__subtitle{color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:.5rem;padding:.8rem 0 1.4rem}.robowise-flow__paragraph,.wa-typography .robowise-flow__paragraph{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:1rem}.robowise-flow__paragraph:last-of-type,.wa-typography .robowise-flow__paragraph:last-of-type{margin-bottom:3rem}.robowise-flow__small-paragraph,.wa-typography .robowise-flow__small-paragraph{font-size:1.3rem;line-height:1.84615}.robowise-flow__customize-step:not(:last-child),.wa-typography .robowise-flow__customize-step:not(:last-child){margin-bottom:3rem}.robowise-flow__portfolio-item,.wa-typography .robowise-flow__portfolio-item{margin-bottom:1.5rem;position:relative}.robowise-flow__portfolio-risk-desktop-warning,.wa-typography .robowise-flow__portfolio-risk-desktop-warning{position:absolute;top:0;bottom:0;border-left:1px solid rgb(var(--tw-color-shade-400)/1);left:calc(100% + 71px);padding-left:70px;width:400px;display:none}.robowise-flow__portfolio-risk-mobile-warning,.wa-typography .robowise-flow__portfolio-risk-mobile-warning{display:none}.robowise-flow__input-group,.wa-typography .robowise-flow__input-group{margin-bottom:3rem}.robowise-flow__input-wrapper,.wa-typography .robowise-flow__input-wrapper{margin-bottom:1.5rem}.robowise-flow__edit-button,.wa-typography .robowise-flow__edit-button{margin-bottom:.5rem;padding:.8rem 0 .8rem .8rem}.robowise-flow__important-information,.wa-typography .robowise-flow__important-information{margin-bottom:3rem}.robowise-flow__info-section-list,.wa-typography .robowise-flow__info-section-list{margin-bottom:1.5rem}.robowise-flow .robowise-issues,.wa-typography .robowise-flow .robowise-issues{color:rgb(var(--tw-color-error-500)/1);font-size:13px;padding-top:6px;margin-bottom:2rem}@media (min-height:480px){.robowise-flow__name-container,.wa-typography .robowise-flow__name-container{padding:2.8rem 0 2.9rem}.robowise-flow__huge-title,.wa-typography .robowise-flow__huge-title{letter-spacing:-.68px;margin:0}.robowise-flow__name-input-container,.wa-typography .robowise-flow__name-input-container{margin:.3rem 0 0}}@media (max-width:1090px){.robowise-flow__portfolio-risk-mobile-warning,.wa-typography .robowise-flow__portfolio-risk-mobile-warning{display:block}}@media (min-width:1091px){.robowise-flow__portfolio-risk-desktop-warning,.wa-typography .robowise-flow__portfolio-risk-desktop-warning{display:block}.robowise-flow--with-top-padding,.wa-typography .robowise-flow--with-top-padding{padding-top:9rem}.robowise-flow__huge-title-edit,.wa-typography .robowise-flow__huge-title-edit{font-size:1.5rem;top:-.9rem}.robowise-flow__input-group,.wa-typography .robowise-flow__input-group{margin-bottom:3rem}.robowise-flow__customize-step:not(:last-child),.wa-typography .robowise-flow__customize-step:not(:last-child){margin-bottom:0}.robowise-flow .robowise-issues,.wa-typography .robowise-flow .robowise-issues{margin-bottom:2rem}}.wise-table{background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.15);-ms-box-shadow:0 0 5px 0 rgba(0,0,0,0.15);-o-box-shadow:0 0 5px 0 rgba(0,0,0,0.15);box-shadow:0 0 5px 0 rgba(0,0,0,0.15);padding:20px 0}.wise-table table{width:100%;border-collapse:collapse}.wise-table table tr,.wise-table table td,.wise-table table th{background-color:transparent;border:none}.wise-table table th:first-child,.wise-table table td:first-child{padding-left:0}.wise-table table th{color:rgb(var(--tw-color-shade-600)/1);font-weight:var(--tw-font-normal);padding-bottom:20px;font-size:14px}.wise-table table td{font-size:18px}.wise-table table .-positive{color:rgb(var(--tw-color-approval-500)/1)}.wise-table table .-negative{color:rgb(var(--tw-color-error-500)/1)}.wise-table table .-emphasise{font-weight:var(--tw-font-bold)}.wise-table table .-historical{color:rgb(var(--tw-color-shade-500)/1)}.wise-table table .-historical a:not(.link){color:rgb(var(--tw-color-shade-500)/1)}.wise-table table .-historical a:not(.link):hover{color:rgb(var(--tw-color-shade-500)/1)}.wise-table table .-historical img{filter:grayscale(100%)}.wise-table table .-historical .information{color:rgb(var(--tw-color-shade-500)/1)}.wise-table table .-de-emphasise{color:rgb(var(--tw-color-shade-500)/1)}.wise-table table th,.wise-table table td{padding:10px 6px}.wise-table table th a:not(.link),.wise-table table td a:not(.link){color:rgb(var(--tw-color-tertiary-500)/1)}.wise-table table th a:not(.link):hover,.wise-table table td a:not(.link):hover{text-decoration:none;color:rgb(var(--tw-color-primary-500)/1)}.wise-table table th .information,.wise-table table td .information{color:rgb(var(--tw-color-shade-600)/1);font-weight:var(--tw-font-normal);font-size:14px}.wise-table table th.right-text,.wise-table table td.right-text{text-align:right}.wise-table table th.negative-text,.wise-table table td.negative-text{color:rgb(var(--tw-color-primary-500)/1)}.wise-table table td.details-row{padding:0}.wise-table table td.button-col{padding:0;padding-bottom:5px}.wise-table table td.button-col button{letter-spacing:0}.wise-table table td.button-cell{float:right;margin-right:10px}.wise-table table td.button-cell button{min-width:78px}.wise-table table .image-column{text-align:center;height:50px}.wise-table table .toggle-account-row-detail{cursor:pointer}.wise-table table .toggle-row{height:60px;width:34px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;text-align:center;color:rgb(var(--tw-color-shade-500)/1);padding-top:1px;margin-top:-1px;cursor:pointer;margin-left:10px}.wise-table table .toggle-row .circle{margin-top:17px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAA51BMVEUAAAAAAACAgIBVVVWAgIBmZmaAgIBtbW2AgIB0dHR2dnZtbW1zc3N2dnZzc3N3d3d0dHRzc3Nzc3N1dXV1dXV0dHR0dHRzc3Nzc3N1dXVzc3N1dXV1dXV0dHRzc3N0dHR0dHRzc3N1dXV0dHR0dHRzc3N1dXV1dXV0dHR0dHR0dHR0dHR1dXV1dXV0dHR0dHR0dHRzc3N0dHR0dHR0dHR0dHR0dHR0dHR0dHRzc3N0dHR0dHR0dHR0dHR0dHR1dXV0dHRzc3N0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHT///9sH9q2AAAAS3RSTlMAAQIDBAUGBwgLDQ4UKSorLEVHSExNT1BSU1RVV1hbXGdqa25wcXSBhIaKjY6QoKGlqKytvb/Bw9PU1dfY2tzd3t/u8fL09/n6+/6reG2iAAAAAWJLR0RM928Q8wAAANhJREFUGNNtkclWwlAQRC9GCCIaBmeMovgUnAcG8zCAgART//8/LAgCB2t5+3R1dzUAuJcf/eGw/37h8qezbyUanCTIeZIC4+XzBWOlRweAB0XXTlKvTXUPcKyouHQqRfEhZHqqAtBqAnClMI2vzy0ApLmDVYU31ViFGL0Sam8dFtRlrBy0Fns2YVcjfrQDnQVsQ07jzXZPX/8P8hU4q3C7qwqZnm4A6LQBuFWYhqN4WlqeWf6NDwDq64HcAZBqSIHZz2Y9Y6V6Kuk53QwZcP0XO5nY5/P5O2Z+cisnsn2uKgAAAABJRU5ErkJggg==);width:20px;height:20px}.wise-table table .toggle-row .circle:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAA51BMVEUAAAD/AAD/AICqAFW/AEDMM2bVK1XbJEm/IGDRF13EFE7IEknMGk3NGVHOGFXQHlPRHVHPGlHNHVPNHFHNG1HNGlPPGlHPGlPNHFHOHFPOG1LPG1HNGlLOGlHPHFHNHFPNG1LPGlLNGlHOHFHNG1LNG1HPGlHOHFHPG1HOG1LNHFHOG1HPG1PNG1HOG1HOG1LOGlLOG1LOG1LOG1POG1LOG1HOGlLPG1LNG1LOGlLOHFHOG1LNG1HOG1LOG1LPG1LOHFLOG1LOG1POHFHNG1LOG1LOG1LOG1LOG1LOG1LOG1LOG1L///8SnMnlAAAAS3RSTlMAAQIDBAUGBwgLDQ4UKSorLEVHSExNT1BSU1RVV1hbXGdqa25wcXSBhIaKjY6QoKGlqKytvb/Bw9PU1dfY2tzd3t/u8fL09/n6+/6reG2iAAAAAWJLR0RM928Q8wAAANhJREFUGNNtkclWwlAQRC9GCCIaBmeMovgUnAcG8zCAgART//8/LAgCB2t5+3R1dzUAuJcf/eGw/37h8qezbyUanCTIeZIC4+XzBWOlRweAB0XXTlKvTXUPcKyouHQqRfEhZHqqAtBqAnClMI2vzy0ApLmDVYU31ViFGL0Sam8dFtRlrBy0Fns2YVcjfrQDnQVsQ07jzXZPX/8P8hU4q3C7qwqZnm4A6LQBuFWYhqN4WlqeWf6NDwDq64HcAZBqSIHZz2Y9Y6V6Kuk53QwZcP0XO5nY5/P5O2Z+cisnsn2uKgAAAABJRU5ErkJggg==)}.wise-table table .toggle-row .circle.plus{-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-ms-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.wise-table table .toggle-row .circle.plus.item-open{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAA51BMVEUAAAD/AAD/AICqAFW/AEDMM2bVK1XbJEm/IGDRF13EFE7IEknMGk3NGVHOGFXQHlPRHVHPGlHNHVPNHFHNG1HNGlPPGlHPGlPNHFHOHFPOG1LPG1HNGlLOGlHPHFHNHFPNG1LPGlLNGlHOHFHNG1LNG1HPGlHOHFHPG1HOG1LNHFHOG1HPG1PNG1HOG1HOG1LOGlLOG1LOG1LOG1POG1LOG1HOGlLPG1LNG1LOGlLOHFHOG1LNG1HOG1LOG1LPG1LOHFLOG1LOG1POHFHNG1LOG1LOG1LOG1LOG1LOG1LOG1LOG1L///8SnMnlAAAAS3RSTlMAAQIDBAUGBwgLDQ4UKSorLEVHSExNT1BSU1RVV1hbXGdqa25wcXSBhIaKjY6QoKGlqKytvb/Bw9PU1dfY2tzd3t/u8fL09/n6+/6reG2iAAAAAWJLR0RM928Q8wAAANhJREFUGNNtkclWwlAQRC9GCCIaBmeMovgUnAcG8zCAgART//8/LAgCB2t5+3R1dzUAuJcf/eGw/37h8qezbyUanCTIeZIC4+XzBWOlRweAB0XXTlKvTXUPcKyouHQqRfEhZHqqAtBqAnClMI2vzy0ApLmDVYU31ViFGL0Sam8dFtRlrBy0Fns2YVcjfrQDnQVsQ07jzXZPX/8P8hU4q3C7qwqZnm4A6LQBuFWYhqN4WlqeWf6NDwDq64HcAZBqSIHZz2Y9Y6V6Kuk53QwZcP0XO5nY5/P5O2Z+cisnsn2uKgAAAABJRU5ErkJggg==)}.wise-table table .row-detail{background-color:rgb(var(--tw-color-shade-100)/1);padding:20px 10px;font-weight:var(--tw-font-normal)}.wise-table table .sortable:hover{cursor:pointer}.wise-table table .sortable i{position:absolute;font-size:7px;line-height:10px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;background-color:rgb(var(--tw-color-primary-500)/1);width:15px;height:15px;color:#fff;text-align:center;padding-top:3px;vertical-align:top;margin-left:5px;display:none}.wise-table table .sortable:hover i{display:inline-block}.wise-table table.low-profile td{font-size:14px}.wise-table table.low-profile th .information,.wise-table table.low-profile td .information{font-weight:var(--tw-font-normal);font-size:12px}.wise-table table.extra-low-profile th{font-weight:var(--tw-font-bold)}.wise-table table.extra-low-profile td{font-size:12px;font-weight:var(--tw-font-normal);vertical-align:top}.wise-table .wise-table-title{border-bottom:1px solid rgb(var(--tw-color-shade-200)/1);font-weight:var(--tw-font-bold);font-size:16px;padding:0 20px 15px 20px}.wise-table .wise-table__title{font-weight:var(--tw-font-bold);font-size:24px;padding:20px 0 15px 20px}.wise-table .view-additional{border-top:1px solid rgb(var(--tw-color-shade-200)/1);margin-top:15px;padding-top:15px;text-align:center}.wise-table .pagination{float:right;margin-right:20px}.wise-table .pagination .page-link.selected{background-color:rgb(var(--tw-color-shade-300)/1)}.wise-table .pagination > li > a,.wise-table .pagination > li > span{color:rgb(var(--tw-color-primary-500)/1)}[dir="ltr"] .wise-table table th{text-align:left}[dir="rtl"] .wise-table table th{text-align:right}.wise-table--no-borders{background-color:inherit;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.wise-table.wise-table-account-report{background-color:inherit;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.wise-table.wise-table-account-report table th{color:rgb(var(--tw-color-tertiary-500)/1);font-size:13px}.wise-table.wise-table-account-report table tbody tr{border-top:1px solid rgb(var(--tw-color-shade-400)/1)}.wise-table.wise-table-account-report table tbody tr td{padding:25px 0;font-size:16px}.wise-table.wise-table-account-report table tbody tr td.row-detail{background-color:#fff}.wise-table.wise-table-account-report table tbody tr td.row-detail .wise-table-account-report__detail-line{font-size:13px;padding:8px 0}.wise-table.wise-table-account-report table tbody tr td.row-detail .wise-table-account-report__detail-description{float:left;color:rgb(var(--tw-color-shade-500)/1)}.wise-table.wise-table-account-report table tbody tr td.row-detail .wise-table-account-report__detail-value{float:right}.wise-table.wise-table-account-report table tbody tr td a{color:rgb(var(--tw-color-primary-500)/1)}.wise-table.wise-table-account-report table tbody tr.details-row{border-top:none}.wise-table.wise-table-account-report table tbody tr:last-child{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1)}.wise-table.wise-table-account-report table tbody tr.gpp-account-row{background-color:#fff}.wise-table.wise-table-account-report table tbody tr.details-row{background-color:#fff}.wise-table.wise-table-account-report table tbody tr.details-row td{padding:0 25px 25px 25px}.wise-table.wise-table-account-report table tbody tr.detail-visible{background-color:#fff}.wise-table.wise-table-account-report table tbody tr.detail-visible td{padding:25px}@media screen and (max-width:991px){.wise-table table td{font-size:12px}}.calculation{border:1px solid rgb(var(--tw-color-shade-200)/1);padding:10px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;margin-right:20px}.calculation .input-items{display:inline-block}.calculation .element{display:inline-block;vertical-align:text-top;padding-top:10px;font-size:18px;font-weight:var(--tw-font-bold)}.calculation .element .information{font-size:14px;font-weight:var(--tw-font-normal);color:rgb(var(--tw-color-shade-500)/1)}.calculation .element.operator{padding:2px 23px;font-size:24px;color:rgb(var(--tw-color-primary-500)/1)}.calculation .element.operator.plus{margin-left:-20px;padding-top:5px}.calculation .element.result{background-color:rgb(var(--tw-color-shade-200)/1);padding:10px 20px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;float:right}.calculation.large-page{margin-right:0}.calculation.large-page .element{font-size:28px}.calculation.large-page .element.operator{padding:10px 15px}.calculation.large-page .element.operator.plus{margin-left:0}.calculation.large-page .element.result{float:inherit}@media screen and (max-width:1200px){.calculation{margin-right:0}}@media screen and (max-width:991px){.calculation .element{font-size:16px}}.information-section{padding:20px 20px 0 0;font-size:16px}.information-section .info-row{margin-top:10px}.information-section .info-row .info-label{color:rgb(var(--tw-color-shade-500)/1);font-weight:var(--tw-font-normal);float:left}.information-section .info-row .info-value{float:right}.information-section__icon{position:relative;top:-.1rem}@media screen and (max-width:1200px){.calculation{position:inherit;text-align:center}.calculation .element.result{margin-left:0;width:100%}.calculation .element.operator.plus{margin-left:-10px}.information-section{margin-top:0;padding:20px 0 0 0;font-size:12px}}@media screen and (max-width:991px){.calculation .element.operator{padding:1px 5px}}.cashflows{padding:15px 20px 0 10px}.cashflows ul.cashflow-breakdown{font-size:16px;padding-left:40px}.cashflows ul.cashflow-breakdown .line{width:3px}.cashflows ul.cashflow-breakdown li:before{left:-43px;top:0;width:17px;height:17px;background-color:#fff;border:3px solid rgb(var(--tw-color-primary-500)/1)}.cashflows ul.cashflow-breakdown li.faded:before{border:3px solid rgb(var(--tw-color-shade-200)/1)}.cashflows ul.cashflow-breakdown li{border-bottom:1px solid rgb(var(--tw-color-shade-200)/1);padding-bottom:38px;margin-bottom:38px}.cashflows ul.cashflow-breakdown li .title{color:inherit}.cashflows ul.cashflow-breakdown li .detail{color:rgb(var(--tw-color-shade-500)/1)}.cashflows ul.cashflow-breakdown li .additional-message{position:absolute}.cashflows ul.cashflow-breakdown li .message{font-size:14px;color:rgb(var(--tw-color-approval-500)/1);margin-left:5px}.cashflows ul.cashflow-breakdown li:last-child{border-bottom:none;padding-bottom:0}.cashflows ul.cashflow-breakdown li.additional-coupons{border-bottom:0;padding-bottom:0;margin-top:-55px}.cashflows ul.cashflow-breakdown li.additional-coupons div{display:inline-block;background-color:#fff;padding:5px 10px;border:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.cashflows ul.cashflow-breakdown li.additional-coupons:before{top:0;width:0;height:0;border:0}.cashflows ul.cashflow-breakdown .checkbox-icon-small{float:left;background-color:rgb(var(--tw-color-approval-500)/1);margin-top:5px;position:relative}@media screen and (max-width:1091px){.cashflows{padding:15px 15px 0 10px}.cashflows ul.cashflow-breakdown{font-size:12px}}.loading-image{text-align:center;color:rgb(var(--tw-color-shade-500)/1);font-size:18px;margin:20px 0}.loading-image img{max-width:50px;margin-right:20px}.wisealpha-modal .modal-content{text-align:left}.wisealpha-modal .modal-body,.wisealpha-modal .modal-header,.wisealpha-modal .modal-footer{text-align:inherit;padding:0 20px}.wisealpha-modal .modal-footer.text-center{text-align:center}.wisealpha-modal .modal-header{border-bottom:1px solid rgb(var(--tw-color-shade-200)/1)}.wisealpha-modal .modal-header h1{font-size:36px;font-weight:var(--tw-font-bold);margin-bottom:30px 0}.wisealpha-modal .modal-header h4{font-size:18px;font-weight:var(--tw-font-bold);margin:20px 0}.wisealpha-modal .modal-header .close{color:#fff;background-color:rgb(var(--tw-color-tertiary-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;font-size:22px;line-height:16px;display:inline-block;width:20px;height:20px;text-align:center;font-weight:var(--tw-font-normal);opacity:1}.wisealpha-modal .modal-body{border-bottom:1px solid rgb(var(--tw-color-shade-200)/1);padding:30px 20px 20px}.wisealpha-modal .modal-body p{font-size:18px;color:rgb(var(--tw-color-shade-500)/1)}.wisealpha-modal .modal-body .wisealpha-modal__information{font-size:13px;margin-bottom:20px}.wisealpha-modal .modal-footer{padding:20px 20px}.wisealpha-modal .modal-footer .dismiss-link{float:left;font-size:18px;line-height:38px}.wisealpha-modal .modal-footer .btn-action{min-width:180px}.wisealpha-modal .modal-advert{padding:20px 20px;margin-top:15px}.full-page-modal .wisealpha-modal .modal-content{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.full-page-modal .wisealpha-modal .modal-header,.full-page-modal .wisealpha-modal .modal-body,.full-page-modal .wisealpha-modal .modal-footer{border-color:rgb(var(--tw-color-shade-400)/1);padding:40px 30px}.full-page-modal .wisealpha-modal .modal-header{text-align:center}.full-page-modal .wisealpha-modal .modal-header h4{font-size:20px;padding:0 20px}.full-page-modal .wisealpha-modal .modal-body{font-size:18px}.full-page-modal .wisealpha-modal .modal-body h4{font-weight:var(--tw-font-bold)}.full-page-modal .wisealpha-modal a,.full-page-modal .wisealpha-modal .btn-link{font-weight:var(--tw-font-bold)}.full-page-modal .wisealpha-modal ul{padding:0;list-style:none}.full-page-modal .wisealpha-modal ul li{color:rgb(var(--tw-color-shade-500)/1);padding:15px 0 15px 45px;position:relative}.full-page-modal .wisealpha-modal ul li i{position:absolute;left:2px;font-size:20px;top:20px;color:rgb(var(--tw-color-secondary-500)/1);margin-right:20px}@media (min-width:768px){.full-page-modal .wisealpha-modal{margin-top:100px;width:448px}}@media (max-width:991px){.wisealpha-modal .modal-dialog{width:auto}.wisealpha-modal .modal-footer .btn-action{min-width:140px}}#bankTransferModal label{font-weight:var(--tw-font-normal);color:rgb(var(--tw-color-shade-500)/1)}.portfolio-account .robowise-settings-widget{border-top:1px solid rgb(var(--tw-color-shade-200)/1)}.portfolio-account__actions-list{align-items:center;display:flex;padding:0 2.4rem}.portfolio-account__cta{font-size:1.6rem;line-height:1}.portfolio-account__cta:first-child{margin-right:1.2rem}.portfolio-account__cta.buy{padding:1.1rem}.portfolio-account__cta.sell{padding:.9rem}.portfolio-account__account-more{width:33rem}.portfolio-account-details .robowise-settings-widget{border-bottom:1px solid rgb(var(--tw-color-shade-200)/1)}.portfolio-account__download-ifisa-form{position:absolute;top:-40px;right:0;font-weight:var(--tw-font-bold)}.portfolio-account-details__header{position:relative;padding:20px 0 40px 0}.portfolio-account__header{position:relative;padding:20px}.portfolio-account__header-title,.portfolio-account-details__header-title{position:relative;font-size:18px;padding-left:60px;line-height:19px;margin-bottom:30px;color:rgb(var(--tw-color-tertiary-500)/1)}.portfolio-account__header-title .account-type,.portfolio-account-details__header-title .account-type{font-size:14px;color:rgb(var(--tw-color-shade-500)/1)}.portfolio-account__header-title img,.portfolio-account-details__header-title img{position:absolute;left:0;width:45px;vertical-align:text-bottom}.portfolio-account__header-title .ifisa-badge,.portfolio-account-details__header-title .ifisa-badge{border:3px solid rgb(var(--tw-color-secondary-500)/1);position:absolute;left:0;width:50px;height:50px;padding:12px 0;text-align:center;-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-weight:var(--tw-font-bold);font-size:16px}.portfolio-account__header-extra-links{position:absolute;top:20px;right:20px;font-weight:var(--tw-font-bold);text-align:right}.portfolio-account__header-extra-links a{display:block}.portfolio-account__metric-value{color:#000;direction:ltr}.portfolio-account__metric-value--positive,.portfolio-account__metric-value--positive .portfolio-account__metric-value{color:rgb(var(--tw-color-approval-500)/1)}.portfolio-account__metric-value--negative,.portfolio-account__metric-value--negative .portfolio-account__metric-value{color:rgb(var(--tw-color-error-500)/1)}.portfolio-account__metric-value--inprogress,.portfolio-account__metric-value--inprogress .portfolio-account__metric-value{color:rgb(var(--tw-color-warning-500)/1)}.portfolio-account-details__metric{border:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;background-color:#fff;height:140px}.portfolio-account-details__metric:hover .portfolio-account-details__metric-title img{visibility:visible}.portfolio-account-details__metric-value-container{text-align:center;padding:0 20px;height:102px;border-bottom:1px solid rgb(var(--tw-color-shade-200)/1)}.portfolio-account-details__metric-value{padding-top:36px}.portfolio-account-details__metric-sub-value{font-size:13px;padding-top:5px}.portfolio-account-details__metric-title{padding:10px;font-size:13px;color:rgb(var(--tw-color-shade-500)/1)}.portfolio-account-details__metric-value{font-size:29px;line-height:29px}.portfolio-account__actions{border-top:1px solid rgb(var(--tw-color-shade-200)/1);padding:20px;text-align:right}.portfolio-account-details__actions{position:absolute;top:20px;right:0}.portfolio-account__actions > *,.portfolio-account-details__actions > *{margin-left:10px}.portfolio-account__actions .btn-action,.portfolio-account-details__actions .btn-action{letter-spacing:inherit;padding-left:15px;padding-right:15px}.portfolio-account__actions .btn--secondary,.portfolio-account-details__actions .btn--secondary{font-weight:var(--tw-font-bold);padding-left:15px;padding-right:15px}.portfolio-account__actions .ifisa-slider,.portfolio-account-details__actions .ifisa-slider{width:300px;position:relative;float:left;text-align:left;margin:10px 0 0 0}.portfolio-account__actions .ifisa-slider .ifisa-slider-background,.portfolio-account-details__actions .ifisa-slider .ifisa-slider-background{width:100%;height:4px;background-color:rgb(var(--tw-color-shade-200)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.portfolio-account__actions .ifisa-slider .ifisa-slider-foreground,.portfolio-account-details__actions .ifisa-slider .ifisa-slider-foreground{position:absolute;top:0;height:4px;background-color:rgb(var(--tw-color-approval-500)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.portfolio-account__actions .ifisa-slider .ifisa-slider-description,.portfolio-account-details__actions .ifisa-slider .ifisa-slider-description{margin-top:9px;color:rgb(var(--tw-color-shade-400)/1);font-size:12px}.portfolio-account-details__actions .ifisa-slider{float:none;width:100%;margin-top:15px}.portfolio-account__toggle{display:inline-block;margin-left:15px;font-weight:var(--tw-font-bold);font-size:16px}.portfolio-account__toggle i{color:rgb(var(--tw-color-shade-800)/1);font-weight:var(--tw-font-normal);margin-left:8px}.portfolio-account__actions-container{position:relative;display:inline-block;text-align:left}.portfolio-account__actions-container > .btn{color:rgb(var(--tw-color-primary-500)/1);padding-right:25px}.portfolio-account__actions-container > .btn:focus{color:rgb(var(--tw-color-primary-500)/1)}.portfolio-account__actions-container > .btn:hover{color:rgb(var(--tw-color-shade-800)/1)}.portfolio-account__actions-container.open .portfolio-account__actions-menu{display:block}.portfolio-account__actions-menu{border:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;background-color:#fff;display:none;z-index:5;position:absolute;top:calc(100% + 10px);left:-10px;padding:0;white-space:nowrap}.portfolio-account__actions-menu ul.tax-page{display:none}.portfolio-account__actions-menu ul.tax-page li:first-child a{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-normal)}.portfolio-account__actions-menu ul.portfolio-report-page{display:none}.portfolio-account__actions-menu ul.portfolio-report-page li:first-child a{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-normal)}.portfolio-account__actions-menu ul{list-style:none;padding:0;margin:0;min-width:255px}.portfolio-account__actions-menu ul li{position:relative;padding:0;margin:0}.portfolio-account__actions-menu ul li:hover{background-color:#fff}.portfolio-account__actions-menu ul li a{display:block;padding:15px 30px 15px 60px;font-weight:var(--tw-font-bold)}.portfolio-account__actions-menu ul li a:hover{text-decoration:none}.portfolio-account__actions-menu ul li img,.portfolio-account__actions-menu ul li i{position:absolute}.portfolio-account__actions-menu ul li i{font-weight:var(--tw-font-normal)}.portfolio-account__call-to-action{background-color:#fff;border-top:1px solid rgb(var(--tw-color-shade-400)/1);border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);padding:50px 0;margin:40px 0;text-align:center}.portfolio-account__call-to-action a{font-weight:var(--tw-font-bold)}.portfolio-account__call-to-action p:last-child{margin-bottom:0}.portfolio-usdbonds__details,.portfolio-equity__details,.portfolio-account__details{border:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;background-color:#fff;margin:40px 0 40px 0}.portfolio-usdbonds__details .wise-table,.portfolio-equity__details .wise-table,.portfolio-account__details .wise-table{padding-top:0}.portfolio-usdbonds__details .wise-table .company-logo,.portfolio-equity__details .wise-table .company-logo,.portfolio-account__details .wise-table .company-logo,.portfolio-usdbonds__details .wise-table .smart-interest-logo,.portfolio-equity__details .wise-table .smart-interest-logo,.portfolio-account__details .wise-table .smart-interest-logo{width:50px;margin-right:20px}.portfolio-usdbonds__details .wise-table .smart-interest-logo,.portfolio-equity__details .wise-table .smart-interest-logo,.portfolio-account__details .wise-table .smart-interest-logo{vertical-align:middle;display:inline-block;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-color:rgb(var(--tw-color-primary-500)/1);padding:10px}.portfolio-usdbonds__details .wise-table .smart-interest-logo img,.portfolio-equity__details .wise-table .smart-interest-logo img,.portfolio-account__details .wise-table .smart-interest-logo img{width:30px;height:30px}.portfolio-usdbonds__details .wise-table .-historical .smart-interest-logo,.portfolio-equity__details .wise-table .-historical .smart-interest-logo,.portfolio-account__details .wise-table .-historical .smart-interest-logo{background-color:rgb(var(--tw-color-shade-500)/1)}.portfolio-usdbonds__details__robowise-logo,.portfolio-equity__details__robowise-logo,.portfolio-account__details__robowise-logo{vertical-align:middle;display:inline-block;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-color:#fff;padding:10px}.portfolio-usdbonds__details__robowise-logo img,.portfolio-equity__details__robowise-logo img,.portfolio-account__details__robowise-logo img{width:30px;height:30px}.portfolio-usdbonds__details__clickable-row,.portfolio-equity__details__clickable-row,.portfolio-account__details__clickable-row{cursor:pointer}.portfolio-usdbonds__details__clickable-row:hover,.portfolio-equity__details__clickable-row:hover,.portfolio-account__details__clickable-row:hover{background-color:rgb(var(--tw-color-shade-100)/1)}.portfolio-usdbonds__details__product-sub-title,.portfolio-equity__details__product-sub-title,.portfolio-account__details__product-sub-title{display:inline-block;vertical-align:middle}.portfolio-usdbonds__details-notification,.portfolio-equity__details-notification,.portfolio-account__details-notification{color:rgb(var(--tw-color-tertiary-500)/1);cursor:pointer;font-size:2rem;position:relative;top:.2rem}.portfolio-usdbonds__details-notification::after,.portfolio-equity__details-notification::after,.portfolio-account__details-notification::after{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;content:attr(data-count);display:flex;font-family:var(--tw-font-sans);font-size:1.3rem;justify-content:center;height:2.4rem;line-height:2;position:absolute;right:-1em;top:-1em;width:2.4rem}@media screen and (max-width:1091px){.portfolio-account-details__actions{position:relative}.portfolio-account-details__actions > *{margin-left:0;margin-bottom:5px;display:block}}@media screen and (max-width:767px){.portfolio-account-details__header-title{margin-bottom:0}.portfolio-account__actions{border-top:1px solid rgb(var(--tw-color-shade-200)/1)}.portfolio-account__actions,.portfolio-account-details__actions{padding:5px}.portfolio-account__actions > *,.portfolio-account-details__actions > *{margin-left:0;margin-bottom:5px;display:block}.portfolio-account__actions .ifisa-slider,.portfolio-account-details__actions .ifisa-slider{width:100%;position:relative;float:none}.portfolio-account-details__metric{margin-bottom:10px}.portfolio-account-details__actions{position:relative}.portfolio-account__toggle{display:block;width:100%;margin-left:0;margin-top:10px}.portfolio-account__actions-container > .btn{display:block;width:100%}}@media screen and (max-width:520px){.portfolio-account__metric-container,.portfolio-account__metric-container.text-right{text-align:center}}@media (hover:none){.portfolio-account-details__metric-title img{visibility:visible}}.payments-page #investor-type-select .tab-content{padding:10px}.payments-page .transfer-details{margin-bottom:20px}.fund,.withdraw{padding-top:30px}.fund label,.withdraw label{font-size:18px;margin-bottom:5px;margin-top:20px}.fund label:first-child,.withdraw label:first-child{margin-top:0}.fund label.error,.withdraw label.error{font-size:14px;margin-top:0;margin-bottom:0}.fund .form-control,.withdraw .form-control{font-size:16px;margin-bottom:5px}.fund .btn-action,.withdraw .btn-action{margin-top:20px}.fund .message-output,.withdraw .message-output{margin-top:20px}.fund .message-output .alert,.withdraw .message-output .alert{margin-bottom:0}.fund input,.withdraw input{border:1px solid rgb(var(--tw-color-shade-500)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;height:48px;padding:10px}.deposit-method__information{font-size:16px;color:rgb(var(--tw-color-shade-500)/1)}.deposit-method__information-balance{font-weight:var(--tw-font-bold)}.payment-iframe{width:100%;min-height:450px;border:none;background-color:rgb(var(--tw-color-shade-100)/1)}.payment-iframe-contents{background-color:rgb(var(--tw-color-shade-100)/1)}.deposit-info p{font-size:13px}.payment-iframe{width:100%;min-height:450px;border:none;background-color:rgb(var(--tw-color-shade-100)/1)}.payment-iframe-contents{background-color:rgb(var(--tw-color-shade-100)/1)}.order-ticket-account-selection{position:relative}.order-ticket-account-selection ul{bottom:0;position:absolute;padding:0;margin:0;list-style:none;-webkit-box-shadow:0 0 15px 0 rgb(var(--tw-color-shade-200)/1);-moz-box-shadow:0 0 15px 0 rgb(var(--tw-color-shade-200)/1);-ms-box-shadow:0 0 15px 0 rgb(var(--tw-color-shade-200)/1);-o-box-shadow:0 0 15px 0 rgb(var(--tw-color-shade-200)/1);box-shadow:0 0 15px 0 rgb(var(--tw-color-shade-200)/1)}.order-ticket-account-selection ul li{padding:0;margin:0}.order-ticket-account-selection ul li .order-ticket-account-selection__account:hover{background-color:rgb(var(--tw-color-shade-100)/1)}.order-ticket-account-selection__account{padding:40px 20px 40px 60px;position:relative;background-color:#fff;cursor:pointer}.order-ticket-account-selection__account .ifisa-badge{border:3px solid rgb(var(--tw-color-secondary-500)/1);text-align:center;-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-weight:var(--tw-font-bold);font-size:13px;padding:8px 0}.order-ticket-account-selection__account .ifisa-badge,.order-ticket-account-selection__account img{position:absolute;width:40px;height:40px;top:45px;left:10px}.order-ticket-account-selection__account label{font-weight:var(--tw-font-normal);font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;width:165px}.order-ticket-account-selection__account p{color:rgb(var(--tw-color-shade-600)/1);font-size:13px}.order-ticket-account-selection__account i{position:absolute;color:rgb(var(--tw-color-shade-600)/1);right:2px;top:42px}.order-ticket-account-selection__account p,.order-ticket-account-selection__account label,.order-ticket-account-selection__account i{cursor:pointer}.order-ticket-account-selection__account.order-ticket-account-selection__account--disabled{cursor:not-allowed}.order-ticket-account-selection__account.order-ticket-account-selection__account--disabled .ifisa-badge{border-color:rgb(var(--tw-color-shade-500)/1);color:rgb(var(--tw-color-shade-500)/1);opacity:.5}.order-ticket-account-selection__account.order-ticket-account-selection__account--disabled p,.order-ticket-account-selection__account.order-ticket-account-selection__account--disabled label,.order-ticket-account-selection__account.order-ticket-account-selection__account--disabled i{color:rgb(var(--tw-color-shade-500)/1);opacity:.5;cursor:not-allowed}.smart-interest-footer .order-ticket-account-selection,.market-footer .order-ticket-account-selection,.robowise-footer .order-ticket-account-selection{height:100%;float:right}.smart-interest-footer .order-ticket-account-selection p,.market-footer .order-ticket-account-selection p,.robowise-footer .order-ticket-account-selection p{line-height:13px}#select2-account-selection__select-container,#select2-deposit-account__select-container,#select2-deposit-method__select-container,#select2-withdraw-account__select-container{padding-left:4px}#select2-account-selection__select-container span,#select2-deposit-account__select-container span,#select2-deposit-method__select-container span,#select2-withdraw-account__select-container span{margin-top:-6px}#select2-account-selection__select-container span span,#select2-deposit-account__select-container span span,#select2-deposit-method__select-container span span,#select2-withdraw-account__select-container span span{color:rgb(var(--tw-color-shade-600)/1)}#select2-account-selection__select-container,#select2-account-selection__select-results .select2-results__option,#select2-deposit-account__select-container,#select2-deposit-account__select-results .select2-results__option,#select2-deposit-method__select-container,#select2-deposit-method__select-results .select2-results__option,#select2-withdraw-account__select-container,#select2-withdraw-account__select-results .select2-results__option{display:flex;align-items:center;gap:4px}#select2-account-selection__select-container img,#select2-account-selection__select-results .select2-results__option img,#select2-deposit-account__select-container img,#select2-deposit-account__select-results .select2-results__option img,#select2-deposit-method__select-container img,#select2-deposit-method__select-results .select2-results__option img,#select2-withdraw-account__select-container img,#select2-withdraw-account__select-results .select2-results__option img{height:26px}#select2-account-selection__select-container span,#select2-account-selection__select-results .select2-results__option span,#select2-deposit-account__select-container span,#select2-deposit-account__select-results .select2-results__option span,#select2-deposit-method__select-container span,#select2-deposit-method__select-results .select2-results__option span,#select2-withdraw-account__select-container span,#select2-withdraw-account__select-results .select2-results__option span{height:16px;line-height:initial;display:inline-block}#select2-account-selection__select-container span span,#select2-account-selection__select-results .select2-results__option span span,#select2-deposit-account__select-container span span,#select2-deposit-account__select-results .select2-results__option span span,#select2-deposit-method__select-container span span,#select2-deposit-method__select-results .select2-results__option span span,#select2-withdraw-account__select-container span span,#select2-withdraw-account__select-results .select2-results__option span span{color:rgb(var(--tw-color-shade-600)/1)}#select2-account-selection__select-container .ifisa-badge,#select2-account-selection__select-results .select2-results__option .ifisa-badge,#select2-deposit-account__select-container .ifisa-badge,#select2-deposit-account__select-results .select2-results__option .ifisa-badge,#select2-deposit-method__select-container .ifisa-badge,#select2-deposit-method__select-results .select2-results__option .ifisa-badge,#select2-withdraw-account__select-container .ifisa-badge,#select2-withdraw-account__select-results .select2-results__option .ifisa-badge{border:2px solid rgb(var(--tw-color-secondary-500)/1);margin-right:5px;width:26px;height:26px;text-align:center;-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-weight:var(--tw-font-bold);font-size:8px;line-height:22px}.smart-interest__account-selector .order-ticket-account-selection > .order-ticket-account-selection__account{border-color:rgb(var(--tw-color-tertiary-500)/1);-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem}.smart-interest__account-selector .order-ticket-account-selection__account{border:2px solid transparent;line-height:1;padding:16px 16px 16px 68px}.smart-interest__account-selector .order-ticket-account-selection__account img,.smart-interest__account-selector .order-ticket-account-selection__account .ifisa-badge{left:16px;top:16px}.smart-interest__account-selector .order-ticket-account-selection__account label{line-height:1.2;margin-bottom:2px;width:auto}.smart-interest__account-selector .order-ticket-account-selection__account p{margin-bottom:0}.smart-interest__account-selector .order-ticket-account-selection__account i{right:16px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.smart-interest__account-selector .order-ticket-account-selection ul{width:100%}.showing-investment-risk-bar .side-panel--risk-panel-spacer{height:75px;display:block}.side-panel.activity .side-panel__contents{overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-grow:1;max-width:100%}.side-panel.activity .side-panel__container{overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-grow:1;max-width:100%}.side-panel.activity .robowise-flow-wrapper{overflow:hidden;width:100%;max-width:100%}.side-panel.activity .bond-navigation{position:static;flex-shrink:0}.side-panel--risk-panel-spacer{display:none;flex-shrink:0}.side-panel__contents{position:fixed;right:0;top:0;height:100vh;width:472px;background-color:rgb(var(--tw-color-shade-100)/1);-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);border-left:1px solid rgb(var(--tw-color-shade-200)/1);z-index:115;overflow-y:auto;-webkit-transition:right .5s;-moz-transition:right .5s;-ms-transition:right .5s;-o-transition:right .5s;transition:right .5s;padding-bottom:8rem}.side-panel.collapsed .side-panel__contents{right:calc(-472px)}.side-panel .fixed-interaction{-webkit-transition:right .5s;-moz-transition:right .5s;-ms-transition:right .5s;-o-transition:right .5s;transition:right .5s;position:fixed;right:calc(-472px);width:472px;left:auto}.side-panel .fixed-interaction.open{right:0}@media (max-width:767px){.side-panel.collapsed .side-panel__contents{right:-100%;left:auto}.side-panel .activity-panel-mask{display:none}.side-panel__contents{width:100vw}.side-panel .fixed-interaction{right:-100%;width:100%}.side-panel .fixed-interaction.open{right:0}}.select2-container,.select2-container--default,.select2-container--open,.select2-container--focus{border-color:rgb(var(--tw-color-shade-500)/1)}.select2-dropdown,.select2-selection,.select2-selection--single{border-color:rgb(var(--tw-color-shade-500)/1)}.select2-container--default .select2-selection--single{background-color:#fff;border:2px solid rgb(var(--tw-color-shade-500)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;padding:10px 5px;height:48px}.select2-container--default.select2-container--open .select2-selection--single{border:1px solid rgb(var(--tw-color-shade-500)/1)}.select2-container--default .select2-selection--single .select2-selection__arrow{top:11px;right:11px}.account-selection--v2 #select2-account-selection__select-container,.account-selection--v2 #select2-account-selection__select-results .select2-results__option,.account-selection--v2 #select2-deposit-account__select-container,.account-selection--v2 #select2-deposit-account__select-results .select2-results__option,.account-selection--v2 #select2-deposit-method__select-container,.account-selection--v2 #select2-deposit-method__select-results .select2-results__option,.account-selection--v2 #select2-withdraw-account__select-container,.account-selection--v2 #select2-withdraw-account__select-results .select2-results__option{padding:0}.account-selection--v2 .select2-container--default .select2-selection--single{border:none;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;height:80px;padding:10px 0}.account-selection--v2 .select2-selection__arrow{display:none}.account-selection--v2 .select2-results__option{padding:14px 0}.account-selection--v2 .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#fff;color:inherit}.account-selection--v2 .select2-dropdown--below{top:80px}.account-selection-dropdown{border:none}.account-selection-dropdown .select2-results{background-color:#fff;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;-webkit-box-shadow:0 .6rem 1.2rem rgba(0,0,0,0.18);-moz-box-shadow:0 .6rem 1.2rem rgba(0,0,0,0.18);-ms-box-shadow:0 .6rem 1.2rem rgba(0,0,0,0.18);-o-box-shadow:0 .6rem 1.2rem rgba(0,0,0,0.18);box-shadow:0 .6rem 1.2rem rgba(0,0,0,0.18)}.account-selection-dropdown .select2-results__option .fa-check-circle{display:none}.account-selection-dropdown .select2-results__option[aria-selected=true]{background-color:transparent}.account-selection-dropdown .select2-results__option[aria-selected=true] .fa-check-circle{display:inline-block}.account-selection-dropdown .select2-results__option--highlighted[aria-selected]{background-color:rgb(var(--tw-color-shade-100)/1)}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:rgb(var(--tw-color-primary-500)/1);border-color:transparent;color:#fff}.daterangepicker .drp-buttons .btn.btn-primary{background-color:rgb(var(--tw-color-primary-500)/1)}.color--white{color:#fff !important}.color--black{color:#000 !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--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--black{background-color:#000 !important}.bg--page-background{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--attention-red{background-color:rgb(var(--tw-color-error-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}.important-information,.wa-typography .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,.wa-typography .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,.wa-typography .important-information__icon{color:rgb(var(--tw-color-secondary-500)/1);font-size:1.8rem;left:3rem;position:absolute;top:2rem}.important-information__title,.wa-typography .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,.wa-typography .important-information__description{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.84615}.important-information__description:last-child,.wa-typography .important-information__description:last-child{margin-bottom:0}.activity-filter{position:relative;display:inline-block}.activity-filter--toggled{animation-name:fadeIn;animation-duration:.5s}.activity-filter--active .activity-filter-btn{border-color:rgb(var(--tw-color-secondary-500)/1);background-color:rgb(var(--tw-color-secondary-500)/1)}.activity-filter--active .activity-filter-btn .activity-filter-btn__icon{color:#fff}.activity-filter--active .activity-filter-dropdown{opacity:1;visibility:visible}.activity-filter-btn{padding:2px;outline:none;align-self:0;cursor:pointer;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border:2px solid rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-color:transparent;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.activity-filter-btn:active,.activity-filter-btn:focus,.activity-filter-btn:hover{border-color:rgb(var(--tw-color-secondary-500)/1);background-color:rgb(var(--tw-color-secondary-500)/1)}.activity-filter-btn:active .activity-filter-btn__icon,.activity-filter-btn:focus .activity-filter-btn__icon,.activity-filter-btn:hover .activity-filter-btn__icon{color:#fff}.activity-filter-btn:disabled{background-color:transparent;border:2px solid rgb(var(--tw-color-shade-200)/1);cursor:not-allowed}.activity-filter-btn:disabled .activity-filter-btn__icon{color:rgb(var(--tw-color-shade-300)/1)}.activity-filter-btn:active{filter:brightness(.9)}.activity-filter-btn__icon{font-size:2rem;color:rgb(var(--tw-color-primary-500)/1);-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.activity-filter-dropdown{background-color:#fff;-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);-webkit-border-radius:.8rem;-moz-border-radius:.8rem;-ms-border-radius:.8rem;-o-border-radius:.8rem;border-radius:.8rem;list-style:none;opacity:0;padding:.8rem 0;position:absolute;right:0;top:calc(100% + 8px);visibility:hidden;width:35rem;z-index:10;-webkit-transition:opacity .25s;-moz-transition:opacity .25s;-ms-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}.activity-filter-dropdown--toggled{right:0}.activity-filter-checkbox{position:relative;width:100%;margin-bottom:0}.activity-filter-checkbox__input{position:absolute;left:4px;top:4px;opacity:0;visibility:hidden;z-index:-1}.activity-filter-checkbox__input:checked ~ .activity-filter-checkbox__button .activity-filter-checkbox__icon.fa-square{opacity:0;visibility:hidden}.activity-filter-checkbox__input:checked ~ .activity-filter-checkbox__button .activity-filter-checkbox__icon.fa-check-square{opacity:1;visibility:visible}.activity-filter-checkbox__button{cursor:pointer;position:relative;z-index:1;display:flex;gap:1.2rem;justify-content:space-between;align-items:center;background-color:#fff;padding:.95rem 1.6rem .95rem 1.6rem;-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}.activity-filter-checkbox__button:hover{background-color:rgb(var(--tw-color-shade-100)/1)}.activity-filter-checkbox__name{font-size:1.5rem;font-weight:var(--tw-font-semibold);line-height:1.4;letter-spacing:.6px;color:rgb(var(--tw-color-shade-900)/1)}.activity-filter-checkbox__checkbox{height:2rem;width:1.8rem;position:relative}.activity-filter-checkbox__icon{position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);top:.15rem;font-size:1.8rem;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.activity-filter-checkbox__icon.fa-square{color:rgb(var(--tw-color-primary-500)/1);opacity:1;visibility:visible}.activity-filter-checkbox__icon.fa-check-square{color:rgb(var(--tw-color-secondary-500)/1);opacity:0;visibility:hidden}.overview-box{border:1px solid rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;background-color:#fff;padding:20px}.overview-box__header-line{margin:20px 0}.overview-box__header-label{color:rgb(var(--tw-color-shade-500)/1);font-weight:var(--tw-font-medium);font-size:16px}.overview-box__header-value{float:right;font-size:16px;color:rgb(var(--tw-color-tertiary-500)/1)}.overview-box__company-row{display:flex;flex-flow:row nowrap}.overview-box__company-row img{width:40px;height:40px;background-color:rgb(var(--tw-color-shade-200)/1)}.overview-box__company-row__details{width:100%;margin:0 20px}.overview-box__company-row__value{width:80px;text-align:right}.spinner-loader,.spinner-loader:after{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;width:5rem;height:5rem}.spinner-loader{margin:2.4rem auto;font-size:1rem;position:relative;text-indent:-9999rem;border-top:.5rem solid transparent;border-right:.5rem solid transparent;border-bottom:.5rem solid transparent;border-left:.5rem solid rgb(var(--tw-color-secondary-500)/1);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;-moz-animation:load8 1.1s infinite linear;-ms-animation:load8 1.1s infinite linear;-o-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.spinner-loader__wrapper{width:100%;height:100%;flex-shrink:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:60%}@-moz-keyframes load8{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 load8{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 load8{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 load8{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)}}@-moz-keyframes load8{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 load8{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 load8{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 load8{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)}}.alert-card{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:1.5rem;-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;padding:1.8rem;-webkit-animation:fadeIn .4s ease;-moz-animation:fadeIn .4s ease;-ms-animation:fadeIn .4s ease;-o-animation:fadeIn .4s ease;animation:fadeIn .4s ease}.alert-card__icon{width:2.2rem;height:2.2rem;flex-shrink:0}.alert-card__text{font-size:1.3rem;font-weight:500;color:rgb(var(--tw-color-tertiary-500)/1)}.alert-card--danger{background-color:rgb(var(--tw-color-error-500)/0.2)}.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}.coming-soon{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;font-size:1.1rem;line-height:1.18182;padding:.5rem}.list-with-icons{list-style-type:none;padding:0}.list-with-icons__item{align-items:center;color:rgb(var(--tw-color-tertiary-500)/1);display:flex;font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.625;padding:1rem 0}.list-with-icons__icon{align-items:center;background-color:#fff;border:.1rem 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:inline-flex;font-size:1.9rem;justify-content:center;height:4rem;margin-right:1.4rem;width:4rem}.list-with-icons__icon::before{position:relative;top:-.1rem}.moving-client-accounts__small-text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:1.15385}.moving-client-accounts__consent{background-color:#fff;border-bottom:.1rem solid rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-800)/1);cursor:pointer;display:flex;font-weight:var(--tw-font-medium);line-height:1.625;padding:1.4rem 1.6rem 1.9rem;user-select:none}.d-lg-block{display:none}@media (min-width:$lg){.d-lg-block{display:block}}.d-lg-flex{display:none}@media (min-width:$lg){.d-lg-flex{display:flex}}.position-relative{position:relative}.overflow-hidden{overflow:hidden}.min-width-0{min-width:0}@media (max-width:1091px){.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{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar,#site-warning .questionnaire__content-wrapper::-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:1091px){.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:$lg){.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:$xl){.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:1091px){.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:$xl){.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 + $xl / 2 - 15.4rem), transparent calc(50vw + $xl / 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 + $xl / 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:1091px){.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:$xl){.with-wisealpha-logo::after{left:calc(50vw + $xl / 2 - 20rem);right:auto}.with-wisealpha-logo::before{background:linear-gradient(to right,  transparent 0%, transparent calc(50vw + $xl / 2 - 15.4rem), rgb(var(--tw-color-shade-200)/0.4) calc(50vw + $xl / 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 + $xl / 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:$lg -1){.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}.mb-20{margin-bottom:2rem !important}.mb-25{margin-bottom:2.5rem !important}.mb-30{margin-bottom:3rem !important}.mb-35{margin-bottom:3.5rem !important}.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}.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)}.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%}.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:768px){.wa-navbar--dark.wa-navbar--themed{background-color:rgb(var(--tw-color-tertiary-500)/1)}}.wa-navbar--transparent{background-color:transparent}@media (min-width:768px){.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:768px){.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:768px){.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)}}.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}}.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}}.container{padding-left:2.4rem;padding-right:2.4rem}.footer html{box-sizing:border-box;-ms-overflow-style:scrollbar}.footer *,.footer ::after,.footer ::before{box-sizing:inherit}.footer h4{font-size:2rem;line-height:1.4}.footer .small-paragraph{font-size:1.3rem;line-height:1.53846}.footer .container{width:100%;padding-left:2.4rem;padding-right:2.4rem;margin-right:auto;margin-left:auto}@media (min-width:576px){.footer .container{max-width:100%}}@media (min-width:768px){.footer .container{max-width:100%}}@media (min-width:992px){.footer .container{max-width:100%}}@media (min-width:1440px){.footer .container{max-width:1440px}}.footer .container-fluid{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}.footer .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.footer .no-gutters{margin-right:0;margin-left:0}.footer .no-gutters > .col,.footer .no-gutters > [class*=col-]{padding-right:0;padding-left:0}.footer .col,.footer .col-1,.footer .col-10,.footer .col-11,.footer .col-12,.footer .col-2,.footer .col-3,.footer .col-4,.footer .col-5,.footer .col-6,.footer .col-7,.footer .col-8,.footer .col-9,.footer .col-auto,.footer .col-lg,.footer .col-lg-1,.footer .col-lg-10,.footer .col-lg-11,.footer .col-lg-12,.footer .col-lg-2,.footer .col-lg-3,.footer .col-lg-4,.footer .col-lg-5,.footer .col-lg-6,.footer .col-lg-7,.footer .col-lg-8,.footer .col-lg-9,.footer .col-lg-auto,.footer .col-md,.footer .col-md-1,.footer .col-md-10,.footer .col-md-11,.footer .col-md-12,.footer .col-md-2,.footer .col-md-3,.footer .col-md-4,.footer .col-md-5,.footer .col-md-6,.footer .col-md-7,.footer .col-md-8,.footer .col-md-9,.footer .col-md-auto,.footer .col-sm,.footer .col-sm-1,.footer .col-sm-10,.footer .col-sm-11,.footer .col-sm-12,.footer .col-sm-2,.footer .col-sm-3,.footer .col-sm-4,.footer .col-sm-5,.footer .col-sm-6,.footer .col-sm-7,.footer .col-sm-8,.footer .col-sm-9,.footer .col-sm-auto,.footer .col-xl,.footer .col-xl-1,.footer .col-xl-10,.footer .col-xl-11,.footer .col-xl-12,.footer .col-xl-2,.footer .col-xl-3,.footer .col-xl-4,.footer .col-xl-5,.footer .col-xl-6,.footer .col-xl-7,.footer .col-xl-8,.footer .col-xl-9,.footer .col-xl-auto{position:relative;width:100%;padding-right:12px;padding-left:12px}.footer .col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.footer .col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.footer .col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.footer .col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.footer .col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.footer .col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.footer .col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.footer .col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.footer .col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.footer .col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.footer .col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.footer .col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.footer .col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.footer .col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.footer .order-first{-ms-flex-order:-1;order:-1}.footer .order-last{-ms-flex-order:13;order:13}.footer .order-0{-ms-flex-order:0;order:0}.footer .order-1{-ms-flex-order:1;order:1}.footer .order-2{-ms-flex-order:2;order:2}.footer .order-3{-ms-flex-order:3;order:3}.footer .order-4{-ms-flex-order:4;order:4}.footer .order-5{-ms-flex-order:5;order:5}.footer .order-6{-ms-flex-order:6;order:6}.footer .order-7{-ms-flex-order:7;order:7}.footer .order-8{-ms-flex-order:8;order:8}.footer .order-9{-ms-flex-order:9;order:9}.footer .order-10{-ms-flex-order:10;order:10}.footer .order-11{-ms-flex-order:11;order:11}.footer .order-12{-ms-flex-order:12;order:12}.footer .offset-1{margin-left:8.333333%}.footer .offset-2{margin-left:16.666667%}.footer .offset-3{margin-left:25%}.footer .offset-4{margin-left:33.333333%}.footer .offset-5{margin-left:41.666667%}.footer .offset-6{margin-left:50%}.footer .offset-7{margin-left:58.333333%}.footer .offset-8{margin-left:66.666667%}.footer .offset-9{margin-left:75%}.footer .offset-10{margin-left:83.333333%}.footer .offset-11{margin-left:91.666667%}@media (min-width:576px){.footer .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.footer .col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.footer .col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.footer .col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.footer .col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.footer .col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.footer .col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.footer .col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.footer .col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.footer .col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.footer .col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.footer .col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.footer .col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.footer .col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.footer .order-sm-first{-ms-flex-order:-1;order:-1}.footer .order-sm-last{-ms-flex-order:13;order:13}.footer .order-sm-0{-ms-flex-order:0;order:0}.footer .order-sm-1{-ms-flex-order:1;order:1}.footer .order-sm-2{-ms-flex-order:2;order:2}.footer .order-sm-3{-ms-flex-order:3;order:3}.footer .order-sm-4{-ms-flex-order:4;order:4}.footer .order-sm-5{-ms-flex-order:5;order:5}.footer .order-sm-6{-ms-flex-order:6;order:6}.footer .order-sm-7{-ms-flex-order:7;order:7}.footer .order-sm-8{-ms-flex-order:8;order:8}.footer .order-sm-9{-ms-flex-order:9;order:9}.footer .order-sm-10{-ms-flex-order:10;order:10}.footer .order-sm-11{-ms-flex-order:11;order:11}.footer .order-sm-12{-ms-flex-order:12;order:12}.footer .offset-sm-0{margin-left:0}.footer .offset-sm-1{margin-left:8.333333%}.footer .offset-sm-2{margin-left:16.666667%}.footer .offset-sm-3{margin-left:25%}.footer .offset-sm-4{margin-left:33.333333%}.footer .offset-sm-5{margin-left:41.666667%}.footer .offset-sm-6{margin-left:50%}.footer .offset-sm-7{margin-left:58.333333%}.footer .offset-sm-8{margin-left:66.666667%}.footer .offset-sm-9{margin-left:75%}.footer .offset-sm-10{margin-left:83.333333%}.footer .offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.footer .col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.footer .col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.footer .col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.footer .col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.footer .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.footer .col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.footer .col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.footer .col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.footer .col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.footer .col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.footer .col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.footer .col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.footer .col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.footer .col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.footer .order-md-first{-ms-flex-order:-1;order:-1}.footer .order-md-last{-ms-flex-order:13;order:13}.footer .order-md-0{-ms-flex-order:0;order:0}.footer .order-md-1{-ms-flex-order:1;order:1}.footer .order-md-2{-ms-flex-order:2;order:2}.footer .order-md-3{-ms-flex-order:3;order:3}.footer .order-md-4{-ms-flex-order:4;order:4}.footer .order-md-5{-ms-flex-order:5;order:5}.footer .order-md-6{-ms-flex-order:6;order:6}.footer .order-md-7{-ms-flex-order:7;order:7}.footer .order-md-8{-ms-flex-order:8;order:8}.footer .order-md-9{-ms-flex-order:9;order:9}.footer .order-md-10{-ms-flex-order:10;order:10}.footer .order-md-11{-ms-flex-order:11;order:11}.footer .order-md-12{-ms-flex-order:12;order:12}.footer .offset-md-0{margin-left:0}.footer .offset-md-1{margin-left:8.333333%}.footer .offset-md-2{margin-left:16.666667%}.footer .offset-md-3{margin-left:25%}.footer .offset-md-4{margin-left:33.333333%}.footer .offset-md-5{margin-left:41.666667%}.footer .offset-md-6{margin-left:50%}.footer .offset-md-7{margin-left:58.333333%}.footer .offset-md-8{margin-left:66.666667%}.footer .offset-md-9{margin-left:75%}.footer .offset-md-10{margin-left:83.333333%}.footer .offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.footer .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.footer .col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.footer .col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.footer .col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.footer .col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.footer .col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.footer .col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.footer .col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.footer .col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.footer .col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.footer .col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.footer .col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.footer .col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.footer .col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.footer .order-lg-first{-ms-flex-order:-1;order:-1}.footer .order-lg-last{-ms-flex-order:13;order:13}.footer .order-lg-0{-ms-flex-order:0;order:0}.footer .order-lg-1{-ms-flex-order:1;order:1}.footer .order-lg-2{-ms-flex-order:2;order:2}.footer .order-lg-3{-ms-flex-order:3;order:3}.footer .order-lg-4{-ms-flex-order:4;order:4}.footer .order-lg-5{-ms-flex-order:5;order:5}.footer .order-lg-6{-ms-flex-order:6;order:6}.footer .order-lg-7{-ms-flex-order:7;order:7}.footer .order-lg-8{-ms-flex-order:8;order:8}.footer .order-lg-9{-ms-flex-order:9;order:9}.footer .order-lg-10{-ms-flex-order:10;order:10}.footer .order-lg-11{-ms-flex-order:11;order:11}.footer .order-lg-12{-ms-flex-order:12;order:12}.footer .offset-lg-0{margin-left:0}.footer .offset-lg-1{margin-left:8.333333%}.footer .offset-lg-2{margin-left:16.666667%}.footer .offset-lg-3{margin-left:25%}.footer .offset-lg-4{margin-left:33.333333%}.footer .offset-lg-5{margin-left:41.666667%}.footer .offset-lg-6{margin-left:50%}.footer .offset-lg-7{margin-left:58.333333%}.footer .offset-lg-8{margin-left:66.666667%}.footer .offset-lg-9{margin-left:75%}.footer .offset-lg-10{margin-left:83.333333%}.footer .offset-lg-11{margin-left:91.666667%}}@media (min-width:1440px){.footer .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.footer .col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.footer .col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.footer .col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.footer .col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.footer .col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.footer .col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.footer .col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.footer .col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.footer .col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.footer .col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.footer .col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.footer .col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.footer .col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.footer .order-xl-first{-ms-flex-order:-1;order:-1}.footer .order-xl-last{-ms-flex-order:13;order:13}.footer .order-xl-0{-ms-flex-order:0;order:0}.footer .order-xl-1{-ms-flex-order:1;order:1}.footer .order-xl-2{-ms-flex-order:2;order:2}.footer .order-xl-3{-ms-flex-order:3;order:3}.footer .order-xl-4{-ms-flex-order:4;order:4}.footer .order-xl-5{-ms-flex-order:5;order:5}.footer .order-xl-6{-ms-flex-order:6;order:6}.footer .order-xl-7{-ms-flex-order:7;order:7}.footer .order-xl-8{-ms-flex-order:8;order:8}.footer .order-xl-9{-ms-flex-order:9;order:9}.footer .order-xl-10{-ms-flex-order:10;order:10}.footer .order-xl-11{-ms-flex-order:11;order:11}.footer .order-xl-12{-ms-flex-order:12;order:12}.footer .offset-xl-0{margin-left:0}.footer .offset-xl-1{margin-left:8.333333%}.footer .offset-xl-2{margin-left:16.666667%}.footer .offset-xl-3{margin-left:25%}.footer .offset-xl-4{margin-left:33.333333%}.footer .offset-xl-5{margin-left:41.666667%}.footer .offset-xl-6{margin-left:50%}.footer .offset-xl-7{margin-left:58.333333%}.footer .offset-xl-8{margin-left:66.666667%}.footer .offset-xl-9{margin-left:75%}.footer .offset-xl-10{margin-left:83.333333%}.footer .offset-xl-11{margin-left:91.666667%}}.footer .d-none{display:none !important}.footer .d-inline{display:inline !important}.footer .d-inline-block{display:inline-block !important}.footer .d-block{display:block !important}.footer .d-table{display:table !important}.footer .d-table-row{display:table-row !important}.footer .d-table-cell{display:table-cell !important}.footer .d-flex{display:-ms-flexbox !important;display:flex !important}.footer .d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width:576px){.footer .d-sm-none{display:none !important}.footer .d-sm-inline{display:inline !important}.footer .d-sm-inline-block{display:inline-block !important}.footer .d-sm-block{display:block !important}.footer .d-sm-table{display:table !important}.footer .d-sm-table-row{display:table-row !important}.footer .d-sm-table-cell{display:table-cell !important}.footer .d-sm-flex{display:-ms-flexbox !important;display:flex !important}.footer .d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width:768px){.footer .d-md-none{display:none !important}.footer .d-md-inline{display:inline !important}.footer .d-md-inline-block{display:inline-block !important}.footer .d-md-block{display:block !important}.footer .d-md-table{display:table !important}.footer .d-md-table-row{display:table-row !important}.footer .d-md-table-cell{display:table-cell !important}.footer .d-md-flex{display:-ms-flexbox !important;display:flex !important}.footer .d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width:992px){.footer .d-lg-none{display:none !important}.footer .d-lg-inline{display:inline !important}.footer .d-lg-inline-block{display:inline-block !important}.footer .d-lg-block{display:block !important}.footer .d-lg-table{display:table !important}.footer .d-lg-table-row{display:table-row !important}.footer .d-lg-table-cell{display:table-cell !important}.footer .d-lg-flex{display:-ms-flexbox !important;display:flex !important}.footer .d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width:1440px){.footer .d-xl-none{display:none !important}.footer .d-xl-inline{display:inline !important}.footer .d-xl-inline-block{display:inline-block !important}.footer .d-xl-block{display:block !important}.footer .d-xl-table{display:table !important}.footer .d-xl-table-row{display:table-row !important}.footer .d-xl-table-cell{display:table-cell !important}.footer .d-xl-flex{display:-ms-flexbox !important;display:flex !important}.footer .d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.footer .d-print-none{display:none !important}.footer .d-print-inline{display:inline !important}.footer .d-print-inline-block{display:inline-block !important}.footer .d-print-block{display:block !important}.footer .d-print-table{display:table !important}.footer .d-print-table-row{display:table-row !important}.footer .d-print-table-cell{display:table-cell !important}.footer .d-print-flex{display:-ms-flexbox !important;display:flex !important}.footer .d-print-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}.footer .flex-row{-ms-flex-direction:row !important;flex-direction:row !important}.footer .flex-column{-ms-flex-direction:column !important;flex-direction:column !important}.footer .flex-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.footer .flex-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.footer .flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.footer .flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.footer .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.footer .flex-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.footer .flex-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.footer .flex-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.footer .flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.footer .flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.footer .justify-content-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.footer .justify-content-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.footer .justify-content-center{-ms-flex-pack:center !important;justify-content:center !important}.footer .justify-content-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.footer .justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.footer .align-items-start{-ms-flex-align:start !important;align-items:flex-start !important}.footer .align-items-end{-ms-flex-align:end !important;align-items:flex-end !important}.footer .align-items-center{-ms-flex-align:center !important;align-items:center !important}.footer .align-items-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.footer .align-items-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.footer .align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.footer .align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.footer .align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.footer .align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.footer .align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.footer .align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.footer .align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.footer .align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.footer .align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.footer .align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.footer .align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.footer .align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width:576px){.footer .flex-sm-row{-ms-flex-direction:row !important;flex-direction:row !important}.footer .flex-sm-column{-ms-flex-direction:column !important;flex-direction:column !important}.footer .flex-sm-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.footer .flex-sm-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.footer .flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.footer .flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.footer .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.footer .flex-sm-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.footer .flex-sm-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.footer .flex-sm-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.footer .flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.footer .flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.footer .justify-content-sm-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.footer .justify-content-sm-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.footer .justify-content-sm-center{-ms-flex-pack:center !important;justify-content:center !important}.footer .justify-content-sm-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.footer .justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.footer .align-items-sm-start{-ms-flex-align:start !important;align-items:flex-start !important}.footer .align-items-sm-end{-ms-flex-align:end !important;align-items:flex-end !important}.footer .align-items-sm-center{-ms-flex-align:center !important;align-items:center !important}.footer .align-items-sm-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.footer .align-items-sm-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.footer .align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.footer .align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.footer .align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.footer .align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.footer .align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.footer .align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.footer .align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.footer .align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.footer .align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.footer .align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.footer .align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.footer .align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width:768px){.footer .flex-md-row{-ms-flex-direction:row !important;flex-direction:row !important}.footer .flex-md-column{-ms-flex-direction:column !important;flex-direction:column !important}.footer .flex-md-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.footer .flex-md-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.footer .flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.footer .flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.footer .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.footer .flex-md-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.footer .flex-md-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.footer .flex-md-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.footer .flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.footer .flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.footer .justify-content-md-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.footer .justify-content-md-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.footer .justify-content-md-center{-ms-flex-pack:center !important;justify-content:center !important}.footer .justify-content-md-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.footer .justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.footer .align-items-md-start{-ms-flex-align:start !important;align-items:flex-start !important}.footer .align-items-md-end{-ms-flex-align:end !important;align-items:flex-end !important}.footer .align-items-md-center{-ms-flex-align:center !important;align-items:center !important}.footer .align-items-md-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.footer .align-items-md-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.footer .align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.footer .align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.footer .align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.footer .align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.footer .align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.footer .align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.footer .align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.footer .align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.footer .align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.footer .align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.footer .align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.footer .align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width:992px){.footer .flex-lg-row{-ms-flex-direction:row !important;flex-direction:row !important}.footer .flex-lg-column{-ms-flex-direction:column !important;flex-direction:column !important}.footer .flex-lg-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.footer .flex-lg-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.footer .flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.footer .flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.footer .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.footer .flex-lg-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.footer .flex-lg-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.footer .flex-lg-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.footer .flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.footer .flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.footer .justify-content-lg-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.footer .justify-content-lg-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.footer .justify-content-lg-center{-ms-flex-pack:center !important;justify-content:center !important}.footer .justify-content-lg-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.footer .justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.footer .align-items-lg-start{-ms-flex-align:start !important;align-items:flex-start !important}.footer .align-items-lg-end{-ms-flex-align:end !important;align-items:flex-end !important}.footer .align-items-lg-center{-ms-flex-align:center !important;align-items:center !important}.footer .align-items-lg-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.footer .align-items-lg-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.footer .align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.footer .align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.footer .align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.footer .align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.footer .align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.footer .align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.footer .align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.footer .align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.footer .align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.footer .align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.footer .align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.footer .align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width:1440px){.footer .flex-xl-row{-ms-flex-direction:row !important;flex-direction:row !important}.footer .flex-xl-column{-ms-flex-direction:column !important;flex-direction:column !important}.footer .flex-xl-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.footer .flex-xl-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.footer .flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.footer .flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.footer .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.footer .flex-xl-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.footer .flex-xl-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.footer .flex-xl-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.footer .flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.footer .flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.footer .justify-content-xl-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.footer .justify-content-xl-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.footer .justify-content-xl-center{-ms-flex-pack:center !important;justify-content:center !important}.footer .justify-content-xl-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.footer .justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.footer .align-items-xl-start{-ms-flex-align:start !important;align-items:flex-start !important}.footer .align-items-xl-end{-ms-flex-align:end !important;align-items:flex-end !important}.footer .align-items-xl-center{-ms-flex-align:center !important;align-items:center !important}.footer .align-items-xl-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.footer .align-items-xl-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.footer .align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.footer .align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.footer .align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.footer .align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.footer .align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.footer .align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.footer .align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.footer .align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.footer .align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.footer .align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.footer .align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.footer .align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.footer .m-0{margin:0 !important}.footer .mt-0,.footer .my-0{margin-top:0 !important}.footer .mr-0,.footer .mx-0{margin-right:0 !important}.footer .mb-0,.footer .my-0{margin-bottom:0 !important}.footer .ml-0,.footer .mx-0{margin-left:0 !important}.footer .m-1{margin:.25rem !important}.footer .mt-1,.footer .my-1{margin-top:.25rem !important}.footer .mr-1,.footer .mx-1{margin-right:.25rem !important}.footer .mb-1,.footer .my-1{margin-bottom:.25rem !important}.footer .ml-1,.footer .mx-1{margin-left:.25rem !important}.footer .m-2{margin:.5rem !important}.footer .mt-2,.footer .my-2{margin-top:.5rem !important}.footer .mr-2,.footer .mx-2{margin-right:.5rem !important}.footer .mb-2,.footer .my-2{margin-bottom:.5rem !important}.footer .ml-2,.footer .mx-2{margin-left:.5rem !important}.footer .m-3{margin:1rem !important}.footer .mt-3,.footer .my-3{margin-top:1rem !important}.footer .mr-3,.footer .mx-3{margin-right:1rem !important}.footer .mb-3,.footer .my-3{margin-bottom:1rem !important}.footer .ml-3,.footer .mx-3{margin-left:1rem !important}.footer .m-4{margin:1.5rem !important}.footer .mt-4,.footer .my-4{margin-top:1.5rem !important}.footer .mr-4,.footer .mx-4{margin-right:1.5rem !important}.footer .mb-4,.footer .my-4{margin-bottom:1.5rem !important}.footer .ml-4,.footer .mx-4{margin-left:1.5rem !important}.footer .m-5{margin:3rem !important}.footer .mt-5,.footer .my-5{margin-top:3rem !important}.footer .mr-5,.footer .mx-5{margin-right:3rem !important}.footer .mb-5,.footer .my-5{margin-bottom:3rem !important}.footer .ml-5,.footer .mx-5{margin-left:3rem !important}.footer .p-0{padding:0 !important}.footer .pt-0,.footer .py-0{padding-top:0 !important}.footer .pr-0,.footer .px-0{padding-right:0 !important}.footer .pb-0,.footer .py-0{padding-bottom:0 !important}.footer .pl-0,.footer .px-0{padding-left:0 !important}.footer .p-1{padding:.25rem !important}.footer .pt-1,.footer .py-1{padding-top:.25rem !important}.footer .pr-1,.footer .px-1{padding-right:.25rem !important}.footer .pb-1,.footer .py-1{padding-bottom:.25rem !important}.footer .pl-1,.footer .px-1{padding-left:.25rem !important}.footer .p-2{padding:.5rem !important}.footer .pt-2,.footer .py-2{padding-top:.5rem !important}.footer .pr-2,.footer .px-2{padding-right:.5rem !important}.footer .pb-2,.footer .py-2{padding-bottom:.5rem !important}.footer .pl-2,.footer .px-2{padding-left:.5rem !important}.footer .p-3{padding:1rem !important}.footer .pt-3,.footer .py-3{padding-top:1rem !important}.footer .pr-3,.footer .px-3{padding-right:1rem !important}.footer .pb-3,.footer .py-3{padding-bottom:1rem !important}.footer .pl-3,.footer .px-3{padding-left:1rem !important}.footer .p-4{padding:1.5rem !important}.footer .pt-4,.footer .py-4{padding-top:1.5rem !important}.footer .pr-4,.footer .px-4{padding-right:1.5rem !important}.footer .pb-4,.footer .py-4{padding-bottom:1.5rem !important}.footer .pl-4,.footer .px-4{padding-left:1.5rem !important}.footer .p-5{padding:3rem !important}.footer .pt-5,.footer .py-5{padding-top:3rem !important}.footer .pr-5,.footer .px-5{padding-right:3rem !important}.footer .pb-5,.footer .py-5{padding-bottom:3rem !important}.footer .pl-5,.footer .px-5{padding-left:3rem !important}.footer .m-n1{margin:-.25rem !important}.footer .mt-n1,.footer .my-n1{margin-top:-.25rem !important}.footer .mr-n1,.footer .mx-n1{margin-right:-.25rem !important}.footer .mb-n1,.footer .my-n1{margin-bottom:-.25rem !important}.footer .ml-n1,.footer .mx-n1{margin-left:-.25rem !important}.footer .m-n2{margin:-.5rem !important}.footer .mt-n2,.footer .my-n2{margin-top:-.5rem !important}.footer .mr-n2,.footer .mx-n2{margin-right:-.5rem !important}.footer .mb-n2,.footer .my-n2{margin-bottom:-.5rem !important}.footer .ml-n2,.footer .mx-n2{margin-left:-.5rem !important}.footer .m-n3{margin:-1rem !important}.footer .mt-n3,.footer .my-n3{margin-top:-1rem !important}.footer .mr-n3,.footer .mx-n3{margin-right:-1rem !important}.footer .mb-n3,.footer .my-n3{margin-bottom:-1rem !important}.footer .ml-n3,.footer .mx-n3{margin-left:-1rem !important}.footer .m-n4{margin:-1.5rem !important}.footer .mt-n4,.footer .my-n4{margin-top:-1.5rem !important}.footer .mr-n4,.footer .mx-n4{margin-right:-1.5rem !important}.footer .mb-n4,.footer .my-n4{margin-bottom:-1.5rem !important}.footer .ml-n4,.footer .mx-n4{margin-left:-1.5rem !important}.footer .m-n5{margin:-3rem !important}.footer .mt-n5,.footer .my-n5{margin-top:-3rem !important}.footer .mr-n5,.footer .mx-n5{margin-right:-3rem !important}.footer .mb-n5,.footer .my-n5{margin-bottom:-3rem !important}.footer .ml-n5,.footer .mx-n5{margin-left:-3rem !important}.footer .m-auto{margin:auto !important}.footer .mt-auto,.footer .my-auto{margin-top:auto !important}.footer .mr-auto,.footer .mx-auto{margin-right:auto !important}.footer .mb-auto,.footer .my-auto{margin-bottom:auto !important}.footer .ml-auto,.footer .mx-auto{margin-left:auto !important}@media (min-width:576px){.footer .m-sm-0{margin:0 !important}.footer .mt-sm-0,.footer .my-sm-0{margin-top:0 !important}.footer .mr-sm-0,.footer .mx-sm-0{margin-right:0 !important}.footer .mb-sm-0,.footer .my-sm-0{margin-bottom:0 !important}.footer .ml-sm-0,.footer .mx-sm-0{margin-left:0 !important}.footer .m-sm-1{margin:.25rem !important}.footer .mt-sm-1,.footer .my-sm-1{margin-top:.25rem !important}.footer .mr-sm-1,.footer .mx-sm-1{margin-right:.25rem !important}.footer .mb-sm-1,.footer .my-sm-1{margin-bottom:.25rem !important}.footer .ml-sm-1,.footer .mx-sm-1{margin-left:.25rem !important}.footer .m-sm-2{margin:.5rem !important}.footer .mt-sm-2,.footer .my-sm-2{margin-top:.5rem !important}.footer .mr-sm-2,.footer .mx-sm-2{margin-right:.5rem !important}.footer .mb-sm-2,.footer .my-sm-2{margin-bottom:.5rem !important}.footer .ml-sm-2,.footer .mx-sm-2{margin-left:.5rem !important}.footer .m-sm-3{margin:1rem !important}.footer .mt-sm-3,.footer .my-sm-3{margin-top:1rem !important}.footer .mr-sm-3,.footer .mx-sm-3{margin-right:1rem !important}.footer .mb-sm-3,.footer .my-sm-3{margin-bottom:1rem !important}.footer .ml-sm-3,.footer .mx-sm-3{margin-left:1rem !important}.footer .m-sm-4{margin:1.5rem !important}.footer .mt-sm-4,.footer .my-sm-4{margin-top:1.5rem !important}.footer .mr-sm-4,.footer .mx-sm-4{margin-right:1.5rem !important}.footer .mb-sm-4,.footer .my-sm-4{margin-bottom:1.5rem !important}.footer .ml-sm-4,.footer .mx-sm-4{margin-left:1.5rem !important}.footer .m-sm-5{margin:3rem !important}.footer .mt-sm-5,.footer .my-sm-5{margin-top:3rem !important}.footer .mr-sm-5,.footer .mx-sm-5{margin-right:3rem !important}.footer .mb-sm-5,.footer .my-sm-5{margin-bottom:3rem !important}.footer .ml-sm-5,.footer .mx-sm-5{margin-left:3rem !important}.footer .p-sm-0{padding:0 !important}.footer .pt-sm-0,.footer .py-sm-0{padding-top:0 !important}.footer .pr-sm-0,.footer .px-sm-0{padding-right:0 !important}.footer .pb-sm-0,.footer .py-sm-0{padding-bottom:0 !important}.footer .pl-sm-0,.footer .px-sm-0{padding-left:0 !important}.footer .p-sm-1{padding:.25rem !important}.footer .pt-sm-1,.footer .py-sm-1{padding-top:.25rem !important}.footer .pr-sm-1,.footer .px-sm-1{padding-right:.25rem !important}.footer .pb-sm-1,.footer .py-sm-1{padding-bottom:.25rem !important}.footer .pl-sm-1,.footer .px-sm-1{padding-left:.25rem !important}.footer .p-sm-2{padding:.5rem !important}.footer .pt-sm-2,.footer .py-sm-2{padding-top:.5rem !important}.footer .pr-sm-2,.footer .px-sm-2{padding-right:.5rem !important}.footer .pb-sm-2,.footer .py-sm-2{padding-bottom:.5rem !important}.footer .pl-sm-2,.footer .px-sm-2{padding-left:.5rem !important}.footer .p-sm-3{padding:1rem !important}.footer .pt-sm-3,.footer .py-sm-3{padding-top:1rem !important}.footer .pr-sm-3,.footer .px-sm-3{padding-right:1rem !important}.footer .pb-sm-3,.footer .py-sm-3{padding-bottom:1rem !important}.footer .pl-sm-3,.footer .px-sm-3{padding-left:1rem !important}.footer .p-sm-4{padding:1.5rem !important}.footer .pt-sm-4,.footer .py-sm-4{padding-top:1.5rem !important}.footer .pr-sm-4,.footer .px-sm-4{padding-right:1.5rem !important}.footer .pb-sm-4,.footer .py-sm-4{padding-bottom:1.5rem !important}.footer .pl-sm-4,.footer .px-sm-4{padding-left:1.5rem !important}.footer .p-sm-5{padding:3rem !important}.footer .pt-sm-5,.footer .py-sm-5{padding-top:3rem !important}.footer .pr-sm-5,.footer .px-sm-5{padding-right:3rem !important}.footer .pb-sm-5,.footer .py-sm-5{padding-bottom:3rem !important}.footer .pl-sm-5,.footer .px-sm-5{padding-left:3rem !important}.footer .m-sm-n1{margin:-.25rem !important}.footer .mt-sm-n1,.footer .my-sm-n1{margin-top:-.25rem !important}.footer .mr-sm-n1,.footer .mx-sm-n1{margin-right:-.25rem !important}.footer .mb-sm-n1,.footer .my-sm-n1{margin-bottom:-.25rem !important}.footer .ml-sm-n1,.footer .mx-sm-n1{margin-left:-.25rem !important}.footer .m-sm-n2{margin:-.5rem !important}.footer .mt-sm-n2,.footer .my-sm-n2{margin-top:-.5rem !important}.footer .mr-sm-n2,.footer .mx-sm-n2{margin-right:-.5rem !important}.footer .mb-sm-n2,.footer .my-sm-n2{margin-bottom:-.5rem !important}.footer .ml-sm-n2,.footer .mx-sm-n2{margin-left:-.5rem !important}.footer .m-sm-n3{margin:-1rem !important}.footer .mt-sm-n3,.footer .my-sm-n3{margin-top:-1rem !important}.footer .mr-sm-n3,.footer .mx-sm-n3{margin-right:-1rem !important}.footer .mb-sm-n3,.footer .my-sm-n3{margin-bottom:-1rem !important}.footer .ml-sm-n3,.footer .mx-sm-n3{margin-left:-1rem !important}.footer .m-sm-n4{margin:-1.5rem !important}.footer .mt-sm-n4,.footer .my-sm-n4{margin-top:-1.5rem !important}.footer .mr-sm-n4,.footer .mx-sm-n4{margin-right:-1.5rem !important}.footer .mb-sm-n4,.footer .my-sm-n4{margin-bottom:-1.5rem !important}.footer .ml-sm-n4,.footer .mx-sm-n4{margin-left:-1.5rem !important}.footer .m-sm-n5{margin:-3rem !important}.footer .mt-sm-n5,.footer .my-sm-n5{margin-top:-3rem !important}.footer .mr-sm-n5,.footer .mx-sm-n5{margin-right:-3rem !important}.footer .mb-sm-n5,.footer .my-sm-n5{margin-bottom:-3rem !important}.footer .ml-sm-n5,.footer .mx-sm-n5{margin-left:-3rem !important}.footer .m-sm-auto{margin:auto !important}.footer .mt-sm-auto,.footer .my-sm-auto{margin-top:auto !important}.footer .mr-sm-auto,.footer .mx-sm-auto{margin-right:auto !important}.footer .mb-sm-auto,.footer .my-sm-auto{margin-bottom:auto !important}.footer .ml-sm-auto,.footer .mx-sm-auto{margin-left:auto !important}}@media (min-width:768px){.footer .m-md-0{margin:0 !important}.footer .mt-md-0,.footer .my-md-0{margin-top:0 !important}.footer .mr-md-0,.footer .mx-md-0{margin-right:0 !important}.footer .mb-md-0,.footer .my-md-0{margin-bottom:0 !important}.footer .ml-md-0,.footer .mx-md-0{margin-left:0 !important}.footer .m-md-1{margin:.25rem !important}.footer .mt-md-1,.footer .my-md-1{margin-top:.25rem !important}.footer .mr-md-1,.footer .mx-md-1{margin-right:.25rem !important}.footer .mb-md-1,.footer .my-md-1{margin-bottom:.25rem !important}.footer .ml-md-1,.footer .mx-md-1{margin-left:.25rem !important}.footer .m-md-2{margin:.5rem !important}.footer .mt-md-2,.footer .my-md-2{margin-top:.5rem !important}.footer .mr-md-2,.footer .mx-md-2{margin-right:.5rem !important}.footer .mb-md-2,.footer .my-md-2{margin-bottom:.5rem !important}.footer .ml-md-2,.footer .mx-md-2{margin-left:.5rem !important}.footer .m-md-3{margin:1rem !important}.footer .mt-md-3,.footer .my-md-3{margin-top:1rem !important}.footer .mr-md-3,.footer .mx-md-3{margin-right:1rem !important}.footer .mb-md-3,.footer .my-md-3{margin-bottom:1rem !important}.footer .ml-md-3,.footer .mx-md-3{margin-left:1rem !important}.footer .m-md-4{margin:1.5rem !important}.footer .mt-md-4,.footer .my-md-4{margin-top:1.5rem !important}.footer .mr-md-4,.footer .mx-md-4{margin-right:1.5rem !important}.footer .mb-md-4,.footer .my-md-4{margin-bottom:1.5rem !important}.footer .ml-md-4,.footer .mx-md-4{margin-left:1.5rem !important}.footer .m-md-5{margin:3rem !important}.footer .mt-md-5,.footer .my-md-5{margin-top:3rem !important}.footer .mr-md-5,.footer .mx-md-5{margin-right:3rem !important}.footer .mb-md-5,.footer .my-md-5{margin-bottom:3rem !important}.footer .ml-md-5,.footer .mx-md-5{margin-left:3rem !important}.footer .p-md-0{padding:0 !important}.footer .pt-md-0,.footer .py-md-0{padding-top:0 !important}.footer .pr-md-0,.footer .px-md-0{padding-right:0 !important}.footer .pb-md-0,.footer .py-md-0{padding-bottom:0 !important}.footer .pl-md-0,.footer .px-md-0{padding-left:0 !important}.footer .p-md-1{padding:.25rem !important}.footer .pt-md-1,.footer .py-md-1{padding-top:.25rem !important}.footer .pr-md-1,.footer .px-md-1{padding-right:.25rem !important}.footer .pb-md-1,.footer .py-md-1{padding-bottom:.25rem !important}.footer .pl-md-1,.footer .px-md-1{padding-left:.25rem !important}.footer .p-md-2{padding:.5rem !important}.footer .pt-md-2,.footer .py-md-2{padding-top:.5rem !important}.footer .pr-md-2,.footer .px-md-2{padding-right:.5rem !important}.footer .pb-md-2,.footer .py-md-2{padding-bottom:.5rem !important}.footer .pl-md-2,.footer .px-md-2{padding-left:.5rem !important}.footer .p-md-3{padding:1rem !important}.footer .pt-md-3,.footer .py-md-3{padding-top:1rem !important}.footer .pr-md-3,.footer .px-md-3{padding-right:1rem !important}.footer .pb-md-3,.footer .py-md-3{padding-bottom:1rem !important}.footer .pl-md-3,.footer .px-md-3{padding-left:1rem !important}.footer .p-md-4{padding:1.5rem !important}.footer .pt-md-4,.footer .py-md-4{padding-top:1.5rem !important}.footer .pr-md-4,.footer .px-md-4{padding-right:1.5rem !important}.footer .pb-md-4,.footer .py-md-4{padding-bottom:1.5rem !important}.footer .pl-md-4,.footer .px-md-4{padding-left:1.5rem !important}.footer .p-md-5{padding:3rem !important}.footer .pt-md-5,.footer .py-md-5{padding-top:3rem !important}.footer .pr-md-5,.footer .px-md-5{padding-right:3rem !important}.footer .pb-md-5,.footer .py-md-5{padding-bottom:3rem !important}.footer .pl-md-5,.footer .px-md-5{padding-left:3rem !important}.footer .m-md-n1{margin:-.25rem !important}.footer .mt-md-n1,.footer .my-md-n1{margin-top:-.25rem !important}.footer .mr-md-n1,.footer .mx-md-n1{margin-right:-.25rem !important}.footer .mb-md-n1,.footer .my-md-n1{margin-bottom:-.25rem !important}.footer .ml-md-n1,.footer .mx-md-n1{margin-left:-.25rem !important}.footer .m-md-n2{margin:-.5rem !important}.footer .mt-md-n2,.footer .my-md-n2{margin-top:-.5rem !important}.footer .mr-md-n2,.footer .mx-md-n2{margin-right:-.5rem !important}.footer .mb-md-n2,.footer .my-md-n2{margin-bottom:-.5rem !important}.footer .ml-md-n2,.footer .mx-md-n2{margin-left:-.5rem !important}.footer .m-md-n3{margin:-1rem !important}.footer .mt-md-n3,.footer .my-md-n3{margin-top:-1rem !important}.footer .mr-md-n3,.footer .mx-md-n3{margin-right:-1rem !important}.footer .mb-md-n3,.footer .my-md-n3{margin-bottom:-1rem !important}.footer .ml-md-n3,.footer .mx-md-n3{margin-left:-1rem !important}.footer .m-md-n4{margin:-1.5rem !important}.footer .mt-md-n4,.footer .my-md-n4{margin-top:-1.5rem !important}.footer .mr-md-n4,.footer .mx-md-n4{margin-right:-1.5rem !important}.footer .mb-md-n4,.footer .my-md-n4{margin-bottom:-1.5rem !important}.footer .ml-md-n4,.footer .mx-md-n4{margin-left:-1.5rem !important}.footer .m-md-n5{margin:-3rem !important}.footer .mt-md-n5,.footer .my-md-n5{margin-top:-3rem !important}.footer .mr-md-n5,.footer .mx-md-n5{margin-right:-3rem !important}.footer .mb-md-n5,.footer .my-md-n5{margin-bottom:-3rem !important}.footer .ml-md-n5,.footer .mx-md-n5{margin-left:-3rem !important}.footer .m-md-auto{margin:auto !important}.footer .mt-md-auto,.footer .my-md-auto{margin-top:auto !important}.footer .mr-md-auto,.footer .mx-md-auto{margin-right:auto !important}.footer .mb-md-auto,.footer .my-md-auto{margin-bottom:auto !important}.footer .ml-md-auto,.footer .mx-md-auto{margin-left:auto !important}}@media (min-width:992px){.footer .m-lg-0{margin:0 !important}.footer .mt-lg-0,.footer .my-lg-0{margin-top:0 !important}.footer .mr-lg-0,.footer .mx-lg-0{margin-right:0 !important}.footer .mb-lg-0,.footer .my-lg-0{margin-bottom:0 !important}.footer .ml-lg-0,.footer .mx-lg-0{margin-left:0 !important}.footer .m-lg-1{margin:.25rem !important}.footer .mt-lg-1,.footer .my-lg-1{margin-top:.25rem !important}.footer .mr-lg-1,.footer .mx-lg-1{margin-right:.25rem !important}.footer .mb-lg-1,.footer .my-lg-1{margin-bottom:.25rem !important}.footer .ml-lg-1,.footer .mx-lg-1{margin-left:.25rem !important}.footer .m-lg-2{margin:.5rem !important}.footer .mt-lg-2,.footer .my-lg-2{margin-top:.5rem !important}.footer .mr-lg-2,.footer .mx-lg-2{margin-right:.5rem !important}.footer .mb-lg-2,.footer .my-lg-2{margin-bottom:.5rem !important}.footer .ml-lg-2,.footer .mx-lg-2{margin-left:.5rem !important}.footer .m-lg-3{margin:1rem !important}.footer .mt-lg-3,.footer .my-lg-3{margin-top:1rem !important}.footer .mr-lg-3,.footer .mx-lg-3{margin-right:1rem !important}.footer .mb-lg-3,.footer .my-lg-3{margin-bottom:1rem !important}.footer .ml-lg-3,.footer .mx-lg-3{margin-left:1rem !important}.footer .m-lg-4{margin:1.5rem !important}.footer .mt-lg-4,.footer .my-lg-4{margin-top:1.5rem !important}.footer .mr-lg-4,.footer .mx-lg-4{margin-right:1.5rem !important}.footer .mb-lg-4,.footer .my-lg-4{margin-bottom:1.5rem !important}.footer .ml-lg-4,.footer .mx-lg-4{margin-left:1.5rem !important}.footer .m-lg-5{margin:3rem !important}.footer .mt-lg-5,.footer .my-lg-5{margin-top:3rem !important}.footer .mr-lg-5,.footer .mx-lg-5{margin-right:3rem !important}.footer .mb-lg-5,.footer .my-lg-5{margin-bottom:3rem !important}.footer .ml-lg-5,.footer .mx-lg-5{margin-left:3rem !important}.footer .p-lg-0{padding:0 !important}.footer .pt-lg-0,.footer .py-lg-0{padding-top:0 !important}.footer .pr-lg-0,.footer .px-lg-0{padding-right:0 !important}.footer .pb-lg-0,.footer .py-lg-0{padding-bottom:0 !important}.footer .pl-lg-0,.footer .px-lg-0{padding-left:0 !important}.footer .p-lg-1{padding:.25rem !important}.footer .pt-lg-1,.footer .py-lg-1{padding-top:.25rem !important}.footer .pr-lg-1,.footer .px-lg-1{padding-right:.25rem !important}.footer .pb-lg-1,.footer .py-lg-1{padding-bottom:.25rem !important}.footer .pl-lg-1,.footer .px-lg-1{padding-left:.25rem !important}.footer .p-lg-2{padding:.5rem !important}.footer .pt-lg-2,.footer .py-lg-2{padding-top:.5rem !important}.footer .pr-lg-2,.footer .px-lg-2{padding-right:.5rem !important}.footer .pb-lg-2,.footer .py-lg-2{padding-bottom:.5rem !important}.footer .pl-lg-2,.footer .px-lg-2{padding-left:.5rem !important}.footer .p-lg-3{padding:1rem !important}.footer .pt-lg-3,.footer .py-lg-3{padding-top:1rem !important}.footer .pr-lg-3,.footer .px-lg-3{padding-right:1rem !important}.footer .pb-lg-3,.footer .py-lg-3{padding-bottom:1rem !important}.footer .pl-lg-3,.footer .px-lg-3{padding-left:1rem !important}.footer .p-lg-4{padding:1.5rem !important}.footer .pt-lg-4,.footer .py-lg-4{padding-top:1.5rem !important}.footer .pr-lg-4,.footer .px-lg-4{padding-right:1.5rem !important}.footer .pb-lg-4,.footer .py-lg-4{padding-bottom:1.5rem !important}.footer .pl-lg-4,.footer .px-lg-4{padding-left:1.5rem !important}.footer .p-lg-5{padding:3rem !important}.footer .pt-lg-5,.footer .py-lg-5{padding-top:3rem !important}.footer .pr-lg-5,.footer .px-lg-5{padding-right:3rem !important}.footer .pb-lg-5,.footer .py-lg-5{padding-bottom:3rem !important}.footer .pl-lg-5,.footer .px-lg-5{padding-left:3rem !important}.footer .m-lg-n1{margin:-.25rem !important}.footer .mt-lg-n1,.footer .my-lg-n1{margin-top:-.25rem !important}.footer .mr-lg-n1,.footer .mx-lg-n1{margin-right:-.25rem !important}.footer .mb-lg-n1,.footer .my-lg-n1{margin-bottom:-.25rem !important}.footer .ml-lg-n1,.footer .mx-lg-n1{margin-left:-.25rem !important}.footer .m-lg-n2{margin:-.5rem !important}.footer .mt-lg-n2,.footer .my-lg-n2{margin-top:-.5rem !important}.footer .mr-lg-n2,.footer .mx-lg-n2{margin-right:-.5rem !important}.footer .mb-lg-n2,.footer .my-lg-n2{margin-bottom:-.5rem !important}.footer .ml-lg-n2,.footer .mx-lg-n2{margin-left:-.5rem !important}.footer .m-lg-n3{margin:-1rem !important}.footer .mt-lg-n3,.footer .my-lg-n3{margin-top:-1rem !important}.footer .mr-lg-n3,.footer .mx-lg-n3{margin-right:-1rem !important}.footer .mb-lg-n3,.footer .my-lg-n3{margin-bottom:-1rem !important}.footer .ml-lg-n3,.footer .mx-lg-n3{margin-left:-1rem !important}.footer .m-lg-n4{margin:-1.5rem !important}.footer .mt-lg-n4,.footer .my-lg-n4{margin-top:-1.5rem !important}.footer .mr-lg-n4,.footer .mx-lg-n4{margin-right:-1.5rem !important}.footer .mb-lg-n4,.footer .my-lg-n4{margin-bottom:-1.5rem !important}.footer .ml-lg-n4,.footer .mx-lg-n4{margin-left:-1.5rem !important}.footer .m-lg-n5{margin:-3rem !important}.footer .mt-lg-n5,.footer .my-lg-n5{margin-top:-3rem !important}.footer .mr-lg-n5,.footer .mx-lg-n5{margin-right:-3rem !important}.footer .mb-lg-n5,.footer .my-lg-n5{margin-bottom:-3rem !important}.footer .ml-lg-n5,.footer .mx-lg-n5{margin-left:-3rem !important}.footer .m-lg-auto{margin:auto !important}.footer .mt-lg-auto,.footer .my-lg-auto{margin-top:auto !important}.footer .mr-lg-auto,.footer .mx-lg-auto{margin-right:auto !important}.footer .mb-lg-auto,.footer .my-lg-auto{margin-bottom:auto !important}.footer .ml-lg-auto,.footer .mx-lg-auto{margin-left:auto !important}}@media (min-width:1440px){.footer .m-xl-0{margin:0 !important}.footer .mt-xl-0,.footer .my-xl-0{margin-top:0 !important}.footer .mr-xl-0,.footer .mx-xl-0{margin-right:0 !important}.footer .mb-xl-0,.footer .my-xl-0{margin-bottom:0 !important}.footer .ml-xl-0,.footer .mx-xl-0{margin-left:0 !important}.footer .m-xl-1{margin:.25rem !important}.footer .mt-xl-1,.footer .my-xl-1{margin-top:.25rem !important}.footer .mr-xl-1,.footer .mx-xl-1{margin-right:.25rem !important}.footer .mb-xl-1,.footer .my-xl-1{margin-bottom:.25rem !important}.footer .ml-xl-1,.footer .mx-xl-1{margin-left:.25rem !important}.footer .m-xl-2{margin:.5rem !important}.footer .mt-xl-2,.footer .my-xl-2{margin-top:.5rem !important}.footer .mr-xl-2,.footer .mx-xl-2{margin-right:.5rem !important}.footer .mb-xl-2,.footer .my-xl-2{margin-bottom:.5rem !important}.footer .ml-xl-2,.footer .mx-xl-2{margin-left:.5rem !important}.footer .m-xl-3{margin:1rem !important}.footer .mt-xl-3,.footer .my-xl-3{margin-top:1rem !important}.footer .mr-xl-3,.footer .mx-xl-3{margin-right:1rem !important}.footer .mb-xl-3,.footer .my-xl-3{margin-bottom:1rem !important}.footer .ml-xl-3,.footer .mx-xl-3{margin-left:1rem !important}.footer .m-xl-4{margin:1.5rem !important}.footer .mt-xl-4,.footer .my-xl-4{margin-top:1.5rem !important}.footer .mr-xl-4,.footer .mx-xl-4{margin-right:1.5rem !important}.footer .mb-xl-4,.footer .my-xl-4{margin-bottom:1.5rem !important}.footer .ml-xl-4,.footer .mx-xl-4{margin-left:1.5rem !important}.footer .m-xl-5{margin:3rem !important}.footer .mt-xl-5,.footer .my-xl-5{margin-top:3rem !important}.footer .mr-xl-5,.footer .mx-xl-5{margin-right:3rem !important}.footer .mb-xl-5,.footer .my-xl-5{margin-bottom:3rem !important}.footer .ml-xl-5,.footer .mx-xl-5{margin-left:3rem !important}.footer .p-xl-0{padding:0 !important}.footer .pt-xl-0,.footer .py-xl-0{padding-top:0 !important}.footer .pr-xl-0,.footer .px-xl-0{padding-right:0 !important}.footer .pb-xl-0,.footer .py-xl-0{padding-bottom:0 !important}.footer .pl-xl-0,.footer .px-xl-0{padding-left:0 !important}.footer .p-xl-1{padding:.25rem !important}.footer .pt-xl-1,.footer .py-xl-1{padding-top:.25rem !important}.footer .pr-xl-1,.footer .px-xl-1{padding-right:.25rem !important}.footer .pb-xl-1,.footer .py-xl-1{padding-bottom:.25rem !important}.footer .pl-xl-1,.footer .px-xl-1{padding-left:.25rem !important}.footer .p-xl-2{padding:.5rem !important}.footer .pt-xl-2,.footer .py-xl-2{padding-top:.5rem !important}.footer .pr-xl-2,.footer .px-xl-2{padding-right:.5rem !important}.footer .pb-xl-2,.footer .py-xl-2{padding-bottom:.5rem !important}.footer .pl-xl-2,.footer .px-xl-2{padding-left:.5rem !important}.footer .p-xl-3{padding:1rem !important}.footer .pt-xl-3,.footer .py-xl-3{padding-top:1rem !important}.footer .pr-xl-3,.footer .px-xl-3{padding-right:1rem !important}.footer .pb-xl-3,.footer .py-xl-3{padding-bottom:1rem !important}.footer .pl-xl-3,.footer .px-xl-3{padding-left:1rem !important}.footer .p-xl-4{padding:1.5rem !important}.footer .pt-xl-4,.footer .py-xl-4{padding-top:1.5rem !important}.footer .pr-xl-4,.footer .px-xl-4{padding-right:1.5rem !important}.footer .pb-xl-4,.footer .py-xl-4{padding-bottom:1.5rem !important}.footer .pl-xl-4,.footer .px-xl-4{padding-left:1.5rem !important}.footer .p-xl-5{padding:3rem !important}.footer .pt-xl-5,.footer .py-xl-5{padding-top:3rem !important}.footer .pr-xl-5,.footer .px-xl-5{padding-right:3rem !important}.footer .pb-xl-5,.footer .py-xl-5{padding-bottom:3rem !important}.footer .pl-xl-5,.footer .px-xl-5{padding-left:3rem !important}.footer .m-xl-n1{margin:-.25rem !important}.footer .mt-xl-n1,.footer .my-xl-n1{margin-top:-.25rem !important}.footer .mr-xl-n1,.footer .mx-xl-n1{margin-right:-.25rem !important}.footer .mb-xl-n1,.footer .my-xl-n1{margin-bottom:-.25rem !important}.footer .ml-xl-n1,.footer .mx-xl-n1{margin-left:-.25rem !important}.footer .m-xl-n2{margin:-.5rem !important}.footer .mt-xl-n2,.footer .my-xl-n2{margin-top:-.5rem !important}.footer .mr-xl-n2,.footer .mx-xl-n2{margin-right:-.5rem !important}.footer .mb-xl-n2,.footer .my-xl-n2{margin-bottom:-.5rem !important}.footer .ml-xl-n2,.footer .mx-xl-n2{margin-left:-.5rem !important}.footer .m-xl-n3{margin:-1rem !important}.footer .mt-xl-n3,.footer .my-xl-n3{margin-top:-1rem !important}.footer .mr-xl-n3,.footer .mx-xl-n3{margin-right:-1rem !important}.footer .mb-xl-n3,.footer .my-xl-n3{margin-bottom:-1rem !important}.footer .ml-xl-n3,.footer .mx-xl-n3{margin-left:-1rem !important}.footer .m-xl-n4{margin:-1.5rem !important}.footer .mt-xl-n4,.footer .my-xl-n4{margin-top:-1.5rem !important}.footer .mr-xl-n4,.footer .mx-xl-n4{margin-right:-1.5rem !important}.footer .mb-xl-n4,.footer .my-xl-n4{margin-bottom:-1.5rem !important}.footer .ml-xl-n4,.footer .mx-xl-n4{margin-left:-1.5rem !important}.footer .m-xl-n5{margin:-3rem !important}.footer .mt-xl-n5,.footer .my-xl-n5{margin-top:-3rem !important}.footer .mr-xl-n5,.footer .mx-xl-n5{margin-right:-3rem !important}.footer .mb-xl-n5,.footer .my-xl-n5{margin-bottom:-3rem !important}.footer .ml-xl-n5,.footer .mx-xl-n5{margin-left:-3rem !important}.footer .m-xl-auto{margin:auto !important}.footer .mt-xl-auto,.footer .my-xl-auto{margin-top:auto !important}.footer .mr-xl-auto,.footer .mx-xl-auto{margin-right:auto !important}.footer .mb-xl-auto,.footer .my-xl-auto{margin-bottom:auto !important}.footer .ml-xl-auto,.footer .mx-xl-auto{margin-left:auto !important}}.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)}.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:768px){.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:768px){.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:768px){.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:768px){.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:768px){.bond-details__card{padding:3.2rem}}.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)}}.profile-header{background-color:rgb(var(--tw-color-tertiary-500)/1);color:#fff;padding-bottom:3.2rem;padding-top:9rem}.profile-header__container{padding:0 1.2rem}.profile-header__title{color:inherit;font-size:4rem;font-weight:var(--tw-font-semibold);letter-spacing:-.56px;line-height:1.35;margin:0 0 1rem}.profile-header__account-number{margin-bottom:0;font-weight:var(--tw-font-medium);line-height:1.625}.profile-header__account-number-code{font-weight:var(--tw-font-semibold)}@media (min-width:768px){.profile-header{padding-bottom:3.6rem}.profile-header__container{align-items:flex-end;display:flex;justify-content:space-between}.profile-header__title{font-size:4.883rem;line-height:1.10588;margin-bottom:0}.profile-header__account-number{display:flex;flex-direction:column;font-size:1.3rem;line-height:1;text-align:right}.profile-header__account-number-code{font-size:2rem;line-height:1.4}}.notification-modal{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);left:0;position:fixed;right:0;z-index:99999}.notification-modal__header{align-items:center;background-color:rgb(var(--tw-color-tertiary-500)/1);color:#fff;display:flex;justify-content:space-between;padding:1.7rem 2.4rem 2.5rem}.notification-modal__header-title{color:#fff;font-size:2rem;font-weight:var(--tw-font-semibold);line-height:1.4;margin:0;width:calc(100% - 1.8rem)}.notification-modal__minimise{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%;font-size:1.4rem;height:1.8rem;position:relative;top:.3rem;-webkit-transition:transform .25s;-moz-transition:transform .25s;-ms-transition:transform .25s;-o-transition:transform .25s;transition:transform .25s;width:1.8rem}.notification-modal__minimise > [class^='fa']{left:.25rem;line-height:1;position:relative;top:-.1rem}.notification-modal__minimise.closed{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.notification-modal__content{max-height:70vh;overflow-y:scroll}.notification-modal__body{padding:1.5rem 2.4rem .8rem}.notification-modal__body p{color:rgb(var(--tw-color-shade-500)/1);font-size:1.6rem;line-height:1.625;margin-bottom:1em}.notification-modal__body > *:last-child{margin-bottom:0}.notification-modal__footer{padding:2rem 2.4rem}.notification-modal__submit{width:14rem}@media (min-width:768px){.notification-modal{position:relative}}.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}.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)}}.market-loader{align-items:center;display:flex;justify-content:center;padding-bottom:19.4rem;padding-top:15.4rem !important}@media (min-width:768px){.market-loader{padding-bottom:30.4rem;padding-top:26.4rem !important}}@media (min-width:992px){.market-loader{padding-bottom:20.2em;padding-top:16.4rem !important}}@media (min-width:1440px){.market-loader{padding-bottom:29em;padding-top:25rem !important}}.market-loader__loader{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}.market-search{position:relative}.market-search__input{background-color:#fff;border:.2rem solid rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:.6rem;-moz-border-radius:.6rem;-ms-border-radius:.6rem;-o-border-radius:.6rem;border-radius:.6rem;color:rgb(var(--tw-color-secondary-500)/1);font-size:1.5rem;font-weight:var(--tw-font-semibold);height:100%;line-height:1.4;letter-spacing:.6px;min-height:4rem;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%;padding-top:.7rem;padding-bottom:.8rem}.market-search__input:-ms-input-placeholder{color:rgb(var(--tw-color-shade-300)/1)}.market-search__input::-ms-input-placeholder{color:rgb(var(--tw-color-shade-300)/1)}.market-search__input::placeholder{color:rgb(var(--tw-color-shade-300)/1)}.market-search__input:placeholder-shown{border-color:rgb(var(--tw-color-shade-400)/1)}.market-search__input:focus{border-color:rgb(var(--tw-color-secondary-500)/1);outline:none}.market-search__input:placeholder-shown + .market-search__icons > .market-search__clear{visibility:hidden}.market-search__icons{display:flex;gap:1.2rem;align-items:center;position:absolute;height:100%;z-index:10;top:0}.market-search__clear,.market-search__search{padding:0;background-color:transparent;border:none;color:rgb(var(--tw-color-primary-500)/1)}.market-search__clear:focus,.market-search__search:focus{outline:none}.market-search__clear{font-size:1.2rem}.market-search__search{font-size:1.6rem}[dir="ltr"] .market-search__input{padding-left:1.6rem;padding-right:6.4rem}[dir="ltr"] .market-search__icons{right:1.2rem}[dir="rtl"] .market-search__input{padding-left:6.4rem;padding-right:1.6rem}[dir="rtl"] .market-search__icons{left:1.2rem}.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}.market-action-bar{display:flex;gap:1rem;flex-direction:column;margin-bottom:2.4rem}.market-action-bar__actions{display:flex;gap:1rem;justify-content:space-between;white-space:nowrap}.market-action-bar__actions > *{vertical-align:middle}.market-action-bar__filters{align-items:baseline;background-color:#fff;border:.2rem 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;color:rgb(var(--tw-color-primary-500)/1);display:flex;font-size:1.6rem;font-weight:var(--tw-font-semibold);gap:.5rem;line-height:1.625;padding:.4rem 1rem .6rem;-webkit-transition:border-color .25s,color .25s,outline-color .25s;-moz-transition:border-color .25s,color .25s,outline-color .25s;-ms-transition:border-color .25s,color .25s,outline-color .25s;-o-transition:border-color .25s,color .25s,outline-color .25s;transition:border-color .25s,color .25s,outline-color .25s}.market-action-bar__filters:hover{color:rgb(var(--tw-color-primary-600)/1)}.market-action-bar__filters:focus{color:rgb(var(--tw-color-primary-600)/1);outline-color:rgb(var(--tw-color-primary-600)/1)}.market-action-bar__filters.active{color:#fff;background-color:rgb(var(--tw-color-secondary-500)/1);border-color:rgb(var(--tw-color-secondary-500)/1)}.market-action-bar__dark-mode{color:rgb(var(--tw-color-tertiary-500)/1);margin-right:.5rem}.market-action-bar__dark-mode .market-action-bar__dark-mode-toggle{position:relative;top:.2rem}.market-action-bar__dark-mode:focus,.market-action-bar__dark-mode:hover{color:rgb(var(--tw-color-tertiary-500)/1);outline:none}.market-action-bar__filters-icon{position:relative;top:.2rem}.market-action-bar__filters-icon{font-size:1.8rem}.market-action-bar__toggle-view{align-items:center;background-color:transparent;border:none;-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-400)/1);display:inline-flex;font-size:1.8rem;justify-content:center;line-height:1;height:4rem;width: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}.market-action-bar__toggle-view:active,.market-action-bar__toggle-view:focus,.market-action-bar__toggle-view:hover{color:#fff;outline:none}.market-action-bar__toggle-view:hover{background-color:rgb(var(--tw-color-primary-500)/1)}.market-action-bar__toggle-view:focus{background-color:rgb(var(--tw-color-primary-600)/1)}.market-action-bar__toggle-view.selected{background-color:rgb(var(--tw-color-secondary-500)/1);color:#fff}@media (min-width:768px){.market-action-bar__search{flex:0 1 26.5rem}.market-action-bar__actions{gap:1.5rem;justify-content:normal}}@media (min-width:992px){.market-action-bar__search{flex-basis:34rem}}@media (min-width:768px){.market-action-bar{flex-direction:row;justify-content:space-between}}.market-action-dropdown{display:inline-block}.market-action-dropdown__actions{background-color:#fff;border:.2rem 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.5rem;font-weight:var(--tw-font-semibold);line-height:1.4;letter-spacing:.6px;padding:.3rem;-webkit-transition:border-color .25s,color .25s,outline-color .25s;-moz-transition:border-color .25s,color .25s,outline-color .25s;-ms-transition:border-color .25s,color .25s,outline-color .25s;-o-transition:border-color .25s,color .25s,outline-color .25s;transition:border-color .25s,color .25s,outline-color .25s}.market-action-dropdown__actions-title{display:none;font-size:1.5rem;line-height:1.4;letter-spacing:.6px;position:relative;top:-.3rem}.market-action-dropdown__actions-icon{align-items:center;display:inline-flex;font-size:2rem;justify-content:center;height:3rem;width:3rem}.market-action-dropdown__dropdown-menu{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}[dir="ltr"] .market-action-dropdown__dropdown-menu{right:auto;left:0}[dir="rtl"] .market-action-dropdown__dropdown-menu{left:auto;right:0}@media (min-width:768px){.market-action-dropdown__actions{padding:.3rem 1rem .3rem .5rem}.market-action-dropdown__actions-title{display:inline-block}[dir="ltr"] .market-action-dropdown__dropdown-menu{right:0;left:auto}[dir="rtl"] .market-action-dropdown__dropdown-menu{left:0;right:auto}}.market-sidebar{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);display:flex;flex-direction:column;left:0;max-width:100vw;overflow:auto;position:fixed;top:15.3rem;-webkit-transform:translate3d(-44.8rem, 0, 0);-moz-transform:translate3d(-44.8rem, 0, 0);-ms-transform:translate3d(-44.8rem, 0, 0);-o-transform:translate3d(-44.8rem, 0, 0);transform:translate3d(-44.8rem, 0, 0);-webkit-transition:transform .25s;-moz-transition:transform .25s;-ms-transition:transform .25s;-o-transition:transform .25s;transition:transform .25s;width:44.8rem;z-index:1041}.market-sidebar.active{-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)}.market-sidebar__header{align-items:center;border-bottom:.1rem solid rgb(var(--tw-color-shade-400)/1);display:flex;flex-shrink:0;justify-content:space-between;padding:1.9rem 2.4rem 2.1rem}.market-sidebar__reset{font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.625}.market-sidebar__close{align-items:center;display:inline-flex;font-size:1.9rem;justify-content:center;height:3rem;width:3rem}.market-sidebar__body{flex-grow:1;padding-bottom:10rem}.market-sidebar__footer{background-color:#fff;bottom:0;-webkit-box-shadow:0 0 .6rem 0 rgb(var(--tw-color-tertiary-500)/0.25);-moz-box-shadow:0 0 .6rem 0 rgb(var(--tw-color-tertiary-500)/0.25);-ms-box-shadow:0 0 .6rem 0 rgb(var(--tw-color-tertiary-500)/0.25);-o-box-shadow:0 0 .6rem 0 rgb(var(--tw-color-tertiary-500)/0.25);box-shadow:0 0 .6rem 0 rgb(var(--tw-color-tertiary-500)/0.25);padding:2.4rem;position:sticky;z-index:1}@media (min-width:459px){.market-sidebar{top:13.2rem}}@media (min-width:647px){.market-sidebar{top:11.1rem}}@media (min-width:768px){.market-sidebar{top:9.1rem}.market-sidebar__body{padding-top:1rem}}@media (min-width:851px){.market-sidebar{top:7rem}}@media (min-width:1419px){.market-sidebar{top:4.9rem}}.returns-info__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.4rem}.returns-info__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.1875;margin:0}.returns-info__title--blue{color:rgb(var(--tw-color-secondary-500)/1)}.returns-info__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:0}.market-filter{align-items:center;color:rgb(var(--tw-color-shade-500)/1);cursor:pointer;display:flex;justify-content:space-between;margin-bottom:0;padding:1.3rem 2.4rem 1.7rem;-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}.market-filter.selected{color:rgb(var(--tw-color-tertiary-500)/1)}.market-filter.disabled{cursor:default}.market-filter.disabled .market-filter__title{color:rgb(var(--tw-color-shade-400)/1) !important}.market-filter.disabled .market-filter-checkbox__checkbox{border-color:rgb(var(--tw-color-shade-400)/1) !important;color:rgb(var(--tw-color-shade-400)/1) !important}.market-filter:hover:not(.disabled){background-color:rgb(var(--tw-color-shade-400)/0.1)}.market-filter__title{font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.625;margin:0}.market-filter__description{color:rgb(var(--tw-color-shade-500)/1);display:block;font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:1.84615;margin-bottom:0}.market-filter__flag{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;display:inline-block;height:2rem;vertical-align:sub;width:2rem}.market-filter__input{margin-right:.5rem}.market-filter__returns-radios{display:flex;gap:2rem;margin-bottom:2rem;padding:0 2.4rem}.market-filter__returns-label{color:rgb(var(--tw-color-shade-500)/1);cursor:pointer;margin:0}.market-filter__returns-label.selected{color:rgb(var(--tw-color-tertiary-500)/1)}.market-filter__returns-label:last-of-type{margin-right:0}.market-filter__returns-label > *{vertical-align:middle}.market-filter__returns-label-text{font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:2}.market-filter__content-wrapper{padding:1.5rem 2.4rem .5rem}.market-filter__sort-status{color:rgb(var(--tw-color-primary-500)/1);display:none;font-size:1.6rem}.wa-radio__input:checked ~ .market-filter__sort-status{display:inline}.market-filter-section{margin-bottom:1rem;padding-bottom:1rem}.market-filter-section__header{display:flex;justify-content:space-between;padding:1.3rem 2.4rem .9rem;text-decoration:none}.market-filter-section__header:active,.market-filter-section__header:focus,.market-filter-section__header:hover{text-decoration:none}.market-filter-section__header.collapsed .market-filter-section__toggle{-webkit-transform:scaleY(-1);-moz-transform:scaleY(-1);-ms-transform:scaleY(-1);-o-transform:scaleY(-1);transform:scaleY(-1)}.market-filter-section__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2rem;font-weight:var(--tw-font-semibold);line-height:1.4;margin:0}.market-filter-section__small-text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:1.15385;margin-bottom:1.5rem;padding-left:2.4rem;padding-right:2.4rem}.market-filter-section__small-text span{color:rgb(var(--tw-color-secondary-500)/1)}.market-filter-section__toggle{align-items:center;align-self:flex-start;color:rgb(var(--tw-color-shade-500)/1);display:flex;font-size:1rem;justify-content:center;padding:1rem;position:relative;top:.2rem;-webkit-transition:transform .25s;-moz-transition:transform .25s;-ms-transition:transform .25s;-o-transition:transform .25s;transition:transform .25s}.market-filter-section__body{margin-bottom:1rem}@media (min-width:768px){.market-filter-section{padding-bottom:0}}@media (min-width:992px){.market-filter-section__header{padding:1.5rem 2.4rem}.market-filter-section__toggle{top:0}.market-filter-section__title{font-size:1.6rem;line-height:1.75}}.market-filter-checkbox{font-size:1.2rem;line-height:1}.market-filter-checkbox__input{display:none}.market-filter-checkbox__input:checked + .market-filter-checkbox__checkbox{border-color:rgb(var(--tw-color-secondary-500)/1)}.market-filter-checkbox__input:checked + .market-filter-checkbox__checkbox::before{opacity:1}.market-filter-checkbox__checkbox{align-items:center;border:.2rem solid rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;border-radius:.3rem;color:rgb(var(--tw-color-secondary-500)/1);display:flex;font-family:"Font Awesome 5 Pro";height:1.8rem;justify-content:center;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:1.8rem}.market-filter-checkbox__checkbox::before{content:"\f00c";opacity:0;-webkit-transition:opacity .25s;-moz-transition:opacity .25s;-ms-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}.bond{background-color:#fff;backface-visibility:hidden;border:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;display:flex;flex-direction:column;position:relative;text-align:initial;-webkit-transition:box-shadow .25s,transform .125s;-moz-transition:box-shadow .25s,transform .125s;-ms-transition:box-shadow .25s,transform .125s;-o-transition:box-shadow .25s,transform .125s;transition:box-shadow .25s,transform .125s;width:100%}.bond__anchor{content:'';position:absolute;bottom:0;left:0;right:0;top:0;z-index:1}.bond:focus,.bond:hover{-webkit-box-shadow:0 .7rem 2.5rem 0 rgba(0,0,0,0.1);-moz-box-shadow:0 .7rem 2.5rem 0 rgba(0,0,0,0.1);-ms-box-shadow:0 .7rem 2.5rem 0 rgba(0,0,0,0.1);-o-box-shadow:0 .7rem 2.5rem 0 rgba(0,0,0,0.1);box-shadow:0 .7rem 2.5rem 0 rgba(0,0,0,0.1);text-decoration:none;-webkit-transform:scale3d(1.024,1.024,1.024);-moz-transform:scale3d(1.024,1.024,1.024);-ms-transform:scale3d(1.024,1.024,1.024);-o-transform:scale3d(1.024,1.024,1.024);transform:scale3d(1.024,1.024,1.024);z-index:1}.bond__logo-container{background-color:rgb(var(--tw-color-shade-100)/1);-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;border-radius:.2rem;height:7.2rem;overflow:hidden;width:7.2rem}.bond__logo{-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;height:7.2rem;object-fit:contain;width:7.2rem}.bond__favorite-checked,.bond__favorite-unchecked{align-items:center;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;display:inline-flex;font-size:2rem;justify-content:center;height:3rem;line-height:1;position:absolute;right:.3rem;top:.4rem;width:3rem;-webkit-transition:opacity .25s;-moz-transition:opacity .25s;-ms-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s;z-index:2}.bond__favorite-checked{opacity:0}.bond__favorite-unchecked{opacity:1}.bond__favorite{background-color:#fff;border:2px solid rgb(var(--tw-color-shade-300)/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);display:inline-flex;height:4rem;left:auto;position:absolute;right:.8rem;top:.8rem;-webkit-transition:color .25s,padding .25s;-moz-transition:color .25s,padding .25s;-ms-transition:color .25s,padding .25s;-o-transition:color .25s,padding .25s;transition:color .25s,padding .25s;width:4rem}.bond__favorite:active,.bond__favorite:focus,.bond__favorite:hover{outline:none}.bond__favorite.active{color:rgb(var(--tw-color-secondary-500)/1)}.bond__favorite.active .bond__favorite-checked{opacity:1}.bond__favorite.active .bond__favorite-unchecked{opacity:0}.bond__features{align-items:center;display:flex;flex-wrap:nowrap;gap:.4rem;line-height:0;margin-bottom:1.2rem;min-height:4.4rem}.bond__feature-tag{align-items:center;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;-o-border-radius:.2rem;border-radius:.2rem;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:var(--tw-font-semibold);gap:.2rem;line-height:1.18182;padding:.15rem .4rem;white-space:nowrap}.bond__feature-tag i{font-size:.9rem}.bond__more-added{background-color:rgb(var(--tw-color-tertiary-500)/1)}.bond__amount-indicator{cursor:pointer;height:2.4rem;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);vertical-align:middle;width:2.4rem}.bond__amount-indicator circle{stroke:rgb(var(--tw-color-shade-400)/1);stroke-width:.5rem}.bond__amount-indicator #bar{stroke:rgb(var(--tw-color-error-500)/1)}.bond__amount-indicator ~ .tooltip{white-space:nowrap}.bond__amount-indicator ~ .tooltip.in{opacity:1}.bond__amount-indicator ~ .tooltip .tooltip-inner{background-color:rgb(var(--tw-color-error-500)/1);font-family:var(--tw-font-sans);font-size:1.6rem;line-height:1.1875;padding:.4rem 1rem .7rem;position:relative}.bond__amount-indicator ~ .tooltip.top .tooltip-arrow{border-top-color:rgb(var(--tw-color-error-500)/1)}.bond__amount-indicator ~ .tooltip.left .tooltip-arrow{border-left-color:rgb(var(--tw-color-error-500)/1)}.bond__title{color:rgb(var(--tw-color-tertiary-500)/1);display:-webkit-box;font-weight:var(--tw-font-semibold);font-size:1.8rem;line-height:1.33334;margin-bottom:.6rem;margin-top:0;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-moz-box-orient:vertical;-webkit-box-orient:vertical}.bond__info{color:rgb(var(--tw-color-secondary-500)/1);display:-webkit-box;font-size:1.3rem;font-weight:var(--tw-font-normal);line-height:2;margin-bottom:0;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.bond__stats{color:rgb(var(--tw-color-shade-500)/1);list-style:none;margin-bottom:2rem;padding-left:0;padding-right:0}.bond__stat-item{align-items:flex-start;display:flex;font-size:1.6rem;justify-content:space-between;line-height:1.5;padding-bottom:.8rem;padding-top:.8rem}.bond__user-invested{font-size:1.3rem;line-height:1.3846}.bond__value{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-medium)}.bond__value--robowise{display:inline-block;min-width:5rem;text-align:center}.bond__value--robowise:not(:last-child){margin-right:2rem}.bond__accent{color:rgb(var(--tw-color-secondary-500)/1)}.bond__footer{display:flex;gap:1.6rem}.bond__cta{font-size:1.6rem;line-height:1;min-height:4rem;padding:1rem;position:relative;z-index:2}.bond__register-interest{background-color:rgb(var(--tw-color-secondary-500)/1);border:2px solid rgb(var(--tw-color-secondary-500)/1);color:#fff;padding-bottom:1.15rem;padding-top:1.15rem;-webkit-transition:background-color .25s,border .25s,color .25s;-moz-transition:background-color .25s,border .25s,color .25s;-ms-transition:background-color .25s,border .25s,color .25s;-o-transition:background-color .25s,border .25s,color .25s;transition:background-color .25s,border .25s,color .25s}.bond__register-interest:active,.bond__register-interest:focus,.bond__register-interest:hover{background-color:rgb(var(--tw-color-secondary-600)/1);border-color:rgb(var(--tw-color-secondary-600)/1)}.bond__register-interest .is-interested{display:none}.bond__register-interest .not-interested{display:inline-block}.bond__register-interest.isInterested{background-color:transparent;color:rgb(var(--tw-color-secondary-500)/1)}.bond__register-interest.isInterested:active,.bond__register-interest.isInterested:focus,.bond__register-interest.isInterested:hover{border-color:rgb(var(--tw-color-secondary-600)/1);color:rgb(var(--tw-color-secondary-600)/1)}.bond__register-interest.isInterested .is-interested{display:inline-block}.bond__register-interest.isInterested .not-interested{display:none}.bond__register-interest[disabled]{background-color:rgb(var(--tw-color-shade-400)/1);border-color:rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-500)/1)}.bond__drag{line-height:0;opacity:0;padding:.4rem 0;stroke:rgb(var(--tw-color-shade-400)/1);text-align:center;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.bond__smart-interest-header{color:rgb(var(--tw-color-secondary-500)/1);display:flex;justify-content:flex-end;font-size:1.3rem;font-weight:var(--tw-font-semibold);line-height:1.385;padding:.3rem 0}.bond__smart-interest-header > *:not(:last-child){margin-right:2rem}@media (hover:hover){.bond__favorite:not(.active){opacity:0;-webkit-transition:opacity .25s;-moz-transition:opacity .25s;-ms-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}.bond:hover .bond__favorite{opacity:1}.bond:hover .bond__drag{opacity:1;-webkit-transform:translateY(1rem);-moz-transform:translateY(1rem);-ms-transform:translateY(1rem);-o-transform:translateY(1rem);transform:translateY(1rem);-webkit-transition:opacity .25s;-moz-transition:opacity .25s;-ms-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}}.market-grid-view{display:flex;margin:-2.4rem -2.4rem 0;overflow-x:auto;overflow-y:visible;padding:2.4rem 2.4rem 6rem}.market-grid-view--locked{margin:0 0 5rem;overflow:hidden;padding:0;position:relative}.market-grid-view--locked::before{bottom:0;content:'';cursor:not-allowed;left:0;position:absolute;right:0;top:0;z-index:1}@media (min-width:2345px){.market-grid-view{display:grid;grid-auto-flow:column;grid-column-gap:2.4rem;grid-template-columns:repeat(auto-fill,32.8rem)}.market-grid-view .wa-market__bond-container{margin-right:0}}.market-table{border-spacing:0 1rem;border-collapse:separate;margin-top:-1rem;max-width:100%;position:relative;width:100%;z-index:10}.market-table__anchor{-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;content:'';position:absolute;min-height:7.2rem;left:0;right:0;top:0;z-index:1}.market-table__anchor-link{border:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;display:block;height:100%;min-height:7.2rem}.market-table thead{background-color:#fff}.market-table .market-table__th{background-color:#fff;border-bottom:1px solid rgb(var(--tw-color-shade-200)/1);border-top:1px solid rgb(var(--tw-color-shade-200)/1);color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:1.53846;padding:.9rem 1.5rem 1rem;white-space:nowrap}.market-table .market-table__th::before{background-color:rgb(var(--tw-color-shade-100)/1);content:'';height:1rem;left:-1.2rem;position:absolute;right:-1.2rem;top:-1.1rem}.market-table .market-table__th[data-value]{cursor:pointer}.market-table .market-table__th--sticky{position:sticky;z-index:1}.market-table .market-table__th [class^="fa"]{display:none}.market-table .market-table__th.selected{color:rgb(var(--tw-color-secondary-500)/1)}.market-table .market-table__th.selected [class^="fa"]{display:inline-block}.market-table__tr{cursor:pointer;position:relative;-webkit-transition:box-shadow .25s,transform .25s;-moz-transition:box-shadow .25s,transform .25s;-ms-transition:box-shadow .25s,transform .25s;-o-transition:box-shadow .25s,transform .25s;transition:box-shadow .25s,transform .25s;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);vertical-align:top}.market-table__tr:focus,.market-table__tr:hover{-webkit-box-shadow:0 .2rem 1.2rem 0 rgba(0,0,0,0.15);-moz-box-shadow:0 .2rem 1.2rem 0 rgba(0,0,0,0.15);-ms-box-shadow:0 .2rem 1.2rem 0 rgba(0,0,0,0.15);-o-box-shadow:0 .2rem 1.2rem 0 rgba(0,0,0,0.15);box-shadow:0 .2rem 1.2rem 0 rgba(0,0,0,0.15);text-decoration:none}.market-table__tr--blurred .market-table__td:not(.locked-product){filter:blur(.4rem);position:relative;user-select:none;width:100%}.market-table__td{background-color:#fff;color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.3rem;font-weight:var(--tw-font-normal);line-height:2;padding:1rem 1.5rem;white-space:nowrap}.market-table__td--company{-webkit-border-bottom-left-radius:.4rem;-moz-border-bottom-left-radius:.4rem;-ms-border-bottom-left-radius:.4rem;-o-border-bottom-left-radius:.4rem;border-bottom-left-radius:.4rem;border-top-left-radius:.4rem;display:flex;gap:1rem}.market-table__td--buttons{padding:1.5rem 0;width:19.4rem}.market-table__td--arrow{vertical-align:middle;width:2.4rem}.market-table__company-info{display:flex;flex-direction:column}.market-table__company-info--description{max-width:20rem}.market-table__company-name{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:1.4;margin-bottom:.05rem;max-width:100%;overflow:hidden;padding-top:.3rem;text-overflow:ellipsis;white-space:nowrap}.market-table__tags{display:flex;gap:.5rem;line-height:0;padding-bottom:.6rem;padding-top:.85rem}.market-table__tag{-webkit-border-radius:.1rem;-moz-border-radius:.1rem;-ms-border-radius:.1rem;-o-border-radius:.1rem;border-radius:.1rem;border:.1rem solid transparent;display:inline-block;font-size:.9rem;line-height:1.22222;padding:.1rem .4rem}.market-table__tag--watch{background-color:#fff;border-color:rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-primary-500)/1);font-weight:var(--tw-font-semibold);padding-left:1.4rem;position:relative;-webkit-transition:color .25s,background-color .25s,border-color .25s;-moz-transition:color .25s,background-color .25s,border-color .25s;-ms-transition:color .25s,background-color .25s,border-color .25s;-o-transition:color .25s,background-color .25s,border-color .25s;transition:color .25s,background-color .25s,border-color .25s;z-index:2}.market-table__tag--watch::before{content:"\f02e";font-family:"Font Awesome 5 Pro";font-size:.9rem;font-weight:500;display:inline-block;left:.4rem;position:absolute}.market-table__tag--watch:focus,.market-table__tag--watch:hover{color:rgb(var(--tw-color-primary-600)/1);outline:none}.market-table__tag--watch.active{color:#fff;background-color:rgb(var(--tw-color-secondary-500)/1);border-color:rgb(var(--tw-color-secondary-500)/1)}.market-table__tag--watch.active::before{content:"\f02e";font-weight:600}.market-table__tag--watch.active:hover{background-color:rgb(var(--tw-color-secondary-600)/1);border-color:rgb(var(--tw-color-secondary-600)/1)}.market-table__tag--more-added{background-color:rgb(var(--tw-color-tertiary-500)/1);color:#fff}.market-table__logo-wrapper{background:rgb(var(--tw-color-shade-500)/1) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTRweCIgaGVpZ2h0PSIxMDFweCIgdmlld0JveD0iMCAwIDk0IDEwMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjIgKDkxMzkwKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5sb2dvIC8gbWFyayB3YS1jYXJib248L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iTWFzdGVyIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iMTEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE0NS4wMDAwMDAsIC0xMzUuMDAwMDAwKSIgZmlsbD0iI0VDRUVFRiI+CiAgICAgICAgICAgIDxnIGlkPSJwYXR0ZXJuX2JhY2tncm91bmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk2OC4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0ibG9nby0vLW1hcmstd2EtY2FyYm9uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzcuMjAwMDAwLCAxMzUuNTk2MjY4KSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExLjUzNTkzMjIsMzUuMDAzODQyNSBDMTUuMDc4Nzg3NCwzNS4wMDM4NDI1IDE4LjIxODgyNTUsMzcuMjc2NjQ4OCAxOS4zMTQxNDM5LDQwLjYzMzkxMTYgTDE5LjMxNDE0MzksNDAuNjMzOTExNiBMMzguNjgyOTUyMywxMDAgTDI5LjY0MDY2MzcsMTAwIEMyNC45NzcyMzAxLDEwMCAyMC44NDM5ODg3LDk3LjAwODIzOTIgMTkuNDAyMjg1Myw5Mi41ODkyODAyIEwxOS40MDIyODUzLDkyLjU4OTI4MDIgTDAuNjE0NDU3ODMxLDM1LjAwMzg0MjUgWiBNOTMuNTkxMDI2MywzNS4wMDM4NDI1IEw3NC44MDMxOTg5LDkyLjU4OTI4MDIgQzczLjM2MTQ5NTUsOTcuMDA4MjM5MiA2OS4yMjgyNTQsMTAwIDY0LjU2NDgyMDUsMTAwIEw1NS41MjI1MzE5LDEwMCBMNzQuODkxMzQwMyw0MC42MzM5MTE2IEM3NS45ODY2NTg3LDM3LjI3NjY0ODggNzkuMTI2Njk2OCwzNS4wMDM4NDI1IDgyLjY2OTU1MTksMzUuMDAzODQyNSBMOTMuNTkxMDI2MywzNS4wMDM4NDI1IFogTTQ1LjIyNTAzNDIsMzUuMDAzODQyNSBDNDguNzY3ODg5NCwzNS4wMDM4NDI1IDUxLjkwNzkyNzUsMzcuMjc2NjQ4OCA1My4wMDMyNDU5LDQwLjYzMzkxMTYgTDUzLjAwMzI0NTksNDAuNjMzOTExNiBMNTUuNzY2MjY0NCw0OS4xMDI4NDY2IEw0Ny4zMzQ3ODUxLDc0Ljk0NTU3NjQgTDM0LjMwMzU1OTgsMzUuMDAzODQyNSBaIE00Ny4yNTg3MzYzLDAgQzUzLjA5MDMxMjQsMCA1Ny44MTc5NzA5LDQuNzEwODI1MDIgNTcuODE3OTcwOSwxMC41MjE5MDQ3IEM1Ny44MTc5NzA5LDE2LjMzMjcxNjYgNTMuMDkwMzEyNCwyMS4wNDM1NDE2IDQ3LjI1ODczNjMsMjEuMDQzNTQxNiBDNDEuNDI2ODkxNCwyMS4wNDM1NDE2IDM2LjY5OTIzMjksMTYuMzMyNzE2NiAzNi42OTkyMzI5LDEwLjUyMTkwNDcgQzM2LjY5OTIzMjksNC43MTA4MjUwMiA0MS40MjY4OTE0LDAgNDcuMjU4NzM2MywwIFoiIGlkPSJsb2dvLW1hcmstY2FyYm9uIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) center/2.4rem no-repeat;-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;display:inline-block;flex-shrink:0;height:4rem;margin:.5rem 0;width:4rem}.market-table__logo{background-color:#fff;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;border-radius:.3rem;height:4rem;object-fit:contain;width:4rem}.market-table__small-text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.38462}.market-table__cta{line-height:1.5;min-height:4rem;min-width:8.9rem;padding:.6rem;position:relative;vertical-align:top;z-index:2}.market-table__cta-icon{font-size:1.8rem}.market-table__arrow{background-color:transparent;border:none;color:rgb(var(--tw-color-shade-500)/1);font-size:1rem;line-height:1;padding:.95rem;position:relative;top:-.2rem;text-align:center}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.market-table__tr:focus,.market-table__tr:hover{-webkit-transform:scale3d(1.01,1.01,1.01);-moz-transform:scale3d(1.01,1.01,1.01);-ms-transform:scale3d(1.01,1.01,1.01);-o-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}}@media (min-width:768px){.market-table__company-info--description{max-width:25rem}}@media (min-width:992px){.market-table__company-info--description{max-width:calc(100vw - 81.8rem)}.market-table .market-table__th--value,.market-table__td--value{width:auto}.market-table__tags{padding-top:.45rem}.market-table .market-table__td--buttons{width:18rem}}@media (min-width:1440px){.market-table__company-info--description{max-width:calc(100vw - 128rem)}.market-table .market-table__th,.market-table__td{padding-left:1.5rem;padding-right:1.5rem}.market-table__company-name{font-size:1.5rem}.market-table__td{font-size:1.5rem;line-height:1.73334}}[dir="ltr"] .market-table__th{text-align:left}[dir="ltr"] .market-table__th:first-child{border-left:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-bottom-left-radius:.4rem;-moz-border-bottom-left-radius:.4rem;-ms-border-bottom-left-radius:.4rem;-o-border-bottom-left-radius:.4rem;border-bottom-left-radius:.4rem;border-top-left-radius:.4rem}[dir="ltr"] .market-table__th:last-child{border-right:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-bottom-right-radius:.4rem;-moz-border-bottom-right-radius:.4rem;-ms-border-bottom-right-radius:.4rem;-o-border-bottom-right-radius:.4rem;border-bottom-right-radius:.4rem;border-top-right-radius:.4rem}[dir="ltr"] .market-table__td:first-child{border-left:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-bottom-left-radius:.4rem;-moz-border-bottom-left-radius:.4rem;-ms-border-bottom-left-radius:.4rem;-o-border-bottom-left-radius:.4rem;border-bottom-left-radius:.4rem;border-top-left-radius:.4rem}[dir="ltr"] .market-table__td:last-child{border-right:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-bottom-right-radius:.4rem;-moz-border-bottom-right-radius:.4rem;-ms-border-bottom-right-radius:.4rem;-o-border-bottom-right-radius:.4rem;border-bottom-right-radius:.4rem;border-top-right-radius:.4rem}[dir="rtl"] .market-table__th{text-align:right}[dir="rtl"] .market-table__th:first-child{border-right:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-bottom-right-radius:.4rem;-moz-border-bottom-right-radius:.4rem;-ms-border-bottom-right-radius:.4rem;-o-border-bottom-right-radius:.4rem;border-bottom-right-radius:.4rem;border-top-right-radius:.4rem}[dir="rtl"] .market-table__th:last-child{border-left:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-bottom-left-radius:.4rem;-moz-border-bottom-left-radius:.4rem;-ms-border-bottom-left-radius:.4rem;-o-border-bottom-left-radius:.4rem;border-bottom-left-radius:.4rem;border-top-left-radius:.4rem}[dir="rtl"] .market-table__td:first-child{border-right:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-bottom-right-radius:.4rem;-moz-border-bottom-right-radius:.4rem;-ms-border-bottom-right-radius:.4rem;-o-border-bottom-right-radius:.4rem;border-bottom-right-radius:.4rem;border-top-right-radius:.4rem}[dir="rtl"] .market-table__td:last-child{border-left:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-bottom-left-radius:.4rem;-moz-border-bottom-left-radius:.4rem;-ms-border-bottom-left-radius:.4rem;-o-border-bottom-left-radius:.4rem;border-bottom-left-radius:.4rem;border-top-left-radius:.4rem}[dir="rtl"] .market-table__td--company{-webkit-border-bottom-right-radius:.4rem;-moz-border-bottom-right-radius:.4rem;-ms-border-bottom-right-radius:.4rem;-o-border-bottom-right-radius:.4rem;border-bottom-right-radius:.4rem;border-top-right-radius:.4rem}.locked-market-icon{align-items:center;background-color:#fff;border:.1rem 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:inline-flex;font-size:2.1rem;justify-content:center;height:6rem;width:6rem}.locked-market{background-color:rgb(var(--tw-color-tertiary-500)/0.8);-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;bottom:0;display:flex;flex-direction:column;justify-content:space-between;left:0;padding-left:2.4rem;padding-right:2.4rem;position:absolute;right:0;text-align:center;top:0;z-index:1}.locked-market__body{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding-top:2.4rem;max-height:calc(100% - 11.6rem)}.locked-market__icon{flex-shrink:0;margin-bottom:3rem}.locked-market__title{color:#fff;font-size:2rem;font-weight:var(--tw-font-semibold);line-height:1.4;margin:0 0 .6rem;padding-top:.1rem}.locked-market__message{color:rgb(var(--tw-color-shade-400)/1);flex-shrink:1;font-size:1.6rem;line-height:1.5;margin:0;max-width:37.3rem;overflow:auto;padding:1.5rem 0 2rem}.locked-market__footer{padding-bottom:2.4rem;padding-top:2rem}.locked-market__cta{max-width:28rem}.locked-product{background-color:rgb(var(--tw-color-tertiary-500)/0.8);-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;bottom:0;left:0;overflow:hidden;padding:1.5rem 2.4rem 1.5rem 1.6rem !important;position:absolute;right:0;top:0}.locked-product__container{align-items:center;display:flex;max-height:6.2rem}.locked-product__icon{flex-shrink:0;font-size:1.6rem;height:4rem;margin-right:1.1rem;width:4rem}.locked-product__left-panel{align-items:center;display:flex;flex:1 1 auto;max-width:none;min-width:0;padding-right:.5rem;width:auto}.locked-product__info{display:flex;flex-direction:column;justify-content:center;min-width:0;position:relative;top:-.1rem;white-space:normal}.locked-product__title{color:#fff;font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.5;margin:0}.locked-product__message{color:rgb(var(--tw-color-shade-400)/1);font-size:1.3rem;font-weight:var(--tw-font-medium);line-height:1.38462;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.locked-product__cta{padding:.9rem 1.2rem;width:19.4rem}.market-terminology-info{background-color:#fff;border:.1rem solid rgb(var(--tw-color-shade-200)/1);margin:3rem 0;padding:1.4rem 1.5rem 1.4rem 2rem;position:relative}.market-terminology-info::before{background-color:rgb(var(--tw-color-secondary-500)/1);bottom:0;content:'';left:0;position:absolute;top:0;width:.5rem}.market-terminology-info--warning::before{background-color:rgb(var(--tw-color-warning-500)/1)}.market-terminology-info--warning .market-terminology-info__icon{color:rgb(var(--tw-color-warning-500)/1)}.market-terminology-info__icon{color:rgb(var(--tw-color-secondary-500)/1);display:none;font-size:1.9rem;left:2.6rem;position:absolute;top:1.8rem}.market-terminology-info__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.625;margin:0}.market-terminology-info__text{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:1rem;padding:.5rem 0}.market-terminology-info__text :last-child{margin-bottom:0}.market-terminology-info__paragraph{font-size:1.3rem;line-height:1.84615;margin-bottom:.7rem}.market-terminology-info__links{display:flex;justify-content:space-between;margin-left:-1.5rem;margin-right:-1.5rem}.market-terminology-info__link{display:inline-block;font-size:1.6rem;line-height:1.4;margin-bottom:0;padding:.9rem 1.5rem 1.5rem}@media (min-width:768px){.market-terminology-info{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:5rem;padding:1.4rem 2rem 2rem 7.3rem}.market-terminology-info__icon{display:block}.market-terminology-info__title{order:1}.market-terminology-info__text{margin-bottom:0;order:3;padding-bottom:0}.market-terminology-info__paragraph{line-height:1.61539}.market-terminology-info__links{display:flex;flex-direction:row-reverse;margin:0;order:2}.market-terminology-info__divider{border-right:1px solid rgb(var(--tw-color-shade-400)/1)}.market-terminology-info__link{padding:0;margin:0 2rem 0 0}.market-terminology-info__link--hide{margin-right:0;margin-left:2rem}}@media (min-width:992px){.market-terminology-info__text{padding-right:11.5%;width:100%}}@media (min-width:1440px){.market-terminology-info{margin:0 0 3rem 0}}.new-market-modal{background-color:rgb(var(--tw-color-tertiary-500)/0.9)}.new-market-modal__content{-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);position:relative}.new-market-modal__toggler{border-top-left-radius:.7rem;display:inline-flex;position:absolute;top:0;z-index:1}.new-market-modal__toggler .market-action__toggle{top:.1rem}.new-market-modal__close-modal{align-items:center;background-color:rgba(0,0,0,0.5);border:none;-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:2.1rem;justify-content:center;height:3rem;padding:0;position:absolute;right:1.2rem;top:1.2rem;width:3rem;z-index:1}.new-market-modal__slider-body{padding-left:11.25%;padding-right:11.25%}.new-market-modal__slider-body--special{margin-right:-11.25%}.new-market-modal__slider-img{max-width:100%}.new-market-modal__carousel-control{align-items:center;background-color:#fff;border:none;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;display:flex;font-size:2rem;justify-content:center;height:5rem;position:absolute;bottom:1.5rem;width:5rem}.new-market-modal__carousel-control:active,.new-market-modal__carousel-control:focus,.new-market-modal__carousel-control:hover{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}.new-market-modal__carousel-control.left{left:.5rem}.new-market-modal__carousel-control.right{right:.5rem}.new-market-modal__slider-footer{background-color:rgb(var(--tw-color-secondary-500)/1);-webkit-border-bottom-left-radius:.6rem;-moz-border-bottom-left-radius:.6rem;-ms-border-bottom-left-radius:.6rem;-o-border-bottom-left-radius:.6rem;border-bottom-left-radius:.6rem;-webkit-border-bottom-right-radius:.6rem;-moz-border-bottom-right-radius:.6rem;-ms-border-bottom-right-radius:.6rem;-o-border-bottom-right-radius:.6rem;border-bottom-right-radius:.6rem;color:#fff;font-size:2.4rem;font-weight:var(--tw-font-medium);line-height:1.33334;min-height:22rem;padding:7.6rem 12.5% 8rem;position:relative;text-align:center}.new-market-modal__slider-footer--first{background-color:#fff;color:rgb(var(--tw-color-tertiary-500)/1);padding:6.5rem 12.5% 3.2rem}.new-market-modal__indicators{bottom:-5.2rem}.new-market-modal__indicators li{background-color:rgba(255,255,255,0.4);border:none;height:.8rem;width:.8rem}.new-market-modal__indicators li.active{background-color:#fff;height:.8rem;margin:.1rem;width:.8rem}.new-market-modal__wa-logo{height:5rem;left:calc(50% - 2.5rem);position:absolute;top:-2.5rem;width:5rem}.new-market-modal__next{margin-top:5.1rem;max-width:12rem;padding-bottom:.9rem;padding-top:.9rem}.new-market-modal .item{background-color:#fff;-webkit-border-radius:.7rem;-moz-border-radius:.7rem;-ms-border-radius:.7rem;-o-border-radius:.7rem;border-radius:.7rem;padding-top:7.1rem}@media (min-width:768px){.new-market-modal__carousel-control{top:calc(50% - 2.5rem)}.new-market-modal__carousel-control.left{left:-9rem}.new-market-modal__carousel-control.right{right:-9rem}}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - (0.5rem * 2))}@media (min-width:576px){.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}}.wa-market{padding:0 2.4rem}.wa-market__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;position:relative;z-index:1}.wa-market__list{display:flex;flex-wrap:wrap;margin-right:-2.4rem;padding-top:1.6rem}.wa-market__list .wa-market__bond-container{flex-grow:1;margin-bottom:3.6rem}.wa-market__list--results{display:grid;grid-template-columns:repeat(auto-fill,minmax(35.199999999999996rem,1fr))}.wa-market__list--results .wa-market__bond-container{flex-grow:0}.wa-market__market-table{margin:0 -2.4rem;overflow:scroll auto;padding:2rem 2.4rem 0}.wa-market__market-table > :first-child{padding-top:0}.wa-market__title{align-items:center;color:rgb(var(--tw-color-tertiary-500)/1);display:flex;font-size:2rem;font-weight:var(--tw-font-semibold);gap:1rem;line-height:1.4;margin:0;overflow:hidden;padding:.4rem .4rem .8rem 0;white-space:nowrap}.wa-market__title-text{overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}.wa-market__view-all{display:inline-block;font-size:1.6rem;line-height:1.1875;position:relative;top:.1rem}.wa-market__control{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%;-webkit-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.15);-moz-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.15);-ms-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.15);-o-box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.15);box-shadow:0 .1rem .2rem 0 rgba(0,0,0,0.15);color:rgb(var(--tw-color-primary-500)/1);cursor:pointer;display:none;font-size:1.8rem;justify-content:center;height:4rem;position:relative;-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;width:4rem;z-index:3}.wa-market__control:not(:last-child){margin-right:.7rem}.wa-market__control.disabled{border-color:rgb(var(--tw-color-shade-400)/1);-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;color:rgb(var(--tw-color-shade-400)/1);cursor:default}.wa-market__bond-container{flex:0 0 calc(100% - 13rem);margin-right:2.4rem;min-width:32.8rem;position:relative}.wa-market__bond-container:last-child::after{bottom:0;content:'';height:1px;position:absolute;right:-2.4rem;width:1px}.wa-market__slider{padding:0 1.5rem}.wa-market__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;position:relative;z-index:2}.wa-market__watch:active,.wa-market__watch:focus,.wa-market__watch:hover{border-color:rgb(var(--tw-color-secondary-500)/1)}.wa-market__watch.active{background-color:rgb(var(--tw-color-secondary-500)/1);color:#fff}.wa-market__watch.active:active,.wa-market__watch.active:focus,.wa-market__watch.active:hover{background-color:rgb(var(--tw-color-secondary-600)/1)}.wa-market__watch.active[disabled],.wa-market__watch.active.disabled,.wa-market__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-market__watch[disabled],.wa-market__watch.disabled,.wa-market__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}.wa-market--dark{background-color:rgb(var(--tw-color-tertiary-500)/1)}.wa-market--dark .wa-market__title{color:#fff}.wa-market--dark .market-search__input{background-color:rgb(var(--tw-color-tertiary-500)/1);border-color:#fff;color:#fff}.wa-market--dark .market-search__input:-ms-input-placeholder ~ .market-search__search{color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .market-search__input::-ms-input-placeholder ~ .market-search__search{color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .market-search__input::placeholder ~ .market-search__search{color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .market-search__input:placeholder-shown{border-color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .market-search__input:placeholder-shown ~ .market-search__search{color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .market-search__input:focus{border-color:#fff}.wa-market--dark .market-search__search{color:rgb(var(--tw-color-primary-500)/1)}.wa-market--dark .market-action-bar__filters-icon{color:rgb(var(--tw-color-primary-500)/1)}.wa-market--dark .market-action-bar__filters{background-color:rgb(var(--tw-color-tertiary-500)/1);color:#fff}.wa-market--dark .market-action-bar__filters:focus{outline:none}.wa-market--dark .market-action-bar__filters.active{background-color:rgb(var(--tw-color-secondary-500)/1)}.wa-market--dark .market-action-bar__filters.active .market-action-bar__filters-icon{color:#fff}.wa-market--dark .market-action-dropdown__actions{background-color:rgb(var(--tw-color-tertiary-500)/1);color:#fff}.wa-market--dark .market-action-dropdown__actions-icon{color:rgb(var(--tw-color-primary-500)/1)}.wa-market--dark .bond{background-color:#000;border:none}.wa-market--dark .bond:hover .bond__picture{opacity:1;background-blend-mode:initial}.wa-market--dark .bond__picture{background-blend-mode:luminosity;background-color:rgb(var(--tw-color-tertiary-500)/1);opacity:.5;position:relative;-webkit-transition:opacity .25s,background-blend-mode .25s;-moz-transition:opacity .25s,background-blend-mode .25s;-ms-transition:opacity .25s,background-blend-mode .25s;-o-transition:opacity .25s,background-blend-mode .25s;transition:opacity .25s,background-blend-mode .25s}.wa-market--dark .bond__logo-container{border:1px solid #fff;padding:0}.wa-market--dark .bond__more-added{background-color:rgb(var(--tw-color-shade-400)/1);color:#000}.wa-market--dark .bond__title{color:#fff}.wa-market--dark .bond__info,.wa-market--dark .bond__description,.wa-market--dark .bond__stats{color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .bond__value{color:#fff}.wa-market--dark .bond__smart-interest-header{color:#fff}.wa-market--dark .bond__accent{color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .bond__drag{stroke:#fff}.wa-market--dark .sell:not(:disabled){border-color:#fff;color:#fff}.wa-market--dark .market-terminology-info{background-color:#000;border:none}.wa-market--dark .market-terminology-info__icon{color:#fff}.wa-market--dark .market-terminology-info__title{color:#fff}.wa-market--dark .market-terminology-info__paragraph{color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .market-terminology-info__link{color:rgb(var(--tw-color-primary-500)/1)}.wa-market--dark .loader--wizard::after,.wa-market--dark .loader--wizard::before{background:rgb(var(--tw-color-tertiary-500)/1)}.wa-market--dark .active-filters__total{color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .active-filters__total span{color:#fff}.wa-market--dark .market-empty-state__title{color:#fff}.wa-market--dark .market-empty-state__text{color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .market-sidebar{-webkit-box-shadow:0 0 1.5rem 0 rgba(255,255,255,0.05);-moz-box-shadow:0 0 1.5rem 0 rgba(255,255,255,0.05);-ms-box-shadow:0 0 1.5rem 0 rgba(255,255,255,0.05);-o-box-shadow:0 0 1.5rem 0 rgba(255,255,255,0.05);box-shadow:0 0 1.5rem 0 rgba(255,255,255,0.05)}.wa-market--dark .market-sidebar__header{border-bottom-color:#000}.wa-market--dark .market-sidebar__header,.wa-market--dark .market-sidebar__body,.wa-market--dark .market-sidebar__footer{background-color:rgb(var(--tw-color-tertiary-500)/1)}.wa-market--dark .market-sidebar__footer{-webkit-box-shadow:0 0 .6rem 0 rgba(255,255,255,0.25);-moz-box-shadow:0 0 .6rem 0 rgba(255,255,255,0.25);-ms-box-shadow:0 0 .6rem 0 rgba(255,255,255,0.25);-o-box-shadow:0 0 .6rem 0 rgba(255,255,255,0.25);box-shadow:0 0 .6rem 0 rgba(255,255,255,0.25)}@media (min-width:1440px){.wa-market--dark .market-sidebar{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}}.wa-market--dark .market-filter-section{border-bottom-color:#000}.wa-market--dark .market-filter-section__title,.wa-market--dark .market-filter-section__toggle,.wa-market--dark .market-filter-section__small-text span{color:#fff}.wa-market--dark .market-filter{color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .market-filter.selected{color:#fff}.wa-market--dark .market-filter__returns-label{color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .market-filter-checkbox__input:checked + .market-filter-checkbox__checkbox,.wa-market--dark .wa-radio__input:checked + .wa-radio__radio{border-color:#fff;color:#fff}.wa-market--dark .returns-info__title{color:#fff}.wa-market--dark .returns-info__paragraph{color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .market-table{background-color:rgb(var(--tw-color-tertiary-500)/1)}.wa-market--dark .market-table thead{background-color:rgb(var(--tw-color-tertiary-500)/1)}.wa-market--dark .market-table__th{background-color:#000;border-bottom-color:transparent;border-top-color:transparent;color:#fff}.wa-market--dark .market-table__th::before{background-color:rgb(var(--tw-color-tertiary-500)/1)}.wa-market--dark .market-table__th:first-child{border-left-color:transparent}.wa-market--dark .market-table__th:last-child{border-right-color:transparent}.wa-market--dark .market-table__th.selected{color:#fff}.wa-market--dark .market-table__td{background-color:#000;border-bottom-color:transparent;border-top-color:transparent;color:#fff}.wa-market--dark .market-table__td:first-child{border-left-color:transparent}.wa-market--dark .market-table__td:last-child{border-right-color:transparent}.wa-market--dark .market-table__anchor-link{border-color:transparent}.wa-market--dark .market-table__company-name{color:#fff}.wa-market--dark .market-table__small-text{color:rgb(var(--tw-color-shade-400)/1)}.wa-market--dark .market-table__tag--more-added{background-color:rgb(var(--tw-color-shade-400)/1);color:#000}.wa-market--dark .wa-market__watch{background-color:rgb(var(--tw-color-secondary-500)/1);color:#fff}.wa-market--dark .wa-market__watch:active,.wa-market--dark .wa-market__watch:focus,.wa-market--dark .wa-market__watch:hover{background-color:rgb(var(--tw-color-secondary-600)/1)}.wa-market--dark .wa-market__watch[disabled],.wa-market--dark .wa-market__watch.disabled,.wa-market--dark .wa-market__watch: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)}@media (min-width:770px){.wa-market__bond-container{display:flex;flex-basis:calc((100% - 13rem - 2.4rem) / 2)}.wa-market__list .wa-market__bond-container{flex-basis:calc(100% / 2 - 2.4rem);flex-grow:0}}@media (min-width:768px){.wa-market__control{display:inline-flex}}@media (min-width:1085px){.wa-market__bond-container{flex-basis:calc((100% - 13rem - 2.4rem * 2) / 3)}.wa-market__list .wa-market__bond-container{flex-basis:calc(100% / 3 - 2.4rem)}}@media (min-width:1400px){.wa-market__bond-container{flex-basis:calc((100% - 13rem - 3 * 2.4rem) / 4)}.wa-market__list .wa-market__bond-container{flex-basis:calc(100% / 4 - 2.4rem)}}@media (min-width:1440px){.wa-market__body{display:flex;flex-wrap:nowrap}.wa-market__content{flex-basis:0;flex-grow:1;min-width:0;padding-bottom:5rem}}@media (min-width:1715px){.wa-market__bond-container{flex-basis:calc((100% - 13rem - 4 * 2.4rem) / 5)}.wa-market__list .wa-market__bond-container{flex-basis:calc(100% / 5 - 2.4rem)}}@media (min-width:2030px){.wa-market__bond-container{flex-basis:calc((100% - 13rem - 5 * 2.4rem) / 6)}.wa-market__list .wa-market__bond-container{flex-basis:calc(100% / 6 - 2.4rem)}}@media (min-width:2345px){.wa-market__list{display:grid;grid-column-gap:2.4rem;grid-template-columns:repeat(auto-fill,minmax(35.199999999999996rem,1fr));margin-right:0}.wa-market__bond-container{margin-right:0;min-width:32.8rem}}.pill{background-color:rgb(var(--tw-color-secondary-500)/1);-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;border-radius:.3rem;color:#fff;display:inline-flex;flex-shrink:0;gap:.9rem;padding:.7rem .8rem .8rem 1rem}.pill__text{font-size:1.3rem;font-weight:var(--tw-font-normal);line-height:1.15385;margin-bottom:0}.pill__icon{cursor:pointer;font-size:1.9rem;line-height:.6;position:relative;top:.3rem}.active-filters{min-height:3rem}.active-filters__container{display:flex;flex-wrap:nowrap;gap:.8rem;margin:0 -2.4rem;overflow:auto;padding:1.5rem 2.4rem}.active-filters__pill:last-child{position:relative}.active-filters__pill:last-child::after{content:'';height:1px;opacity:0;position:absolute;right:-2.4rem;width:1px}.active-filters__clear-all{padding:0 .8rem 0 0;white-space:nowrap}.active-filters__total{color:rgb(var(--tw-color-shade-500)/1);font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.625;margin-bottom:0;padding:.5rem 0 .9rem}.active-filters__total span{color:rgb(var(--tw-color-secondary-500)/1)}@media (min-width:1440px){.active-filters__container{flex-wrap:wrap;margin-left:0;margin-right:0;padding:0 .5rem .5rem 0}.active-filters__pill,.active-filters__clear-all{margin-bottom:1rem}}.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:768px){.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}.bank-account{padding-bottom:5rem;padding-top:5rem}.bank-account__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:3.125rem;font-weight:var(--tw-font-semibold);line-height:1.28;margin:0 0 1.2rem}.bank-account__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.625}label.bank-account__error{font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.5;margin:-.6rem 0 1.6rem}.bank-account__buttons{align-items:center;display:flex;padding-top:3.4rem}@media (min-width:768px){.bank-account{padding-top:9rem}}@media (min-width:992px){.bank-account{padding-top:5rem}}.deposit-flow-info{background-color:rgba(255,255,255,0.6);border:.2rem solid rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;padding:1rem 2rem}.deposit-flow-info__item{align-items:center;display:flex;justify-content:space-between;padding:1rem 0 1.4rem}.deposit-flow-info__3ds{display:flex;margin-top:1rem;padding:.8rem 0}.deposit-flow-info__3ds [class^='fa']{font-size:2rem;margin-right:.8rem}.deposit-flow-info__3ds-text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;font-weight:var(--tw-font-medium);letter-spacing:.2px;line-height:1.15385;margin:0;position:relative;top:.1rem}.deposit-method.disabled{border-color:rgb(var(--tw-color-shade-300)/1) !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;-ms-box-shadow:none !important;-o-box-shadow:none !important;box-shadow:none !important;cursor:not-allowed}.deposit-method.disabled .deposit-method__icon{filter:grayscale(1);opacity:.25}.deposit-method.disabled .deposit-method__title,.deposit-method.disabled .deposit-method__description{color:rgb(var(--tw-color-shade-300)/1) !important}.deposit-method.disabled .deposit-method__checkbox{background-color:rgb(var(--tw-color-shade-200)/1)}.deposit-method.disabled .deposit-method__select{opacity:0 !important}.deposit-method__input{display:none}.deposit-method__input:checked ~ .deposit-method__checkbox{border-color:rgb(var(--tw-color-primary-500)/1)}.deposit-method__input:checked ~ .deposit-method__checkbox::before{opacity:1}.deposit-method__input:checked ~ .deposit-method__select{opacity:0 !important}.deposit-method__checkbox{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:inline-flex;flex-shrink:0;justify-content:center;height:2.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:2.4rem}.deposit-method__checkbox::before{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%;content:'';height:1.4rem;opacity:0;-webkit-transition:opacity .25s;-moz-transition:opacity .25s;-ms-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s;width:1.4rem}.paysafe-js-form{padding:0}.paysafe-js-form label{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.3rem;font-weight:var(--tw-font-semibold);line-height:1.84615;margin-bottom:.7rem;white-space:nowrap}.paysafe-js-form .form-group{margin-bottom:1.2rem}.paysafe-js-form .form-control{background-color:#fff;border:2px solid rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-tertiary-500)/1);height:5rem;font-size:1.6rem;font-weight:var(--tw-font-medium);padding:1.2rem 1.5rem}.paysafe-js-form .form-control:focus{border:2px solid rgb(var(--tw-color-secondary-500)/1);-webkit-box-shadow:inset 0 .1rem .1rem rgba(255,255,255,0.075),0 0 .8rem rgb(var(--tw-color-secondary-500)/0.6);-moz-box-shadow:inset 0 .1rem .1rem rgba(255,255,255,0.075),0 0 .8rem rgb(var(--tw-color-secondary-500)/0.6);-ms-box-shadow:inset 0 .1rem .1rem rgba(255,255,255,0.075),0 0 .8rem rgb(var(--tw-color-secondary-500)/0.6);-o-box-shadow:inset 0 .1rem .1rem rgba(255,255,255,0.075),0 0 .8rem rgb(var(--tw-color-secondary-500)/0.6);box-shadow:inset 0 .1rem .1rem rgba(255,255,255,0.075),0 0 .8rem rgb(var(--tw-color-secondary-500)/0.6)}.paysafe-js-form .form-control[disabled]{background-color:rgb(var(--tw-color-shade-400)/1);border-color:rgb(var(--tw-color-shade-500)/1)}.paysafe-js-form .wa-input__message{font-size:1.3rem}.deposit-flow{padding:8rem 1.4rem 8rem}.deposit-flow__title,.deposit-flow .deposit-flow__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2.4rem;font-weight:var(--tw-font-semibold);line-height:1.25;margin:0 0 1.5rem}.deposit-flow__subtitle,.deposit-flow .deposit-flow__subtitle{color:rgb(var(--tw-color-tertiary-500)/1);font-size:2rem;font-weight:var(--tw-font-semibold);line-height:1.4;padding-top:.4rem;margin:0 0 1.3rem}.deposit-flow__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.625;margin:0}.deposit-flow__small{font-size:1.3rem;line-height:1.5385}.deposit-flow__bar{color:rgb(var(--tw-color-shade-500)/1);padding-top:.5rem}@media (min-width:768px){.deposit-flow__title,.deposit-flow .deposit-flow__title{font-size:3.125rem;line-height:1.28}.deposit-flow .fixed-interaction{background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;padding-top:3rem;position:static}}.bar{background-color:rgb(var(--tw-color-shade-200)/1);height:.4rem;position:relative}.bar__inner{background-color:rgb(var(--tw-color-approval-500)/1);bottom:0;left:0;position:absolute;top:0}#Cardinal-ModalContent{height:auto !important}#Cardinal-CCA-IFrame{height:75vh}.transferring-funds{background-color:rgb(var(--tw-color-secondary-500)/1);bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:space-between;left:0;position:fixed;right:0;text-align:center;top:0;z-index:10000}.transferring-funds--success{background-color:rgb(var(--tw-color-approval-500)/1)}.transferring-funds--success .transferring-funds__cta{color:rgb(var(--tw-color-approval-500)/1)}.transferring-funds--success .transferring-funds__cta:active,.transferring-funds--success .transferring-funds__cta:focus,.transferring-funds--success .transferring-funds__cta:hover,.transferring-funds--success .transferring-funds__cta:visited{color:rgb(var(--tw-color-approval-500)/1);outline:none}.transferring-funds__body{align-self:center;align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:29rem}.transferring-funds__footer{padding:1.6rem 1rem}.transferring-funds__icon{align-items:center;border:.5rem solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;display:inline-flex;justify-content:center;height:10.5rem;margin-bottom:2.75rem;width:10.5rem}.transferring-funds__icon [class^="fa"]{font-size:3.9rem}.transferring-funds__title{color:#fff;font-size:3rem;font-weight:var(--tw-font-semibold);line-height:1.2;margin-bottom:3rem}.transferring-funds__subtitle{color:#fff;font-size:2rem;font-weight:var(--tw-font-semibold);line-height:1.3;margin-bottom:1.5rem}.transferring-funds__description{color:#fff;font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.625;margin-bottom:0}.transferring-funds__cta{background-color:#fff;border:none;-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;color:rgb(var(--tw-color-secondary-500)/1);display:inline-block;font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.5;max-width:100%;padding:1.2rem 1rem;-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s;width:26rem}.transferring-funds__cta:active,.transferring-funds__cta:focus,.transferring-funds__cta:hover,.transferring-funds__cta:visited{color:rgb(var(--tw-color-secondary-500)/1);text-decoration:none}.partly-checkbox{cursor:pointer;display:inline-flex;vertical-align:middle;user-select:none}.partly-checkbox__checkbox{align-items:center;border:.2rem solid rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;border-radius:.3rem;display:inline-flex;height:2.4rem;justify-content:center;vertical-align:middle;margin-right:1.5rem;-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;width:2.4rem}.partly-checkbox__checkbox--selected{background-color:rgb(var(--tw-color-secondary-500)/1);border-color:rgb(var(--tw-color-secondary-500)/1);color:#fff}@media (min-width:768px){.partly-checkbox{flex-direction:row-reverse}.partly-checkbox__checkbox{margin:0 0 0 1.5rem}}.foreign-exchange{min-height:60vh;padding:9rem 0 13.5rem}.foreign-exchange__loader{-webkit-box-shadow:inset 0 0 0 .15em;-moz-box-shadow:inset 0 0 0 .15em;-ms-box-shadow:inset 0 0 0 .15em;-o-box-shadow:inset 0 0 0 .15em;box-shadow:inset 0 0 0 .15em;font-size:2.8rem}.foreign-exchange__title{margin-bottom:1.5rem}.foreign-exchange__paragraph{margin-bottom:2.4rem}.foreign-exchange__overview-box{margin-bottom:1.4rem}.foreign-exchange__go-back{margin-bottom:2.1rem;text-align:center;width:100%}.foreign-exchange__exceeded-limit,.foreign-exchange__error{-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-medium);line-height:1.528;padding:1.4rem 1rem 1.6rem 5rem}.foreign-exchange__exceeded-limit{background-color:rgb(var(--tw-color-shade-400)/0.2);color:rgb(var(--tw-color-tertiary-500)/1);margin-bottom:.5rem;position:relative;top:-1rem}.foreign-exchange__error{background-color:rgb(var(--tw-color-error-500)/0.2);margin-bottom:2rem;position:relative}.foreign-exchange__error-icon,.foreign-exchange__info-icon{color:rgb(var(--tw-color-error-500)/1);display:flex;font-size:2.2rem;justify-content:center;left:1rem;position:absolute;top:1.4rem;width:3rem}.foreign-exchange__footer{padding-top:5rem}@media (min-width:768px){.foreign-exchange__paragraph{margin-bottom:3.4rem}.foreign-exchange__overview-box{margin-bottom:0}.foreign-exchange__interaction{display:flex;flex-direction:column-reverse}.foreign-exchange__go-back{margin-top:2.1rem}}.fx-custom-input--disabled .fx-custom-input__select{cursor:default;opacity:1}.fx-custom-input--disabled .fx-custom-input__select-wrapper::after{display:none}.fx-custom-input--disabled .fx-custom-input__select-wrapper::before{background-color:rgb(var(--tw-color-shade-400)/1);bottom:1.2rem;top:1.2rem}.fx-custom-input--error .fx-custom-input__container{border-color:rgb(var(--tw-color-error-500)/1)}.fx-custom-input__title{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-semibold);margin-bottom:.7rem}.fx-custom-input__container{background-color:#fff;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;display:flex;justify-content:space-between}.fx-custom-input__select-wrapper{align-items:center;display:flex;padding-left:1.5rem;position:relative}.fx-custom-input__select-wrapper::after{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;content:"\f078";display:inline-flex;font-family:"Font Awesome 5 Pro";font-size:.8rem;font-weight:var(--tw-font-semibold);justify-content:center;height:1.4rem;position:absolute;right:2rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:1.4rem}.fx-custom-input__select-wrapper::before{background-color:rgb(var(--tw-color-tertiary-500)/1);bottom:0;content:'';position:absolute;right:0;top:0;width:.2rem}.fx-custom-input__flag{-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;height:2.4rem;width:2.4rem}.fx-custom-input__input,.fx-custom-input__select{border:none;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;border-radius:.5rem;color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-medium);padding:1.3rem 1.5rem 1.3rem 1rem}.fx-custom-input__input:focus,.fx-custom-input__select:focus{outline:none}.fx-custom-input__select{background-color:transparent;cursor:pointer;width:9rem;-moz-appearance:none;-webkit-appearance:none}.fx-custom-input__input{flex-grow:1;min-width:0;text-align:right}.fx-custom-input__error{color:rgb(var(--tw-color-error-500)/1);margin:.6rem 0 1.4rem}@media (min-width:768px){.fx-custom-input__container{flex-direction:row-reverse}.fx-custom-input__select-wrapper::before{left:0}.fx-custom-input__input,.fx-custom-input__select{padding-left:1.5rem}.fx-custom-input__input{text-align:left}}.fx-overview{list-style:none;padding-left:0}.fx-overview__item{align-items:flex-start;display:flex;justify-content:space-between;padding:1rem 0 1.2rem}.fx-overview__item--loader{align-items:center;display:flex;height:7.2rem;justify-content:center}.fx-overview__item--receive{align-items:center}.fx-overview__icon{align-items:center;display:flex;font-size:2rem;height:3rem;justify-content:center;left:-.5rem;margin-right:.1rem;position:relative;top:-.1rem;width:3rem}.fx-overview__loader{background-color:rgb(var(--tw-color-shade-100)/1);font-size:2.6rem}.fx-overview__loader::before{background-color:rgb(var(--tw-color-shade-100)/1)}.fx-overview__receive{font-size:2.4rem}.fx-overview__hr{margin:0;border-top-color:rgb(var(--tw-color-shade-300)/1)}.fx-overview__dropdown-toggle{background-color:transparent;border:none;display:flex;justify-content:space-between;padding:0;width:100%}.fx-overview__dropdown-toggle ~ .dropdown-menu{border:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;margin:0;padding:0;top:-1.5rem}.fx-overview__dropdown-toggle ~ .dropdown-menu .dropdown-item:hover{cursor:pointer}.questionnaire-flow{padding:8.5rem 0}.questionnaire-flow--loading{min-height:75vh}.questionnaire-flow:focus{outline:none}.questionnaire-flow__loader{-webkit-box-shadow:inset 0 0 0 .15em;-moz-box-shadow:inset 0 0 0 .15em;-ms-box-shadow:inset 0 0 0 .15em;-o-box-shadow:inset 0 0 0 .15em;box-shadow:inset 0 0 0 .15em;font-size:2.8rem}.questionnaire-flow__title{font-size:3.125rem;color:rgb(var(--tw-color-shade-400)/1);line-height:1.28;margin-bottom:1rem;text-align:center}.questionnaire-flow__question-list{margin:0 -2.4rem}.questionnaire-flow__actions{padding-top:5rem}.questionnaire-flow__bond-academy{margin-right:2.2rem;max-width:16.4rem}.questionnaire-flow__cta{align-items:center;display:none;flex-shrink:0;gap:1rem}.questionnaire-flow__cta-button{align-items:center;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;display:inline-flex;flex-shrink:0;font-weight:var(--tw-font-medium);justify-content:center;height:4.8rem;padding:.9rem;-webkit-transition:color .25s,background-color .25s;-moz-transition:color .25s,background-color .25s;-ms-transition:color .25s,background-color .25s;-o-transition:color .25s,background-color .25s;transition:color .25s,background-color .25s;width:4.8rem}.questionnaire-flow__cta-button:active,.questionnaire-flow__cta-button:focus,.questionnaire-flow__cta-button:hover{background-color:rgb(var(--tw-color-primary-600)/1)}.questionnaire-flow__cta-button[disabled],.questionnaire-flow__cta-button:disabled{background-color:rgb(var(--tw-color-shade-400)/1) !important;color:rgb(var(--tw-color-shade-500)/1) !important}.questionnaire-flow__cta-button > i{align-items:center;color:inherit;display:inline-flex;font-size:2.2rem;height:3rem;justify-content:center;width:3rem}.questionnaire-flow__cta-loading{color:rgb(var(--tw-color-shade-500)/1);line-height:1;top:0}.questionnaire-flow__cta-small-text{font-size:1.1rem;line-height:1;margin-top:-.1rem}@media (min-width:576px){.questionnaire-flow__question-list{margin:0}.questionnaire-flow__actions{display:flex;justify-content:flex-end}}@media (min-width:992px){.questionnaire-flow__cta{display:flex}}.answer-input{background-color:#fff;border:2px solid transparent;-webkit-border-radius:.8rem;-moz-border-radius:.8rem;-ms-border-radius:.8rem;-o-border-radius:.8rem;border-radius:.8rem;-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);cursor:pointer;display:flex;gap:2.5rem;justify-content:space-between;margin-bottom:1.6rem;padding:1.4rem 2.2rem 2rem;-webkit-transition:border-color .25s,background-color .25s;-moz-transition:border-color .25s,background-color .25s;-ms-transition:border-color .25s,background-color .25s;-o-transition:border-color .25s,background-color .25s;transition:border-color .25s,background-color .25s}.answer-input:hover{background-color:rgb(var(--tw-color-shade-200)/1)}.answer-input__input{display:none}.answer-input__input:checked + .answer-input{border-color:rgb(var(--tw-color-secondary-500)/1);-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.answer-input__textarea{border:.2rem 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;color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;min-height:20vh;max-width:100%;min-width:100%;padding:1rem 1.5rem}.answer-input__textarea::-webkit-input-placeholder{color:rgb(var(--tw-color-shade-400)/1)}.answer-input__textarea:-moz-placeholder{color:rgb(var(--tw-color-shade-400)/1)}.answer-input__textarea::-moz-placeholder{color:rgb(var(--tw-color-shade-400)/1)}.answer-input__textarea:-ms-input-placeholder{color:rgb(var(--tw-color-shade-400)/1)}.answer-input__textarea::placeholder{color:rgb(var(--tw-color-shade-400)/1)}.answer-input__description{color:rgb(var(--tw-color-shade-800)/1);font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.5;margin:0}.answer-input__number{align-items:center;background-color:#fff;border:.2rem 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;color:rgb(var(--tw-color-shade-400)/1);display:inline-flex;flex-shrink:0;font-weight:var(--tw-font-bold);height:3rem;justify-content:center;width:3rem}.questionnaire-sidebar{background-color:rgba(255,255,255,0.6);border:.1rem solid rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;border-radius:.4rem;color:rgb(var(--tw-color-shade-500)/1);padding:1.4rem 2rem 2.4rem}.questionnaire-sidebar__title{margin-bottom:2.5rem}.questionnaire-sidebar__articles{list-style-type:none;margin-bottom:0;padding:0}.questionnaire-sidebar__articles li{margin-bottom:1rem}.investor-categorisation-flow{color:rgb(var(--tw-color-shade-500)/1);padding:9rem 0}.investor-categorisation-flow:focus{outline:none}.investor-categorisation-flow--loading{display:flex;flex-direction:column;justify-content:center;min-height:75vh}.investor-categorisation-flow__loader{-webkit-box-shadow:inset 0 0 0 .15em;-moz-box-shadow:inset 0 0 0 .15em;-ms-box-shadow:inset 0 0 0 .15em;-o-box-shadow:inset 0 0 0 .15em;box-shadow:inset 0 0 0 .15em;font-size:2.8rem}.investor-categorisation-flow__ballot,.investor-categorisation-flow__download{font-size:2rem}.investor-categorisation-flow__actions{align-items:center;display:flex;justify-content:space-between;padding-top:5rem}.investor-questionnaires-flow{color:rgb(var(--tw-color-shade-500)/1);padding:9rem 0}.investor-questionnaires-flow--loading{display:flex;flex-direction:column;justify-content:center;min-height:75vh}.investor-questionnaires-flow:focus{outline:none}.investor-questionnaires-flow__header{background-color:#fff;border-bottom:.1rem solid rgb(var(--tw-color-shade-400)/1);display:flex;overflow:hidden;padding:1.2rem .4rem 1.3rem;max-width:100%}.investor-questionnaires-flow__quiz{align-items:center;display:flex;padding:0 1.6rem;position:relative}.investor-questionnaires-flow__quiz:not(:last-child)::after{background-color:rgb(var(--tw-color-shade-400)/1);content:'';display:inline-block;height:1.2rem;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:.1rem}.investor-questionnaires-flow__quiz-icon{align-items:center;background-color:rgb(var(--tw-color-shade-100)/1);border:.1rem 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:inline-flex;flex-shrink:0;font-size:1.3rem;font-weight:var(--tw-font-bold);height:2rem;justify-content:center;line-height:0;width:2rem}.investor-questionnaires-flow__quiz-icon--passed{background-color:rgb(var(--tw-color-approval-500)/1);border-color:rgb(var(--tw-color-approval-500)/1);color:#fff}.investor-questionnaires-flow__quiz-icon--failed{background-color:rgb(var(--tw-color-error-500)/1);border-color:rgb(var(--tw-color-error-500)/1);color:#fff}.investor-questionnaires-flow__quiz-icon--in-review{background-color:rgb(var(--tw-color-warning-500)/1);border-color:rgb(var(--tw-color-warning-500)/1);color:#fff}.investor-questionnaires-flow__quiz-text{color:rgb(var(--tw-color-tertiary-500)/1);font-weight:var(--tw-font-semibold);margin-left:1rem;text-transform:capitalize;white-space:nowrap}.investor-questionnaires-flow__quiz-text--hidden{display:none}.investor-questionnaires-flow__loader{-webkit-box-shadow:inset 0 0 0 .15em;-moz-box-shadow:inset 0 0 0 .15em;-ms-box-shadow:inset 0 0 0 .15em;-o-box-shadow:inset 0 0 0 .15em;box-shadow:inset 0 0 0 .15em;font-size:2.8rem}.investor-questionnaires-flow__actions-wrapper{padding-top:5rem}.investor-questionnaires-flow__actions{align-items:center;display:flex;justify-content:space-between}@media (min-width:768px){.investor-questionnaires-flow__quiz-text--hidden{display:block}}@media (min-width:1092px){.investor-questionnaires-flow__header{padding-left:2.4rem;padding-right:2.4rem}}.questionnaire-card{color:rgb(var(--tw-color-tertiary-500)/1);display:flex;margin-bottom:0;padding:.9rem 0}.questionnaire-card__status{align-items:center;border:.1rem 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:inline-flex;flex-shrink:0;font-weight:var(--tw-font-semibold);height:3rem;justify-content:center;margin-right:1.5rem;width:3rem}.questionnaire-card__status--passed,.questionnaire-card__status--failed,.questionnaire-card__status--in-review{color:#fff;font-size:2rem}.questionnaire-card__status--passed{background-color:rgb(var(--tw-color-approval-500)/1);border-color:rgb(var(--tw-color-approval-500)/1)}.questionnaire-card__status--failed{background-color:rgb(var(--tw-color-error-500)/1);border-color:rgb(var(--tw-color-error-500)/1)}.questionnaire-card__status--in-review{background-color:rgb(var(--tw-color-warning-500)/1);border-color:rgb(var(--tw-color-warning-500)/1)}.questionnaire-card__title{margin-bottom:.5rem;text-transform:capitalize}@media (min-width:768px){.questionnaire-card{padding:1.5rem 0}.questionnaire-card__title{font-size:2rem;line-height:1.4}}.profile-flow{padding-top:5rem;padding-bottom:10rem}.profile-flow__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:3.125rem;font-weight:var(--tw-font-semibold);line-height:1.28;margin-bottom:1.5rem;margin-top:0}.profile-flow__subtitle{color:rgb(var(--tw-color-shade-800)/1);font-size:1.8rem;line-height:1.22222;margin-bottom:1.5rem}.profile-flow__paragraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.625;margin-bottom:1rem;margin-top:0}.profile-flow__paragraph:last-of-type{margin-bottom:3rem}.profile-flow__country-code-select{width:11rem}.profile-flow__content-wrapper{max-width:47.2rem}@media (min-width:768px){.profile-flow{padding-top:9rem}.profile-flow__subtitle{margin-bottom:1rem}}.profile-segment{display:block}.profile-segment--padding-top{padding-top:2rem}.profile-segment > *:last-child{margin-bottom:0}.profile-segment__subheader-wrapper{align-items:center;display:flex;justify-content:space-between;padding:.4rem 0 .7rem}.profile-segment .profile-segment__subheader,.profile-segment__subheader{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.3rem;font-weight:var(--tw-font-semibold);line-height:1.8465;margin:0}.profile-segment__paragraph{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:2.5rem}.profile-segment__paragraph--contact-support{margin-bottom:3rem}.profile-segment__subparagraph{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.84615}.profile-segment__add-tax-residence{align-items:center;background-color:transparent;border:none;color:rgb(var(--tw-color-primary-500)/1);display:flex}.profile-segment__add-tax-residence-icon{font-size:2rem;line-height:.75;vertical-align:middle}.profile-segment__add-tax-residence-text{display:none;font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.3125}.profile-segment__profile-input{margin-bottom:2rem}.profile-segment__profile-input--textarea{line-height:0}.profile-segment__map-market{margin-bottom:1rem;min-width:5rem}.profile-segment__map-market-icon{font-size:2rem;line-height:1.1}.profile-segment__map-market-span{display:none}.profile-segment__hr{border-top-color:rgb(var(--tw-color-shade-400)/1);margin:3rem 0}.profile-segment__qr-code{margin-bottom:3rem}.profile-segment__important-information{margin-bottom:3rem}.profile-segment__profile-notification{margin:0 -2.4rem 2.4rem}.profile-segment__loader{display:block;font-size:2rem;margin:5rem auto}.profile-segment__error-container{background-color:#fff;border-bottom:.1rem solid rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-500)/1);display:block;font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.625;padding:6.4rem 1rem 7rem;text-align:center}@media (min-width:768px){.profile-segment__add-tax-residence-icon{display:none;margin-left:.8rem}.profile-segment__add-tax-residence-text{display:inline}.profile-segment__map-market{min-width:9.4rem}.profile-segment__map-market-icon{display:none}.profile-segment__map-market-span{display:block;font-size:1.6rem}.profile-segment__qr-code{margin-bottom:4rem}.profile-segment__profile-notification{margin:0 0 2.8rem}}.text-ellipsis,.profile-detail .profile-detail__title,.profile-detail__description-wrapper,.profile-detail .profile-detail__description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-detail{align-items:center;background-color:#fff;border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);display:flex;flex-wrap:wrap;padding:1.8rem 1.6rem;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}.profile-detail:active,.profile-detail:focus,.profile-detail:hover{text-decoration:none}.profile-detail:hover:not(.profile-detail--disabled-edit){background-color:rgb(var(--tw-color-shade-200)/1);cursor:pointer}.profile-detail:hover:not(.profile-detail--disabled-edit) .profile-detail__edit{color:rgb(var(--tw-color-primary-600)/1)}.profile-detail--disabled-edit .profile-detail__edit{display:none}.profile-detail--with-right-icon .profile-detail__cta-icon{display:flex}.profile-detail__icon-wrapper{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%;color:rgb(var(--tw-color-secondary-500)/1);display:flex;flex-shrink:0;justify-content:center;height:4rem;margin-right:1.4rem;width:4rem}.profile-detail__cta-icon{align-items:center;align-self: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%;color:rgb(var(--tw-color-primary-500)/1);display:none;flex-shrink:0;justify-content:center;height:4rem;margin-left:auto;width:4rem}.profile-detail__cta-icon .loader{top:0}.profile-detail__icon{font-size:2rem}.profile-detail__country-flag{width:2rem}.profile-detail .profile-detail__title{color:rgb(var(--tw-color-tertiary-500)/1);display:block;font-size:1.6rem;line-height:1.5;margin-bottom:0}.profile-detail__description-wrapper{flex:1 0 0}.profile-detail .profile-detail__description{color:rgb(var(--tw-color-shade-500)/1);display:block;font-size:1.3rem;line-height:1.84615;margin-bottom:0}.profile-detail__edit{color:rgb(var(--tw-color-primary-500)/1);font-size:1.4rem;position:absolute;right:1.5rem;top:2rem}.profile-detail__update-categorisation{flex:0 0 100%;font-size:1.3rem;line-height:1.84615;margin-top:3rem}.profile-detail__footer{display:flex;padding-bottom:.3rem;padding-top:2.8rem;width:100%}.profile-detail__check-icon{color:rgb(var(--tw-color-approval-500)/1);display:flex;font-size:1.4rem;justify-content:center;margin-right:1.4rem;min-width:4rem;padding-top:.6rem}.profile-detail__small-link{font-size:1.3rem;line-height:1.84615;margin-left:1.6rem}@media (min-width:992px){.profile-detail__icon-wrapper{margin-right:1.6rem}}.profile-notification{background-color:#fff;border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);display:flex;flex-direction:column;flex-wrap:wrap;padding-bottom:1.6rem}.profile-notification--all-notifications{background-color:rgb(var(--tw-color-shade-200)/1);border-bottom:none;-webkit-border-radius:.8rem;-moz-border-radius:.8rem;-ms-border-radius:.8rem;-o-border-radius:.8rem;border-radius:.8rem}.profile-notification--all-notifications .profile-notification__info-wrapper{padding:1.6rem 2.4rem 1.8rem}.profile-notification--all-notifications .profile-notification__icon-wrapper{display:none}.profile-notification__info-wrapper{align-items:center;display:flex;padding:1.9rem 2.4rem 2.1rem}.profile-notification__icon-wrapper{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%;color:rgb(var(--tw-color-secondary-500)/1);display:flex;flex-shrink:0;justify-content:center;height:4rem;margin-right:1.6rem;width:4rem}.profile-notification__icon{font-size:2rem}.profile-notification .profile-notification__info .profile-notification__title,.profile-notification__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;line-height:1.625;margin:0}.profile-notification .profile-notification__info .profile-notification__text,.profile-notification__text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.3rem;line-height:1.53846;margin-bottom:0}.profile-notification__checkbox-container{margin-bottom:0;padding:1.1rem 2.9rem}.profile-notification__extra-settings{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;padding:1.1rem 2.4rem}.profile-notification__history-icon{color:rgb(var(--tw-color-secondary-500)/1);font-size:2.1rem;margin-right:1.6rem;padding:.95rem}@media (min-width:768px){.profile-notification{justify-content:space-between;flex-direction:row;padding-bottom:0}.profile-notification__info-wrapper{padding:1.9rem 1.6rem 2.1rem}.profile-notification__checkbox-container{padding:1.1rem 1.6rem}.profile-notification__extra-settings{flex-basis:100%;justify-content:flex-start;padding:1.1rem 1.6rem}}.profile-empty-section{align-items:center;background-color:#fff;border-bottom:.1rem solid rgb(var(--tw-color-shade-400)/1);border-top:.1rem solid rgb(var(--tw-color-shade-400)/1);color:rgb(var(--tw-color-shade-500)/1);display:flex;flex-direction:column;justify-content:center;min-height:16rem;padding:.5rem;text-align:center}.profile-empty-section__text{color:rgb(var(--tw-color-shade-500)/1);line-height:1.375;margin-bottom:.5rem}.profile-empty-section > *:first-child{margin-top:-.5rem}.profile-empty-section > *:last-child{margin-bottom:0}.profile-document{align-items:center;background-color:#fff;border-bottom:.1rem solid rgb(var(--tw-color-shade-400)/1);display:flex;justify-content:space-between;padding:1.8rem 1.6rem}.profile-document__content-wrapper{flex:1 1 auto;padding-right:1.6rem}.profile-document__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.5;margin-bottom:0}.profile-document__status{align-items:baseline;color:rgb(var(--tw-color-shade-500)/1);display:flex;font-size:1.3rem;line-height:1.53846;margin-bottom:0}.profile-document__status-icon{font-size:1.4rem;margin-right:.6rem;position:relative;top:.1rem}.profile-document__icon{align-items:center;background-color:#fff;border:.1rem 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-primary-500)/1);cursor:pointer;display:flex;flex:0 0 4rem;font-size:2rem;justify-content:center;height:4rem;-webkit-transition:color .25s;-moz-transition:color .25s;-ms-transition:color .25s;-o-transition:color .25s;transition:color .25s;width:4rem}.profile-document__icon:hover{color:rgb(var(--tw-color-primary-600)/1)}.loading{margin:auto;min-height:80px;background-image:url(data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjQ0IiBoZWlnaHQ9IjQ0IiB2aWV3Qm94PSIwIDAgNDQgNDQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjREQwMDMxIiBmaWxsPSIjREQwMDMxIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4KICAgICAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIKICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIxLjhzIgogICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIKICAgICAgICAgICAgICAgIGNhbGNNb2RlPSJzcGxpbmUiCiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIKICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIgogICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+CiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IgogICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuOHMiCiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDAiCiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIgogICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiCiAgICAgICAgICAgICAgICBrZXlTcGxpbmVzPSIwLjMsIDAuNjEsIDAuMzU1LCAxIgogICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+CiAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgPGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMSI+CiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiCiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS44cyIKICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMjAiCiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIgogICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiCiAgICAgICAgICAgICAgICBrZXlTcGxpbmVzPSIwLjE2NSwgMC44NCwgMC40NCwgMSIKICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIKICAgICAgICAgICAgICAgIGJlZ2luPSItMC45cyIgZHVyPSIxLjhzIgogICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIgogICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIKICAgICAgICAgICAgICAgIGtleVRpbWVzPSIwOyAxIgogICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIKICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogICAgICAgIDwvY2lyY2xlPgogICAgPC9nPgo8L3N2Zz4=);background-repeat:no-repeat;background-size:80px;background-position:center}.video-link{display:inline-block;height:50px;line-height:50px;padding-left:60px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QkYCAgn6rERXQAAA/RJREFUaN7dmk1olEcYx3/P7Jsv4moPQiEhTdFTGzRKmhSTXVLBQughZRHE6qkWLBSLR8Fc9lKhh15KDg0UeijpoRC2WJHcUt11aU0kXUOlUAyEEC+VgvnAfGzm8bC7cTcmIU3eeXfX//WFmfm9M8/M8yWqih/KSHdzFrrBOwZ6FGgFwgqNAAJLwAIwA/IYslMepNs1PefH/LIfkHHpbTHYmEIMOLLHYaYFEhaT6NQ7s4GCZCTSlsVcsdg+QYwff1RRazCjHnawXVN/OQV5IO8dVuqvg5zFqXREWL7RoRNPfQeZlEj/OnwFcpBApPMhGDipqZu+gDySc7XPeRJX5CJlkKDDDTTF39WfV/cM8lDaG9cIDykSpYwSNFnDwufHNbP0v0EeSnvjKod+Aj1BRUj+rOXZhe1gzHbHaY3wUOVAAOiJNcJDj+Rc7a5B8jYRpcKkSPQ5T+K7ApmUSH+5DHuXMBcnJdK/o43k34mx4K7YvV/NwvLp4nfGlNLWX698CAA5mFvrFjuSkUjbGnKbKlIN+lHBndnYkSzmClWm4jWbghdrsX3+GKONK6wHAWKxfePS27IBYsjG/PJiO/XeDxb9TGHR/YsvxmBjGyCKifk5wfuaGjOsn1V0zjVMPhbCZKS7eR9B0bbq0PTfHuZj0EnHLEcy0t1scuGpG53Uu/8uUnMe9Fe3Rk+3ycXY7vSBji13cu9LgW/dzeIdM/lEgdtzrKodmvzGsn4VdNXBDEeN5rIdgahL079Y+AT4z2eDbzUC4SAfsS5NTSgr/Qr/+HcNEzaFvFOQ6tT7s6toDPSuTzvSaCiTejS1sEjNp8CPfoxn8hnAsqiOlRrF1vtwtJY8cmnMN4KG+F1Ove3hfSfwjg/DLRhgJmiIcYn2eXi3fIIAmPFyCWWNBAHwm5z2DpC9JnDZZ/fxsQfZKQg5h/hDzrx5gOwg0OXASZkyHqRdQ9yXnlMhVm67gQAP0iZfn5h2Ei+IyLhEvxDMMHDY0X+abtf0nMlfXwm/R38gHx4aJ/K9wDVxeHYLaze5kNEkFLX+3UpdbcryLeCM26BKrcW8BOnUO7MGM+rH4BPScx7qEsBbrm3PYEYLVS7z0mDsoE/Dfy1QF8R1XrzmDZBcfkhHqicZpCPFJTpTajjLN0DnqwBiPrfW4mNWkjCYeBqCgUrHCMHA5vqieTVhkLop6HClQgg6vFVdcct4pIGmuKDJCoRINtAU3/Lba116AziumaVanl2ohJ0RNLkTxI4gBZgGmi6V02by5elLO0HseLQ2q+obBkodwdeghaNYVd9U86qX29tiyMbyZYl9tDnZhMULvs1p610qbTxTaJVNjWcKC+Ko8ewFuuDNv95KuBUAAAAASUVORK5CYII=);background-position:left;background-repeat:no-repeat;font-size:18px}.hero-section{height:650px;overflow:hidden}.hero-section .container-fluid,.hero-section .container{position:relative;height:100%;width:83%;display:table}.hero-section .container-fluid .hero-image,.hero-section .container .hero-image{position:absolute;right:25%;margin-top:6%;height:87%}.hero-section .container-fluid .hero-image img,.hero-section .container .hero-image img{height:100%}.hero-section .container-fluid .hero-content,.hero-section .container .hero-content{position:inherit;width:100%;display:table-cell;vertical-align:middle}.hero-section h1,.hero-section h2,.hero-section h3,.hero-section h4,.hero-section h5{padding:0;margin:0;color:#fff;font-weight:var(--tw-font-bold)}.hero-section h1{font-size:62px}.hero-section h4{font-size:26px;line-height:35px}.hero-section h5{font-size:16px}.hero-section p{color:#fff;font-size:18px}.hero-section strong{color:rgb(var(--tw-color-primary-500)/1)}.hero-section hr{border-top:2px solid #fff}.home-hero .right-text{text-align:right}@media screen and (max-width:767px){.hero-section h1{font-size:40px}}@media screen and (max-width:1091px){.home-hero .right-text{text-align:left}}@media screen and (max-width:1200px){.hero-section .container-fluid,.hero-section .container{width:100%}}.press-section{background-color:rgb(var(--tw-color-shade-200)/1);padding:15px 0}.press-section .press-item{text-align:center}.press-section .press-item img{width:75%;max-width:150px}.why-us{text-align:center}.why-us h1{margin:0;padding:80px 0 50px}.why-us .info-item{text-align:center;min-height:230px}.why-us .info-item .info-text{color:rgb(var(--tw-color-shade-500)/1);padding:20px 10px;font-size:20px;font-weight:var(--tw-font-bold)}.why-us .get-started{margin:0 0 70px}.testimonials{text-align:center}.testimonials h2{margin:0;padding:60px 0 90px}.testimonials .testimonial-item{padding:0 20px 25px;background-color:rgb(var(--tw-color-shade-200)/1);margin-bottom:50px}.testimonials .testimonial-item img{margin-top:-18%;width:35%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;max-width:250px}.testimonials .testimonial-item .testimonial-position{color:rgb(var(--tw-color-primary-500)/1);margin-bottom:10px}.testimonials .testimonial-text{text-align:left;font-size:14px}.how-it-works-section{padding-bottom:50px}.how-it-works-section h1{margin:0;padding:80px 0 50px;text-align:center}.how-it-works-section .info-text{font-size:16px;color:rgb(var(--tw-color-shade-500)/1)}@media screen and (max-width:767px){.how-it-works-section h1{padding:40px 0 25px}}.hero-section .container .hero-image.left{left:-90px;height:110%;padding-left:15px;top:90px}.hero-section .container .hero-image.right{right:0;height:100%;top:133px}.hero-section .container .hero-content.how-it-works{padding:0 120px;text-align:center}.hero-section .container .hero-content.how-it-works h1{margin-top:45px;font-size:50px;letter-spacing:2px}.hero-section .container .hero-content.how-it-works hr{margin:20px 230px 30px}@media screen and (max-width:1200px){.hero-section .container .hero-content.how-it-works hr{margin:20px 150px 30px}}@media screen and (max-width:991px){.hero-section .container .hero-image.left{height:55%}.hero-section .container .hero-image.right{height:50%}.hero-section .container .hero-content.how-it-works{padding:0 40px}.hero-section .container .hero-content.how-it-works hr{margin:20px 100px 30px}}@media screen and (max-width:767px){.hero-section.hero-how-it-works{height:auto}.hero-section .container .hero-content.how-it-works{padding:0 20px}.hero-section .container .hero-content.how-it-works hr{margin:20px 0 30px}.hero-section .container .hero-content.how-it-works h1{font-size:26px}}.getting-started .get-started-step{margin-bottom:10px}.getting-started .get-started-step img{width:100%}.getting-started .get-started-step h4{margin-top:20px}.getting-started .get-started-step .get-started-counter{width:40px;height:40px;margin-top:-20px;margin-left:-15px;background-color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;position:absolute;top:50%;font-size:20px;font-weight:var(--tw-font-bold);text-align:center;line-height:47px}@media screen and (max-width:767px){.getting-started .get-started-step{text-align:center}.getting-started .get-started-step img{max-width:120px}}.senior-secured-overview{background-color:rgb(var(--tw-color-shade-200)/1)}.senior-secured-overview .ss-bullet{margin-bottom:30px}.senior-secured-overview h4{margin-top:0}.senior-secured-overview .checkbox-icon{text-align:center;float:left;width:40px;height:40px;background-color:rgb(var(--tw-color-approval-500)/1);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;padding:8px}.senior-secured-overview .ss-bullet-content{padding-left:60px}.investment-types .type-card{position:relative;width:100%}.investment-types .type-card .type-card-header{padding-bottom:38.25%}.investment-types .type-card .type-card-header-content{position:absolute;overflow:hidden;top:0;bottom:0;left:0;right:0}.investment-types .type-card .type-card-header-content img{position:absolute;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.investment-types .type-card .type-card-header-content img.guy-jumping{right:0;top:5%;width:55%}.investment-types .type-card .type-card-header-content img.older-gentleman{right:36px;top:5%;width:35%}.investment-types .type-card .type-card-header-content h2{font-size:24px;position:absolute;bottom:5%;left:4%;color:#fff;font-weight:var(--tw-font-bold)}.investment-types .type-card-body{padding:30px 20px;background-color:rgb(var(--tw-color-shade-200)/1);height:570px;margin-bottom:15px}.investment-types .type-card-body ul{padding:0 14px}.investment-types .type-card-body ul > li{font-size:16px;color:rgb(var(--tw-color-shade-500)/1)}@media screen and (min-width:767px) and (max-width:1091px){.investment-types .type-card .type-card-header-content h2{font-size:18px}.investment-types .type-card-body h4{font-size:16px}.investment-types .type-card-body ul > li{font-size:12px}}@media screen and (max-width:767px){.investment-types .type-card-body{height:auto}}.about-us-section h1{margin:0;padding:80px 0 50px;text-align:center}.about-us-section p{font-size:16px}@media screen and (max-width:767px){.about-us-section h1{padding:40px 0 25px}}.hero-section .container .hero-image.center{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);width:500px}.hero-section.about-us-hero{height:440px}.hero-section.about-us-hero .container h1{text-align:center;position:absolute;font-size:50px;letter-spacing:2px;top:33%;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.hero-section.about-us-hero .container .hero-image.center img{height:initial;width:100%;-webkit-filter:grayscale(100%);filter:grayscale(100%)}@media screen and (max-width:767px){.hero-section.about-us-hero{height:auto}.hero-section.about-us-hero .container h1{position:inherit;margin:30px 0 15px}}.about-us-wrapper .testimonials .testimonial-item{margin-top:100px;height:550px}@media screen and (max-width:1350px){.about-us-wrapper .testimonials .testimonial-item{height:650px}}@media screen and (max-width:1091px){.about-us-wrapper .testimonials .testimonial-item{height:600px}}@media screen and (max-width:991px){.about-us-wrapper .testimonials .testimonial-item{height:870px}}@media screen and (max-width:767px){.about-us-wrapper .testimonials .testimonial-item{height:auto}}.dashboard-summary{padding:40px 0 0}.dashboard-summary h2{font-size:48px}.dashboard-summary p{color:rgb(var(--tw-color-shade-500)/1);font-size:21px;margin-bottom:20px}.dashboard-summary strong{color:rgb(var(--tw-color-primary-500)/1)}.dashboard-summary .portfolio-headline{width:25%;height:185px;display:inline-block;border:1px solid rgb(var(--tw-color-shade-100)/1);border-right:none;padding:15px;position:relative}.dashboard-summary .portfolio-headline:last-child{border-right:1px solid rgb(var(--tw-color-shade-100)/1)}.dashboard-summary .portfolio-headline .detail{font-size:28px;margin-top:25px;font-weight:var(--tw-font-bold);color:rgb(var(--tw-color-tertiary-500)/1)}.dashboard-detail{background-color:rgb(var(--tw-color-shade-100)/1)}.dashboard{padding-top:10px;min-height:800px}.dashboard .tab-content{padding:0}#account-details-password input.form-control,#account-details-security-questions input.form-control{width:50%}.security-questions p{width:600px}.security-questions hr{margin:40px 0}#portfolio-legend{padding-top:50px}#reporting-tab .loading{margin:20px;text-align:center}#reporting-tab label{margin-top:10px}#reporting-tab .report-table{margin-top:20px}#reporting-tab .report-filters label{margin-bottom:0;vertical-align:top;padding-top:12px;margin-right:15px}#reporting-tab .report-filters .wl-select{width:210px}#reporting-tab .account-statement{margin-top:10px}#reporting-tab .account-statement .fa-download{font-size:22px;float:right;color:rgb(var(--tw-color-primary-500)/1);margin-right:15px;line-height:35px;cursor:pointer}.dashboard-page-wrapper{background-color:rgb(var(--tw-color-shade-100)/1);height:100%}.dashboard{padding-top:40px;padding-bottom:80px;padding-top:10px}.dashboard .divider{position:absolute;height:100%;left:370px}.dashboard h2{margin:20px 0}.dashboard .tab-content{padding:0}.dashboard .tab-content .identity-check .summary-header,.dashboard .tab-content .referrals .summary-header,.dashboard .tab-content .portfolio-summary .summary-header{margin-bottom:20px}.dashboard .tab-content .identity-check h3,.dashboard .tab-content .referrals h3,.dashboard .tab-content .portfolio-summary h3{margin-bottom:15px}.dashboard .tab-content .identity-check h4,.dashboard .tab-content .referrals h4,.dashboard .tab-content .portfolio-summary h4{margin-bottom:15px;font-weight:var(--tw-font-bold);color:rgb(var(--tw-color-primary-500)/1)}.dashboard .tab-content .identity-check .summary-section,.dashboard .tab-content .referrals .summary-section,.dashboard .tab-content .portfolio-summary .summary-section{border-right:1px solid}.dashboard .tab-content .identity-check .document-upload,.dashboard .tab-content .referrals .document-upload,.dashboard .tab-content .portfolio-summary .document-upload{margin-top:40px;margin-bottom:10px}.dashboard .tab-content .identity-check .document-upload label,.dashboard .tab-content .referrals .document-upload label,.dashboard .tab-content .portfolio-summary .document-upload label{margin-bottom:10px}.dashboard .tab-content .identity-check .document-upload p,.dashboard .tab-content .referrals .document-upload p,.dashboard .tab-content .portfolio-summary .document-upload p{margin-top:10px}.dashboard .tab-content .identity-check .document-upload em,.dashboard .tab-content .referrals .document-upload em,.dashboard .tab-content .portfolio-summary .document-upload em{font-size:smaller;margin-top:10px}.dashboard .tab-content .identity-check .document-upload button,.dashboard .tab-content .referrals .document-upload button,.dashboard .tab-content .portfolio-summary .document-upload button{margin-top:20px}.dashboard .tab-content .identity-check .footnote,.dashboard .tab-content .referrals .footnote,.dashboard .tab-content .portfolio-summary .footnote{margin-top:20px;margin-bottom:20px}.dashboard .tab-content .identity-check input{display:inline}.dashboard .tab-content .loan-table h3,.dashboard .tab-content .order-table h3,.dashboard .tab-content .help h3{font-size:22px}.dashboard .tab-content .loan-table td,.dashboard .tab-content .order-table td,.dashboard .tab-content .help td{vertical-align:middle}.dashboard .tab-content .loan-table td.invested,.dashboard .tab-content .order-table td.invested,.dashboard .tab-content .help td.invested{color:rgb(var(--tw-color-primary-500)/1)}.dashboard .tab-content .loan-table tr.cancelled,.dashboard .tab-content .order-table tr.cancelled,.dashboard .tab-content .help tr.cancelled,.dashboard .tab-content .loan-table tr.cancelled a,.dashboard .tab-content .order-table tr.cancelled a,.dashboard .tab-content .help tr.cancelled a{text-decoration:line-through}.dashboard .tab-content .help ul{padding-left:18px}.dashboard .communication-preferences .form-group{margin-bottom:0}.deposit-info p{font-size:13px}.profile-page h1{font-size:61.04px;line-height:70px;font-weight:var(--tw-font-bold)}.profile-page h2{margin-top:0;font-size:48.83px;line-height:54px;font-weight:var(--tw-font-bold)}.profile-page h3{font-size:31.25px;line-height:40px;font-weight:var(--tw-font-bold)}.profile-page h4{font-size:20px;line-height:28px;font-weight:var(--tw-font-bold);margin-top:0}.profile-page h5{font-size:16px;line-height:1.6;font-weight:var(--tw-font-bold)}.profile-page p{color:rgb(var(--tw-color-shade-500)/1);font-size:16px;line-height:1.625}.profile-page p.error{color:rgb(var(--tw-color-error-500)/1)}.profile-page p strong{color:rgb(var(--tw-color-shade-700)/1);font-weight:var(--tw-font-bold)}.profile-page p.small-text{font-size:13px}.profile-page .section-label{margin-top:10px;font-size:16px;line-height:24px;display:block}.profile-page .section-label__help-link{float:right;font-size:13px}.profile-page a{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}.profile-page a:hover{text-decoration:none;color:rgb(var(--tw-color-primary-700)/1);-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.profile-page a.btn-action{color:#fff}.profile-page a.btn-action:hover{color:#fff}.profile-page a.info-link{color:rgb(var(--tw-color-shade-500)/1);border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1)}.profile-page a.info-link:hover{color:rgb(var(--tw-color-shade-500)/1);cursor:help}.profile-page hr{border-color:rgb(var(--tw-color-shade-400)/1);margin:30px 0}.my-account-page{padding-top:40px;padding-bottom:80px;padding-top:0}.my-account-page .divider{position:absolute;height:100%;left:370px}.my-account-page h2{margin:20px 0}.my-account-page .tab-content{padding:0}.my-account-page .tab-content .identity-check .summary-header,.my-account-page .tab-content .referrals .summary-header,.my-account-page .tab-content .portfolio-summary .summary-header{margin-bottom:20px}.my-account-page .tab-content .identity-check h3,.my-account-page .tab-content .referrals h3,.my-account-page .tab-content .portfolio-summary h3{margin-bottom:15px}.my-account-page .tab-content .identity-check h4,.my-account-page .tab-content .referrals h4,.my-account-page .tab-content .portfolio-summary h4{margin-bottom:15px;font-weight:var(--tw-font-bold);color:rgb(var(--tw-color-primary-500)/1)}.my-account-page .tab-content .identity-check .summary-section,.my-account-page .tab-content .referrals .summary-section,.my-account-page .tab-content .portfolio-summary .summary-section{border-right:1px solid}.my-account-page .tab-content .identity-check .document-upload,.my-account-page .tab-content .referrals .document-upload,.my-account-page .tab-content .portfolio-summary .document-upload{margin-top:40px;margin-bottom:10px}.my-account-page .tab-content .identity-check .document-upload label,.my-account-page .tab-content .referrals .document-upload label,.my-account-page .tab-content .portfolio-summary .document-upload label{margin-bottom:10px}.my-account-page .tab-content .identity-check .document-upload p,.my-account-page .tab-content .referrals .document-upload p,.my-account-page .tab-content .portfolio-summary .document-upload p{margin-top:10px}.my-account-page .tab-content .identity-check .document-upload em,.my-account-page .tab-content .referrals .document-upload em,.my-account-page .tab-content .portfolio-summary .document-upload em{font-size:smaller;margin-top:10px}.my-account-page .tab-content .identity-check .document-upload button,.my-account-page .tab-content .referrals .document-upload button,.my-account-page .tab-content .portfolio-summary .document-upload button{margin-top:20px}.my-account-page .tab-content .identity-check .footnote,.my-account-page .tab-content .referrals .footnote,.my-account-page .tab-content .portfolio-summary .footnote{margin-top:20px;margin-bottom:20px}.my-account-page .tab-content .identity-check input{display:inline}.my-account-page .tab-content .loan-table h3,.my-account-page .tab-content .order-table h3,.my-account-page .tab-content .help h3{font-size:22px}.my-account-page .tab-content .loan-table td,.my-account-page .tab-content .order-table td,.my-account-page .tab-content .help td{vertical-align:middle}.my-account-page .tab-content .loan-table td.invested,.my-account-page .tab-content .order-table td.invested,.my-account-page .tab-content .help td.invested{color:rgb(var(--tw-color-primary-500)/1)}.my-account-page .tab-content .loan-table tr.cancelled,.my-account-page .tab-content .order-table tr.cancelled,.my-account-page .tab-content .help tr.cancelled,.my-account-page .tab-content .loan-table tr.cancelled a,.my-account-page .tab-content .order-table tr.cancelled a,.my-account-page .tab-content .help tr.cancelled a{text-decoration:line-through}.my-account-page .tab-content .help ul{padding-left:18px}.my-account-page .communication-preferences .form-group{margin-bottom:0}.my-account-page > div > .tab-content{padding:20px 0}.my-account-page .account-details h5{font-size:14px;margin:10px 0 5px 0;font-weight:var(--tw-font-bold)}.my-account-page .account-details .logout-form{position:absolute;left:10px;bottom:10px}.my-account-page .account-details .logout-form span{font-weight:var(--tw-font-bold)}.my-account-page .account-details #personal-details-form{margin-bottom:5rem}.referrals-page{padding-top:40px;padding-bottom:80px}.referrals-page .divider{position:absolute;height:100%;left:370px}.referrals-page h2{margin:20px 0}.referrals-page .tab-content{padding:0}.referrals-page .tab-content .identity-check .summary-header,.referrals-page .tab-content .referrals .summary-header,.referrals-page .tab-content .portfolio-summary .summary-header{margin-bottom:20px}.referrals-page .tab-content .identity-check h3,.referrals-page .tab-content .referrals h3,.referrals-page .tab-content .portfolio-summary h3{margin-bottom:15px}.referrals-page .tab-content .identity-check h4,.referrals-page .tab-content .referrals h4,.referrals-page .tab-content .portfolio-summary h4{margin-bottom:15px;font-weight:var(--tw-font-bold);color:rgb(var(--tw-color-primary-500)/1)}.referrals-page .tab-content .identity-check .summary-section,.referrals-page .tab-content .referrals .summary-section,.referrals-page .tab-content .portfolio-summary .summary-section{border-right:1px solid}.referrals-page .tab-content .identity-check .document-upload,.referrals-page .tab-content .referrals .document-upload,.referrals-page .tab-content .portfolio-summary .document-upload{margin-top:40px;margin-bottom:10px}.referrals-page .tab-content .identity-check .document-upload label,.referrals-page .tab-content .referrals .document-upload label,.referrals-page .tab-content .portfolio-summary .document-upload label{margin-bottom:10px}.referrals-page .tab-content .identity-check .document-upload p,.referrals-page .tab-content .referrals .document-upload p,.referrals-page .tab-content .portfolio-summary .document-upload p{margin-top:10px}.referrals-page .tab-content .identity-check .document-upload em,.referrals-page .tab-content .referrals .document-upload em,.referrals-page .tab-content .portfolio-summary .document-upload em{font-size:smaller;margin-top:10px}.referrals-page .tab-content .identity-check .document-upload button,.referrals-page .tab-content .referrals .document-upload button,.referrals-page .tab-content .portfolio-summary .document-upload button{margin-top:20px}.referrals-page .tab-content .identity-check .footnote,.referrals-page .tab-content .referrals .footnote,.referrals-page .tab-content .portfolio-summary .footnote{margin-top:20px;margin-bottom:20px}.referrals-page .tab-content .identity-check input{display:inline}.referrals-page .tab-content .loan-table h3,.referrals-page .tab-content .order-table h3,.referrals-page .tab-content .help h3{font-size:22px}.referrals-page .tab-content .loan-table td,.referrals-page .tab-content .order-table td,.referrals-page .tab-content .help td{vertical-align:middle}.referrals-page .tab-content .loan-table td.invested,.referrals-page .tab-content .order-table td.invested,.referrals-page .tab-content .help td.invested{color:rgb(var(--tw-color-primary-500)/1)}.referrals-page .tab-content .loan-table tr.cancelled,.referrals-page .tab-content .order-table tr.cancelled,.referrals-page .tab-content .help tr.cancelled,.referrals-page .tab-content .loan-table tr.cancelled a,.referrals-page .tab-content .order-table tr.cancelled a,.referrals-page .tab-content .help tr.cancelled a{text-decoration:line-through}.referrals-page .tab-content .help ul{padding-left:18px}.referrals-page .communication-preferences .form-group{margin-bottom:0}#referrals-tab .referral-option{text-align:center}#referrals-tab .referral-option .referral-option-title h4{line-height:40px}#referrals-tab .referral-option .referral-blurb{margin-bottom:20px}#referrals-tab .referral-option .paste-box{padding:10px 0;border:2px solid rgb(var(--tw-color-shade-200)/1);font-size:20px;color:rgb(var(--tw-color-primary-500)/1)}#referrals-tab .referral-option .referral-form{text-align:left}.social-button{margin:0 15px}.social-button:hover{text-decoration:none}.legendBox .legendColorBox{display:inline-block;width:15px;height:15px;margin:2px 10px 1px 0;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px}.legendBox .legendLabel{display:inline-block;font-size:12px}.legendBox .legendLabel .title{display:inline-block;width:110px;overflow:hidden}.legendBox .legendLabel .percentage{display:inline-block;width:40px;overflow:hidden;font-weight:var(--tw-font-bold)}.legendBox .legendLabel .amount{display:inline-block;width:65px;overflow:hidden;font-weight:var(--tw-font-bold);text-align:right}#activity-panel .btn,#side-panel .btn,#bond-view-panel .btn{position:relative}#activity-panel .btn.filter,#side-panel .btn.filter,#bond-view-panel .btn.filter{float:right;margin-right:10px;z-index:5;background-color:#fff;height:auto}#activity-panel .btn.filter:hover,#side-panel .btn.filter:hover,#bond-view-panel .btn.filter:hover,#activity-panel .btn.filter:active,#side-panel .btn.filter:active,#bond-view-panel .btn.filter:active{color:rgb(var(--tw-color-primary-500)/1)}#activity-panel .btn.filter ul li.description,#side-panel .btn.filter ul li.description,#bond-view-panel .btn.filter ul li.description{text-align:right;display:inherit}#activity-panel .btn.filter ul li.description .close-filter,#side-panel .btn.filter ul li.description .close-filter,#bond-view-panel .btn.filter ul li.description .close-filter{display:none}#activity-panel .btn.filter--marginless,#side-panel .btn.filter--marginless,#bond-view-panel .btn.filter--marginless{margin:0}#activity-panel .btn.filter.open ul li,#side-panel .btn.filter.open ul li,#bond-view-panel .btn.filter.open ul li{display:inherit}#activity-panel .btn.filter.open ul li.description span,#side-panel .btn.filter.open ul li.description span,#bond-view-panel .btn.filter.open ul li.description span,#activity-panel .btn.filter.open ul li.description i,#side-panel .btn.filter.open ul li.description i,#bond-view-panel .btn.filter.open ul li.description i{display:none}#activity-panel .btn.filter.open ul li.description span.close-filter,#side-panel .btn.filter.open ul li.description span.close-filter,#bond-view-panel .btn.filter.open ul li.description span.close-filter{display:inherit}#activity-panel .btn.filter ul,#side-panel .btn.filter ul,#bond-view-panel .btn.filter ul{list-style:none;padding:0;margin:0}#activity-panel .btn.filter ul li,#side-panel .btn.filter ul li,#bond-view-panel .btn.filter ul li{text-align:left;display:none}#activity-panel .btn.filter ul li.selected,#side-panel .btn.filter ul li.selected,#bond-view-panel .btn.filter ul li.selected{display:inherit}#activity-panel .btn.filter .description-text,#side-panel .btn.filter .description-text,#bond-view-panel .btn.filter .description-text{margin-right:12px}#activity-panel .panel-proper,#side-panel .panel-proper,#bond-view-panel .panel-proper{padding-top:6.9rem;padding-bottom:2rem;position:fixed;right:0;top:0;height:100vh;width:45rem;background-color:rgb(var(--tw-color-shade-100)/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);border:1px solid rgb(var(--tw-color-shade-200)/1);z-index:1005;overflow-y:auto;-webkit-transition:transform .25s;-moz-transition:transform .25s;-ms-transition:transform .25s;-o-transition:transform .25s;transition:transform .25s}#activity-panel .panel-proper.scroll-up-visible,#side-panel .panel-proper.scroll-up-visible,#bond-view-panel .panel-proper.scroll-up-visible{padding-top:16.5rem}#activity-panel .panel-proper.scroll-up-visible .panel-header,#side-panel .panel-proper.scroll-up-visible .panel-header,#bond-view-panel .panel-proper.scroll-up-visible .panel-header{height:16.5rem}#activity-panel .activity-feed-empty-state,#side-panel .activity-feed-empty-state,#bond-view-panel .activity-feed-empty-state{color:rgb(var(--tw-color-shade-500)/1);margin:0 auto;position:relative;text-align:center;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:40%}#activity-panel .panel-header,#side-panel .panel-header,#bond-view-panel .panel-header{background-color:#fff;border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);height:7rem;max-height:7rem;padding:1.5rem 2.4rem 1.5rem 1.3rem;position:fixed;right:0;top:0;-webkit-transition:transform .25s;-moz-transition:transform .25s;-ms-transition:transform .25s;-o-transition:transform .25s;transition:transform .25s;width:45rem;z-index:1006}#activity-panel .panel-header--robowise,#side-panel .panel-header--robowise,#bond-view-panel .panel-header--robowise{position:sticky}#activity-panel .panel-header__title,#side-panel .panel-header__title,#bond-view-panel .panel-header__title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:1.6rem;font-weight:var(--tw-font-semibold);line-height:1.625}#activity-panel .panel-header__close-panel,#side-panel .panel-header__close-panel,#bond-view-panel .panel-header__close-panel{align-items:center;display:inline-flex;justify-content:center;height:3rem;width:3rem}#activity-panel .panel-header.panel-header--no-activity,#side-panel .panel-header.panel-header--no-activity,#bond-view-panel .panel-header.panel-header--no-activity{height:90px}#activity-panel .panel-header .this-month-container,#side-panel .panel-header .this-month-container,#bond-view-panel .panel-header .this-month-container{position:absolute;width:100%;left:0;bottom:0}#activity-panel + .activity-panel-mask,#side-panel + .activity-panel-mask,#bond-view-panel + .activity-panel-mask,#activity-panel .activity-panel-mask,#side-panel .activity-panel-mask,#bond-view-panel .activity-panel-mask{background-color:rgb(var(--tw-color-tertiary-500)/1);bottom:0;left:0;opacity:.6;position:fixed;right:0;top:0;-webkit-transition:visibility .25s,opacity .25s;-moz-transition:visibility .25s,opacity .25s;-ms-transition:visibility .25s,opacity .25s;-o-transition:visibility .25s,opacity .25s;transition:visibility .25s,opacity .25s;visibility:visible;will-change:visible,opacity;z-index:100}#activity-panel .header,#side-panel .header,#bond-view-panel .header{background-color:rgb(var(--tw-color-shade-100)/1);padding:.9rem 2rem .8rem;position:sticky;top:0;z-index:14;font-size:1.3rem;font-weight:600;color:rgb(var(--tw-color-shade-500)/1);text-align:unset}#activity-panel .header--fill,#side-panel .header--fill,#bond-view-panel .header--fill{background-color:rgb(var(--tw-color-shade-100)/1)}#activity-panel .header--sticky,#side-panel .header--sticky,#bond-view-panel .header--sticky{position:sticky;top:0;z-index:2}#activity-panel .header .total,#side-panel .header .total,#bond-view-panel .header .total{float:right;color:rgb(var(--tw-color-shade-500)/1)}#activity-panel .header.this-month,#side-panel .header.this-month,#bond-view-panel .header.this-month{color:rgb(var(--tw-color-tertiary-500)/1)}#activity-panel .payments,#side-panel .payments,#bond-view-panel .payments{padding:0 2rem}#activity-panel .group,#side-panel .group,#bond-view-panel .group{background-color:rgb(var(--tw-color-shade-100)/1)}#activity-panel .group:not(:last-of-type),#side-panel .group:not(:last-of-type),#bond-view-panel .group:not(:last-of-type){padding-bottom:2rem}#activity-panel .today-divider,#side-panel .today-divider,#bond-view-panel .today-divider{font-size:1.1rem;font-weight:700;color:rgb(var(--tw-color-secondary-500)/1);display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;line-height:1;padding:.2rem 0 .1rem}#activity-panel .today-divider:after,#side-panel .today-divider:after,#bond-view-panel .today-divider:after{flex:1 1;margin-left:.6rem;content:'';display:block;height:2px;background-color:rgb(var(--tw-color-secondary-500)/1);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-ms-transform:translateY(1px);-o-transform:translateY(1px);transform:translateY(1px)}#activity-panel .payment,#side-panel .payment,#bond-view-panel .payment{position:relative;clear:both;padding:1.5rem 0}#activity-panel .payment--future .payment__logo-wrapper,#side-panel .payment--future .payment__logo-wrapper,#bond-view-panel .payment--future .payment__logo-wrapper{opacity:.6}#activity-panel .payment__logo-wrapper,#side-panel .payment__logo-wrapper,#bond-view-panel .payment__logo-wrapper{width:4rem;height:4rem;flex-shrink:0;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem;border-radius:.3rem;overflow:hidden;align-self:center;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;flex-shrink:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANgAAADYCAYAAACJIC3tAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAArgSURBVHgB7d3dahRJGMbxmhgcRcVABAMKRhIwEsFdPPDAg929E+/AW9m9g72T3b0AUQ/ECBOMoKBgwPiBRtTZecaUKcvMTM9Mv91d1f8fuBuzmU1P0k9XdXXVWx134N69e0sDd/r9/u/64wBM6/4gO3+tr6//7T/R0T8ePXq0evz48X8GH646APPa+fTp0x9Xr17dGQZse3v7iSNcQJl23rx58+uxXq93u9Pp3HYAyrTU7Xb3FwbhuuMAlG6Qrd86g+5h3wEwseAAmCFggCECBhgiYIAhAgYYImCAIQIGGCJggCECBhgiYIAhAgYYImCAIQIGGCJggCECBhgiYIAhAgYYImCAIQIGGCJggCECBhgiYIAhAgYYImCAIQIGGCJggCECBhgiYIAhAgYYImCAIQIGGCJggCECBhgiYIAhAgYYImCAIQIGGCJggCECBhgiYIAhAgYYImCAoUWHRvr8+bN79+6de/Xqldvb23MfP34cfi5Vi4uL7vTp0+7UqVNuaWnJnTt3zrVBZ3t7u+/QGArR8+fP3bNnz5IO1CQnTpxwKysr7vz588OPc0XAGkTB2tnZyTpYMYVrdXV1GLQc0UVsiMGFbthqjaITsdvtulTpovH+/fufPq+u79bW1vDfly5dcrkhYA3w+PFj9+LFi58+f/bs2eHVXfcuuodJnUKme0q9V91XhtRyK2RXrlxxOaGLWLOjWi4Fam1tbTgYkKvXr18PLywKVUgXlJxaMobpa6QreRyuCxcuuBs3bmQdLtH70/uMRxPVkqmVywUBq4mu3E+fPv3hcwrX+vq6awt1ezc3N38a4FDLlstADwGrib/n8DSI0aZwhfS+w6F6hWvcgE9KCFhN4pv869evu7ZSSxYPbuiRRQ4IWA10jxG2XnrgmvPD1iJ0Txbed6oV00BI6ghYDeKb+OXlZYdv96ChHAY7CFgN9vf3f/h77iOGRcU/h7gbnSICVgNN4vVyeYhcBv0cwq5y/IwsRQSsBuEQ9LFjxxwOxaOJqSNggCH6JonTVb7Ilb6MUcoiXba2j4bGCFiiNIStmSBFh7J1f6NpSZrnN00IFCo99H358mXhLpseO0z7fXJFwBKkk11LPKahcGjuowKph9pFTn6F68GDB1MPNuj76M/Gxka267yK4h4sMX791Dyvf/jwYaGvnSVcoV6vl8VI4DxowRKjOYwhdf0mPahW67W7u/v973pMoFZwXOuiFigOx6TWyC+q9K/zcwrbOsdSCFhiwqAoXFryUaS7p8BolrqnruK4wITfR4p29xSuu3fvfr9fU5DbHDC6iIkJBxpUoanoQIIGHkIfPnxwRb+PFL2X0vHk9ixrHgQMpWNmyiECBhgiYIAhAgYYImCAIQIGGCJggKHsx1P14FMPO/VgVR9XNXXn4sWLw+Khlr58+VL4a6d93/FQu55nFR1+b/uzr1C2AdN0IFXNratwiqYIaQpT2eUAtALar4jWv/V9imwFFM7i8P+fceI6+Hq9ZshPCpmqQcUrttssy4Dpl6yJpjlSaMMTWBcR/ZmWWthxFNqwdJoK0MxShGbS98lddgEbtZGCVLlDiU5Qi2I2OmHV5Z2nq1tkrZaOXVWe5qlPqNar7ctVsgrYUeFSl0Ynik7MHKbw6D1oPZfe6yzdX4VLGywU4SfpzhIy7Qxz7do113bZBEyre+NwKVg6mXKbG6fWRyFTwPzgzSRnzpwZtibT/iwUMl2cNLv+7du3E7/er5ymFN03WZx5OsHidVLTXKlTFVfDtaJAx0VBUUwWz8HaGC6kIfmA+edcnt/zF2iC5AMWDx0TLjRJ8gGLl7Zr9Apoiiy6iF5c2xyoW1YBU40KoEmYTQ8YImCAIcr/uMP66xowKTIrQnPsNLuhznl2VR2zlp5oqtRRhUiPontgPfymNv03rQ+YZqarRPQ0a5j0GpWv1gPuonXey1TVMc9Sm15f62vgb25utn65Squ7iP4EmnWBoF4fr7OyVuUxz1Obft7jzEWrWzBdzcMTQMP8Ws4ybkKsr7/u+Qm3VU1ureqYj+oSapR20mThcF9lX5u+zQ//Wx2weJPtonXedZJr9r6nqVpVBayqY44f4Kv8QZHFk+qKqjZ9+H3aHLDWdxE9zQApei8Vn2iT6ryXqapjjrt2RVcm654rvO9q+/ZFDNPPIMX1ZVUeM7XpDxEwwBABAwwRMMAQAQMMETDAEAEDDBGwA9PUeW/K9J8qj5l687NpdcDCh7S+zvskOtHCGRFS5YTWqo45Xrwav34UfV1YEJXa9C2mpRvhiTNrnfcimy+UpapjjmvTK8hFwhxre+nsVrdgmv4z71ITFeSssoptVcdcRlFTHefKyoprs1YHzNd5n/WE1dXZ12+vSpXHrPVcs7ZA6hrqONs+bar1k8Z0ot68eXO4PEM1FovczOvkqbP+elXHrHBsbGwMX6f7qnDbpHHHpq+vstvcZMzKPKCuTGrdmaqOmcDMjmF6wBABAwwRMMAQAQMMETDAEAEDDBEwwBABAwwRMMAQAQMMMVXKsbvKOOyuMh92V2F3lZHYXWV+7K7C7iojsbvK/Nhdhd1VjsTuKuVgd5UAu6scYneVcrC7ygF2V/kRu6uUg2H6GbC7SnO+V9MRMMAQAQMMETDAEAEDDBEwwBABAwwRsAPsrmL7+rZid5UD7K7yI3ZXKQe7q7C7ysj/zu4q82N3FXZXORK7q5SD3VXYXWUkdleZH7ursLvKSOyuMj9mZR5gd5XRCMzsGKYHDBEwwBABAwwRMMAQAQMMETDAEAEDDBEwwBABAwwRMMAQAQMMEbAahDPM9/f3HQ7FdfdTR8BqEC41UWlpluN/o59DOGM/XlWdouQDFp6sqbQG8YlTZBlIG4SlBuTkyZMudVkFLJXWIF6TFS7NbzOtbQstLy+71CUfMO0wEtIixKbT2qrw/kInVtt3IdH711ZHnl+4mbrkA5Zia6BwqS5GqOqdMptGu2GG6lotXrYsAhb+MnQlnKXKUtVUvCZsxXT/UbQ0Wm70+wpbcLVe2kQ9B1mMIsa/DJUXC7sbTaRwxccd70LZBgpXXA5OO2JWvbG8lSwCphYs7nJtbW01/mRVKxbfZyhk82w+ngq12NpqNg6Xfo851VLsDK4gfZcJ/cLiIW9dCXVFnGa71Spp1FOBOmqoXgVtdLLlcj/in3PF1X89vVdVscpJVgEbd7KKAlZXyLSJ+Kgy0jpuDXLEw9QhvTblmQ1qkce1ymq5qq4xWYWsAuY18V5G4VAtw3Eh0XFrFLRNMzv8vWjRTdZTk2XARFdL3Yft7e25prh169bEVkjHraDt7u5mHTT/qCIeTc1NtgHzdMLq4bP6/JpKVcfggT+ZdC9YlMKlY1a3UV1eHXvKgdPPoNvtDu8nNbCTepe3qOwDBtSJ2fSAIQIGGCJggCECBhgiYIAhAgYYImCAIQIGGCJggCECBhgiYIAhAgYYImCAIQIGGCJggCECBhgiYIAhAgYYImCAIQIGGCJggCECBhgiYIAhAgYYImCAIQIGGCJggCECBhgiYIAhAgYYImCAIQIGGCJggCECBhgiYIAhAgYYImCAIQIGGCJggCECBhgiYIAhAgYYWuj3+/86ABbuK2D/OQClG2Trr86TJ0+Wvn79em/w91UHoCw7a2trlxcuX778emFh4Q99wgEow85Bplwn/Gyv17vd6XTuDD78xQGYisYzdMu1uLj4pxoufe5/yLz1I5KjkuYAAAAASUVORK5CYII=) center/cover no-repeat}#activity-panel .payment__logo-wrapper--plus,#side-panel .payment__logo-wrapper--plus,#bond-view-panel .payment__logo-wrapper--plus{background-color:rgb(var(--tw-color-secondary-500)/1)}#activity-panel .payment__logo-wrapper--plus .payment__logo,#side-panel .payment__logo-wrapper--plus .payment__logo,#bond-view-panel .payment__logo-wrapper--plus .payment__logo{width:1.5rem;height:1.5rem;flex-shrink:0}#activity-panel .payment__logo,#side-panel .payment__logo,#bond-view-panel .payment__logo{height:4rem;width:4rem;object-fit:contain}#activity-panel .payment__title,#side-panel .payment__title,#bond-view-panel .payment__title{font-size:1.6rem;font-weight:500;color:rgb(var(--tw-color-tertiary-500)/1);line-height:1.3125;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#activity-panel .payment__title a,#side-panel .payment__title a,#bond-view-panel .payment__title a{text-decoration:none}#activity-panel .payment__title a:active,#side-panel .payment__title a:active,#bond-view-panel .payment__title a:active,#activity-panel .payment__title a:focus,#side-panel .payment__title a:focus,#bond-view-panel .payment__title a:focus,#activity-panel .payment__title a:hover,#side-panel .payment__title a:hover,#bond-view-panel .payment__title a:hover{text-decoration:none}#activity-panel .payment__amount,#side-panel .payment__amount,#bond-view-panel .payment__amount{line-height:1.3125;font-size:1.6rem;font-weight:500;color:#000;white-space:nowrap}#activity-panel .payment__amount--positive,#side-panel .payment__amount--positive,#bond-view-panel .payment__amount--positive{color:rgb(var(--tw-color-approval-500)/1)}#activity-panel .payment__amount--positive::before,#side-panel .payment__amount--positive::before,#bond-view-panel .payment__amount--positive::before{content:'+';position:relative;right:-.4rem}#activity-panel .payment__date-icon,#side-panel .payment__date-icon,#bond-view-panel .payment__date-icon{width:1.4rem;height:1.4rem;flex-shrink:0}#activity-panel .payment__date-text,#side-panel .payment__date-text,#bond-view-panel .payment__date-text{font-size:1.3rem;font-weight:500;color:rgb(var(--tw-color-shade-500)/1)}#activity-panel .payment .item-logo,#side-panel .payment .item-logo,#bond-view-panel .payment .item-logo,#activity-panel .payment .smart-interest-logo,#side-panel .payment .smart-interest-logo,#bond-view-panel .payment .smart-interest-logo{float:left;width:50px;height:50px;margin-right:30px}#activity-panel .payment .item-logo img,#side-panel .payment .item-logo img,#bond-view-panel .payment .item-logo img,#activity-panel .payment .smart-interest-logo img,#side-panel .payment .smart-interest-logo img,#bond-view-panel .payment .smart-interest-logo img{max-width:50px;vertical-align:middle}#activity-panel .payment .smart-interest-logo,#side-panel .payment .smart-interest-logo,#bond-view-panel .payment .smart-interest-logo{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-color:rgb(var(--tw-color-primary-500)/1);padding:10px}#activity-panel .payment .smart-interest-logo img,#side-panel .payment .smart-interest-logo img,#bond-view-panel .payment .smart-interest-logo img{width:30px;height:30px}#activity-panel .payment .item-type,#side-panel .payment .item-type,#bond-view-panel .payment .item-type{width:14px;margin-top:-2px;margin-right:5px}#activity-panel .payment .date,#side-panel .payment .date,#bond-view-panel .payment .date{color:rgb(var(--tw-color-shade-500)/1);font-size:14px;line-height:20px;margin-bottom:5px;padding-left:80px}#activity-panel .payment .description,#side-panel .payment .description,#bond-view-panel .payment .description{color:rgb(var(--tw-color-tertiary-500)/1);font-size:16px;line-height:26px;padding-left:80px;padding-right:80px}#activity-panel .payment .amount,#side-panel .payment .amount,#bond-view-panel .payment .amount{position:absolute;font-size:16px;top:20px;right:5px}#activity-panel .payment .amount.positive,#side-panel .payment .amount.positive,#bond-view-panel .payment .amount.positive{color:rgb(var(--tw-color-approval-500)/1)}#activity-panel .payment .amount.positive::before,#side-panel .payment .amount.positive::before,#bond-view-panel .payment .amount.positive::before{content:'+'}#activity-panel .payment.scroll-up,#side-panel .payment.scroll-up,#bond-view-panel .payment.scroll-up{-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s;opacity:1;visibility:visible}#activity-panel .payment.scroll-up .date,#side-panel .payment.scroll-up .date,#bond-view-panel .payment.scroll-up .date{margin-top:5px}#activity-panel .payment.scroll-up img,#side-panel .payment.scroll-up img,#bond-view-panel .payment.scroll-up img{margin-left:19px;width:12px;float:left;margin-right:49px}#activity-panel .payment.scroll-up.fadeout,#side-panel .payment.scroll-up.fadeout,#bond-view-panel .payment.scroll-up.fadeout{height:0;opacity:0;padding:0;visibility:hidden}#activity-panel .payment.scroll-up.fadeout img,#side-panel .payment.scroll-up.fadeout img,#bond-view-panel .payment.scroll-up.fadeout img{width:0}#activity-panel .payment.scroll-up.fadeout .date,#side-panel .payment.scroll-up.fadeout .date,#bond-view-panel .payment.scroll-up.fadeout .date{margin-top:0}#activity-panel .payment:last-child,#side-panel .payment:last-child,#bond-view-panel .payment:last-child{border-bottom:none}#activity-panel.collapsed .panel-header,#side-panel.collapsed .panel-header,#bond-view-panel.collapsed .panel-header,#activity-panel.collapsed .panel-proper,#side-panel.collapsed .panel-proper,#bond-view-panel.collapsed .panel-proper{-webkit-transform:translateX(45rem);-moz-transform:translateX(45rem);-ms-transform:translateX(45rem);-o-transform:translateX(45rem);transform:translateX(45rem)}#activity-panel.collapsed + .activity-panel-mask,#side-panel.collapsed + .activity-panel-mask,#bond-view-panel.collapsed + .activity-panel-mask,#activity-panel.collapsed .activity-panel-mask,#side-panel.collapsed .activity-panel-mask,#bond-view-panel.collapsed .activity-panel-mask{opacity:0;visibility:hidden}@media (max-width:767px){#activity-panel .btn.filter{margin-right:10px}#activity-panel .panel-proper,#activity-panel .panel-header{width:100vw;left:0;right:0}#activity-panel.collapsed .panel-proper,#activity-panel.collapsed .panel-header{right:auto;left:101%}#activity-panel + .activity-panel-mask{display:none}}@media screen and (max-width:991px){.dashboard-summary{padding-top:20px;margin-bottom:0}.dashboard-summary h2{font-size:26px}.dashboard-summary p{font-size:16px;margin-bottom:20px}.dashboard-summary .portfolio-headline{width:50%;border:none;border-bottom:1px solid rgb(var(--tw-color-shade-100)/1)}.dashboard-summary .portfolio-headline .detail{font-size:22px}.dashboard-summary .portfolio-headline:last-child{border-right:none}.dashboard-summary .portfolio-headline.portfolio-ifisa-details{width:100%}.dashboard-summary .portfolio-headline.portfolio-ifisa-details .ifisa-details .ifisa-slider{width:70%}}@media screen and (max-width:991px){.referrals-page{padding-top:10px}}@media screen and (max-width:767px){.dashboard{padding-top:10px}}@media screen and (max-width:991px){.security-questions p{width:100%}}@media screen and (max-width:767px){.security-questions p{width:100%}}@-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}}.add-account-page{min-height:80vh;padding:40px 0;background-color:rgb(var(--tw-color-shade-100)/1)}.add-account-page h1{font-size:61.04px;line-height:70px;font-weight:var(--tw-font-bold)}.add-account-page h2{margin-top:0;font-size:48.83px;line-height:54px;font-weight:var(--tw-font-bold)}.add-account-page h3{font-size:31.25px;line-height:40px;font-weight:var(--tw-font-bold)}.add-account-page h4{font-size:20px;line-height:28px;font-weight:var(--tw-font-bold);margin-top:0}.add-account-page h5{font-size:16px;line-height:1.6;font-weight:var(--tw-font-bold)}.add-account-page p{color:rgb(var(--tw-color-shade-500)/1);font-size:16px;line-height:1.625}.add-account-page p.error{color:rgb(var(--tw-color-error-500)/1)}.add-account-page p strong{color:rgb(var(--tw-color-shade-700)/1);font-weight:var(--tw-font-bold)}.add-account-page p.small-text{font-size:13px}.add-account-page .section-label{margin-top:10px;font-size:16px;line-height:24px;display:block}.add-account-page .section-label__help-link{float:right;font-size:13px}.add-account-page a{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}.add-account-page a:hover{text-decoration:none;color:rgb(var(--tw-color-primary-700)/1);-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.add-account-page a.btn-action{color:#fff}.add-account-page a.btn-action:hover{color:#fff}.add-account-page a.info-link{color:rgb(var(--tw-color-shade-500)/1);border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1)}.add-account-page a.info-link:hover{color:rgb(var(--tw-color-shade-500)/1);cursor:help}.add-account-page hr{border-color:rgb(var(--tw-color-shade-400)/1);margin:30px 0}.add-account-page h3.top-heading{margin-top:43px}.add-account-page .verbose-checkbox-list{margin-top:30px}.add-account-page button{margin-top:30px;min-width:160px}.classification-page{padding:8.5rem 0;background-color:rgb(var(--tw-color-shade-100)/1)}.classification-page h1{font-size:61.04px;line-height:70px;font-weight:var(--tw-font-bold)}.classification-page h2{margin-top:0;font-size:48.83px;line-height:54px;font-weight:var(--tw-font-bold)}.classification-page h3{font-size:31.25px;line-height:40px;font-weight:var(--tw-font-bold)}.classification-page h4{font-size:20px;line-height:28px;font-weight:var(--tw-font-bold);margin-top:0}.classification-page h5{font-size:16px;line-height:1.6;font-weight:var(--tw-font-bold)}.classification-page p{color:rgb(var(--tw-color-shade-500)/1);font-size:16px;line-height:1.625}.classification-page p.error{color:rgb(var(--tw-color-error-500)/1)}.classification-page p strong{color:rgb(var(--tw-color-shade-700)/1);font-weight:var(--tw-font-bold)}.classification-page p.small-text{font-size:13px}.classification-page .section-label{margin-top:10px;font-size:16px;line-height:24px;display:block}.classification-page .section-label__help-link{float:right;font-size:13px}.classification-page a{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}.classification-page a:hover{text-decoration:none;color:rgb(var(--tw-color-primary-700)/1);-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.classification-page a.btn-action{color:#fff}.classification-page a.btn-action:hover{color:#fff}.classification-page a.info-link{color:rgb(var(--tw-color-shade-500)/1);border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1)}.classification-page a.info-link:hover{color:rgb(var(--tw-color-shade-500)/1);cursor:help}.classification-page hr{border-color:rgb(var(--tw-color-shade-400)/1);margin:30px 0}.classification-page h3{line-height:1.28;margin:0 0 1.5rem}@media screen and (max-width:767px){.classification-page{padding-left:2.4rem;padding-right:2.4rem}}.category-information-box{border:2px solid rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border-radius:7px;background-color:#fff}.category-information-box__title{padding:20px;font-weight:var(--tw-font-bold);font-size:20px}.category-information-box__main{padding:20px;font-size:16px;color:rgb(var(--tw-color-shade-500)/1);overflow-y:auto;max-height:60vh}.category-information-box__footer{padding:20px;border-top:2px solid rgb(var(--tw-color-shade-400)/1)}.classification-flow h3{margin-top:0}.classification-flow h3,.classification-flow p{margin-bottom:20px}.classification-flow h4{margin-bottom:15px}.classification-flow a{font-weight:var(--tw-font-bold)}.classification-flow p strong{color:#333}.classification-flow strong{color:#333}.classification-flow__subview-left h4{margin-top:30px;margin-bottom:20px}.classification-flow__steps{margin-top:6px}.classification-flow__step-dot{display:inline-block;margin-right:10px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;width:9px;height:9px;background-color:rgb(var(--tw-color-shade-400)/1)}.classification-flow__step-dot.classification-flow__step-dot--complete{background-color:rgb(var(--tw-color-approval-500)/1)}.classification-flow__step-dot.classification-flow__step-dot--in-progress{background-color:rgb(var(--tw-color-warning-500)/1)}.classification-flow__form{margin-top:30px}.classification-flow__buttons{margin-top:24px}.classification-flow__buttons button{width:160px}.classification-flow__go-back{display:inline-block}.classification-flow__subview-right h4{margin-top:0}.classification-flow__subview-right ul{padding-left:20px}.classification-flow__subview-right li{color:rgb(var(--tw-color-shade-500)/1);margin-bottom:10px}.classification-flow__subview-right .category-information-box__main ul{padding-left:20px}.classification-flow__subview-right .category-information-box__main li{list-style:none;position:relative}#investorStatementPreview .modal-body,.investor-agreement-confirm{overflow-y:auto;max-height:calc(100vh - 180px);font-size:16px;color:rgb(var(--tw-color-shade-500)/1)}#investorStatementPreview .modal-body h1,.investor-agreement-confirm h1{font-size:61.04px;line-height:70px;font-weight:var(--tw-font-bold)}#investorStatementPreview .modal-body h2,.investor-agreement-confirm h2{margin-top:0;font-size:48.83px;line-height:54px;font-weight:var(--tw-font-bold)}#investorStatementPreview .modal-body h3,.investor-agreement-confirm h3{font-size:31.25px;line-height:40px;font-weight:var(--tw-font-bold)}#investorStatementPreview .modal-body h4,.investor-agreement-confirm h4{font-size:20px;line-height:28px;font-weight:var(--tw-font-bold);margin-top:0}#investorStatementPreview .modal-body h5,.investor-agreement-confirm h5{font-size:16px;line-height:1.6;font-weight:var(--tw-font-bold)}#investorStatementPreview .modal-body p,.investor-agreement-confirm p{color:rgb(var(--tw-color-shade-500)/1);font-size:16px;line-height:1.625}#investorStatementPreview .modal-body p.error,.investor-agreement-confirm p.error{color:rgb(var(--tw-color-error-500)/1)}#investorStatementPreview .modal-body p strong,.investor-agreement-confirm p strong{color:rgb(var(--tw-color-shade-700)/1);font-weight:var(--tw-font-bold)}#investorStatementPreview .modal-body p.small-text,.investor-agreement-confirm p.small-text{font-size:13px}#investorStatementPreview .modal-body .section-label,.investor-agreement-confirm .section-label{margin-top:10px;font-size:16px;line-height:24px;display:block}#investorStatementPreview .modal-body .section-label__help-link,.investor-agreement-confirm .section-label__help-link{float:right;font-size:13px}#investorStatementPreview .modal-body a,.investor-agreement-confirm a{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}#investorStatementPreview .modal-body a:hover,.investor-agreement-confirm a:hover{text-decoration:none;color:rgb(var(--tw-color-primary-700)/1);-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}#investorStatementPreview .modal-body a.btn-action,.investor-agreement-confirm a.btn-action{color:#fff}#investorStatementPreview .modal-body a.btn-action:hover,.investor-agreement-confirm a.btn-action:hover{color:#fff}#investorStatementPreview .modal-body a.info-link,.investor-agreement-confirm a.info-link{color:rgb(var(--tw-color-shade-500)/1);border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1)}#investorStatementPreview .modal-body a.info-link:hover,.investor-agreement-confirm a.info-link:hover{color:rgb(var(--tw-color-shade-500)/1);cursor:help}#investorStatementPreview .modal-body hr,.investor-agreement-confirm hr{border-color:rgb(var(--tw-color-shade-400)/1);margin:30px 0}#investorStatementPreview .modal-body ul,.investor-agreement-confirm ul{padding-left:20px}#investorStatementPreview .modal-body li,.investor-agreement-confirm li{list-style:none;position:relative}#investorStatementPreview .modal-body li strong,.investor-agreement-confirm li strong{color:rgb(var(--tw-color-shade-700)/1);font-weight:var(--tw-font-bold)}#investorStatementPreview .modal-body li::before,.investor-agreement-confirm li::before{font-size:32px;line-height:16px;position:absolute;left:-20px;color:rgb(var(--tw-color-secondary-500)/1);content:"\2022"}@media screen and (max-width:576px){.classification-flow__subview-right{margin-top:40px}}.onboarding-page{padding:8.5rem 0;background-color:rgb(var(--tw-color-shade-100)/1)}.onboarding-page h1{font-size:61.04px;line-height:70px;font-weight:var(--tw-font-bold)}.onboarding-page h2{margin-top:0;font-size:48.83px;line-height:54px;font-weight:var(--tw-font-bold)}.onboarding-page h3{font-size:31.25px;line-height:40px;font-weight:var(--tw-font-bold)}.onboarding-page h4{font-size:20px;line-height:28px;font-weight:var(--tw-font-bold);margin-top:0}.onboarding-page h5{font-size:16px;line-height:1.6;font-weight:var(--tw-font-bold)}.onboarding-page p{color:rgb(var(--tw-color-shade-500)/1);font-size:16px;line-height:1.625}.onboarding-page p.error{color:rgb(var(--tw-color-error-500)/1)}.onboarding-page p strong{color:rgb(var(--tw-color-shade-700)/1);font-weight:var(--tw-font-bold)}.onboarding-page p.small-text{font-size:13px}.onboarding-page .section-label{margin-top:10px;font-size:16px;line-height:24px;display:block}.onboarding-page .section-label__help-link{float:right;font-size:13px}.onboarding-page a{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}.onboarding-page a:hover{text-decoration:none;color:rgb(var(--tw-color-primary-700)/1);-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.onboarding-page a.btn-action{color:#fff}.onboarding-page a.btn-action:hover{color:#fff}.onboarding-page a.info-link{color:rgb(var(--tw-color-shade-500)/1);border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1)}.onboarding-page a.info-link:hover{color:rgb(var(--tw-color-shade-500)/1);cursor:help}.onboarding-page hr{border-color:rgb(var(--tw-color-shade-400)/1);margin:30px 0}.onboarding-page h3{line-height:1.28;margin:0 0 1.5rem}@media screen and (max-width:767px){.onboarding-page{padding-left:2.4rem;padding-right:2.4rem}}.onboarding-page .onboarding-page__main-label{font-size:18px;font-weight:var(--tw-font-bold)}.onboarding-page .btn-link:focus,.onboarding-page .btn-link:hover{color:rgb(var(--tw-color-primary-600)/1);outline:none;text-decoration:none}.login-onboarding-page{height:100%}.login-onboarding-page__alert{margin-bottom:2rem}.login-onboarding-page__step-counter{color:rgb(var(--tw-color-shade-500)/1);display:block;font-size:1.3rem;line-height:1.85;margin-top:-1.85em}.login-onboarding-page .form-elements{margin:10px 0 50px 0}.login-onboarding-page .arrow-right{margin-top:-2px;margin-left:10px;padding:14px 15px 15px 15px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;background-color:rgb(var(--tw-color-primary-500)/1)}.login-onboarding-page .arrow-right img{width:18px}.register-onboarding-page .center-form,.login-onboarding-page .center-form{max-width:450px}.register-onboarding-page .multi-toggle,.login-onboarding-page .multi-toggle{margin:40px 0}.register-onboarding-page .multi-toggle .toggle-button,.login-onboarding-page .multi-toggle .toggle-button{width:220px}.register-onboarding-page__payout-toggle{margin:2.5rem 0}.address-onboarding-page,.security-onboarding-page{padding:8.5rem 0;background-color:rgb(var(--tw-color-shade-100)/1);margin-bottom:120px}.address-onboarding-page h1,.security-onboarding-page h1{font-size:61.04px;line-height:70px;font-weight:var(--tw-font-bold)}.address-onboarding-page h2,.security-onboarding-page h2{margin-top:0;font-size:48.83px;line-height:54px;font-weight:var(--tw-font-bold)}.address-onboarding-page h3,.security-onboarding-page h3{font-size:31.25px;line-height:40px;font-weight:var(--tw-font-bold)}.address-onboarding-page h4,.security-onboarding-page h4{font-size:20px;line-height:28px;font-weight:var(--tw-font-bold);margin-top:0}.address-onboarding-page h5,.security-onboarding-page h5{font-size:16px;line-height:1.6;font-weight:var(--tw-font-bold)}.address-onboarding-page p,.security-onboarding-page p{color:rgb(var(--tw-color-shade-500)/1);font-size:16px;line-height:1.625}.address-onboarding-page p.error,.security-onboarding-page p.error{color:rgb(var(--tw-color-error-500)/1)}.address-onboarding-page p strong,.security-onboarding-page p strong{color:rgb(var(--tw-color-shade-700)/1);font-weight:var(--tw-font-bold)}.address-onboarding-page p.small-text,.security-onboarding-page p.small-text{font-size:13px}.address-onboarding-page .section-label,.security-onboarding-page .section-label{margin-top:10px;font-size:16px;line-height:24px;display:block}.address-onboarding-page .section-label__help-link,.security-onboarding-page .section-label__help-link{float:right;font-size:13px}.address-onboarding-page a,.security-onboarding-page a{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}.address-onboarding-page a:hover,.security-onboarding-page a:hover{text-decoration:none;color:rgb(var(--tw-color-primary-700)/1);-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.address-onboarding-page a.btn-action,.security-onboarding-page a.btn-action{color:#fff}.address-onboarding-page a.btn-action:hover,.security-onboarding-page a.btn-action:hover{color:#fff}.address-onboarding-page a.info-link,.security-onboarding-page a.info-link{color:rgb(var(--tw-color-shade-500)/1);border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1)}.address-onboarding-page a.info-link:hover,.security-onboarding-page a.info-link:hover{color:rgb(var(--tw-color-shade-500)/1);cursor:help}.address-onboarding-page hr,.security-onboarding-page hr{border-color:rgb(var(--tw-color-shade-400)/1);margin:30px 0}.address-onboarding-page h3,.security-onboarding-page h3{line-height:1.28;margin:0 0 1.5rem}@media screen and (max-width:767px){.address-onboarding-page,.security-onboarding-page{padding-left:2.4rem;padding-right:2.4rem}}.onboarding-page__first-form-item{margin-top:30px}.address-onboarding__buttons,.security-onboarding-page__buttons,.onboarding-page__buttons{margin-top:40px}.address-onboarding__buttons button,.security-onboarding-page__buttons button,.onboarding-page__buttons button{width:212px}.address-onboarding__buttons .onboarding-page__buttons-go-back,.security-onboarding-page__buttons .onboarding-page__buttons-go-back,.onboarding-page__buttons .onboarding-page__buttons-go-back{display:inline-block;padding-top:12px;font-weight:var(--tw-font-bold)}.address-onboarding-page__right-col{padding-top:1rem}ol.onboarding-intro-list{counter-reset:onboarding-counter;display:flex;flex-direction:column;gap:1.6rem;list-style:none;margin:0;padding:0}ol.onboarding-intro-list li{align-items:center;color:rgb(var(--tw-color-shade-900)/1);counter-increment:onboarding-counter;display:flex;font-size:1.5rem;font-weight:var(--tw-font-bold);gap:12px;letter-spacing:.6px;line-height:1.4;margin-bottom:0}ol.onboarding-intro-list li::before{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;content:'' counter(onboarding-counter);display:flex;font-weight:var(--tw-font-bold);font-size:13px;justify-content:center;height:24px;line-height:18px;text-align:center;width:24px}@media screen and (max-width:767px){.address-onboarding-page__right-col{margin-top:40px}.register-onboarding-page .multi-toggle,.login-onboarding-page .multi-toggle{margin-top:0}.register-onboarding-page .multi-toggle .toggle-button,.login-onboarding-page .multi-toggle .toggle-button{width:100%}.register-onboarding-page__payout-toggle{margin-top:0}}.news-stories{display:flex;flex-direction:column;align-items:flex-start;width:100%;font-family:var(--tw-font-sans);font-weight:var(--tw-font-bold);letter-spacing:normal;padding:0}.news-stories .load-more{width:100%;height:48px;box-sizing:border-box;border:2px solid rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.news-stories .hide{visibility:hidden}.news-stories .header .credit{float:right}.news-stories .header .news-header{color:rgb(var(--tw-color-tertiary-500)/1);alignment:left;font-size:31.25px;line-height:40px;float:left}.news-stories .hr{display:block;margin-top:.5em;margin-bottom:.5em;margin-left:auto;margin-right:auto;border-style:inset;border-width:1px}.news-stories .card .info{margin:26px 0 30px 0;height:24px;font-size:16px;line-height:24px;color:rgb(var(--tw-color-shade-500)/1)}.news-stories .card .info .news-source{float:left}.news-stories .card .info .publish-time{float:right}.news-stories .card .info .title{color:rgb(var(--tw-color-tertiary-500)/1);font-size:28px;line-height:28px}.news-stories .card .info .description{color:rgb(var(--tw-color-shade-500)/1);font-size:16px;line-height:24px}.company-page .company-logo{display:inline-block;margin-right:15px;vertical-align:top}.company-page .company_additional_image{margin:20px auto;display:block;width:100%}.company-page .main-company-info{display:inline-block}.company-page .main-company-info h3{margin-top:0}.company-page .main-company-status h3{margin-bottom:12px;margin-top:0}.company-page .main-company-status p{font-size:1.2em}.company-page .main-company-status .status-indicator{width:20px;height:20px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;background-color:rgb(var(--tw-color-approval-500)/1)}.company-page .main-company-status .status-indicator.repaid{background-color:rgb(var(--tw-color-shade-400)/1)}.company-page .main-company-status .status-indicator.not-performing{background-color:rgb(var(--tw-color-error-500)/1)}.company-page .main-company-status div.status-indicator{float:left}.company-page .main-company-status span.status-indicator{display:none}.company-page .main-company-status .status-text{margin-left:30px}.company-page .main-company-status .status-text p{font-size:16px}.company-page .main-company-status .status-text .action-button{margin-top:5px}.company-page .content-block h2{margin-bottom:10px}.company-page .loan-details .col-xs-12{margin-bottom:20px}.company-page .loan-details h3{font-weight:var(--tw-font-bold);float:left;margin-top:0}.company-page .loan-details sup{font-weight:var(--tw-font-normal);font-size:16px;letter-spacing:2px}.company-page .loan-details h4{font-style:italic;font-weight:var(--tw-font-bold)}.company-page .info-title{font-size:24px;margin-bottom:3px}.company-page .covenant-list{padding:0 0 0 18px;margin:0}.company-page .capital-structure-table.table{margin-bottom:5px}.company-page .capital-structure-table.table thead tr th{text-align:center;width:13%}.company-page .capital-structure-table.table thead tr th:first-child{text-align:left;width:22%}.company-page .capital-structure-table.table tbody tr td{text-align:right}.company-page .capital-structure-table.table tbody tr td:first-child{text-align:left}.company-page .key-financials-table thead tr th{text-align:center}.company-page .key-financials-table tbody tr td{text-align:right}.company-page .key-financials-table tbody tr td:first-child{text-align:left}.company-page .footnote,.company-page .source{font-size:12px}.sipp-landing .hero-section .container .hero-content.how-it-works{padding:0}.sipp-landing .hero-section h4{font-size:21px;line-height:30px}.sipp-landing .sipp-getstarted{text-align:center;padding-bottom:0}.sipp-landing .sipp-getstarted p{color:rgb(var(--tw-color-tertiary-500)/1);font-size:16px}.sipp-landing .sipp-getstarted .sipp-trustee{border:1px solid rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;padding:30px;margin:20px 0}.sipp-landing .sipp-getstarted .sipp-trustee img{float:left;width:200px}@media screen and (max-width:767px){.sipp-landing .hero-section .container .hero-content.how-it-works{padding:0}.sipp-landing .hero-section h4{font-size:16px;line-height:25px}.sipp-landing .sipp-getstarted .sipp-trustee img{float:inherit;margin-bottom:20px}}.referrals .referral-stats table{font-size:14px;background-color:rgb(var(--tw-color-shade-200)/1);text-align:center;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-ms-border-radius:5px 5px 0 0;-o-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.referrals .referral-stats table td{padding:20px 0;border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);border-right:1px solid rgb(var(--tw-color-shade-400)/1)}.referrals .referral-stats table td .stat{font-size:22px}.referrals .referral-stats table td:last-child{border-right:none}.referrals .invitation-link{background-color:rgb(var(--tw-color-shade-100)/1);padding:30px 20px}.referrals .invitation-link .title{margin-bottom:5px}.referrals .invitation-link .paste-box{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;text-align:center;padding:15px;background-color:#fff;border:1px solid rgb(var(--tw-color-shade-400)/1)}.referrals .invitation-link .fa,.referrals .invitation-link .fab{vertical-align:middle;line-height:50px}.referrals .invitation-link .copy{cursor:pointer;color:rgb(var(--tw-color-primary-500)/1);text-align:center}.referrals .invitation-link .copy:hover{color:rgb(var(--tw-color-primary-600)/1)}.referrals .invitation-link .facebook{cursor:pointer;color:#3b5998;text-align:center}.referrals .invitation-link .facebook:hover{color:#1e2e4f}.referrals .invitation-link .twitter{cursor:pointer;color:#4099ff;text-align:center}.referrals .invitation-link .twitter:hover{color:#0065d9}.referrals .email-invite{border-bottom:1px solid rgb(var(--tw-color-shade-400)/1);padding:30px 20px;background-color:rgb(var(--tw-color-shade-100)/1)}.referrals .center-block{text-align:center}@media screen and (max-width:767px){.referrals .referral-stats table td{font-size:6px}.referrals .referral-stats table td .stat{font-size:10px}}.smart-interest{background-color:rgb(var(--tw-color-shade-100)/1)}.smart-interest .top-container{padding-top:80px;background-color:#fff}.smart-interest .repaid__title{font-size:3.2rem;font-weight:var(--tw-font-bold);letter-spacing:.6px;line-height:1.25;margin-bottom:1.6rem}.smart-interest .repaid__text{color:rgb(var(--tw-color-shade-500)/1);font-size:1.6rem;line-height:1.5;margin-bottom:1em}.smart-interest .repaid__text:last-child{margin-bottom:8rem}.smart-interest h1{font-size:4rem;margin-bottom:0}.smart-interest .header-note{font-weight:var(--tw-font-bold)}.smart-interest .header-information{font-size:2rem;line-height:3rem;color:rgb(var(--tw-color-shade-600)/1)}.smart-interest .video-link{margin-top:30px}.smart-interest .information{color:rgb(var(--tw-color-shade-600)/1);font-size:16px}.smart-interest .investment-box{float:right;width:454px;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;border:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);-ms-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);-o-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);box-shadow:0 0 15px 0 rgba(0,0,0,0.15);position:absolute}.smart-interest .investment-box .inner{padding:30px}.smart-interest .investment-box h2{margin-top:0;margin-bottom:10px}.smart-interest .investment-box input{width:100%;background-color:transparent;border:1px solid rgb(var(--tw-color-shade-400)/1);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;font-size:16px;padding:15px 20px}.smart-interest .investment-box label{margin-top:30px}.smart-interest .investment-box #initial-investment{margin-bottom:10px}.smart-interest .investment-box .min-term,.smart-interest .investment-box .max-term{color:rgb(var(--tw-color-shade-600)/1);position:absolute;bottom:0;font-size:14px;pointer-events:none}.smart-interest .investment-box .min-term{left:0}.smart-interest .investment-box .max-term{right:0}.smart-interest .investment-box .currency-toggle,.smart-interest .investment-box .payout-toggle{display:flex;justify-content:space-between;list-style-type:none;padding:0;margin:0;width:100%}.smart-interest .investment-box .currency-toggle li,.smart-interest .investment-box .payout-toggle li{display:inline-block;width:187px;height:50px;position:relative}.smart-interest .investment-box .currency-toggle label,.smart-interest .investment-box .payout-toggle label,.smart-interest .investment-box .currency-toggle input,.smart-interest .investment-box .payout-toggle input{display:block;position:absolute;top:0;left:0;right:0;bottom:0}.smart-interest .investment-box .currency-toggle input[type="radio"],.smart-interest .investment-box .payout-toggle input[type="radio"]{opacity:.011;z-index:3}.smart-interest .investment-box .currency-toggle input[type="radio"]:checked + label,.smart-interest .investment-box .payout-toggle input[type="radio"]:checked + label{border:2px solid rgb(var(--tw-color-primary-500)/1);color:rgb(var(--tw-color-tertiary-500)/1)}.smart-interest .investment-box .currency-toggle label,.smart-interest .investment-box .payout-toggle label{margin:0;text-align:center;line-height:44px;border:2px solid #fff;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.2);-ms-box-shadow:0 0 3px 0 rgba(0,0,0,0.2);-o-box-shadow:0 0 3px 0 rgba(0,0,0,0.2);box-shadow:0 0 3px 0 rgba(0,0,0,0.2);-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;cursor:pointer;z-index:2;font-weight:var(--tw-font-normal);color:rgb(var(--tw-color-shade-400)/1)}.smart-interest .investment-box #payout-cost{padding-top:10px;display:none}.smart-interest .slider{margin:20px 0 25px 0;width:100%}.smart-interest .slider.slider-horizontal .slider-track{background-color:rgb(var(--tw-color-shade-200)/1);background-image:none;height:.5rem}.smart-interest .slider-selection{background:linear-gradient(90deg,rgb(var(--tw-color-primary-700)/1) 0%,rgb(var(--tw-color-primary-500)/1) 100%)}.smart-interest .slider.slider-horizontal .slider-handle{-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);-ms-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);-o-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);box-shadow:0 0 15px 0 rgba(0,0,0,0.15);background-color:rgb(var(--tw-color-primary-500)/1);border:2px solid rgb(var(--tw-color-shade-100)/1);background-image:none;width:2.5rem;height:2.5rem;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;margin-top:-.5rem;opacity:1;z-index:100}.smart-interest .plaudits{margin-top:60px}.smart-interest .smart-interest-holdings,.smart-interest .faq{margin-top:120px}.smart-interest .faq{margin-bottom:60px}.smart-interest .faq .accordion .panel-group .panel:first-child{padding-top:0}.smart-interest .faq .accordion .panel-group .panel:first-child .panel-heading{padding-top:0}.smart-interest .faq .accordion .panel-group .panel{background-color:rgb(var(--tw-color-shade-100)/1);border-bottom:1px solid rgb(var(--tw-color-shade-200)/1);margin:0;padding:20px 0}.smart-interest .faq .accordion .panel-group .panel .panel-heading{background-color:rgb(var(--tw-color-shade-100)/1);-webkit-transition:background-color 200ms linear;-moz-transition:background-color 200ms linear;-ms-transition:background-color 200ms linear;-o-transition:background-color 200ms linear;transition:background-color 200ms linear;padding:20px 0}.smart-interest .faq .accordion .panel-group .panel .panel-heading h4{font-size:18px;font-weight:var(--tw-font-semibold);padding-right:0}.smart-interest .faq .accordion .panel-group .panel .panel-heading.active{background-color:rgb(var(--tw-color-shade-200)/1)}.smart-interest .faq .accordion .panel-group .panel .panel-body{background-color:rgb(var(--tw-color-shade-100)/1);font-size:16px;padding:0;padding-bottom:15px}.smart-interest .faq .accordion .panel-group .panel .panel-body th,.smart-interest .faq .accordion .panel-group .panel .panel-body td{padding:7px}.smart-interest .faq .accordion .panel-group .panel .panel-body table{margin-bottom:10px}.smart-interest .faq .accordion .panel-group .panel .panel-body td,.smart-interest .faq .accordion .panel-group .panel .panel-body p{font-size:16px;color:rgb(var(--tw-color-shade-600)/1)}.smart-interest .faq .accordion .panel-group .panel .toggle{float:right;color:rgb(var(--tw-color-primary-500)/1);display:none}.smart-interest .faq .accordion .panel-group .panel a[aria-expanded="true"] .toggle-expanded{display:block}.smart-interest .faq .accordion .panel-group .panel a[aria-expanded="false"] .toggle-collapsed{display:block}.smart-interest .faq .information{margin-top:20px;margin-bottom:40px;font-size:18px}.smart-interest .overview{margin-top:220px}.smart-interest .overview h2{margin:0 0 30px 0}.smart-interest .overview ul{padding:0}.smart-interest .overview li{list-style:none;border-left:4px solid rgb(var(--tw-color-primary-500)/1);margin-bottom:1em;min-height:6em;padding:5px 20px}.smart-interest .overview li.contact-us{border-left-color:transparent}.robowise-footer,.smart-interest-footer{z-index:100;background-color:#fff;position:fixed;width:100vw;bottom:0;left:0;height:120px;-webkit-box-shadow:0 0 15px 0 rgba(45,45,45,0.15);-moz-box-shadow:0 0 15px 0 rgba(45,45,45,0.15);-ms-box-shadow:0 0 15px 0 rgba(45,45,45,0.15);-o-box-shadow:0 0 15px 0 rgba(45,45,45,0.15);box-shadow:0 0 15px 0 rgba(45,45,45,0.15)}.robowise-footer .footer-title,.smart-interest-footer .footer-title{float:left;text-align:left;padding:30px 20px}.robowise-footer .footer-title h2,.smart-interest-footer .footer-title h2{margin:0}.robowise-footer .info-block,.smart-interest-footer .info-block{float:right;padding:40px 40px 0 40px;height:120px}.robowise-footer .info-block label,.smart-interest-footer .info-block label{color:rgb(var(--tw-color-shade-600)/1);font-size:13px;font-weight:var(--tw-font-normal);margin-bottom:0}.robowise-footer .info-block p,.smart-interest-footer .info-block p{font-size:16px;margin-bottom:0}.robowise-footer .info-block select,.smart-interest-footer .info-block select{border:none;background:transparent;margin-left:-4px}.robowise-footer .info-block select:focus,.smart-interest-footer .info-block select:focus{outline:none}.robowise-footer button,.smart-interest-footer button{float:right;background-color:rgb(var(--tw-color-primary-500)/1);color:#fff;padding:6px 60px 0 50px;height:120px;border:none;font-weight:var(--tw-font-bold);-webkit-transition:background-color .1s;-moz-transition:background-color .1s;-ms-transition:background-color .1s;-o-transition:background-color .1s;transition:background-color .1s}.robowise-footer button div,.smart-interest-footer button div{font-weight:var(--tw-font-normal);font-size:.9em}.robowise-footer button.disable,.smart-interest-footer button.disable,.robowise-footer button[disabled],.smart-interest-footer button[disabled]{background-color:rgb(var(--tw-color-shade-400)/1)}@media (max-width:1200px){.robowise-footer .info-block,.smart-interest-footer .info-block{width:130px;padding:32px 10px 0 10px}.robowise-footer .info-block label,.smart-interest-footer .info-block label{font-size:1.2rem}.robowise-footer .info-block p,.smart-interest-footer .info-block p{font-size:1.4rem}}@media (max-width:991px){.smart-interest .top-container{padding-top:0;padding-bottom:30px}.smart-interest .investment-box{position:relative;float:none;width:100%;margin-bottom:30px}.smart-interest .investment-box .currency-toggle,.smart-interest .investment-box .payout-toggle{display:block;text-align:center}.smart-interest .investment-box .currency-toggle li,.smart-interest .investment-box .payout-toggle li{margin:5px 10px}.robowise-footer .footer-title{display:none}.robowise-footer .info-block,.robowise-footer button{width:20vw}}@media (max-width:767px){.smart-interest-footer{display:none}}ul.cashflow-breakdown,ul.smart-interest-breakdown{position:relative;list-style:none;padding-left:20px}ul.cashflow-breakdown .line,ul.smart-interest-breakdown .line{position:absolute;top:7px;bottom:10px;left:4px;width:2px;background-color:rgb(var(--tw-color-primary-500)/1)}ul.cashflow-breakdown li:before,ul.smart-interest-breakdown li:before{content:"";width:10px;height:10px;display:inline-block;background-color:rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;position:absolute;top:5px;left:-20px}ul.cashflow-breakdown li,ul.smart-interest-breakdown li{margin-bottom:20px;position:relative}ul.cashflow-breakdown li .title,ul.smart-interest-breakdown li .title{color:rgb(var(--tw-color-shade-600)/1)}ul.cashflow-breakdown li .detail,ul.smart-interest-breakdown li .detail{float:right}ul.cashflow-breakdown li .detail.positive,ul.smart-interest-breakdown li .detail.positive{color:rgb(var(--tw-color-approval-500)/1)}ul.cashflow-breakdown li .detail.negative,ul.smart-interest-breakdown li .detail.negative{color:rgb(var(--tw-color-error-500)/1)}ul.cashflow-breakdown li:last-child,ul.smart-interest-breakdown li:last-child{margin-bottom:0}.smart-interest-holdings .holdings-header p{color:rgb(var(--tw-color-shade-600)/1)}.smart-interest-holdings .holdings-aggregates{margin-top:30px;margin-bottom:30px}.smart-interest-holdings .holdings-aggregates .title{color:rgb(var(--tw-color-shade-600)/1)}.smart-interest-holdings .holdings-aggregates .detail{font-size:24px;font-weight:var(--tw-font-bold)}.smart-interest-holdings table.table tr,.smart-interest-holdings table.table td,.smart-interest-holdings table.table th{background-color:transparent;border:none}.smart-interest-holdings table.table th:first-child,.smart-interest-holdings table.table td:first-child{padding-left:0}.smart-interest-holdings table.table th{color:rgb(var(--tw-color-shade-600)/1);font-weight:var(--tw-font-normal);padding-bottom:20px}.smart-interest-holdings table.table td{font-weight:var(--tw-font-bold);font-size:18px}.smart-interest-holdings table.table td .information{color:rgb(var(--tw-color-shade-600)/1);font-weight:var(--tw-font-normal);font-size:14px}.smart-interest-holdings table.table td.actions{font-weight:var(--tw-font-normal);font-size:16px}.hero-header{width:100%;height:45vh;min-height:380px;position:relative}.hero-header h1{font-size:4rem}.hero-header p{font-size:2rem;line-height:3rem;color:rgb(var(--tw-color-shade-600)/1)}.hero-header .valign{position:absolute;width:100%;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.hero-header .header-spacer{height:3vw}@media screen and (max-width:1200px){.hero-header{height:40vh}}@media screen and (max-width:1091px){.hero-header{height:35vh}.hero-header h1{font-size:3.5rem}}@media screen and (max-width:991px){.hero-header{height:55vh}}.body-content{background-color:rgb(var(--tw-color-shade-100)/1)}.body-content p{color:rgb(var(--tw-color-shade-600)/1)}.guide-content{text-align:center}.guide-content h2{padding:70px 0 20px}.guide-content h3{font-size:22px}.guide-content img{width:80px}.supercharge-investment{padding:150px 0}.supercharge-investment h2,.supercharge-investment p{margin-bottom:20px}.supercharge-investment .supercharge-content-wrap{margin-top:18%}.picture-copy-content{padding-top:120px}.picture-copy-content h2{font-size:36px;color:rgb(var(--tw-color-tertiary-500)/1);font-weight:700;margin:0;padding:0;margin-bottom:20px}.picture-copy-content p{font-size:18px;line-height:30px}.picture-copy-content .content-bullets{font-size:18px;color:rgb(var(--tw-color-shade-600)/1);padding-left:15px;line-height:35px;margin-bottom:10px}@media screen and (max-width:991px){.supercharge-investment{padding:50px 0}.supercharge-investment .supercharge-content-wrap{text-align:center;margin-top:0;margin-bottom:35px}}.oval{box-sizing:border-box;margin:0 auto;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;height:402px;width:402px;border:2px solid rgb(var(--tw-color-shade-200)/1);text-align:center;position:relative}.oval i{color:rgb(var(--tw-color-primary-500)/1)}.oval .fa-file-text-o{font-size:60px;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%)}.oval .icon-wrap{width:44px;height:44px;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%;position:absolute;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.oval .icon-wrap i{color:#fff;line-height:44px}.oval .icon-wrap.clock{top:133px;left:55px}.oval .icon-wrap.clock i{font-size:26px}.oval .icon-wrap.list-ul{bottom:35px;right:-5px}.oval .icon-wrap.list-ul i{font-size:20px}.oval .icon-wrap.sign-in{top:264px;left:151px}.oval .icon-wrap.sign-in i{font-size:24px}.oval .icon-wrap.calendar{bottom:155px;right:37px}.oval .icon-wrap.calendar i{font-size:20px}.oval2{box-sizing:border-box;height:322px;width:322px;border:2px solid rgb(var(--tw-color-shade-200)/1);margin:0 auto;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;margin-top:40px}.oval3{box-sizing:border-box;height:242px;width:242px;border:2px 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%;margin:0 auto;margin-top:40px}.oval4{box-sizing:border-box;height:162px;width:162px;border:2px 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%;margin:0 auto;margin-top:40px}.e-guide-modal.modal .modal-footer{text-align:center}.mobile-landing{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.mobile-landing .carousel-indicators{bottom:50px}.mobile-landing .carousel-indicators li{border:none;background-color:rgb(var(--tw-color-shade-500)/1);width:12px;height:12px;margin:1px}.mobile-landing .carousel-indicators li.active{background-color:rgb(var(--tw-color-primary-500)/1)}.mobile-landing .carousel-inner .item{width:100vw;height:100vh}.mobile-landing .carousel-inner .item.salmon{background-color:rgb(var(--tw-color-primary-500)/0.8)}.mobile-landing .carousel-inner .item.grey-background{background-color:rgb(var(--tw-color-shade-400)/1)}.mobile-landing .carousel-item-content{position:relative;margin:0 auto;width:70vw;height:80vh;padding-top:15vh;max-width:400px;max-height:650px;text-align:center}.mobile-landing .carousel-item-content h2{font-size:22px;color:#fff;font-weight:var(--tw-font-bold);margin-bottom:20px}.mobile-landing .carousel-item-content p{font-size:14px}.mobile-landing .carousel-item-content .mobile-logo{width:100%;margin-bottom:20px}.mobile-landing .carousel-item-content .btn-mobile{width:100%;background-color:rgb(var(--tw-color-primary-500)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;font-size:18px;font-weight:var(--tw-font-bold);-webkit-box-shadow:0 1px 1px 0 rgba(50,50,50,0.75);-moz-box-shadow:0 1px 1px 0 rgba(50,50,50,0.75);-ms-box-shadow:0 1px 1px 0 rgba(50,50,50,0.75);-o-box-shadow:0 1px 1px 0 rgba(50,50,50,0.75);box-shadow:0 1px 1px 0 rgba(50,50,50,0.75);color:#fff}.mobile-landing .carousel-item-content .carousel-actions{position:absolute;left:0;bottom:0;width:90%;margin-left:5%}.mobile-landing .carousel-item-content.light-theme{color:#fff}.mobile-landing .carousel-item-content.light-theme h2{color:#fff}.mobile-landing .carousel-item-content.light-theme h2 span{color:rgb(var(--tw-color-primary-500)/1)}.mobile-landing .carousel-item-content.light-theme a.link{color:#fff;line-height:50px}.mobile-landing .carousel-item-content.light-theme a.link:hover{text-decoration:none}.mobile-landing .carousel-item-content.dark-theme{color:rgb(var(--tw-color-shade-500)/1)}.mobile-landing .carousel-item-content.dark-theme h2{color:rgb(var(--tw-color-tertiary-500)/1)}.mobile-landing .carousel-item-content.dark-theme h2 span{color:rgb(var(--tw-color-primary-500)/1)}.mobile-landing .carousel-item-content.dark-theme a.link{color:rgb(var(--tw-color-tertiary-500)/1);line-height:50px}.mobile-landing .carousel-item-content.dark-theme a.link:hover{text-decoration:none}.ifisa-background{padding:100px 0}.ifisa-background .hero-button{margin-bottom:3px;margin-right:4px}.ifisa-background .hero-button.btn-secondary-prime{margin-right:0}.ifisa-background .hero-box-container{background-color:#fff;border:1px solid rgb(var(--tw-color-shade-200)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;margin-bottom:20px}.ifisa-background .hero-box-container .top-section{border-bottom:1px solid rgb(var(--tw-color-shade-200)/1);padding:5px 15px}.ifisa-background .hero-box-container .top-section img{width:45px;margin-right:10px}.ifisa-background .hero-box-container .top-section h3{margin:5px 0;font-size:18px;font-weight:var(--tw-font-bold)}.ifisa-background .hero-box-container .bottom-section{padding:20px 15px}.ifisa-background .hero-box-container.countdown{padding:20px 0;text-align:center}.ifisa-background .hero-box-container.countdown h2{font-size:48px;font-weight:var(--tw-font-bold)}.black-banner{padding:20px 0;background-color:rgb(var(--tw-color-tertiary-500)/1)}.black-banner .ifisa-press-section{text-align:center}.black-banner .ifisa-press-section img{margin-top:30px}.content-container.ifisa-investing-style{padding:20px 40px;height:250px}.content-container.ifisa-investing-style img{width:65px}.ifisa-agreement .header-section{text-align:center}.ifisa-agreement .header-section h1{font-size:30px;font-weight:var(--tw-font-bold)}.ifisa-agreement .header-section h3{font-size:16px;color:rgb(var(--tw-color-shade-500)/1)}.ifisa-agreement .agreement{text-align:left}.ifisa-agreement .agreement h4{font-size:21px;font-weight:var(--tw-font-bold)}.ifisa-agreement .agreement p{color:rgb(var(--tw-color-shade-500)/1);font-size:16px}.ifisa-agreement .agreement .spacer{margin-bottom:40px}.ifisa-agreement .ifisa-buttons{padding:120px 0}.ifisa-agreement-reaccept{min-height:80vh;padding:40px 0;background-color:rgb(var(--tw-color-shade-100)/1)}.ifisa-agreement-reaccept h1{font-size:61.04px;line-height:70px;font-weight:var(--tw-font-bold)}.ifisa-agreement-reaccept h2{margin-top:0;font-size:48.83px;line-height:54px;font-weight:var(--tw-font-bold)}.ifisa-agreement-reaccept h3{font-size:31.25px;line-height:40px;font-weight:var(--tw-font-bold)}.ifisa-agreement-reaccept h4{font-size:20px;line-height:28px;font-weight:var(--tw-font-bold);margin-top:0}.ifisa-agreement-reaccept h5{font-size:16px;line-height:1.6;font-weight:var(--tw-font-bold)}.ifisa-agreement-reaccept p{color:rgb(var(--tw-color-shade-500)/1);font-size:16px;line-height:1.625}.ifisa-agreement-reaccept p.error{color:rgb(var(--tw-color-error-500)/1)}.ifisa-agreement-reaccept p strong{color:rgb(var(--tw-color-shade-700)/1);font-weight:var(--tw-font-bold)}.ifisa-agreement-reaccept p.small-text{font-size:13px}.ifisa-agreement-reaccept .section-label{margin-top:10px;font-size:16px;line-height:24px;display:block}.ifisa-agreement-reaccept .section-label__help-link{float:right;font-size:13px}.ifisa-agreement-reaccept a{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}.ifisa-agreement-reaccept a:hover{text-decoration:none;color:rgb(var(--tw-color-primary-700)/1);-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.ifisa-agreement-reaccept a.btn-action{color:#fff}.ifisa-agreement-reaccept a.btn-action:hover{color:#fff}.ifisa-agreement-reaccept a.info-link{color:rgb(var(--tw-color-shade-500)/1);border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1)}.ifisa-agreement-reaccept a.info-link:hover{color:rgb(var(--tw-color-shade-500)/1);cursor:help}.ifisa-agreement-reaccept hr{border-color:rgb(var(--tw-color-shade-400)/1);margin:30px 0}.ifisa-agreement-reaccept p{text-align:left}.download-ifisa-transfer-form{cursor:pointer;text-align:left;padding:30px 20px}.download-ifisa-transfer-form .download-pdf-icon{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;width:43px;height:43px;background-color:rgb(var(--tw-color-primary-500)/1);position:absolute;top:20px;right:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAmCAYAAACGeMg8AAAAAXNSR0IArs4c6QAABJ1JREFUWAndmG9olXUUx3ddKkOkRFwQE2qjUYFhxCAjCcSiN2lgYyotV9sw0uqF2HKQ2CvFF74R7GXUINEa9aKIUSAoqRPRzUiycEw2BktE1hoV/lmf752Pnnvu7z73uc/+cPHAl+d3zu+c7++c+zy/f7ei4j6RzEzUMTk5WQnPs+BxsAwsBMNgCFzKZDKjPMtXKOA5cASMgUJyi44fwRawqKyqIaFHgZIrVYYJeK0siiGRzeCvUitw/t3oi2eyoJLmCINvY/CDwMf9h+0b0A8GwTioA5ozL4IVwMtpDK8wf8Z8x6zqFNHsflWpf4MOsDRucPpfBb3Ay1kMreAj8AFYDx6M45pWH+T1QElbuYjyVCnE+O+3BAXaN7B3gdpSuBP5QvqTG1RFpPrGifvQcRVSNQ9fT5RgEifItMRa0Zsp6U34cYj/0hLGtLV0z0wxEH3hBurwiZWqw1cDJkAf2Ak0h9rBZ+AmsPIPihaO9AJBBvxpWEVabGJX4aOJu+fOsyqUAX3PgHm+D5u+gCvASrf3S6zDoiK2Wzbah4sR4NPoYhqLxfh+4lWMfTNaAHT0KSh5v4g8RcSjF2jPsKJ9opj4Y4jXi8VXsLdoj+kyjg/QXm30vGZeIRSxD6+ToCHPe2qzC5hnxaQcrLxEbnn5Rg45HTjuokOT2e/cZ7B9Ao6BuZIRN9A76L+QY/xZDYc24KUfwypHGKvi3+JIWmIDCnTCscPxWLUHJWcRyb4RjE/Ad8hxHkVv4Hs95exzpeqcdgHo3OblZQzfkrfuPfcEw3fAyg8olfc8wi18ngY5vwx67Buhf4Hiwoz5VnznA82P48CLipmaBjTqwG3jcY127FKn4fDZcyfmAs+7ewvtgoXQtxicBJK9+WnHW4jR4dLmKp72bBSNj6UZ2R1Ply2iyfireR4sURzPYCHYbRGoWWktNpbvJ0rFWBlFWaA58oJztuu36yqorqRHN8aHQh7YdcDsAXbhmES/GvKPszFntT2cMD7VtDfoF9T1MxL9YZBICPC/jDh053hfDSPv0Y4+p8isz2NrooECTsRqzljpUiE6P0Wi/SKxEBRaIv29xesqoi3xIAFH4rUA2Ov27yrkOoikLxAXayLQv4GIK/TUsfztWMKEnfBoj4tkTIWcizSeqe7PxL0L/GpiaLNNFdGSMM+ibnCdMgNMqJBuY1CzvihLwIG4dlCoGBXxZiAstQm+ARDJRRXir54H0rLD9RZQ0lZ0HH8jLWcoDr4aOwDt71XIMvCv6dCceSREkMRGbDOI7hJ6bk4SV4oPnLuBlc5sPBZ/nT2BTXeAVELsRjAEmlIRxATBWQvsiqWXoL0kuxs/iaI7tJWvUFL9UxKTx7S6yKca/GqTpP15DikGfRJefsOwFvj7SU7sXCjksAb4u/wItoc1fk6CGD/FpguMl0sYvgaXwRC4CeZCdH7TKroOPO8GVA5rOLLY48qUC4XoD4dOEE1WmmUp42S1wRWWr+Kk12jPYOVUjeaILoLJBGedZ7T6aAUrB/mZJDaB+aEKcuZIyEE2grWv1IHHwHIQJMM+k3IbslEwAP5gLgzyvP/lfzQm/RpCRqMXAAAAAElFTkSuQmCC);background-size:70%;background-repeat:no-repeat;background-position:center center}.developer-portal{min-height:60vh}.developer-portal h1{font-size:61.04px;line-height:70px;font-weight:var(--tw-font-bold)}.developer-portal h2{margin-top:0;font-size:48.83px;line-height:54px;font-weight:var(--tw-font-bold)}.developer-portal h3{font-size:31.25px;line-height:40px;font-weight:var(--tw-font-bold)}.developer-portal h4{font-size:20px;line-height:28px;font-weight:var(--tw-font-bold);margin-top:0}.developer-portal h5{font-size:16px;line-height:1.6;font-weight:var(--tw-font-bold)}.developer-portal p{color:rgb(var(--tw-color-shade-500)/1);font-size:16px;line-height:1.625}.developer-portal p.error{color:rgb(var(--tw-color-error-500)/1)}.developer-portal p strong{color:rgb(var(--tw-color-shade-700)/1);font-weight:var(--tw-font-bold)}.developer-portal p.small-text{font-size:13px}.developer-portal .section-label{margin-top:10px;font-size:16px;line-height:24px;display:block}.developer-portal .section-label__help-link{float:right;font-size:13px}.developer-portal a{color:rgb(var(--tw-color-primary-500)/1);text-decoration:none}.developer-portal a:hover{text-decoration:none;color:rgb(var(--tw-color-primary-700)/1);-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.developer-portal a.btn-action{color:#fff}.developer-portal a.btn-action:hover{color:#fff}.developer-portal a.info-link{color:rgb(var(--tw-color-shade-500)/1);border-bottom:1px dotted rgb(var(--tw-color-shade-500)/1)}.developer-portal a.info-link:hover{color:rgb(var(--tw-color-shade-500)/1);cursor:help}.developer-portal hr{border-color:rgb(var(--tw-color-shade-400)/1);margin:30px 0}.developer-portal h2{margin-top:60px}.approve-your-login{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - var(--investment-bar-height));padding:calc(3rem + var(--investment-bar-height)) 0 3rem;text-align:center}.approve-your-login__logo-container{margin-top:calc(-1 * var(--investment-bar-height));min-height:22rem;position:relative}.approve-your-login__logo{height:8rem;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;left:50%;padding:1.5rem;position:absolute;top:7rem;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);width:8rem}.approve-your-login__loader{-webkit-animation:loader-1-1 3.6s linear infinite;-moz-animation:loader-1-1 3.6s linear infinite;-ms-animation:loader-1-1 3.6s linear infinite;-o-animation:loader-1-1 3.6s linear infinite;animation:loader-1-1 3.6s linear infinite;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;height:8rem;left:calc(50% - 8rem / 2);position:absolute;top:7rem;width:8rem}.approve-your-login__loader div{-webkit-animation:loader-1-2 2.4s linear infinite;-moz-animation:loader-1-2 2.4s linear infinite;-ms-animation:loader-1-2 2.4s linear infinite;-o-animation:loader-1-2 2.4s linear infinite;animation:loader-1-2 2.4s linear infinite;bottom:0;clip:rect(0,8rem,8rem,4rem);height:8rem;left:0;position:absolute;right:0;top:0;width:8rem}.approve-your-login__loader div:after{-webkit-animation:loader-1-3 2.4s cubic-bezier(.77,0,.175,1) infinite;-moz-animation:loader-1-3 2.4s cubic-bezier(.77,0,.175,1) infinite;-ms-animation:loader-1-3 2.4s cubic-bezier(.77,0,.175,1) infinite;-o-animation:loader-1-3 2.4s cubic-bezier(.77,0,.175,1) infinite;animation:loader-1-3 2.4s cubic-bezier(.77,0,.175,1) infinite;border:.2rem 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%;bottom:0;clip:rect(0,8rem,8rem,4rem);content:'';height:8rem;left:0;position:absolute;right:0;top:0;width:8rem}.approve-your-login__title{font-size:3.125rem;font-weight:var(--tw-font-semibold);line-height:1.28;margin:-3rem 0 1.5rem;position:relative;text-transform:capitalize;z-index:1}.approve-your-login__text{font-size:1.6rem;font-weight:var(--tw-font-medium);line-height:1.5;margin-bottom:1.5rem}@-moz-keyframes loader-1-1{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 loader-1-1{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 loader-1-1{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 loader-1-1{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)}}@-moz-keyframes loader-1-2{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(220deg);-moz-transform:rotate(220deg);-ms-transform:rotate(220deg);-o-transform:rotate(220deg);transform:rotate(220deg)}}@-webkit-keyframes loader-1-2{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(220deg);-moz-transform:rotate(220deg);-ms-transform:rotate(220deg);-o-transform:rotate(220deg);transform:rotate(220deg)}}@-o-keyframes loader-1-2{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(220deg);-moz-transform:rotate(220deg);-ms-transform:rotate(220deg);-o-transform:rotate(220deg);transform:rotate(220deg)}}@keyframes loader-1-2{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(220deg);-moz-transform:rotate(220deg);-ms-transform:rotate(220deg);-o-transform:rotate(220deg);transform:rotate(220deg)}}@-moz-keyframes loader-1-3{0%{-webkit-transform:rotate(-140deg);-moz-transform:rotate(-140deg);-ms-transform:rotate(-140deg);-o-transform:rotate(-140deg);transform:rotate(-140deg)}50%{-webkit-transform:rotate(-160deg);-moz-transform:rotate(-160deg);-ms-transform:rotate(-160deg);-o-transform:rotate(-160deg);transform:rotate(-160deg)}100%{-webkit-transform:rotate(140deg);-moz-transform:rotate(140deg);-ms-transform:rotate(140deg);-o-transform:rotate(140deg);transform:rotate(140deg)}}@-webkit-keyframes loader-1-3{0%{-webkit-transform:rotate(-140deg);-moz-transform:rotate(-140deg);-ms-transform:rotate(-140deg);-o-transform:rotate(-140deg);transform:rotate(-140deg)}50%{-webkit-transform:rotate(-160deg);-moz-transform:rotate(-160deg);-ms-transform:rotate(-160deg);-o-transform:rotate(-160deg);transform:rotate(-160deg)}100%{-webkit-transform:rotate(140deg);-moz-transform:rotate(140deg);-ms-transform:rotate(140deg);-o-transform:rotate(140deg);transform:rotate(140deg)}}@-o-keyframes loader-1-3{0%{-webkit-transform:rotate(-140deg);-moz-transform:rotate(-140deg);-ms-transform:rotate(-140deg);-o-transform:rotate(-140deg);transform:rotate(-140deg)}50%{-webkit-transform:rotate(-160deg);-moz-transform:rotate(-160deg);-ms-transform:rotate(-160deg);-o-transform:rotate(-160deg);transform:rotate(-160deg)}100%{-webkit-transform:rotate(140deg);-moz-transform:rotate(140deg);-ms-transform:rotate(140deg);-o-transform:rotate(140deg);transform:rotate(140deg)}}@keyframes loader-1-3{0%{-webkit-transform:rotate(-140deg);-moz-transform:rotate(-140deg);-ms-transform:rotate(-140deg);-o-transform:rotate(-140deg);transform:rotate(-140deg)}50%{-webkit-transform:rotate(-160deg);-moz-transform:rotate(-160deg);-ms-transform:rotate(-160deg);-o-transform:rotate(-160deg);transform:rotate(-160deg)}100%{-webkit-transform:rotate(140deg);-moz-transform:rotate(140deg);-ms-transform:rotate(140deg);-o-transform:rotate(140deg);transform:rotate(140deg)}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{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;color:rgb(var(--tw-color-tertiary-500)/1);background-color:rgb(var(--tw-color-tertiary-500)/1);font-size:16px}body.minimal,body.full-background{background-color:rgb(var(--tw-color-shade-100)/1)}body.minimal .content-wrapper,body.full-background .content-wrapper{background-color:inherit}body.full-page-modal{background-color:rgb(var(--tw-color-tertiary-500)/0.6)}body.full-page-modal .content-wrapper{background-color:inherit}h1,h2,h3,h4,h5{color:rgb(var(--tw-color-tertiary-500)/1)}p{font-size:16px}sub,sup{font-size:.5em}.content-wrapper{background-color:#fff}.main-body{padding:30px 0}.intercom-lightweight-app{z-index:114 !important}hr{border-top:1px solid #e7e7e7}.not-a-style{border:inherit;width:inherit;background-color:#00f;padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;margin-top:0;visibility:hidden;display:none;color:xbsaaaaaaaaaaaaaaaaaaaAa}.text-bold{font-weight:var(--tw-font-bold)}.text-semi-bold{font-weight:var(--tw-font-semibold)}.text-primary{color:rgb(var(--tw-color-primary-500)/1)}.text-blue{color:rgb(var(--tw-color-secondary-500)/1)}.error{color:rgb(var(--tw-color-error-500)/1)}@media (min-width:1024px){.great-rates.panel.panel-default .information h1{width:400px;padding-left:90px}.special-offer-content p{font-size:16px}.savings-calculator .step1{padding-right:7.5px}.savings-calculator .step2{padding-left:7.5px;padding-right:7.5px}.savings-calculator .step3{padding-left:7.5px}}@media (max-width:1023px){.five-tabs.nav.nav-tabs li a{font-size:14px}.company-page .main-company-status{margin-top:15px}.company-page .capital-structure-wrapper h2{font-size:20px}.company-page .main-company-status .status-text{margin-left:0}.company-page .main-company-status span.status-indicator{display:inline-block}.getting-started .input-wrapper{height:215px}.great-rates.panel.panel-default .information h1{width:300px}.great-rates.panel.panel-default p{font-size:16px}.savings-calculator .output-wrapper .output-results{width:85%}.account-details .nav.nav-pills li{width:100%;margin-left:0;margin-right:5px;margin-bottom:2px}.account-details .nav.nav-pills li a{background-color:transparent;text-decoration:underline;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;padding:0}.account-details .nav.nav-pills li.active a{color:rgb(var(--tw-color-primary-500)/1);background-color:transparent}.landing-page{height:auto}.landing-page .landing-row{margin:0}.landing-page .landing-row .main-title{font-size:25px;margin-bottom:0;margin-top:20px}.landing-page .title-banner{text-align:center}.landing-page .title-banner h3{font-size:20px}.landing-page ul li{font-size:14px}.landing-page .text-wrap{display:block;height:auto;margin-top:20px;margin-bottom:20px}.landing-page .landing-row.with-referral .text-wrap{height:auto}.landing-bullets li .col-xs-10{margin-left:auto}}@media (min-width:992px) and (max-width:1023px){.user-info{display:none !important}}@media (min-width:767px) and (max-width:1023px){.savings-calculator .step1{padding-right:7.5px}.savings-calculator .step2{padding-left:7.5px}.savings-calculator .step3{margin-top:15px}}@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:22px 0 18px 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}.main-body{padding:10px 0}#dashboard .divider{left:301px}.market{margin-top:25px}.market .greeting{margin-right:0}#order-ticket{margin:0 0 15px 0}#order-ticket input[type=number]{width:150px}#order-ticket .table .remove{right:5px}#order-ticket .table tbody td .company-name{width:261px}#order-ticket .table tbody td .principal{width:150px}}@media (max-width:1091px){.nav.nav-tabs.six-tabs li a{font-size:13px}}@media (max-width:767px){.getting-started-step .input-wrapper.savings-calc-panel.panel-default{height:175px}.getting-started-step .input-wrapper.savings-calc-panel.panel-default img{max-width:75px}.cms-left-column{padding-top:15px}.cms-left-column .left-navigation.toggled{display:none}.cms-left-column .left-navigation{-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s}.cms-left-column .toggle-menu{cursor:pointer;color:rgb(var(--tw-color-primary-500)/1)}.cms-left-column ul li a{font-size:1em}.cms-left-column ul li.active a{border-left:none;color:rgb(var(--tw-color-primary-500)/1);padding-left:0}.cms-right-column{padding-top:0}.center-form .tab-content{padding:20px}.landing-page .center-form{margin:auto;margin-top:10px;margin-bottom:10px}.nav.nav-pills li{width:auto;margin-left:0;margin-right:5px;margin-bottom:2px}.nav.nav-pills li a{background-color:transparent;text-decoration:underline;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;padding:0}.nav.nav-pills li.active a{color:rgb(var(--tw-color-primary-500)/1);background-color:transparent}.four-tabs li{width:50%}.five-tabs li{width:100%}.six-tabs li{width:100%}.nav.nav-tabs li a{font-size:14px}#account-details-password input.form-control,#account-details-security-questions input.form-control{width:100%}.date-selector .wl-select{display:inline-block;margin-right:0;width:32%;min-width:81px}.date-selector .wl-select select{padding-right:5px}.date-selector .years{display:inline-block;width:36%;min-width:91px}.date-selector .years .wl-select{margin-right:0;width:100%}#portfolio-legend{padding:10px 0}.modal-header,.modal-body,.modal-footer{padding-left:10px;padding-right:10px}#order-ticket input[type=number]{width:100%}#order-ticket .table tbody td .company-name{width:100%}#order-ticket .table tbody td .principal{width:100%}#market-table-initial tbody tr td.button button,#market-table tbody tr td.button button{width:100%}#market-table-initial tbody tr td.button button.sell,#market-table tbody tr td.button button.sell{margin-top:5px}#market-table-initial tbody tr td:first-child,#market-table tbody tr td:first-child{font-size:11px;font-weight:var(--tw-font-normal)}#confirmOrderModal .modal-content{width:auto}.modal-footer button{width:auto}.page-banner .carousel-inner .carousel-content .carousel-content-inner{top:inherit;bottom:55px}.zopim{display:none !important}.great-rates.panel.panel-default h4,.great-rates.panel.panel-default ul{margin-left:auto;margin-right:auto;text-align:center}.great-rates.panel.panel-default .information{text-align:center}.great-rates.panel.panel-default .information h1{width:300px;margin-left:auto;margin-right:auto;padding-bottom:20px}.savings-calculator .step1,.savings-calculator .step2{margin-bottom:15px}.company-page img.company-logo{width:80px;height:80px}.company-page .main-company-status{margin-top:15px}.company-page .main-company-status h3{font-size:20px}.company-page .main-company-status .action-button{width:130px;font-size:12px}.company-page .main-company-info h2{font-size:20px}.company-page .loan-details h3,.company-page .loan-details h4{font-size:14px}.company-page .loan-details .col-xs-12{margin-bottom:10px}.company-page .capital-structure-wrapper h2{font-size:15px;font-weight:var(--tw-font-bold)}.company-page .capital-structure-diagram h2,.company-page .capital-structure-diagram p{display:none}.company-page .capital-structure-key{display:inline-block !important}.company-page .capital-structure-key div{width:10px;height:10px;margin-top:5px}.company-page .capital-structure-key p{margin-top:-9px;margin-left:15px;font-size:12px;line-height:8px}.investor-type-tabs a.nav-tab{width:100%}.press-banner .press-item{min-height:inherit}.press-banner .press-item .bubble div{min-height:inherit}}@media (max-width:440px){.great-rates.panel.panel-default h4,.great-rates.panel.panel-default ul{margin-left:auto;margin-right:auto;font-size:10px;width:250px}.great-rates.panel.panel-default h4 li,.great-rates.panel.panel-default ul li{font-size:10px}.great-rates.panel.panel-default .sub-text.footnote{font-size:10px}.great-rates.panel.panel-default .information h1{margin-left:auto;margin-right:auto;font-size:64px}.special-offer-content h4,.special-offer-content p{font-size:12px !important}.table{font-size:10px}.table tbody tr td.small-button-col{padding:9px 2px}.table tbody tr td.small-button-col button{font-size:10px}#dashboard.main-body{padding:10px 0}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.modal-backdrop{display:none}}.paysafe-iframe{width:100%;margin:0;padding:0;background:transparent;font-weight:var(--tw-font-medium)}.paysafe-iframe__container{padding-top:5px;padding-left:15px !important;padding-right:15px !important}.paysafe-iframe__input-error{display:none;font-size:16px;line-height:24px;color:rgb(var(--tw-color-error-500)/1);margin-bottom:15px}.paysafe-iframe__form-wrapper{height:196px;overflow:hidden;padding-top:5px}.paysafe-iframe__form-group{position:relative;margin-bottom:21px;border:2px solid rgb(var(--tw-color-shade-500)/1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.paysafe-iframe__form-group.notEmpty,.paysafe-iframe__form-group.focused{border:2px solid rgb(var(--tw-color-tertiary-500)/1)}.paysafe-iframe__form-group.notEmpty .paysafe-iframe__input-label,.paysafe-iframe__form-group.focused .paysafe-iframe__input-label{display:block}.paysafe-iframe__form-group.notEmpty .paysafe-iframe__input-placeholder,.paysafe-iframe__form-group.focused .paysafe-iframe__input-placeholder{display:none}.paysafe-iframe__form-group.disabled{border-color:rgb(var(--tw-color-shade-400)/1);background-color:rgb(var(--tw-color-shade-400)/1)}.paysafe-iframe__form-group.disabled .paysafe-iframe__input-label{display:none}.paysafe-iframe__form-group.disabled .paysafe-iframe__input-wrapper{opacity:.3}.paysafe-iframe__form-group.error{margin-bottom:6px;border-color:rgb(var(--tw-color-error-500)/1)}.paysafe-iframe__form-group.error .paysafe-iframe__input-placeholder{color:rgb(var(--tw-color-error-500)/1)}.paysafe-iframe__form-group.error + .paysafe-iframe__input-error{display:block}.paysafe-iframe__form-group.error .paysafe-iframe__input-label{color:rgb(var(--tw-color-error-500)/1)}.paysafe-iframe__input-wrapper{display:block;height:50px;padding:14px 15px;font-size:16px}.paysafe-iframe__input-label{display:none;color:rgb(var(--tw-color-tertiary-500)/1);position:absolute;font-size:13px;line-height:20px;left:10px;top:-12px;background-color:#fff;padding:0 4px}.paysafe-iframe__pay-button{height:40px;width:100%;border:0;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;color:#fff;font-weight:var(--tw-font-bold);background-color:rgb(var(--tw-color-primary-500)/1);margin-top:16px}.paysafe-iframe__pay-button:disabled{color:rgb(var(--tw-color-shade-500)/1);background-color:rgb(var(--tw-color-shade-400)/1)}.paysafe-iframe__pay-button:focus{outline:none}.paysafe-iframe__secure-info{font-size:11px;line-height:36px;padding-left:7px;color:rgb(var(--tw-color-shade-500)/1)}.paysafe-iframe__input-placeholder{position:absolute;top:11px;left:15px;font-size:16px;line-height:26px;color:rgb(var(--tw-color-shade-500)/1);pointer-events:none}
