/*
This loads the global styles that can be included for every page of the application. See page-specific for additional styles.
*/
/*
CORE SHEETS
The order matters
 */
/*
 * Do not add any actual CSS definitions outside of variables and mixins.
 * Since this file is imported in multiple places in this project any
 * actual definitions will result in duplicated styles.
 */
/*
 * Do not add any actual CSS definitions outside of variables and mixins.
 * Since this file is imported in multiple places in this project any
 * actual definitions will result in duplicated styles.
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

[hidden] {
  display: none !important; }

/* nunito-sans-regular - latin */
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8cceyI9tAcVwob5A.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8ccezI9tAcVwob5A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8cce9I9tAcVwo.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Nunito Sans Bold"), local("NunitoSans-Bold"), url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8GBs5iU1ECVZl_86Y.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Nunito Sans Bold"), local("NunitoSans-Bold"), url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8GBs5jU1ECVZl_86Y.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Nunito Sans Bold"), local("NunitoSans-Bold"), url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8GBs5tU1ECVZl_.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

html {
  font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.fractal-code .typography-sample-container {
  min-height: 4.375rem;
  margin-bottom: .3125rem;
  border: .0625rem solid #eee;
  padding-top: .3125rem;
  border-radius: .3125rem; }
  .fractal-code .typography-sample-container:hover {
    border-color: #bbb; }
  .fractal-code .typography-sample-container span {
    display: inline-block;
    width: 6.25rem;
    background: #e8e8e8;
    color: #000;
    font-family: "courier new", courier, monospace !important;
    font-size: .625rem;
    float: left;
    font-weight: 700 !important;
    text-align: center;
    margin-left: .3125rem;
    margin-right: 1rem;
    padding: .5rem;
    border-radius: .3125rem; }
  .fractal-code .typography-sample-container h2 {
    font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.75rem;
    color: #18171c;
    font-weight: 700;
    line-height: 2.375rem;
    letter-spacing: -.025rem;
    margin-bottom: 0;
    border-bottom: 0; }
    @media all and (max-width: 599px) {
      .fractal-code .typography-sample-container h2 {
        font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 1.5rem;
        color: #18171c;
        font-weight: 700;
        line-height: 2.125rem;
        letter-spacing: -.0125rem;
        margin-bottom: .25rem; } }

h1 {
  font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2rem;
  color: #18171c;
  font-weight: 700;
  line-height: 2.625rem;
  letter-spacing: -0.0375rem;
  color: #18171c; }
  @media all and (max-width: 599px) {
    h1 {
      font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 1.75rem;
      color: #18171c;
      font-weight: 700;
      line-height: 2.375rem;
      letter-spacing: -.025rem; } }

h1.title,
h2.seo-title {
  font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.75rem;
  color: #18171c;
  font-weight: 700;
  line-height: 3.375rem;
  color: #18171c;
  letter-spacing: -0.0375rem;
  margin-bottom: 1rem; }
  @media (max-width: 999px) {
    h1.title,
    h2.seo-title {
      font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 2rem;
      color: #18171c;
      font-weight: 700;
      line-height: 2.625rem;
      letter-spacing: -0.0375rem; } }
  @media (max-width: 599px) {
    h1.title,
    h2.seo-title {
      font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 1.75rem;
      color: #18171c;
      font-weight: 700;
      line-height: 2.375rem;
      letter-spacing: -0.025rem; } }

h1.seo-header,
h2 {
  font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.75rem;
  color: #18171c;
  font-weight: 700;
  line-height: 2.375rem;
  letter-spacing: -.025rem;
  color: #18171c; }
  @media all and (max-width: 599px) {
    h1.seo-header,
    h2 {
      font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 1.5rem;
      color: #18171c;
      font-weight: 700;
      line-height: 2.125rem;
      letter-spacing: -.0125rem;
      margin-bottom: .25rem; } }

h3 {
  font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  color: #18171c;
  font-weight: 700;
  line-height: 2.125rem;
  letter-spacing: -.0125rem;
  margin-bottom: 1rem;
  color: #18171c; }
  @media all and (max-width: 599px) {
    h3 {
      font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 1.25rem;
      color: #18171c;
      font-weight: 700;
      line-height: 1.875rem;
      letter-spacing: -.0125rem;
      margin-bottom: 1rem; } }

h4 {
  font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  color: #18171c;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -.0125rem;
  margin-bottom: .25rem;
  color: #18171c; }
  @media all and (max-width: 599px) {
    h4 {
      font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 0.875rem;
      color: #595458;
      font-weight: 700;
      line-height: 1.5rem;
      letter-spacing: .0625rem;
      text-transform: uppercase; } }

h5 {
  font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  color: #595458;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  color: #595458; }

blockquote {
  font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.375rem;
  color: #2b303b;
  font-weight: 400;
  line-height: 2rem; }

p {
  font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  color: #2b303b;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.5rem; }

.lead {
  font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  color: #2b303b;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0; }

.ui {
  font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  color: #2b303b;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0; }

.small,
small {
  font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  color: #2b303b;
  font-weight: 400;
  line-height: 1.5rem; }

.xsmall {
  font-family: 'Nunito Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  color: #2b303b;
  font-weight: 400;
  line-height: 1.25rem; }

.strong,
strong {
  font-weight: 800 !important; }

a {
  font-size: inherit;
  color: #083cf7;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 100ms;
  transition: all 100ms; }
  a:hover {
    color: #052494;
    text-decoration: none; }

figcaption {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin: .3125rem 0; }

code {
  font-family: courier, terminal;
  background: #eee;
  padding: .125rem .25rem;
  border-radius: .125rem;
  font-size: .9375rem;
  border: .0625rem solid #ccc; }

.ul {
  margin: .625rem 0 2rem 0;
  color: #595458;
  list-style-type: disc; }
  .ul li {
    margin: 0 0 .5rem 1.25rem;
    line-height: 1.5;
    padding-left: .25rem; }

.button {
  cursor: pointer;
  display: inline-block;
  padding: 0 1rem;
  color: white;
  background: #fd810d;
  border: 0.0625rem solid #fd810d;
  border-radius: .25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: .03125;
  white-space: nowrap;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem 0 rgba(45, 40, 77, 0.4), 0 0.125rem 0.375rem 0 rgba(45, 40, 77, 0.25);
          box-shadow: 0 0.0625rem 0.0625rem 0 rgba(45, 40, 77, 0.4), 0 0.125rem 0.375rem 0 rgba(45, 40, 77, 0.25);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .button:hover {
    color: white;
    background-color: #e6760c;
    border: 0.0625rem solid #e6760c;
    text-decoration: none; }
  .button:active {
    background-color: #e6760c;
    border: 0.0625rem solid #e6760c;
    -webkit-box-shadow: inset 0rem 0.0625rem 0.25rem -0.0625rem #3d1e01;
            box-shadow: inset 0rem 0.0625rem 0.25rem -0.0625rem #3d1e01; }

.button.secondary {
  background: #404859;
  border: 0.0625rem solid #404859;
  color: white; }
  .button.secondary:hover {
    background: #2b303b; }
  .button.secondary:active {
    -webkit-box-shadow: none;
            box-shadow: none; }

.button.default {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #FFFFFF), to(#EDEDED));
  background: linear-gradient(-180deg, #FFFFFF 4%, #EDEDED 100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.0625rem solid rgba(89, 84, 88, 0.4);
  color: #595458;
  font-size: .875rem; }
  .button.default:hover {
    border: 0.0625rem solid #18171c; }
  .button.default:active {
    border: 0.0625rem solid rgba(24, 23, 28, 0.4); }

.button.disabled {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  color: rgba(89, 84, 88, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .button.disabled:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .button.disabled:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .button.disabled:focus {
    outline: none; }

.button.text {
  color: #083cf7;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: .0625rem solid transparent; }
  .button.text:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: underline; }
  .button.text:active {
    -webkit-box-shadow: none;
            box-shadow: none; }

.button.small {
  font-size: .875rem;
  line-height: 2rem; }

.button .icon-chevron-left {
  background: inline("chevron-white.svg") 50% no-repeat;
  -webkit-transform: translate(-0.5rem, 0.5rem) rotate(90deg);
          transform: translate(-0.5rem, 0.5rem) rotate(90deg);
  display: block;
  width: .75rem;
  height: .4375rem;
  margin: 0;
  float: left; }

.button .icon-chevron-right {
  background: inline("chevron-white.svg") 50% no-repeat;
  display: block;
  -webkit-transform: translate(0.5rem, 0.5rem) rotate(270deg);
          transform: translate(0.5rem, 0.5rem) rotate(270deg);
  width: .75rem;
  height: .4375rem;
  margin: 0;
  float: right; }

::-webkit-input-placeholder {
  color: rgba(89, 84, 88, 0.4); }

::-moz-placeholder {
  color: rgba(89, 84, 88, 0.4); }

:-ms-input-placeholder {
  color: rgba(89, 84, 88, 0.4); }

:-moz-placeholder {
  color: rgba(89, 84, 88, 0.4); }

.input {
  margin-bottom: 1rem; }
  .input input[type=text],
  .input input[type=password],
  .input select,
  .input input,
  .input select.form-select,
  .input textarea {
    background: white;
    border: 0.0625rem solid rgba(89, 84, 88, 0.4);
    border-radius: .25rem;
    padding: 0 .75rem 0;
    line-height: 2.4rem;
    font-size: 1rem;
    width: 100%;
    font-family: 'Nunito Sans', Helvetica, Arial, sans-serif !important; }
    .input input[type=text]::-ms-clear,
    .input input[type=password]::-ms-clear,
    .input select::-ms-clear,
    .input input::-ms-clear,
    .input select.form-select::-ms-clear,
    .input textarea::-ms-clear {
      display: none; }
  .input input:focus {
    outline: none;
    color: #18171c;
    border: 0.0625rem solid #2d7dd2;
    background: white;
    border: 0.0625rem solid #2d7dd2;
    -webkit-box-shadow: 0 0 0 0.125rem rgba(45, 125, 210, 0.25);
            box-shadow: 0 0 0 0.125rem rgba(45, 125, 210, 0.25); }
  .input label {
    display: inline-block;
    color: #2b303b;
    font-size: .875rem;
    margin-bottom: .25rem; }
  .input .tooltip {
    float: none; }
    .input .tooltip.tooltip-right .tooltip-icon {
      float: right; }

.input textarea.small,
.input input.small {
  font-size: .875rem;
  line-height: 1.625rem;
  padding: .25rem .5rem 0; }

.input.input-disabled label {
  color: rgba(43, 48, 59, 0.4); }

.input.input-disabled input {
  background: #eee;
  color: rgba(43, 48, 59, 0.4);
  border-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .input.input-disabled input:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .input.input-disabled input:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .input.input-disabled input:focus {
    outline: none; }

.input.input-success.input-success-icon input {
  background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M6.32%2C6.19h0Z%27%20fill%3D%27%23595458%27%2F%3E%3Ccircle%20cx%3D%278%27%20cy%3D%278%27%20r%3D%278%27%20fill%3D%27%235aa700%27%2F%3E%3Cpolygon%20points%3D%277.5%2011.49%204%208%205%207%207.5%209.51%2012.01%205%2012.99%206%207.5%2011.49%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E") calc(100% - .5625rem) 0.6875rem no-repeat; }

.input.input-success.input-success-message span {
  font-size: .875rem;
  padding-top: 1rem;
  padding-left: 0;
  position: relative;
  top: .5rem; }
  .input.input-success.input-success-message span::before {
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M6.32%2C6.19h0Z%27%20fill%3D%27%23595458%27%2F%3E%3Ccircle%20cx%3D%278%27%20cy%3D%278%27%20r%3D%278%27%20fill%3D%27%235aa700%27%2F%3E%3Cpolygon%20points%3D%277.5%2011.49%204%208%205%207%207.5%209.51%2012.01%205%2012.99%206%207.5%2011.49%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E");
    margin-right: .375rem;
    top: .1875rem;
    position: relative;
    width: 1rem;
    display: inline-block;
    height: 1rem; }

.input.input-failure label {
  color: #e94d35; }

.input.input-failure input {
  outline: none;
  color: rgba(43, 48, 59, 0.4);
  background: white;
  border: 0.0625rem solid #e94d35;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(233, 77, 53, 0.25);
          box-shadow: 0 0 0 0.125rem rgba(233, 77, 53, 0.25); }

.input.input-failure.input-failure-icon input {
  background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Ccircle%20cx%3D%278%27%20cy%3D%278%27%20r%3D%278%27%20fill%3D%27%23e94f37%27%2F%3E%3Crect%20x%3D%272.7%27%20y%3D%277.3%27%20width%3D%2710.61%27%20height%3D%271.4%27%20transform%3D%27translate%28-3.31%208%29%20rotate%28-45%29%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E") calc(100% - .5625rem) 0.6875rem no-repeat; }

.input.input-failure.input-failure-message span {
  font-size: .875rem;
  padding-top: 1rem;
  padding-left: 0;
  position: relative;
  top: .5rem;
  color: #e94d35; }
  .input.input-failure.input-failure-message span::before {
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Ccircle%20cx%3D%278%27%20cy%3D%278%27%20r%3D%278%27%20fill%3D%27%23e94f37%27%2F%3E%3Crect%20x%3D%272.7%27%20y%3D%277.3%27%20width%3D%2710.61%27%20height%3D%271.4%27%20transform%3D%27translate%28-3.31%208%29%20rotate%28-45%29%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E");
    margin-right: .375rem;
    top: .1875rem;
    position: relative;
    width: 1rem;
    display: inline-block;
    height: 1rem; }

.input.input-phone input {
  background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M11%2C15.21h-.34c-1.9-.17-4.14-1.67-6.14-4.13C1.4%2C7.29.69%2C3.58%2C2.71%2C1.83l.74-.64a1.75%2C1.75%2C0%2C0%2C1%2C1.3-.4A1.81%2C1.81%2C0%2C0%2C1%2C6%2C1.43L7.33%2C3.08a1.83%2C1.83%2C0%2C0%2C1-.28%2C2.48L6.59%2C6A11.16%2C11.16%2C0%2C0%2C0%2C8%2C8l0%2C0a12.06%2C12.06%2C0%2C0%2C0%2C1.67%2C1.8l.44-.38a1.82%2C1.82%2C0%2C0%2C1%2C2.54.24l1.34%2C1.65a1.82%2C1.82%2C0%2C0%2C1-.27%2C2.47l-.74.64A3.1%2C3.1%2C0%2C0%2C1%2C11%2C15.21Zm-6.37-13a.39.39%2C0%2C0%2C0-.22.06l-.74.64c-1.34%2C1.16-.51%2C4.29%2C1.93%2C7.29%2C1.74%2C2.14%2C3.68%2C3.49%2C5.18%2C3.62a1.77%2C1.77%2C0%2C0%2C0%2C1.39-.39l.74-.64a.45.45%2C0%2C0%2C0%2C.11-.54l-1.35-1.65a.36.36%2C0%2C0%2C0-.26-.12.39.39%2C0%2C0%2C0-.27.06l-.74.64a.8.8%2C0%2C0%2C1-.64.19C8.88%2C11.27%2C7.52%2C9.63%2C7%2C8.91%2C4.44%2C6%2C5.11%2C5.38%2C5.4%2C5.14l.74-.64A.45.45%2C0%2C0%2C0%2C6.24%2C4L4.9%2C2.31a.4.4%2C0%2C0%2C0-.27-.12Zm1.74%2C4h0Z%27%20fill%3D%27%23595458%27%20fill-opacity%3D%270.4%27%20%2F%3E%3C%2Fsvg%3E") 0.6875rem 0.6875rem no-repeat;
  padding-left: 2rem; }
  .input.input-phone input:focus {
    background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M11%2C15.21h-.34c-1.9-.17-4.14-1.67-6.14-4.13C1.4%2C7.29.69%2C3.58%2C2.71%2C1.83l.74-.64a1.75%2C1.75%2C0%2C0%2C1%2C1.3-.4A1.81%2C1.81%2C0%2C0%2C1%2C6%2C1.43L7.33%2C3.08a1.83%2C1.83%2C0%2C0%2C1-.28%2C2.48L6.59%2C6A11.16%2C11.16%2C0%2C0%2C0%2C8%2C8l0%2C0a12.06%2C12.06%2C0%2C0%2C0%2C1.67%2C1.8l.44-.38a1.82%2C1.82%2C0%2C0%2C1%2C2.54.24l1.34%2C1.65a1.82%2C1.82%2C0%2C0%2C1-.27%2C2.47l-.74.64A3.1%2C3.1%2C0%2C0%2C1%2C11%2C15.21Zm-6.37-13a.39.39%2C0%2C0%2C0-.22.06l-.74.64c-1.34%2C1.16-.51%2C4.29%2C1.93%2C7.29%2C1.74%2C2.14%2C3.68%2C3.49%2C5.18%2C3.62a1.77%2C1.77%2C0%2C0%2C0%2C1.39-.39l.74-.64a.45.45%2C0%2C0%2C0%2C.11-.54l-1.35-1.65a.36.36%2C0%2C0%2C0-.26-.12.39.39%2C0%2C0%2C0-.27.06l-.74.64a.8.8%2C0%2C0%2C1-.64.19C8.88%2C11.27%2C7.52%2C9.63%2C7%2C8.91%2C4.44%2C6%2C5.11%2C5.38%2C5.4%2C5.14l.74-.64A.45.45%2C0%2C0%2C0%2C6.24%2C4L4.9%2C2.31a.4.4%2C0%2C0%2C0-.27-.12Zm1.74%2C4h0Z%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E") 0.6875rem 0.6875rem no-repeat;
    padding-left: 2rem; }

.input.input-search input {
  background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M14.24%2C13.25l-4-4a4.74%2C4.74%2C0%2C1%2C0-1%2C1l4%2C4ZM6.46%2C9.76a3.3%2C3.3%2C0%2C1%2C1%2C3.3-3.3A3.3%2C3.3%2C0%2C0%2C1%2C6.46%2C9.76Z%22%20fill-opacity%3D%270.4%27%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E") 0.6875rem 0.6875rem no-repeat;
  padding-left: 2rem; }
  .input.input-search input:focus {
    background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M14.24%2C13.25l-4-4a4.74%2C4.74%2C0%2C1%2C0-1%2C1l4%2C4ZM6.46%2C9.76a3.3%2C3.3%2C0%2C1%2C1%2C3.3-3.3A3.3%2C3.3%2C0%2C0%2C1%2C6.46%2C9.76Z%22%20fill-opacity%3D%271%27%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E") 0.6875rem 0.6875rem no-repeat;
    padding-left: 2rem; }

.input-search input {
  height: 2.5rem; }

.select select,
.input select {
  width: 100%;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  padding-left: .3125rem;
  display: inline-block;
  border-radius: .25rem;
  border: 0.125rem solid rgba(89, 84, 88, 0.2) !important;
  padding: .5rem .75rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #595458;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  cursor: default;
  background-color: #fff; }
  .select select:-moz-focusring,
  .input select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .select select::-ms-expand,
  .input select::-ms-expand {
    display: none; }
  .select select:hover,
  .input select:hover {
    background-color: #f2f2f3;
    cursor: pointer; }
  .select select.select-has-icon,
  .input select.select-has-icon {
    background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%223.5%2010.51%204.5%209.52%208%2013.02%2011.51%209.52%2012.49%2010.51%208%2015%203.5%2010.51%22%20fill%3D%22%23595458%22%2F%3E%3Cpolygon%20points%3D%2212.49%205.51%2011.51%206.5%208%203%204.5%206.5%203.5%205.51%208%201.01%2012.49%205.51%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E");
    background-position: calc(100% - .625rem) 0.75rem;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 1rem;
    padding-right: 1.875rem; }

.select label,
.input label {
  display: inline-block;
  color: #2b303b;
  font-size: .875rem;
  margin-bottom: .25rem; }

.select .tooltip,
.input .tooltip {
  float: none; }
  .select .tooltip.tooltip-right .tooltip-icon,
  .input .tooltip.tooltip-right .tooltip-icon {
    float: right; }

.select-container,
.select-alt-container {
  overflow: hidden;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ededed));
  background: linear-gradient(to bottom, white 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  border-radius: .25rem;
  border: 0.0625rem solid rgba(89, 84, 88, 0.4);
  -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .select-container:hover,
  .select-alt-container:hover {
    -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    border: 0.0625rem solid #595458 !important;
    cursor: pointer; }
  .select-container select,
  .select-alt-container select {
    color: white;
    background: url("data:image/svg+xml;charset=UTF-8,\a     %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%223.5%2C6.5%204.5%2C5.5%208%2C9%2011.5%2C5.5%2012.5%2C6.5%208%2C11%20%22%20fill%3D%22%23595458%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat;
    background-position: calc(100% - .5rem) 0.5rem;
    background-repeat: no-repeat;
    background-size: 1rem;
    width: 100%;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    display: inline-block;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: default;
    border-radius: .25rem;
    padding-right: 1.875rem;
    border: none !important;
    font-size: .875rem;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: .875rem;
    color: #2b303b;
    font-weight: normal; }
    .select-container select:-moz-focusring,
    .select-alt-container select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
    .select-container select::-ms-expand,
    .select-alt-container select::-ms-expand {
      display: none; }
    .select-container select option,
    .select-alt-container select option {
      color: #000; }
  .select-container.select-alt-active, .select-container.select-active,
  .select-alt-container.select-alt-active,
  .select-alt-container.select-active {
    background: rgba(45, 40, 77, 0.7);
    border: 0.0625rem solid #595458 !important; }
    .select-container.select-alt-active select, .select-container.select-active select,
    .select-alt-container.select-alt-active select,
    .select-alt-container.select-active select {
      color: white;
      background: url("data:image/svg+xml;charset=UTF-8,\a       %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%223.5%2C6.5%204.5%2C5.5%208%2C9%2011.5%2C5.5%2012.5%2C6.5%208%2C11%20%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat;
      background-position: calc(100% - .5rem) 0.5rem; }

.select-container-flat {
  background: white;
  border: 0.0625rem solid #2d284d; }
  .select-container-flat:hover {
    background: #F2F2F3; }
  .select-container-flat select {
    background: url("data:image/svg+xml;charset=UTF-8,\a     %0A%3Csvg%20width%3D%2216px%22%20height%3D%229px%22%20viewBox%3D%220%200%2016%209%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22OPTIMIZELY%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22SEO12-B%22%20transform%3D%22translate%28-464.000000%2C%20-339.000000%29%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22selected%22%20transform%3D%22translate%28270.000000%2C%20323.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22ICON%2FUser-Interface%2FChevron%22%20transform%3D%22translate%28202.000000%2C%2020.000000%29%20rotate%28-270.000000%29%20translate%28-202.000000%2C%20-20.000000%29%20translate%28194.000000%2C%2012.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_chevron%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20fill%3D%22%23595458%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20fill%3D%22%23000000%22%20points%3D%225.03%2015.53%203.97%2014.47%2010.44%208%203.97%201.53%205.03%200.47%2012.56%208%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 0 0/16px no-repeat !important;
    background-position: calc(100% - .75rem) 1rem !important;
    padding: .625rem 2.25rem .625rem .75rem; }
  .select-container-flat.select-alt-active {
    background: #6b61ae;
    border-color: #6b61ae; }
    .select-container-flat.select-alt-active select {
      color: white;
      font-weight: bold;
      background-image: url("data:image/svg+xml;charset=UTF-8,\a     %0A%3Csvg%20width%3D%2216px%22%20height%3D%229px%22%20viewBox%3D%220%200%2016%209%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22OPTIMIZELY%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22SEO12-B%22%20transform%3D%22translate%28-464.000000%2C%20-339.000000%29%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22selected%22%20transform%3D%22translate%28270.000000%2C%20323.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22ICON%2FUser-Interface%2FChevron%22%20transform%3D%22translate%28202.000000%2C%2020.000000%29%20rotate%28-270.000000%29%20translate%28-202.000000%2C%20-20.000000%29%20translate%28194.000000%2C%2012.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_chevron%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20fill%3D%22%23FFFFFF%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20fill%3D%22%23FFFFFF%22%20points%3D%225.03%2015.53%203.97%2014.47%2010.44%208%203.97%201.53%205.03%200.47%2012.56%208%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") !important; }

.select.select-disabled label {
  color: rgba(43, 48, 59, 0.4); }

.select.select-disabled .select-container:hover {
  border: 0.0625rem solid rgba(89, 84, 88, 0.4) !important; }

.select.select-disabled select {
  background: url("data:image/svg+xml;charset=UTF-8,\a     %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%0A%20%20%3Cpolygon%20points%3D%223.5%2C6.5%204.5%2C5.5%208%2C9%2011.5%2C5.5%2012.5%2C6.5%208%2C11%20%22%20fill%3D%22%23BBBBBB%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-position: calc(100% - .5rem) 0.5rem;
  color: rgba(43, 48, 59, 0.4);
  border-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .select.select-disabled select:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .select.select-disabled select:hover .select-container {
      border: 0.0625rem solid rgba(89, 84, 88, 0.4); }
  .select.select-disabled select:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .select.select-disabled select:focus {
    outline: none; }

.select.select-failure label {
  color: #e94d35; }

.select.select-failure .select-container {
  -webkit-box-shadow: 0 0 0 0.125rem rgba(233, 77, 53, 0.25);
          box-shadow: 0 0 0 0.125rem rgba(233, 77, 53, 0.25); }
  .select.select-failure .select-container select {
    color: rgba(43, 48, 59, 0.4);
    border: 0.0625rem solid #e94d35; }

.select.select-failure.select-failure-message span {
  font-size: .875rem;
  padding-top: 1rem;
  padding-left: 0;
  position: relative;
  top: .5rem;
  color: #e94d35; }
  .select.select-failure.select-failure-message span::before {
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Ccircle%20cx%3D%278%27%20cy%3D%278%27%20r%3D%278%27%20fill%3D%27%23e94f37%27%2F%3E%3Crect%20x%3D%272.7%27%20y%3D%277.3%27%20width%3D%2710.61%27%20height%3D%271.4%27%20transform%3D%27translate%28-3.31%208%29%20rotate%28-45%29%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E");
    margin-right: .375rem;
    top: .1875rem;
    position: relative;
    width: 1rem;
    display: inline-block;
    height: 1rem; }

.radio-container,
.checkbox-container {
  height: 1.75rem; }
  .radio-container [type="radio"],
  .radio-container [type="checkbox"],
  .checkbox-container [type="radio"],
  .checkbox-container [type="checkbox"] {
    position: absolute;
    left: -624.9rem; }
  .radio-container [type="radio"] + label,
  .radio-container [type="checkbox"] + label,
  .checkbox-container [type="radio"] + label,
  .checkbox-container [type="checkbox"] + label {
    position: relative;
    padding-left: 1.5rem;
    cursor: pointer;
    line-height: 1.0625rem;
    display: block;
    color: #2b303b;
    font-size: .875rem; }
  .radio-container [type="radio"] + label:before,
  .checkbox-container [type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    border: 0.09375rem solid #2b303b;
    border-radius: 100%;
    background: #fff; }
  .radio-container [type="checkbox"] + label:before,
  .checkbox-container [type="checkbox"] + label:before {
    content: '';
    background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20rx%3D%221.25%22%20fill%3D%22white%22%20stroke%3D%22%232B303B%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem; }
  .radio-container [type="radio"] + label:after,
  .checkbox-container [type="radio"] + label:after {
    content: '';
    width: .5rem;
    height: .5rem;
    background: #6b61ae;
    position: absolute;
    top: .25rem;
    left: .25rem;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .radio-container [type="radio"]:checked + label,
  .radio-container [type="checkbox"]:checked + label,
  .checkbox-container [type="radio"]:checked + label,
  .checkbox-container [type="checkbox"]:checked + label {
    color: #2b303b; }
  .radio-container [type="radio"]:checked + label:before,
  .checkbox-container [type="radio"]:checked + label:before {
    border: 0.09375rem solid #2b303b; }
  .radio-container [type="radio"]:not(:checked):hover + label:before,
  .checkbox-container [type="radio"]:not(:checked):hover + label:before {
    border: 0.09375rem solid #6b61ae; }
  .radio-container [type="checkbox"]:checked + label:before,
  .checkbox-container [type="checkbox"]:checked + label:before {
    content: '';
    background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%222%22%20fill%3D%22%236B61AD%22%2F%3E%0A%3Cg%20opacity%3D%220.01%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.51%2012.5L2%208.01002L2.99%207.02002L6.51%2010.52L13.03%204.02002L14.02%205.01002L6.51%2012.5V12.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A") 0 0 no-repeat; }
  .radio-container [type="checkbox"]:not(:checked):hover + label:before,
  .checkbox-container [type="checkbox"]:not(:checked):hover + label:before {
    content: '';
    background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20rx%3D%221.25%22%20fill%3D%22white%22%20stroke%3D%22%236b61ae%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") 0 0 no-repeat; }
  .radio-container [type="radio"]:checked:hover + label:before,
  .checkbox-container [type="radio"]:checked:hover + label:before {
    border: .09375rem solid #1C1826;
    cursor: default; }
  .radio-container [type="radio"]:checked:hover + label,
  .checkbox-container [type="radio"]:checked:hover + label {
    cursor: default; }
  .radio-container [type="checkbox"]:checked:hover + label:before,
  .checkbox-container [type="checkbox"]:checked:hover + label:before {
    background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%222%22%20fill%3D%22%236B61AD%22%2F%3E%0A%3Cg%20opacity%3D%220.01%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.51%2012.5L2%208.01002L2.99%207.02002L6.51%2010.52L13.03%204.02002L14.02%205.01002L6.51%2012.5V12.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A") 0 0 no-repeat; }
  .radio-container [type="radio"]:checked:hover + label:after,
  .checkbox-container [type="radio"]:checked:hover + label:after {
    background: #6b61ae;
    cursor: default; }
  .radio-container [type="checkbox"]:checked:hover + label:after,
  .checkbox-container [type="checkbox"]:checked:hover + label:after {
    background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%222%22%20fill%3D%22%236B61AD%22%2F%3E%0A%3Cg%20opacity%3D%220.01%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.51%2012.5L2%208.01002L2.99%207.02002L6.51%2010.52L13.03%204.02002L14.02%205.01002L6.51%2012.5V12.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A") 0 0 no-repeat; }
  .radio-container [type="radio"]:not(:checked) + label:after,
  .radio-container [type="checkbox"]:not(:checked) + label:after,
  .checkbox-container [type="radio"]:not(:checked) + label:after,
  .checkbox-container [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .radio-container [type="radio"]:checked + label:after,
  .radio-container [type="checkbox"]:checked + label:after,
  .checkbox-container [type="radio"]:checked + label:after,
  .checkbox-container [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .radio-container.radio-container-disabled [type="radio"] + label:before,
  .checkbox-container.radio-container-disabled [type="radio"] + label:before {
    border: .09375rem solid #DDDDDD; }
  .radio-container.checkbox-container-disabled [type="checkbox"] + label:before,
  .checkbox-container.checkbox-container-disabled [type="checkbox"] + label:before {
    background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20rx%3D%221.25%22%20fill%3D%22white%22%20stroke%3D%22%237D8182%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") 0 0 no-repeat #EEEEEE !important; }
  .radio-container.checkbox-container-disabled label,
  .radio-container.radio-container-disabled label,
  .checkbox-container.checkbox-container-disabled label,
  .checkbox-container.radio-container-disabled label {
    color: #979a9b !important; }
  .radio-container.checkbox-container-disabled [type="checkbox"]:not(:checked):hover + label,
  .checkbox-container.checkbox-container-disabled [type="checkbox"]:not(:checked):hover + label {
    text-decoration: none; }
  .radio-container.radio-container-disabled [type="radio"] + label:after,
  .checkbox-container.radio-container-disabled [type="radio"] + label:after {
    background: #EEEEEE;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: .75rem;
    width: .75rem;
    left: .0625rem;
    top: .0625rem; }
  .radio-container.radio-container-disabled:hover,
  .radio-container.radio-container-disabled span:hover,
  .radio-container.radio-container-disabled input:hover,
  .radio-container.radio-container-disabled label:hover, .radio-container.radio-container-disabled:hover,
  .checkbox-container.radio-container-disabled:hover,
  .checkbox-container.radio-container-disabled span:hover,
  .checkbox-container.radio-container-disabled input:hover,
  .checkbox-container.radio-container-disabled label:hover,
  .checkbox-container.radio-container-disabled:hover {
    cursor: default; }
  .radio-container.radio-container-disabled [type="radio"]:hover + label:before,
  .radio-container.radio-container-disabled [type="radio"]:checked:hover + label:before,
  .checkbox-container.radio-container-disabled [type="radio"]:hover + label:before,
  .checkbox-container.radio-container-disabled [type="radio"]:checked:hover + label:before {
    border: .09375rem solid #DDDDDD;
    cursor: default; }
  .radio-container.radio-container-disabled [type="radio"]:hover + label:after,
  .radio-container.radio-container-disabled [type="radio"]:checked:hover + label:after,
  .checkbox-container.radio-container-disabled [type="radio"]:hover + label:after,
  .checkbox-container.radio-container-disabled [type="radio"]:checked:hover + label:after {
    background: #EEEEEE;
    cursor: default; }
  .radio-container.checkbox-container-disabled:hover,
  .radio-container.checkbox-container-disabled span:hover,
  .radio-container.checkbox-container-disabled input:hover,
  .radio-container.checkbox-container-disabled label:hover, .radio-container.checkbox-container-disabled:hover,
  .checkbox-container.checkbox-container-disabled:hover,
  .checkbox-container.checkbox-container-disabled span:hover,
  .checkbox-container.checkbox-container-disabled input:hover,
  .checkbox-container.checkbox-container-disabled label:hover,
  .checkbox-container.checkbox-container-disabled:hover {
    cursor: default; }

/*
 * Do not add any actual CSS definitions outside of variables and mixins.
 * Since this file is imported in multiple places in this project any
 * actual definitions will result in duplicated styles.
 */
/* Clear fix */
/* Size */
/* hr psuedo */
/* Vertical Align Mixin */
/* Flexbox*/
/* Vertical Align Mixin */
.u-color-orange-lightest {
  color: #fed0a4; }

.u-color-orange-lighter {
  color: #feb572; }

.u-color-orange-light {
  color: #fd9b3f; }

.u-color-orange {
  color: #fd810d; }

.u-color-orange-dark {
  color: #d46802; }

.u-color-orange-darker {
  color: #a24f02; }

.u-color-orange-darkest {
  color: #6f3601; }

.u-color-obsidian-lightest {
  color: #625c70; }

.u-color-obsidian-lighter {
  color: #494554; }

.u-color-obsidian-light {
  color: #312e38; }

.u-color-obsidian {
  color: #18171c; }

.u-color-yellow-lightest {
  color: #f9e0a4; }

.u-color-yellow-lighter {
  color: #f6cf74; }

.u-color-yellow-light {
  color: #f3bf44; }

.u-color-yellow {
  color: #f0ae14; }

.u-color-yellow-dark {
  color: #c58d0d; }

.u-color-yellow-darker {
  color: #956b09; }

.u-color-yellow-darkest {
  color: #654806; }

.u-color-platinum {
  color: #dee7e7; }

.u-color-platinum-dark {
  color: #c1d2d2; }

.u-color-platinum-darker {
  color: #a3bdbd; }

.u-color-platinum-darkest {
  color: #86a7a7; }

.u-color-lightsteel-light {
  color: #d8dee9; }

.u-color-lightsteel {
  color: #b7c3d7; }

.u-color-lightsteel-dark {
  color: #97a7c4; }

.u-color-lightsteel-darker {
  color: #768cb2; }

.u-color-lightsteel-darkest {
  color: #58719d; }

.u-color-indigo-lightest {
  color: #9cb1fc; }

.u-color-indigo-lighter {
  color: #6b8afa; }

.u-color-indigo-light {
  color: #3963f9; }

.u-color-indigo {
  color: #083cf7; }

.u-color-indigo-dark {
  color: #0630c6; }

.u-color-indigo-darker {
  color: #052494; }

.u-color-indigo-darkest {
  color: #031863; }

.u-color-spacecadet-lightest {
  color: #6b61ae; }

.u-color-spacecadet-lighter {
  color: #544b91; }

.u-color-spacecadet-light {
  color: #40396f; }

.u-color-spacecadet {
  color: #2d284d; }

.u-color-spacecadet-dark {
  color: #19172c; }

.u-color-gunmetal-lightest {
  color: #6b7894; }

.u-color-gunmetal-lighter {
  color: #566076; }

.u-color-gunmetal-light {
  color: #404859; }

.u-color-gunmetal {
  color: #2b303b; }

.u-color-typo-lightest {
  color: #a6a0a5; }

.u-color-typo-lighter {
  color: #8d868c; }

.u-color-typo-light {
  color: #746d72; }

.u-color-typo {
  color: #595458; }

.u-color-typo-dark {
  color: #3f3b3e; }

.u-color-typo-darker {
  color: #252324; }

.u-color-positive-lightest {
  color: #a7ff42; }

.u-color-positive-lighter {
  color: #8fff0f; }

.u-color-positive-light {
  color: #75db00; }

.u-color-positive {
  color: #5aa800; }

.u-color-positive-dark {
  color: #3f7500; }

.u-color-positive-darker {
  color: #234200; }

.u-color-warning-lightest {
  color: #ffda99; }

.u-color-warning-lighter {
  color: #ffc766; }

.u-color-warning-light {
  color: #ffb433; }

.u-color-warning {
  color: #ffa200; }

.u-color-warning-dark {
  color: #cc8100; }

.u-color-warning-darker {
  color: #996100; }

.u-color-negative-lightest {
  color: #f8c6bf; }

.u-color-negative-lighter {
  color: #f39e91; }

.u-color-negative-light {
  color: #ee7563; }

.u-color-negative {
  color: #e94d35; }

.u-color-negative-dark {
  color: #d33017; }

.u-color-negative-darker {
  color: #a52612; }

.u-color-focus-lightest {
  color: #abcbed; }

.u-color-focus-lighter {
  color: #81b1e4; }

.u-color-focus-light {
  color: #5797db; }

.u-color-focus {
  color: #2d7dd2; }

.u-color-focus-dark {
  color: #2464a8; }

.u-color-focus-darker {
  color: #1b4b7e; }

.u-color-white {
  color: white; }

.u-color-grey-95 {
  color: #f2f2f3; }

.u-color-grey-90 {
  color: #e5e6e6; }

.u-color-grey-80 {
  color: #cbcdcd; }

.u-color-grey-70 {
  color: #b1b3b4; }

.u-color-grey-60 {
  color: #979a9b; }

.u-color-grey {
  color: #7d8182; }

.u-color-grey-40 {
  color: #646768; }

.u-color-grey-30 {
  color: #4b4d4e; }

.u-color-grey-20 {
  color: #323434; }

.u-color-grey-10 {
  color: #191a1a; }

.u-color-grey-5 {
  color: #0c0d0d; }

.u-color-black {
  color: black; }

.u-background-orange-lightest {
  background-color: #fed0a4; }

.u-background-orange-lighter {
  background-color: #feb572; }

.u-background-orange-light {
  background-color: #fd9b3f; }

.u-background-orange {
  background-color: #fd810d; }

.u-background-orange-dark {
  background-color: #d46802; }

.u-background-orange-darker {
  background-color: #a24f02; }

.u-background-orange-darkest {
  background-color: #6f3601; }

.u-background-obsidian-lightest {
  background-color: #625c70; }

.u-background-obsidian-lighter {
  background-color: #494554; }

.u-background-obsidian-light {
  background-color: #312e38; }

.u-background-obsidian {
  background-color: #18171c; }

.u-background-yellow-lightest {
  background-color: #f9e0a4; }

.u-background-yellow-lighter {
  background-color: #f6cf74; }

.u-background-yellow-light {
  background-color: #f3bf44; }

.u-background-yellow {
  background-color: #f0ae14; }

.u-background-yellow-dark {
  background-color: #c58d0d; }

.u-background-yellow-darker {
  background-color: #956b09; }

.u-background-yellow-darkest {
  background-color: #654806; }

.u-background-platinum {
  background-color: #dee7e7; }

.u-background-platinum-dark {
  background-color: #c1d2d2; }

.u-background-platinum-darker {
  background-color: #a3bdbd; }

.u-background-platinum-darkest {
  background-color: #86a7a7; }

.u-background-lightsteel-light {
  background-color: #d8dee9; }

.u-background-lightsteel {
  background-color: #b7c3d7; }

.u-background-lightsteel-dark {
  background-color: #97a7c4; }

.u-background-lightsteel-darker {
  background-color: #768cb2; }

.u-background-lightsteel-darkest {
  background-color: #58719d; }

.u-background-indigo-lightest {
  background-color: #9cb1fc; }

.u-background-indigo-lighter {
  background-color: #6b8afa; }

.u-background-indigo-light {
  background-color: #3963f9; }

.u-background-indigo {
  background-color: #083cf7; }

.u-background-indigo-dark {
  background-color: #0630c6; }

.u-background-indigo-darker {
  background-color: #052494; }

.u-background-indigo-darkest {
  background-color: #031863; }

.u-background-spacecadet-lightest {
  background-color: #6b61ae; }

.u-background-spacecadet-lighter {
  background-color: #544b91; }

.u-background-spacecadet-light {
  background-color: #40396f; }

.u-background-spacecadet {
  background-color: #2d284d; }

.u-background-spacecadet-dark {
  background-color: #19172c; }

.u-background-gunmetal-lightest {
  background-color: #6b7894; }

.u-background-gunmetal-lighter {
  background-color: #566076; }

.u-background-gunmetal-light {
  background-color: #404859; }

.u-background-gunmetal {
  background-color: #2b303b; }

.u-background-typo-lightest {
  background-color: #a6a0a5; }

.u-background-typo-lighter {
  background-color: #8d868c; }

.u-background-typo-light {
  background-color: #746d72; }

.u-background-typo {
  background-color: #595458; }

.u-background-typo-dark {
  background-color: #3f3b3e; }

.u-background-typo-darker {
  background-color: #252324; }

.u-background-positive-lightest {
  background-color: #a7ff42; }

.u-background-positive-lighter {
  background-color: #8fff0f; }

.u-background-positive-light {
  background-color: #75db00; }

.u-background-positive {
  background-color: #5aa800; }

.u-background-positive-dark {
  background-color: #3f7500; }

.u-background-positive-darker {
  background-color: #234200; }

.u-background-warning-lightest {
  background-color: #ffda99; }

.u-background-warning-lighter {
  background-color: #ffc766; }

.u-background-warning-light {
  background-color: #ffb433; }

.u-background-warning {
  background-color: #ffa200; }

.u-background-warning-dark {
  background-color: #cc8100; }

.u-background-warning-darker {
  background-color: #996100; }

.u-background-negative-lightest {
  background-color: #f8c6bf; }

.u-background-negative-lighter {
  background-color: #f39e91; }

.u-background-negative-light {
  background-color: #ee7563; }

.u-background-negative {
  background-color: #e94d35; }

.u-background-negative-dark {
  background-color: #d33017; }

.u-background-negative-darker {
  background-color: #a52612; }

.u-background-focus-lightest {
  background-color: #abcbed; }

.u-background-focus-lighter {
  background-color: #81b1e4; }

.u-background-focus-light {
  background-color: #5797db; }

.u-background-focus {
  background-color: #2d7dd2; }

.u-background-focus-dark {
  background-color: #2464a8; }

.u-background-focus-darker {
  background-color: #1b4b7e; }

.u-background-white {
  background-color: white; }

.u-background-grey-95 {
  background-color: #f2f2f3; }

.u-background-grey-90 {
  background-color: #e5e6e6; }

.u-background-grey-80 {
  background-color: #cbcdcd; }

.u-background-grey-70 {
  background-color: #b1b3b4; }

.u-background-grey-60 {
  background-color: #979a9b; }

.u-background-grey {
  background-color: #7d8182; }

.u-background-grey-40 {
  background-color: #646768; }

.u-background-grey-30 {
  background-color: #4b4d4e; }

.u-background-grey-20 {
  background-color: #323434; }

.u-background-grey-10 {
  background-color: #191a1a; }

.u-background-grey-5 {
  background-color: #0c0d0d; }

.u-background-black {
  background-color: black; }

.u-border-all {
  border: 0.0625rem solid #dee7e7; }

.u-border-top {
  border-top: 0.0625rem solid #dee7e7; }

.u-border-right {
  border-right: 0.0625rem solid #dee7e7; }

.u-border-bottom {
  border-bottom: 0.0625rem solid #dee7e7; }

.u-border-left {
  border-left: 0.0625rem solid #dee7e7; }

.u-w-8 {
  width: 8%; }

.u-w-16 {
  width: 16%; }

.u-w-25 {
  width: 25%; }

.u-w-33 {
  width: 33%; }

.u-w-41 {
  width: 41%; }

.u-w-50 {
  width: 50%; }

.u-w-58 {
  width: 58%; }

.u-w-66 {
  width: 66%; }

.u-w-75 {
  width: 75%; }

.u-w-83 {
  width: 83%; }

.u-w-91 {
  width: 91%; }

.u-w-100 {
  width: 100%; }

.u-m-0 {
  margin: 0 !important; }

.u-p-0 {
  padding: 0 !important; }

.u-mt-0 {
  margin-top: 0 !important; }

.u-pt-0 {
  padding-top: 0 !important; }

.u-mb-0 {
  margin-bottom: 0 !important; }

.u-pb-0 {
  padding-bottom: 0 !important; }

.u-ml-0 {
  margin-left: 0 !important; }

.u-pl-0 {
  padding-left: 0 !important; }

.u-mr-0 {
  margin-right: 0 !important; }

.u-pr-0 {
  padding-right: 0 !important; }

.u-m-2 {
  margin: 0.125rem !important; }

.u-p-2 {
  padding: 0.125rem !important; }

.u-mt-2 {
  margin-top: 0.125rem !important; }

.u-pt-2 {
  padding-top: 0.125rem !important; }

.u-mb-2 {
  margin-bottom: 0.125rem !important; }

.u-pb-2 {
  padding-bottom: 0.125rem !important; }

.u-ml-2 {
  margin-left: 0.125rem !important; }

.u-pl-2 {
  padding-left: 0.125rem !important; }

.u-mr-2 {
  margin-right: 0.125rem !important; }

.u-pr-2 {
  padding-right: 0.125rem !important; }

.u-m-4 {
  margin: 0.25rem !important; }

.u-p-4 {
  padding: 0.25rem !important; }

.u-mt-4 {
  margin-top: 0.25rem !important; }

.u-pt-4 {
  padding-top: 0.25rem !important; }

.u-mb-4 {
  margin-bottom: 0.25rem !important; }

.u-pb-4 {
  padding-bottom: 0.25rem !important; }

.u-ml-4 {
  margin-left: 0.25rem !important; }

.u-pl-4 {
  padding-left: 0.25rem !important; }

.u-mr-4 {
  margin-right: 0.25rem !important; }

.u-pr-4 {
  padding-right: 0.25rem !important; }

.u-m-6 {
  margin: 0.375rem !important; }

.u-p-6 {
  padding: 0.375rem !important; }

.u-mt-6 {
  margin-top: 0.375rem !important; }

.u-pt-6 {
  padding-top: 0.375rem !important; }

.u-mb-6 {
  margin-bottom: 0.375rem !important; }

.u-pb-6 {
  padding-bottom: 0.375rem !important; }

.u-ml-6 {
  margin-left: 0.375rem !important; }

.u-pl-6 {
  padding-left: 0.375rem !important; }

.u-mr-6 {
  margin-right: 0.375rem !important; }

.u-pr-6 {
  padding-right: 0.375rem !important; }

.u-m-8 {
  margin: 0.5rem !important; }

.u-p-8 {
  padding: 0.5rem !important; }

.u-mt-8 {
  margin-top: 0.5rem !important; }

.u-pt-8 {
  padding-top: 0.5rem !important; }

.u-mb-8 {
  margin-bottom: 0.5rem !important; }

.u-pb-8 {
  padding-bottom: 0.5rem !important; }

.u-ml-8 {
  margin-left: 0.5rem !important; }

.u-pl-8 {
  padding-left: 0.5rem !important; }

.u-mr-8 {
  margin-right: 0.5rem !important; }

.u-pr-8 {
  padding-right: 0.5rem !important; }

.u-m-10 {
  margin: 0.625rem !important; }

.u-p-10 {
  padding: 0.625rem !important; }

.u-mt-10 {
  margin-top: 0.625rem !important; }

.u-pt-10 {
  padding-top: 0.625rem !important; }

.u-mb-10 {
  margin-bottom: 0.625rem !important; }

.u-pb-10 {
  padding-bottom: 0.625rem !important; }

.u-ml-10 {
  margin-left: 0.625rem !important; }

.u-pl-10 {
  padding-left: 0.625rem !important; }

.u-mr-10 {
  margin-right: 0.625rem !important; }

.u-pr-10 {
  padding-right: 0.625rem !important; }

.u-m-12 {
  margin: 0.75rem !important; }

.u-p-12 {
  padding: 0.75rem !important; }

.u-mt-12 {
  margin-top: 0.75rem !important; }

.u-pt-12 {
  padding-top: 0.75rem !important; }

.u-mb-12 {
  margin-bottom: 0.75rem !important; }

.u-pb-12 {
  padding-bottom: 0.75rem !important; }

.u-ml-12 {
  margin-left: 0.75rem !important; }

.u-pl-12 {
  padding-left: 0.75rem !important; }

.u-mr-12 {
  margin-right: 0.75rem !important; }

.u-pr-12 {
  padding-right: 0.75rem !important; }

.u-m-14 {
  margin: 0.875rem !important; }

.u-p-14 {
  padding: 0.875rem !important; }

.u-mt-14 {
  margin-top: 0.875rem !important; }

.u-pt-14 {
  padding-top: 0.875rem !important; }

.u-mb-14 {
  margin-bottom: 0.875rem !important; }

.u-pb-14 {
  padding-bottom: 0.875rem !important; }

.u-ml-14 {
  margin-left: 0.875rem !important; }

.u-pl-14 {
  padding-left: 0.875rem !important; }

.u-mr-14 {
  margin-right: 0.875rem !important; }

.u-pr-14 {
  padding-right: 0.875rem !important; }

.u-m-16 {
  margin: 1rem !important; }

.u-p-16 {
  padding: 1rem !important; }

.u-mt-16 {
  margin-top: 1rem !important; }

.u-pt-16 {
  padding-top: 1rem !important; }

.u-mb-16 {
  margin-bottom: 1rem !important; }

.u-pb-16 {
  padding-bottom: 1rem !important; }

.u-ml-16 {
  margin-left: 1rem !important; }

.u-pl-16 {
  padding-left: 1rem !important; }

.u-mr-16 {
  margin-right: 1rem !important; }

.u-pr-16 {
  padding-right: 1rem !important; }

.u-m-18 {
  margin: 1.125rem !important; }

.u-p-18 {
  padding: 1.125rem !important; }

.u-mt-18 {
  margin-top: 1.125rem !important; }

.u-pt-18 {
  padding-top: 1.125rem !important; }

.u-mb-18 {
  margin-bottom: 1.125rem !important; }

.u-pb-18 {
  padding-bottom: 1.125rem !important; }

.u-ml-18 {
  margin-left: 1.125rem !important; }

.u-pl-18 {
  padding-left: 1.125rem !important; }

.u-mr-18 {
  margin-right: 1.125rem !important; }

.u-pr-18 {
  padding-right: 1.125rem !important; }

.u-m-20 {
  margin: 1.25rem !important; }

.u-p-20 {
  padding: 1.25rem !important; }

.u-mt-20 {
  margin-top: 1.25rem !important; }

.u-pt-20 {
  padding-top: 1.25rem !important; }

.u-mb-20 {
  margin-bottom: 1.25rem !important; }

.u-pb-20 {
  padding-bottom: 1.25rem !important; }

.u-ml-20 {
  margin-left: 1.25rem !important; }

.u-pl-20 {
  padding-left: 1.25rem !important; }

.u-mr-20 {
  margin-right: 1.25rem !important; }

.u-pr-20 {
  padding-right: 1.25rem !important; }

.u-m-22 {
  margin: 1.375rem !important; }

.u-p-22 {
  padding: 1.375rem !important; }

.u-mt-22 {
  margin-top: 1.375rem !important; }

.u-pt-22 {
  padding-top: 1.375rem !important; }

.u-mb-22 {
  margin-bottom: 1.375rem !important; }

.u-pb-22 {
  padding-bottom: 1.375rem !important; }

.u-ml-22 {
  margin-left: 1.375rem !important; }

.u-pl-22 {
  padding-left: 1.375rem !important; }

.u-mr-22 {
  margin-right: 1.375rem !important; }

.u-pr-22 {
  padding-right: 1.375rem !important; }

.u-m-24 {
  margin: 1.5rem !important; }

.u-p-24 {
  padding: 1.5rem !important; }

.u-mt-24 {
  margin-top: 1.5rem !important; }

.u-pt-24 {
  padding-top: 1.5rem !important; }

.u-mb-24 {
  margin-bottom: 1.5rem !important; }

.u-pb-24 {
  padding-bottom: 1.5rem !important; }

.u-ml-24 {
  margin-left: 1.5rem !important; }

.u-pl-24 {
  padding-left: 1.5rem !important; }

.u-mr-24 {
  margin-right: 1.5rem !important; }

.u-pr-24 {
  padding-right: 1.5rem !important; }

.u-m-26 {
  margin: 1.625rem !important; }

.u-p-26 {
  padding: 1.625rem !important; }

.u-mt-26 {
  margin-top: 1.625rem !important; }

.u-pt-26 {
  padding-top: 1.625rem !important; }

.u-mb-26 {
  margin-bottom: 1.625rem !important; }

.u-pb-26 {
  padding-bottom: 1.625rem !important; }

.u-ml-26 {
  margin-left: 1.625rem !important; }

.u-pl-26 {
  padding-left: 1.625rem !important; }

.u-mr-26 {
  margin-right: 1.625rem !important; }

.u-pr-26 {
  padding-right: 1.625rem !important; }

.u-m-28 {
  margin: 1.75rem !important; }

.u-p-28 {
  padding: 1.75rem !important; }

.u-mt-28 {
  margin-top: 1.75rem !important; }

.u-pt-28 {
  padding-top: 1.75rem !important; }

.u-mb-28 {
  margin-bottom: 1.75rem !important; }

.u-pb-28 {
  padding-bottom: 1.75rem !important; }

.u-ml-28 {
  margin-left: 1.75rem !important; }

.u-pl-28 {
  padding-left: 1.75rem !important; }

.u-mr-28 {
  margin-right: 1.75rem !important; }

.u-pr-28 {
  padding-right: 1.75rem !important; }

.u-m-30 {
  margin: 1.875rem !important; }

.u-p-30 {
  padding: 1.875rem !important; }

.u-mt-30 {
  margin-top: 1.875rem !important; }

.u-pt-30 {
  padding-top: 1.875rem !important; }

.u-mb-30 {
  margin-bottom: 1.875rem !important; }

.u-pb-30 {
  padding-bottom: 1.875rem !important; }

.u-ml-30 {
  margin-left: 1.875rem !important; }

.u-pl-30 {
  padding-left: 1.875rem !important; }

.u-mr-30 {
  margin-right: 1.875rem !important; }

.u-pr-30 {
  padding-right: 1.875rem !important; }

.u-m-32 {
  margin: 2rem !important; }

.u-p-32 {
  padding: 2rem !important; }

.u-mt-32 {
  margin-top: 2rem !important; }

.u-pt-32 {
  padding-top: 2rem !important; }

.u-mb-32 {
  margin-bottom: 2rem !important; }

.u-pb-32 {
  padding-bottom: 2rem !important; }

.u-ml-32 {
  margin-left: 2rem !important; }

.u-pl-32 {
  padding-left: 2rem !important; }

.u-mr-32 {
  margin-right: 2rem !important; }

.u-pr-32 {
  padding-right: 2rem !important; }

.u-m-34 {
  margin: 2.125rem !important; }

.u-p-34 {
  padding: 2.125rem !important; }

.u-mt-34 {
  margin-top: 2.125rem !important; }

.u-pt-34 {
  padding-top: 2.125rem !important; }

.u-mb-34 {
  margin-bottom: 2.125rem !important; }

.u-pb-34 {
  padding-bottom: 2.125rem !important; }

.u-ml-34 {
  margin-left: 2.125rem !important; }

.u-pl-34 {
  padding-left: 2.125rem !important; }

.u-mr-34 {
  margin-right: 2.125rem !important; }

.u-pr-34 {
  padding-right: 2.125rem !important; }

.u-m-36 {
  margin: 2.25rem !important; }

.u-p-36 {
  padding: 2.25rem !important; }

.u-mt-36 {
  margin-top: 2.25rem !important; }

.u-pt-36 {
  padding-top: 2.25rem !important; }

.u-mb-36 {
  margin-bottom: 2.25rem !important; }

.u-pb-36 {
  padding-bottom: 2.25rem !important; }

.u-ml-36 {
  margin-left: 2.25rem !important; }

.u-pl-36 {
  padding-left: 2.25rem !important; }

.u-mr-36 {
  margin-right: 2.25rem !important; }

.u-pr-36 {
  padding-right: 2.25rem !important; }

.u-m-38 {
  margin: 2.375rem !important; }

.u-p-38 {
  padding: 2.375rem !important; }

.u-mt-38 {
  margin-top: 2.375rem !important; }

.u-pt-38 {
  padding-top: 2.375rem !important; }

.u-mb-38 {
  margin-bottom: 2.375rem !important; }

.u-pb-38 {
  padding-bottom: 2.375rem !important; }

.u-ml-38 {
  margin-left: 2.375rem !important; }

.u-pl-38 {
  padding-left: 2.375rem !important; }

.u-mr-38 {
  margin-right: 2.375rem !important; }

.u-pr-38 {
  padding-right: 2.375rem !important; }

.u-m-40 {
  margin: 2.5rem !important; }

.u-p-40 {
  padding: 2.5rem !important; }

.u-mt-40 {
  margin-top: 2.5rem !important; }

.u-pt-40 {
  padding-top: 2.5rem !important; }

.u-mb-40 {
  margin-bottom: 2.5rem !important; }

.u-pb-40 {
  padding-bottom: 2.5rem !important; }

.u-ml-40 {
  margin-left: 2.5rem !important; }

.u-pl-40 {
  padding-left: 2.5rem !important; }

.u-mr-40 {
  margin-right: 2.5rem !important; }

.u-pr-40 {
  padding-right: 2.5rem !important; }

.u-textalign-left {
  text-align: left !important; }

.u-textalign-right {
  text-align: right !important; }

.u-textalign-center {
  text-align: center !important; }

.u-textalign-justify {
  text-align: justify !important; }

.text-right {
  text-align: right; }

.whitespace-nowrap,
.no-wrap,
.u-nowrap,
.u-text-nowrap {
  white-space: nowrap; }

.noscroll {
  overflow-y: hidden; }

.u-text-bold {
  font-weight: bold; }

.u-text-italic {
  font-style: italic; }

@media all and (max-width: 599px) {
  .u-hide-mobile-only {
    display: none !important; } }

@media all and (min-width: 600px) and (max-width: 999px) {
  .u-hide-tablet-only {
    display: none !important; } }

@media all and (min-width: 1000px) and (max-width: 4000px) {
  .u-hide-desktop {
    display: none !important; } }

@media all and (min-width: 319px) and (max-width: 999px) {
  .u-hide-tablet-and-mobile {
    display: none !important; } }

@media all and (min-width: 600px) and (max-width: 4000px) {
  .u-hide-desktop-and-tablet {
    display: none !important; } }

.u-float-left {
  float: left !important; }

.u-float-right {
  float: right !important; }

.u-float-none {
  float: none !important; }

br {
  display: block;
  width: 0rem;
  height: 1rem;
  content: "&nbsp;"; }

hr.divider {
  border-width: 0 0 .0625rem 0;
  border-bottom: .0625rem solid #dee7e7;
  width: calc(100vw - 2rem);
  max-width: 73rem;
  margin: 1rem 0 1rem 0rem;
  padding: 0 0rem; }
  @media all and (min-width: 320px) and (max-width: 599px) {
    hr.divider {
      margin: 1rem auto; } }
  @media all and (min-width: 600px) and (max-width: 999px) {
    hr.divider {
      max-width: calc(100% - 0rem);
      margin: 1rem 0; } }
  @media all and (min-width: 1000px) and (max-width: 1649px) {
    hr.divider {
      max-width: calc(100% - 0rem); } }

.divider-100 {
  border-width: 0 0 .0625rem 0;
  border-bottom: .0625rem solid #dee7e7;
  margin: 1rem auto;
  padding: 0 0rem;
  width: 100vw;
  max-width: 100vw; }

hr.divider-flex {
  border-width: 0 0 .0625rem 0;
  border-bottom: .0625rem solid #dee7e7;
  width: 100%;
  max-width: 73.81rem;
  margin: 1rem auto;
  padding: 0; }

/* hr psuedo */
hr.basic-hr {
  border: none;
  height: .0625rem;
  color: #dee7e7;
  background-color: #dee7e7;
  margin: 1rem 0;
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.constrain,
section {
  width: calc(100vw - 2rem);
  max-width: 75rem;
  margin: 1rem auto; }

[class^="col-"] {
  padding: 1rem; }

@media all and (min-width: 1000px) and (max-width: 1649px) {
  .constrain,
  section {
    width: calc(100vw - 2rem);
    margin: 1rem auto 1rem; }
  [class^="col-"] {
    padding: 1rem; } }

@media all and (min-width: 320px) and (max-width: 599px) {
  .constrain,
  section {
    width: calc(100vw - 2rem);
    margin: 1rem auto; }
  [class^="col-"] {
    padding: .5rem; } }

.Grid.Grid-debug,
.Grid-row.Grid-debug {
  border: .25rem solid #888;
  border-radius: .25rem; }
  .Grid.Grid-debug > div,
  .Grid-row.Grid-debug > div {
    border: .0625rem dashed #777;
    padding: .25rem;
    margin: 0;
    border-radius: 0rem; }
  .Grid.Grid-debug > div > .content,
  .Grid-row.Grid-debug > div > .content {
    background: #eee;
    padding: .125rem;
    border-radius: .625rem; }

.Grid,
.Grid-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  .Grid > *,
  .Grid-row > * {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.Grid.Grid-wrap, .Grid.Grid-row-wrap,
.Grid-row.Grid-wrap,
.Grid-row.Grid-row-wrap {
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
  .Grid.Grid-wrap > *, .Grid.Grid-row-wrap > *,
  .Grid-row.Grid-wrap > *,
  .Grid-row.Grid-row-wrap > * {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

.Grid.Grid-nowrap, .Grid.Grid-row-nowrap,
.Grid-row.Grid-nowrap,
.Grid-row.Grid-row-nowrap {
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap; }
  .Grid.Grid-nowrap > *, .Grid.Grid-row-nowrap > *,
  .Grid-row.Grid-nowrap > *,
  .Grid-row.Grid-row-nowrap > * {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

.Grid.Grid-column, .Grid.Grid-row-column,
.Grid-row.Grid-column,
.Grid-row.Grid-row-column {
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column; }
  .Grid.Grid-column > *, .Grid.Grid-row-column > *,
  .Grid-row.Grid-column > *,
  .Grid-row.Grid-row-column > * {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%; }

.Grid.Grid-gutterless,
.Grid-row.Grid-gutterless {
  margin: 0; }
  .Grid.Grid-gutterless > *,
  .Grid-row.Grid-gutterless > * {
    padding: 0; }

.Grid.Grid-gutters,
.Grid-row.Grid-gutters {
  margin: 0 0 0 -1rem; }
  .Grid.Grid-gutters > *,
  .Grid-row.Grid-gutters > * {
    padding: 0 0 0  1rem; }

.Grid.Grid-guttersLg,
.Grid-row.Grid-guttersLg {
  margin: 0 0 0 -1.5rem; }
  .Grid.Grid-guttersLg > *,
  .Grid-row.Grid-guttersLg > * {
    padding: 0 0 0  1.5rem; }

.Grid.Grid-guttersXl,
.Grid-row.Grid-guttersXl {
  margin: 0 0 0 -2rem; }
  .Grid.Grid-guttersXl > *,
  .Grid-row.Grid-guttersXl > * {
    padding: 0 0 0  2rem; }

.Grid.Grid--top,
.Grid-row.Grid--top {
  /* flex-start, flex-end, center, baseline, !stretch! */
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.Grid.Grid--bottom,
.Grid-row.Grid--bottom {
  /* flex-start, flex-end, center, baseline, !stretch! */
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.Grid.Grid--center,
.Grid-row.Grid--center {
  /* flex-start, flex-end, center, baseline, !stretch! */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

.Grid.Grid-align--left,
.Grid-row.Grid-align--left {
  /* !flex-start!, flex-end, center, space-between, space-around */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.Grid.Grid-align--right,
.Grid-row.Grid-align--right {
  /* !flex-start!, flex-end, center, space-between, space-around */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.Grid.Grid-align--center,
.Grid-row.Grid-align--center {
  /* !flex-start!, flex-end, center, space-between, space-around */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.Grid.Grid-align--between,
.Grid-row.Grid-align--between {
  /* !flex-start!, flex-end, center, space-between, space-around */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.Grid > *.Grid-cell--top,
.Grid-row > *.Grid-cell--top {
  /* !auto! | flex-start | flex-end | center | baseline | stretch */
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.Grid > *.Grid-cell--bottom,
.Grid-row > *.Grid-cell--bottom {
  /* !auto! | flex-start | flex-end | center | baseline | stretch */
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.Grid > *.Grid-cell--center,
.Grid-row > *.Grid-cell--center {
  /* !auto! | flex-start | flex-end | center | baseline | stretch */
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.Grid > *.Grid-cell--reorder_first, .Grid > *.Grid-cell--reorder_1,
.Grid-row > *.Grid-cell--reorder_first,
.Grid-row > *.Grid-cell--reorder_1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1; }

.Grid > *.Grid-cell--reorder_2,
.Grid-row > *.Grid-cell--reorder_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2; }

.Grid > *.Grid-cell--reorder_3,
.Grid-row > *.Grid-cell--reorder_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3; }

.Grid > *.Grid-cell--reorder_4,
.Grid-row > *.Grid-cell--reorder_4 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4; }

.Grid > *.Grid-cell--reorder_5,
.Grid-row > *.Grid-cell--reorder_5 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5; }

.Grid > *.Grid-cell--reorder_6,
.Grid-row > *.Grid-cell--reorder_6 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  order: 6; }

.Grid > *.Grid-cell--reorder_7,
.Grid-row > *.Grid-cell--reorder_7 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 7;
  order: 7; }

.Grid > *.Grid-cell--reorder_8,
.Grid-row > *.Grid-cell--reorder_8 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 8;
  order: 8; }

.Grid > *.Grid-cell--reorder_9,
.Grid-row > *.Grid-cell--reorder_9 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 9;
  order: 9; }

.Grid > *.Grid-cell--reorder_10,
.Grid-row > *.Grid-cell--reorder_10 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 10;
  order: 10; }

.Grid > *.Grid-cell--reorder_11,
.Grid-row > *.Grid-cell--reorder_11 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 11;
  order: 11; }

.Grid > *.Grid-cell--reorder_12, .Grid > *.Grid-cell--reorder_last,
.Grid-row > *.Grid-cell--reorder_12,
.Grid-row > *.Grid-cell--reorder_last {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 12;
  order: 12; }

.Grid > *.Grid-cell--hide,
.Grid-row > *.Grid-cell--hide {
  display: none; }

.Grid > *.Grid-cell--auto,
.Grid-row > *.Grid-cell--auto {
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.Grid > *.Grid-cell--full,
.Grid-row > *.Grid-cell--full {
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important; }

.Grid > *.Grid-cell--1of12,
.Grid-row > *.Grid-cell--1of12 {
  width: calc(8.33333333% - 0rem);
  -webkit-box-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

.Grid > *.Grid-cell--2of12,
.Grid-row > *.Grid-cell--2of12 {
  width: calc(16.6666667% - 0rem);
  -webkit-box-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

.Grid > *.Grid-cell--3of12,
.Grid-row > *.Grid-cell--3of12 {
  width: calc(25.0000000% - 0rem);
  -webkit-box-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

.Grid > *.Grid-cell--4of12,
.Grid-row > *.Grid-cell--4of12 {
  width: calc(33.3333333% - 0rem);
  -webkit-box-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

.Grid > *.Grid-cell--6of12,
.Grid-row > *.Grid-cell--6of12 {
  width: calc(50.0000000% - 0rem);
  -webkit-box-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

.Grid > *.Grid-cell--5of12,
.Grid-row > *.Grid-cell--5of12 {
  width: calc(41.6666667% - 0rem);
  -webkit-box-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

.Grid > *.Grid-cell--7of12,
.Grid-row > *.Grid-cell--7of12 {
  width: calc(58.3333333% - 0rem);
  -webkit-box-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

.Grid > *.Grid-cell--8of12,
.Grid-row > *.Grid-cell--8of12 {
  width: calc(66.6666667% - 0rem);
  -webkit-box-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

.Grid > *.Grid-cell--9of12,
.Grid-row > *.Grid-cell--9of12 {
  width: calc(75.0000000% - 0rem);
  -webkit-box-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

.Grid > *.Grid-cell--10of12,
.Grid-row > *.Grid-cell--10of12 {
  width: calc(83.3333333% - 0rem);
  -webkit-box-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

.Grid > *.Grid-cell--11of12,
.Grid-row > *.Grid-cell--11of12 {
  width: calc(91.6666667% - 0rem);
  -webkit-box-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

.Grid > *.Grid-cell--12of12,
.Grid-row > *.Grid-cell--12of12 {
  width: calc(100.000000% - 0rem);
  -webkit-box-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; }

@media (max-width: 999px) {
  .Grid.Grid-wrap_md, .Grid.Grid-row-wrap_md,
  .Grid-row.Grid-wrap_md,
  .Grid-row.Grid-row-wrap_md {
    /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap; }
    .Grid.Grid-wrap_md > *, .Grid.Grid-row-wrap_md > *,
    .Grid-row.Grid-wrap_md > *,
    .Grid-row.Grid-row-wrap_md > * {
      -webkit-box-flex: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  .Grid.Grid-nowrap_md, .Grid.Grid-row-nowrap_md,
  .Grid-row.Grid-nowrap_md,
  .Grid-row.Grid-row-nowrap_md {
    /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap; }
    .Grid.Grid-nowrap_md > *, .Grid.Grid-row-nowrap_md > *,
    .Grid-row.Grid-nowrap_md > *,
    .Grid-row.Grid-row-nowrap_md > * {
      -webkit-box-flex: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
  .Grid.Grid-column_md, .Grid.Grid-row-column_md,
  .Grid-row.Grid-column_md,
  .Grid-row.Grid-row-column_md {
    /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column; }
    .Grid.Grid-column_md > *, .Grid.Grid-row-column_md > *,
    .Grid-row.Grid-column_md > *,
    .Grid-row.Grid-row-column_md > * {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: 100%; }
  .Grid.Grid-gutterless_md,
  .Grid-row.Grid-gutterless_md {
    margin: 0; }
    .Grid.Grid-gutterless_md > *,
    .Grid-row.Grid-gutterless_md > * {
      padding: 0; }
  .Grid.Grid-gutters_md,
  .Grid-row.Grid-gutters_md {
    margin: 0 0 0 -1rem; }
    .Grid.Grid-gutters_md > *,
    .Grid-row.Grid-gutters_md > * {
      padding: 0 0 0  1rem; }
  .Grid.Grid-guttersLg_md,
  .Grid-row.Grid-guttersLg_md {
    margin: 0 0 0 -1.5rem; }
    .Grid.Grid-guttersLg_md > *,
    .Grid-row.Grid-guttersLg_md > * {
      padding: 0 0 0  1.5rem; }
  .Grid.Grid-guttersXl_md,
  .Grid-row.Grid-guttersXl_md {
    margin: 0 0 0 -2rem; }
    .Grid.Grid-guttersXl_md > *,
    .Grid-row.Grid-guttersXl_md > * {
      padding: 0 0 0  2rem; }
  .Grid.Grid--top_md,
  .Grid-row.Grid--top_md {
    /* flex-start, flex-end, center, baseline, !stretch! */
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .Grid.Grid--bottom_md,
  .Grid-row.Grid--bottom_md {
    /* flex-start, flex-end, center, baseline, !stretch! */
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .Grid.Grid--center_md,
  .Grid-row.Grid--center_md {
    /* flex-start, flex-end, center, baseline, !stretch! */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .Grid.Grid-align--left_md,
  .Grid-row.Grid-align--left_md {
    /* !flex-start!, flex-end, center, space-between, space-around */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .Grid.Grid-align--right_md,
  .Grid-row.Grid-align--right_md {
    /* !flex-start!, flex-end, center, space-between, space-around */
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .Grid.Grid-align--center_md,
  .Grid-row.Grid-align--center_md {
    /* !flex-start!, flex-end, center, space-between, space-around */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
  .Grid.Grid-align--between_md,
  .Grid-row.Grid-align--between_md {
    /* !flex-start!, flex-end, center, space-between, space-around */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .Grid > *.Grid-cell--top_md,
  .Grid-row > *.Grid-cell--top_md {
    /* !auto! | flex-start | flex-end | center | baseline | stretch */
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .Grid > *.Grid-cell--bottom_md,
  .Grid-row > *.Grid-cell--bottom_md {
    /* !auto! | flex-start | flex-end | center | baseline | stretch */
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .Grid > *.Grid-cell--center_md,
  .Grid-row > *.Grid-cell--center_md {
    /* !auto! | flex-start | flex-end | center | baseline | stretch */
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .Grid > *.Grid-cell--reorder_first_md, .Grid > *.Grid-cell--reorder_1_md,
  .Grid-row > *.Grid-cell--reorder_first_md,
  .Grid-row > *.Grid-cell--reorder_1_md {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; }
  .Grid > *.Grid-cell--reorder_2_md,
  .Grid-row > *.Grid-cell--reorder_2_md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; }
  .Grid > *.Grid-cell--reorder_3_md,
  .Grid-row > *.Grid-cell--reorder_3_md {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3; }
  .Grid > *.Grid-cell--reorder_4_md,
  .Grid-row > *.Grid-cell--reorder_4_md {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4; }
  .Grid > *.Grid-cell--reorder_5_md,
  .Grid-row > *.Grid-cell--reorder_5_md {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5; }
  .Grid > *.Grid-cell--reorder_6_md,
  .Grid-row > *.Grid-cell--reorder_6_md {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6; }
  .Grid > *.Grid-cell--reorder_7_md,
  .Grid-row > *.Grid-cell--reorder_7_md {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7; }
  .Grid > *.Grid-cell--reorder_8_md,
  .Grid-row > *.Grid-cell--reorder_8_md {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8; }
  .Grid > *.Grid-cell--reorder_9_md,
  .Grid-row > *.Grid-cell--reorder_9_md {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9; }
  .Grid > *.Grid-cell--reorder_10_md,
  .Grid-row > *.Grid-cell--reorder_10_md {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10; }
  .Grid > *.Grid-cell--reorder_11_md,
  .Grid-row > *.Grid-cell--reorder_11_md {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11; }
  .Grid > *.Grid-cell--reorder_12_md, .Grid > *.Grid-cell--reorder_last_md,
  .Grid-row > *.Grid-cell--reorder_12_md,
  .Grid-row > *.Grid-cell--reorder_last_md {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12; }
  .Grid > *.Grid-cell--hide_md,
  .Grid-row > *.Grid-cell--hide_md {
    display: none; }
  .Grid > *.Grid-cell--auto_md,
  .Grid-row > *.Grid-cell--auto_md {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none; }
  .Grid > *.Grid-cell--full_md,
  .Grid-row > *.Grid-cell--full_md {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; }
  .Grid > *.Grid-cell--1of12_md,
  .Grid-row > *.Grid-cell--1of12_md {
    width: calc(8.33333333% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--2of12_md,
  .Grid-row > *.Grid-cell--2of12_md {
    width: calc(16.6666667% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--3of12_md,
  .Grid-row > *.Grid-cell--3of12_md {
    width: calc(25.0000000% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--4of12_md,
  .Grid-row > *.Grid-cell--4of12_md {
    width: calc(33.3333333% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--6of12_md,
  .Grid-row > *.Grid-cell--6of12_md {
    width: calc(50.0000000% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--5of12_md,
  .Grid-row > *.Grid-cell--5of12_md {
    width: calc(41.6666667% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--7of12_md,
  .Grid-row > *.Grid-cell--7of12_md {
    width: calc(58.3333333% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--8of12_md,
  .Grid-row > *.Grid-cell--8of12_md {
    width: calc(66.6666667% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--9of12_md,
  .Grid-row > *.Grid-cell--9of12_md {
    width: calc(75.0000000% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--10of12_md,
  .Grid-row > *.Grid-cell--10of12_md {
    width: calc(83.3333333% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--11of12_md,
  .Grid-row > *.Grid-cell--11of12_md {
    width: calc(91.6666667% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--12of12_md,
  .Grid-row > *.Grid-cell--12of12_md {
    width: calc(100.000000% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; } }

@media (max-width: 599px) {
  .Grid.Grid-wrap_sm, .Grid.Grid-row-wrap_sm,
  .Grid-row.Grid-wrap_sm,
  .Grid-row.Grid-row-wrap_sm {
    /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap; }
    .Grid.Grid-wrap_sm > *, .Grid.Grid-row-wrap_sm > *,
    .Grid-row.Grid-wrap_sm > *,
    .Grid-row.Grid-row-wrap_sm > * {
      -webkit-box-flex: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  .Grid.Grid-nowrap_sm, .Grid.Grid-row-nowrap_sm,
  .Grid-row.Grid-nowrap_sm,
  .Grid-row.Grid-row-nowrap_sm {
    /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap; }
    .Grid.Grid-nowrap_sm > *, .Grid.Grid-row-nowrap_sm > *,
    .Grid-row.Grid-nowrap_sm > *,
    .Grid-row.Grid-row-nowrap_sm > * {
      -webkit-box-flex: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
  .Grid.Grid-column_sm, .Grid.Grid-row-column_sm,
  .Grid-row.Grid-column_sm,
  .Grid-row.Grid-row-column_sm {
    /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column; }
    .Grid.Grid-column_sm > *, .Grid.Grid-row-column_sm > *,
    .Grid-row.Grid-column_sm > *,
    .Grid-row.Grid-row-column_sm > * {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: 100%; }
  .Grid.Grid-gutterless_sm,
  .Grid-row.Grid-gutterless_sm {
    margin: 0; }
    .Grid.Grid-gutterless_sm > *,
    .Grid-row.Grid-gutterless_sm > * {
      padding: 0; }
  .Grid.Grid-gutters_sm,
  .Grid-row.Grid-gutters_sm {
    margin: 0 0 0 -1rem; }
    .Grid.Grid-gutters_sm > *,
    .Grid-row.Grid-gutters_sm > * {
      padding: 0 0 0  1rem; }
  .Grid.Grid-guttersLg_sm,
  .Grid-row.Grid-guttersLg_sm {
    margin: 0 0 0 -1.5rem; }
    .Grid.Grid-guttersLg_sm > *,
    .Grid-row.Grid-guttersLg_sm > * {
      padding: 0 0 0  1.5rem; }
  .Grid.Grid-guttersXl_sm,
  .Grid-row.Grid-guttersXl_sm {
    margin: 0 0 0 -2rem; }
    .Grid.Grid-guttersXl_sm > *,
    .Grid-row.Grid-guttersXl_sm > * {
      padding: 0 0 0  2rem; }
  .Grid.Grid--top_sm,
  .Grid-row.Grid--top_sm {
    /* flex-start, flex-end, center, baseline, !stretch! */
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .Grid.Grid--bottom_sm,
  .Grid-row.Grid--bottom_sm {
    /* flex-start, flex-end, center, baseline, !stretch! */
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .Grid.Grid--center_sm,
  .Grid-row.Grid--center_sm {
    /* flex-start, flex-end, center, baseline, !stretch! */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .Grid.Grid-align--left_sm,
  .Grid-row.Grid-align--left_sm {
    /* !flex-start!, flex-end, center, space-between, space-around */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .Grid.Grid-align--right_sm,
  .Grid-row.Grid-align--right_sm {
    /* !flex-start!, flex-end, center, space-between, space-around */
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .Grid.Grid-align--center_sm,
  .Grid-row.Grid-align--center_sm {
    /* !flex-start!, flex-end, center, space-between, space-around */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
  .Grid.Grid-align--between_sm,
  .Grid-row.Grid-align--between_sm {
    /* !flex-start!, flex-end, center, space-between, space-around */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .Grid > *.Grid-cell--top_sm,
  .Grid-row > *.Grid-cell--top_sm {
    /* !auto! | flex-start | flex-end | center | baseline | stretch */
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .Grid > *.Grid-cell--bottom_sm,
  .Grid-row > *.Grid-cell--bottom_sm {
    /* !auto! | flex-start | flex-end | center | baseline | stretch */
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .Grid > *.Grid-cell--center_sm,
  .Grid-row > *.Grid-cell--center_sm {
    /* !auto! | flex-start | flex-end | center | baseline | stretch */
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .Grid > *.Grid-cell--reorder_first_sm, .Grid > *.Grid-cell--reorder_1_sm,
  .Grid-row > *.Grid-cell--reorder_first_sm,
  .Grid-row > *.Grid-cell--reorder_1_sm {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; }
  .Grid > *.Grid-cell--reorder_2_sm,
  .Grid-row > *.Grid-cell--reorder_2_sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; }
  .Grid > *.Grid-cell--reorder_3_sm,
  .Grid-row > *.Grid-cell--reorder_3_sm {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3; }
  .Grid > *.Grid-cell--reorder_4_sm,
  .Grid-row > *.Grid-cell--reorder_4_sm {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4; }
  .Grid > *.Grid-cell--reorder_5_sm,
  .Grid-row > *.Grid-cell--reorder_5_sm {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5; }
  .Grid > *.Grid-cell--reorder_6_sm,
  .Grid-row > *.Grid-cell--reorder_6_sm {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6; }
  .Grid > *.Grid-cell--reorder_7_sm,
  .Grid-row > *.Grid-cell--reorder_7_sm {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7; }
  .Grid > *.Grid-cell--reorder_8_sm,
  .Grid-row > *.Grid-cell--reorder_8_sm {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8; }
  .Grid > *.Grid-cell--reorder_9_sm,
  .Grid-row > *.Grid-cell--reorder_9_sm {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9; }
  .Grid > *.Grid-cell--reorder_10_sm,
  .Grid-row > *.Grid-cell--reorder_10_sm {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10; }
  .Grid > *.Grid-cell--reorder_11_sm,
  .Grid-row > *.Grid-cell--reorder_11_sm {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11; }
  .Grid > *.Grid-cell--reorder_12_sm, .Grid > *.Grid-cell--reorder_last_sm,
  .Grid-row > *.Grid-cell--reorder_12_sm,
  .Grid-row > *.Grid-cell--reorder_last_sm {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12; }
  .Grid > *.Grid-cell--hide_sm,
  .Grid-row > *.Grid-cell--hide_sm {
    display: none; }
  .Grid > *.Grid-cell--auto_sm,
  .Grid-row > *.Grid-cell--auto_sm {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none; }
  .Grid > *.Grid-cell--full_sm,
  .Grid-row > *.Grid-cell--full_sm {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; }
  .Grid > *.Grid-cell--1of12_sm,
  .Grid-row > *.Grid-cell--1of12_sm {
    width: calc(8.33333333% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--2of12_sm,
  .Grid-row > *.Grid-cell--2of12_sm {
    width: calc(16.6666667% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--3of12_sm,
  .Grid-row > *.Grid-cell--3of12_sm {
    width: calc(25.0000000% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--4of12_sm,
  .Grid-row > *.Grid-cell--4of12_sm {
    width: calc(33.3333333% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--6of12_sm,
  .Grid-row > *.Grid-cell--6of12_sm {
    width: calc(50.0000000% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--5of12_sm,
  .Grid-row > *.Grid-cell--5of12_sm {
    width: calc(41.6666667% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--7of12_sm,
  .Grid-row > *.Grid-cell--7of12_sm {
    width: calc(58.3333333% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--8of12_sm,
  .Grid-row > *.Grid-cell--8of12_sm {
    width: calc(66.6666667% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--9of12_sm,
  .Grid-row > *.Grid-cell--9of12_sm {
    width: calc(75.0000000% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--10of12_sm,
  .Grid-row > *.Grid-cell--10of12_sm {
    width: calc(83.3333333% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--11of12_sm,
  .Grid-row > *.Grid-cell--11of12_sm {
    width: calc(91.6666667% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
  .Grid > *.Grid-cell--12of12_sm,
  .Grid-row > *.Grid-cell--12of12_sm {
    width: calc(100.000000% - 0rem);
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; } }

/*
COMPONENTS
Individual components that are production ready
*/
.breadcrumbs {
  display: block;
  margin-bottom: .5rem;
  margin-top: 1rem; }
  .breadcrumbs > li {
    display: inline-block;
    font-size: .8125rem;
    color: #2b303b;
    margin: 0 0 0rem .125rem; }
    .breadcrumbs > li a {
      white-space: nowrap;
      line-height: 1.75rem; }
    .breadcrumbs > li::before {
      content: none; }
    .breadcrumbs > li > * {
      color: #595458;
      margin-right: .3125rem; }
      .breadcrumbs > li > *:hover {
        color: #083cf7;
        text-decoration: none; }
      .breadcrumbs > li > *::after {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon_chevron_typo%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpolygon%20points%3D%276.5%2012.49%205.5%2011.51%209.01%208%205.5%204.5%206.5%203.5%2010.99%208%206.5%2012.49%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E");
        height: 1rem;
        width: 1rem;
        display: inline-block;
        position: relative;
        top: .25rem;
        left: .25rem; }
    .breadcrumbs > li:last-child > *::after {
      content: ""; }
    .breadcrumbs > li:last-child a {
      color: rgba(43, 48, 59, 0.6); }
    .breadcrumbs > li:last-child:hover a {
      color: #2b303b;
      text-decoration: none; }
    .breadcrumbs > li.current {
      color: rgba(43, 48, 59, 0.6); }
      .breadcrumbs > li.current a:hover {
        color: #2b303b;
        text-decoration: none; }
      .breadcrumbs > li.current > a::after {
        display: none; }

.breadcrumbs .breadcrumbs-abbr a.small:last-child {
  color: #2b303b; }
  .breadcrumbs .breadcrumbs-abbr a.small:last-child:hover {
    color: #083cf7 !important; }
  .breadcrumbs .breadcrumbs-abbr a.small:last-child::before {
    content: url("data:image/svg+xml;charset=UTF-8,\a         %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%2211.51%207.5%208.7%2010.31%208.7%203%207.3%203%207.3%2010.31%204.5%207.5%203.5%208.49%208%2012.99%2012.49%208.49%2011.51%207.5%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: relative;
    top: .25rem;
    margin-right: .25rem; }
  .breadcrumbs .breadcrumbs-abbr a.small:last-child::after {
    content: ''; }

.card {
  background-color: white;
  border: none;
  border-radius: .25rem;
  -webkit-box-shadow: 0 0.125rem 0.125rem 0 rgba(45, 40, 77, 0.2), 0 0 0 0.0625rem rgba(45, 40, 77, 0.07);
          box-shadow: 0 0.125rem 0.125rem 0 rgba(45, 40, 77, 0.2), 0 0 0 0.0625rem rgba(45, 40, 77, 0.07);
  display: block;
  margin-bottom: 2rem;
  padding: 2rem; }
  .card .row [class^=col-] {
    padding: 0 .5rem; }
  .card.x2 {
    -webkit-box-shadow: 0 0.1875rem 0.3125rem -0.0625rem rgba(45, 40, 77, 0.1), 0 0.375rem 0.625rem 0 rgba(45, 40, 77, 0.07), 0 0.0625rem 1.125rem 0 rgba(45, 40, 77, 0.06);
            box-shadow: 0 0.1875rem 0.3125rem -0.0625rem rgba(45, 40, 77, 0.1), 0 0.375rem 0.625rem 0 rgba(45, 40, 77, 0.07), 0 0.0625rem 1.125rem 0 rgba(45, 40, 77, 0.06); }
  .card.x3 {
    padding: 2rem;
    -webkit-box-shadow: 0 0.4375rem 0.5rem -0.25rem rgba(45, 40, 77, 0.1), 0 0.75rem 1.063rem 0.125rem rgba(45, 40, 77, 0.07), 0 0.3125rem 1.375rem 0.25rem rgba(45, 40, 77, 0.06);
            box-shadow: 0 0.4375rem 0.5rem -0.25rem rgba(45, 40, 77, 0.1), 0 0.75rem 1.063rem 0.125rem rgba(45, 40, 77, 0.07), 0 0.3125rem 1.375rem 0.25rem rgba(45, 40, 77, 0.06); }
  .card.flat {
    border: 0.0625rem solid #dee7e7;
    margin-bottom: .5rem;
    padding: 1rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .card.card-light {
    padding: 1rem; }
  .card.card-medium {
    padding: 1.5rem; }
  .card.card-heavy {
    padding: 2rem; }
  .card.card-clickable {
    color: inherit;
    -webkit-transition: -webkit-box-shadow 200ms linear;
    transition: -webkit-box-shadow 200ms linear;
    transition: box-shadow 200ms linear;
    transition: box-shadow 200ms linear, -webkit-box-shadow 200ms linear; }
    .card.card-clickable:hover {
      border: none;
      -webkit-box-shadow: 0 0.1875rem 0.3125rem -0.0625rem rgba(45, 40, 77, 0.1), 0 0.375rem 0.625rem 0 rgba(45, 40, 77, 0.07), 0 0.0625rem 1.125rem 0 rgba(45, 40, 77, 0.06);
              box-shadow: 0 0.1875rem 0.3125rem -0.0625rem rgba(45, 40, 77, 0.1), 0 0.375rem 0.625rem 0 rgba(45, 40, 77, 0.07), 0 0.0625rem 1.125rem 0 rgba(45, 40, 77, 0.06);
      cursor: pointer; }
    .card.card-clickable.x2:hover {
      border: none;
      -webkit-box-shadow: 0 0.4375rem 0.5rem -0.25rem rgba(45, 40, 77, 0.1), 0 0.75rem 1.063rem 0.125rem rgba(45, 40, 77, 0.07), 0 0.3125rem 1.375rem 0.25rem rgba(45, 40, 77, 0.06);
              box-shadow: 0 0.4375rem 0.5rem -0.25rem rgba(45, 40, 77, 0.1), 0 0.75rem 1.063rem 0.125rem rgba(45, 40, 77, 0.07), 0 0.3125rem 1.375rem 0.25rem rgba(45, 40, 77, 0.06); }
    .card.card-clickable.x3:hover {
      border: none;
      -webkit-box-shadow: 0 0.6875rem 0.9375rem -0.4375rem rgba(45, 40, 77, 0.1), 0 1.5rem 2.375rem 0.1875rem rgba(45, 40, 77, 0.07), 0 0.5625rem 2.875rem 0.5rem rgba(45, 40, 77, 0.06);
              box-shadow: 0 0.6875rem 0.9375rem -0.4375rem rgba(45, 40, 77, 0.1), 0 1.5rem 2.375rem 0.1875rem rgba(45, 40, 77, 0.07), 0 0.5625rem 2.875rem 0.5rem rgba(45, 40, 77, 0.06); }
    .card.card-clickable.flat:hover {
      border: 0.0625rem solid #18171c;
      -webkit-box-shadow: 0 0.1875rem 0.0625rem -0.125rem rgba(45, 40, 77, 0.1), 0 0.125rem 0.125rem 0 rgba(45, 40, 77, 0.07), 0 0.0625rem 0.3125rem 0 rgba(45, 40, 77, 0.06);
              box-shadow: 0 0.1875rem 0.0625rem -0.125rem rgba(45, 40, 77, 0.1), 0 0.125rem 0.125rem 0 rgba(45, 40, 77, 0.07), 0 0.0625rem 0.3125rem 0 rgba(45, 40, 77, 0.06); }

.chips {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  position: relative;
  margin-bottom: 0; }
  @media all and (max-width: 599px) {
    .chips {
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -ms-flex-flow: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column;
      text-align: center; } }
  .chips .chips-chip {
    -webkit-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: inline-block;
    margin: 0rem .5rem .5rem 0;
    border-radius: .25rem;
    background-color: #fff;
    border: 0.0625rem solid rgba(89, 84, 88, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #18171c;
    font-size: .875rem;
    line-height: 1.4;
    text-decoration: none;
    cursor: default; }
    .chips .chips-chip a {
      padding: .375rem .75rem;
      display: block;
      text-decoration: none;
      color: #18171c; }
      @media all and (min-width: 320px) and (max-width: 599px) {
        .chips .chips-chip a {
          padding: .5rem .75rem; } }
    .chips .chips-chip:hover, .chips .chips-chip:visited {
      border: 0.0625rem solid rgba(89, 84, 88, 0.4);
      background-color: #f2f2f3;
      cursor: pointer; }
      .chips .chips-chip:hover a, .chips .chips-chip:visited a {
        text-decoration: none;
        color: #18171c; }
  .chips .chips-chip-selected,
  .chips .chips-chip-selected:hover {
    background-color: rgba(45, 40, 77, 0.7);
    border: 0.0625rem solid #595458; }
    .chips .chips-chip-selected a,
    .chips .chips-chip-selected:hover a {
      color: white; }

.chips-select-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  position: relative;
  padding-top: 0 !important; }
  @media all and (max-width: 599px) {
    .chips-select-row {
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -ms-flex-flow: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column; } }
  @media all and (min-width: 320px) and (max-width: 599px) {
    .chips-select-row {
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -ms-flex-flow: row nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap; } }
  .chips-select-row .chips-select-wrapper {
    width: 100%;
    max-width: 1.938rem;
    margin-right: .1875rem; }
    @media all and (min-width: 320px) and (max-width: 599px) {
      .chips-select-row .chips-select-wrapper {
        margin-right: .3125rem; } }
    .chips-select-row .chips-select-wrapper select.chips-select {
      width: 100%;
      position: relative;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      outline: none;
      padding-left: .3125rem;
      display: inline-block;
      margin: .4375rem .625rem .4375rem 0;
      border-radius: .25rem;
      border: 0.125rem solid rgba(89, 84, 88, 0.2) !important;
      padding: .4375rem .875rem;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #18171c;
      font-size: .875rem;
      line-height: 1.4;
      text-decoration: none;
      cursor: default;
      background-color: #fff; }
      .chips-select-row .chips-select-wrapper select.chips-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000; }
      .chips-select-row .chips-select-wrapper select.chips-select::-ms-expand {
        display: none; }
      .chips-select-row .chips-select-wrapper select.chips-select:hover {
        background-color: #f2f2f3;
        cursor: pointer; }
    .chips-select-row .chips-select-wrapper select.chips-select-active {
      background-color: #f2f2f3;
      border-color: #2d7dd2 !important;
      cursor: pointer; }
    .chips-select-row .chips-select-wrapper select.chips-select-icon {
      background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpolygon%20points%3D%2711.51%207.5%208.7%2010.31%208.7%203%207.3%203%207.3%2010.31%204.5%207.5%203.5%208.49%208%2012.99%2012.49%208.49%2011.51%207.5%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E");
      background-position: calc(100% - .625rem) 0.5625rem;
      background-repeat: no-repeat;
      background-color: #fff;
      background-size: 1rem; }

footer {
  background-color: #312e38;
  color: #595458;
  padding: 0.5rem 0;
  font-size: .8125rem;
  margin-bottom: 0; }
  footer .row {
    margin: 0; }
  footer section {
    margin-top: 0 !important; }

.footer-navigation {
  padding-left: 0;
  padding-bottom: 1rem;
  padding-top: 1rem; }
  @media all and (min-width: 600px) and (max-width: 999px) {
    .footer-navigation {
      margin-bottom: .5rem;
      padding-bottom: 0; } }
  @media all and (min-width: 320px) and (max-width: 599px) {
    .footer-navigation {
      margin-bottom: 0rem; } }
  .footer-navigation .footer-navigation-logo {
    padding-left: 0;
    padding-top: 0; }
    @media all and (min-width: 320px) and (max-width: 599px) {
      .footer-navigation .footer-navigation-logo {
        margin-bottom: 0; } }
    .footer-navigation .footer-navigation-logo img {
      display: block;
      height: 1rem;
      width: 8.5rem; }
  .footer-navigation .footer-navigation-links {
    padding-left: 0; }
    .footer-navigation .footer-navigation-links ul {
      margin-bottom: 0; }
      .footer-navigation .footer-navigation-links ul li {
        margin: 0 1.5rem 0 0;
        display: inline-block; }
        .footer-navigation .footer-navigation-links ul li p {
          margin-bottom: 0; }
          .footer-navigation .footer-navigation-links ul li p a {
            color: white; }
        @media all and (min-width: 320px) and (max-width: 599px) {
          .footer-navigation .footer-navigation-links ul li {
            display: block;
            margin-bottom: 1.25rem; }
            .footer-navigation .footer-navigation-links ul li:last-child {
              margin-bottom: 0; } }
        @media all and (min-width: 600px) and (max-width: 999px) {
          .footer-navigation .footer-navigation-links ul li {
            display: inline-block;
            margin-bottom: 0; } }

.footer-social {
  /* !flex-start!, flex-end, center, space-between, space-around */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  padding-right: 0;
  padding-top: 1rem; }
  @media all and (min-width: 600px) and (max-width: 999px) {
    .footer-social {
      /* !flex-start!, flex-end, center, space-between, space-around */
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      padding-left: 0;
      padding-bottom: 1rem; } }
  @media all and (min-width: 320px) and (max-width: 599px) {
    .footer-social {
      margin-top: .625rem;
      /* !flex-start!, flex-end, center, space-between, space-around */
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      padding-left: 0;
      padding-top: .5rem;
      padding-bottom: .5rem; } }
  .footer-social .footer-social-icon {
    display: inline-block;
    text-align: left;
    margin-bottom: 1rem;
    padding-right: 0 !important;
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 1rem; }
    .footer-social .footer-social-icon:last-child {
      margin-right: 0; }
    .footer-social .footer-social-icon::after {
      content: "";
      display: inline-block;
      height: 1rem;
      width: 1rem; }
    .footer-social .footer-social-icon.social-icon-twitter {
      background-image: url("data:image/svg+xml;charset=UTF-8,\a       %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M7.55%2C21.75a13.92%2C13.92%2C0%2C0%2C0%2C14-14c0-.21%2C0-.42%2C0-.63A10.28%2C10.28%2C0%2C0%2C0%2C24%2C4.56a9.87%2C9.87%2C0%2C0%2C1-2.83.77%2C4.94%2C4.94%2C0%2C0%2C0%2C2.17-2.72A10%2C10%2C0%2C0%2C1%2C20.21%2C3.8a4.93%2C4.93%2C0%2C0%2C0-8.52%2C3.37%2C5.12%2C5.12%2C0%2C0%2C0%2C.13%2C1.12A14%2C14%2C0%2C0%2C1%2C1.67%2C3.15%2C4.92%2C4.92%2C0%2C0%2C0%2C3.19%2C9.72%2C4.86%2C4.86%2C0%2C0%2C1%2C1%2C9.11v.06a4.93%2C4.93%2C0%2C0%2C0%2C4%2C4.83%2C5%2C5%2C0%2C0%2C1-1.29.17%2C4.73%2C4.73%2C0%2C0%2C1-.93-.09%2C4.92%2C4.92%2C0%2C0%2C0%2C4.6%2C3.42%2C9.9%2C9.9%2C0%2C0%2C1-6.12%2C2.11A9.18%2C9.18%2C0%2C0%2C1%2C0%2C19.54a13.92%2C13.92%2C0%2C0%2C0%2C7.55%2C2.21%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }
    .footer-social .footer-social-icon.social-icon-facebook {
      background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cpath%20d%3D%22M22.67%2C0H1.33A1.32%2C1.32%2C0%2C0%2C0%2C0%2C1.33V22.67A1.32%2C1.32%2C0%2C0%2C0%2C1.33%2C24H12.82V14.74H9.68V11.09H12.8V8.42c0-3.1%2C1.89-4.79%2C4.66-4.79a26.32%2C26.32%2C0%2C0%2C1%2C2.81.16V7H18.36c-1.5%2C0-1.79.71-1.79%2C1.76V11.1h3.6l-.47%2C3.64H16.57V24h6.1A1.32%2C1.32%2C0%2C0%2C0%2C24%2C22.67h0V1.33A1.32%2C1.32%2C0%2C0%2C0%2C22.67%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }
    .footer-social .footer-social-icon.social-icon-linkedin {
      background-image: url("data:image/svg+xml;charset=UTF-8,\a       %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cpath%20d%3D%22M22.22%2C0H1.77A1.75%2C1.75%2C0%2C0%2C0%2C0%2C1.73V22.27A1.75%2C1.75%2C0%2C0%2C0%2C1.77%2C24H22.22A1.76%2C1.76%2C0%2C0%2C0%2C24%2C22.27V1.73A1.75%2C1.75%2C0%2C0%2C0%2C22.22%2C0ZM7.12%2C20.45H3.56V9H7.12Zm-1.78-13A2.07%2C2.07%2C0%2C1%2C1%2C7.4%2C5.37%2C2.07%2C2.07%2C0%2C0%2C1%2C5.34%2C7.43Zm15.11%2C13H16.89V14.88c0-1.33%2C0-3-1.85-3s-2.13%2C1.45-2.13%2C2.95v5.66H9.35V9h3.42v1.56h0a3.75%2C3.75%2C0%2C0%2C1%2C3.37-1.85c3.6%2C0%2C4.27%2C2.37%2C4.27%2C5.46Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }
    .footer-social .footer-social-icon.social-icon-instagram {
      background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cpath%20d%3D%22M12%2C2.16c3.2%2C0%2C3.58%2C0%2C4.85.07a6.67%2C6.67%2C0%2C0%2C1%2C2.23.42%2C3.61%2C3.61%2C0%2C0%2C1%2C1.38.89%2C3.61%2C3.61%2C0%2C0%2C1%2C.89%2C1.38%2C6.67%2C6.67%2C0%2C0%2C1%2C.42%2C2.23c.06%2C1.27.07%2C1.65.07%2C4.85s0%2C3.58-.07%2C4.85a6.67%2C6.67%2C0%2C0%2C1-.42%2C2.23%2C3.89%2C3.89%2C0%2C0%2C1-2.27%2C2.27%2C6.67%2C6.67%2C0%2C0%2C1-2.23.42c-1.27.06-1.65.07-4.85.07s-3.58%2C0-4.85-.07a6.67%2C6.67%2C0%2C0%2C1-2.23-.42%2C3.61%2C3.61%2C0%2C0%2C1-1.38-.89%2C3.61%2C3.61%2C0%2C0%2C1-.89-1.38%2C6.67%2C6.67%2C0%2C0%2C1-.42-2.23c-.06-1.27-.07-1.65-.07-4.85s0-3.58.07-4.85a6.67%2C6.67%2C0%2C0%2C1%2C.42-2.23%2C3.61%2C3.61%2C0%2C0%2C1%2C.89-1.38%2C3.61%2C3.61%2C0%2C0%2C1%2C1.38-.89%2C6.67%2C6.67%2C0%2C0%2C1%2C2.23-.42C8.42%2C2.17%2C8.8%2C2.16%2C12%2C2.16M12%2C0C8.74%2C0%2C8.33%2C0%2C7.05.07A8.76%2C8.76%2C0%2C0%2C0%2C4.14.63%2C6.07%2C6.07%2C0%2C0%2C0%2C.63%2C4.14%2C8.76%2C8.76%2C0%2C0%2C0%2C.07%2C7.05C0%2C8.33%2C0%2C8.74%2C0%2C12S0%2C15.67.07%2C17a8.76%2C8.76%2C0%2C0%2C0%2C.56%2C2.91%2C6.07%2C6.07%2C0%2C0%2C0%2C3.51%2C3.51%2C8.76%2C8.76%2C0%2C0%2C0%2C2.91.56C8.33%2C24%2C8.74%2C24%2C12%2C24s3.67%2C0%2C4.95-.07a8.76%2C8.76%2C0%2C0%2C0%2C2.91-.56%2C6.07%2C6.07%2C0%2C0%2C0%2C3.51-3.51A8.76%2C8.76%2C0%2C0%2C0%2C23.93%2C17C24%2C15.67%2C24%2C15.26%2C24%2C12s0-3.67-.07-4.95a8.76%2C8.76%2C0%2C0%2C0-.56-2.91A6.07%2C6.07%2C0%2C0%2C0%2C19.86.63%2C8.76%2C8.76%2C0%2C0%2C0%2C17%2C.07C15.67%2C0%2C15.26%2C0%2C12%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M12%2C5.84A6.16%2C6.16%2C0%2C1%2C0%2C18.16%2C12%2C6.16%2C6.16%2C0%2C0%2C0%2C12%2C5.84ZM12%2C16a4%2C4%2C0%2C1%2C1%2C4-4A4%2C4%2C0%2C0%2C1%2C12%2C16Z%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2218.41%22%20cy%3D%225.59%22%20r%3D%221.44%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }

.footer-terms {
  padding: 1rem 0 0 0rem;
  border-top: 0.0625rem solid rgba(222, 231, 231, 0.1);
  clear: both;
  margin: 0; }
  @media all and (min-width: 600px) and (max-width: 999px) {
    .footer-terms {
      padding: .5rem 0 0 0rem; } }
  .footer-terms .footer-terms-copy {
    color: #b7c3d7;
    margin: 1rem 1rem 1rem 0;
    display: inline-block; }
    @media all and (min-width: 320px) and (max-width: 599px) {
      .footer-terms .footer-terms-copy {
        margin: .5rem 0 0 0; } }
  .footer-terms .footer-terms-tandc {
    display: inline-block;
    margin: 1rem 0; }
    .footer-terms .footer-terms-tandc a {
      color: #b7c3d7;
      margin-right: 1rem; }
      .footer-terms .footer-terms-tandc a:hover {
        color: white; }

.review-snapshot-ratings .histogram {
  max-width: 16rem;
  max-width: 16rem; }

.summary-container .review-snapshot-ratings .histogram {
  max-width: initial; }

.histogram .histogram-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap; }
  .histogram .histogram-row .histogram-label,
  .histogram .histogram-row .histogram-bar,
  .histogram .histogram-row .histogram-count {
    /* !auto! | flex-start | flex-end | center | baseline | stretch */
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .histogram .histogram-row .histogram-label {
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: .5rem;
    color: #2b303b; }
    .histogram .histogram-row .histogram-label p.small {
      margin-bottom: 0; }
  .histogram .histogram-row .histogram-bar {
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    background: rgba(45, 40, 77, 0.1);
    height: .5rem;
    -webkit-box-shadow: 0 0.0625rem 0.0625rem 0rem rgba(45, 40, 77, 0.1) inset;
            box-shadow: 0 0.0625rem 0.0625rem 0rem rgba(45, 40, 77, 0.1) inset;
    border-radius: .125rem;
    position: relative; }
    .histogram .histogram-row .histogram-bar .histogram-percentage {
      content: '';
      min-width: 5%;
      position: absolute;
      background: #f0ae14;
      height: .5rem;
      border-radius: .125rem; }
  .histogram .histogram-row .histogram-count {
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 1.5rem;
    margin-left: .5rem; }
    .histogram .histogram-row .histogram-count p.small {
      margin-bottom: 0; }
    .histogram .histogram-row .histogram-count.histogram-count-mobile {
      display: none; }
    @media (max-width: 599px) {
      .histogram .histogram-row .histogram-count {
        display: none; }
        .histogram .histogram-row .histogram-count.histogram-count-mobile {
          display: block; } }
  .histogram .histogram-row.histogram-row-inactive .histogram-label p,
  .histogram .histogram-row.histogram-row-inactive .histogram-count p {
    color: rgba(43, 48, 59, 0.4); }
  .histogram .histogram-row.histogram-row-inactive .histogram-percentage {
    max-width: 0%;
    min-width: 0% !important; }

i.icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
  i.icon.icon-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  i.icon.icon-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  i.icon.icon-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }

i.icon {
  width: 1rem;
  height: 1rem;
  background-size: 1rem; }
  i.icon.icon-size-sm {
    background-size: .75rem;
    width: .75rem;
    height: .75rem; }
  i.icon.icon-size-md {
    background-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem; }
  i.icon.icon-size-lg {
    background-size: 2rem;
    width: 2rem;
    height: 2rem; }
  i.icon.icon-size-xl {
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem; }

i.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: cover; }
  i.icon.icon-arrow_updown {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%228%2016%202.81%2010.81%203.87%209.75%208%2013.88%2012.13%209.75%2013.19%2010.81%208%2016%22%20fill%3D%22%23595458%22%2F%3E%3Cpolygon%20points%3D%2212.13%206.25%208%202.12%203.87%206.25%202.81%205.19%208%200%2013.19%205.19%2012.13%206.25%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E%0A"); }
  i.icon.icon-arrow {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%2214.13%207.75%208.75%2013.13%208.75%200%207.25%200%207.25%2013.13%201.87%207.75%200.81%208.81%208%2016%2015.19%208.81%2014.13%207.75%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E%0A"); }
  i.icon.icon-avatar {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M10.83%2C8.69A4.71%2C4.71%2C0%2C0%2C0%2C12.75%2C4.9a4.75%2C4.75%2C0%2C0%2C0-9.5%2C0A4.71%2C4.71%2C0%2C0%2C0%2C5.17%2C8.69%2C7.86%2C7.86%2C0%2C0%2C0%2C.15%2C16h1.5a6.35%2C6.35%2C0%2C0%2C1%2C12.7%2C0h1.5A7.86%2C7.86%2C0%2C0%2C0%2C10.83%2C8.69ZM4.75%2C4.9A3.25%2C3.25%2C0%2C1%2C1%2C8%2C8.15%2C3.26%2C3.26%2C0%2C0%2C1%2C4.75%2C4.9Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E%0A"); }
  i.icon.icon-browser {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8.32%2C17.19h0Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M30%2C31.7H2A1.7%2C1.7%2C0%2C0%2C1%2C.3%2C30V2A1.7%2C1.7%2C0%2C0%2C1%2C2%2C.3H30A1.7%2C1.7%2C0%2C0%2C1%2C31.7%2C2V30A1.7%2C1.7%2C0%2C0%2C1%2C30%2C31.7ZM2%2C1.7a.29.29%2C0%2C0%2C0-.3.3V30a.29.29%2C0%2C0%2C0%2C.3.3H30a.29.29%2C0%2C0%2C0%2C.3-.3V2a.29.29%2C0%2C0%2C0-.3-.3Z%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%222.5%22%20y%3D%222.5%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%225.5%22%20y%3D%222.5%22%20width%3D%222%22%20height%3D%222%22%20transform%3D%22translate%283%2010%29%20rotate%28-90%29%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%228.5%22%20y%3D%222.5%22%20width%3D%222%22%20height%3D%222%22%20transform%3D%22translate%286%2013%29%20rotate%28-90%29%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%2227.5%22%20y%3D%222.5%22%20width%3D%222%22%20height%3D%222%22%20transform%3D%22translate%2825%2032%29%20rotate%28-90%29%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%2211.5%22%20y%3D%222.5%22%20width%3D%2215%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%225.3%22%20width%3D%2230%22%20height%3D%221.4%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-bullet {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-bullet_more {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-calendar {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M13%2C1.38V.12H11V1.38H5V.12H3V1.38H.25v14.5h15.5V1.38Zm1.25%2C13H1.75V2.88h12.5Z%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%225.5%22%20y%3D%224.13%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%228.5%22%20y%3D%224.13%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%2211.5%22%20y%3D%224.13%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%222.5%22%20y%3D%227.63%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%225.5%22%20y%3D%227.63%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%228.5%22%20y%3D%227.63%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%2211.5%22%20y%3D%227.63%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%222.5%22%20y%3D%2211.13%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%225.5%22%20y%3D%2211.13%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%228.5%22%20y%3D%2211.13%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-chat {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M5%2C14.7a1%2C1%2C0%2C0%2C1-.66-.24c-.22-.2-.53-.67-.12-1.59l.46-1c.08-.19.07-.31%2C0-.35s-.12-.08-.27-.08h-2A2.22%2C2.22%2C0%2C0%2C1%2C.3%2C9.14V3.55A2.22%2C2.22%2C0%2C0%2C1%2C2.49%2C1.3h11A2.22%2C2.22%2C0%2C0%2C1%2C15.7%2C3.55V9.19a2.22%2C2.22%2C0%2C0%2C1-2.19%2C2.25H12.37a6%2C6%2C0%2C0%2C0-2.45.66l-4%2C2.32A1.76%2C1.76%2C0%2C0%2C1%2C5%2C14.7ZM2.49%2C2.7a.82.82%2C0%2C0%2C0-.79.85V9.14a.83.83%2C0%2C0%2C0%2C.79.85h2a1.65%2C1.65%2C0%2C0%2C1%2C1.44.72A1.74%2C1.74%2C0%2C0%2C1%2C6%2C12.39l-.22.5%2C3.45-2A7.3%2C7.3%2C0%2C0%2C1%2C12.37%2C10h1.14a.82.82%2C0%2C0%2C0%2C.79-.85V3.55a.82.82%2C0%2C0%2C0-.79-.85Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-check {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%225.88%2013.23%201.14%208.49%202.13%207.5%205.88%2011.25%2013.87%203.26%2014.86%204.25%205.88%2013.23%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-chevron_circle {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8%2C15.7A7.7%2C7.7%2C0%2C1%2C1%2C15.7%2C8%2C7.7%2C7.7%2C0%2C0%2C1%2C8%2C15.7Zm0-14A6.3%2C6.3%2C0%2C1%2C0%2C14.3%2C8%2C6.31%2C6.31%2C0%2C0%2C0%2C8%2C1.7Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpolygon%20points%3D%227.25%2011.49%206.26%2010.51%208.76%208%206.26%205.5%207.25%204.5%2010.74%208%207.25%2011.49%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-chevron {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%226.5%2012.49%205.5%2011.51%209.01%208%205.5%204.5%206.5%203.5%2010.99%208%206.5%2012.49%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-clear {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M6.32%2C6.19h0Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M8%2C0a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C0Zm4.69%2C11.62-1%2C1L8%2C8.87l-3.4%2C3.39-1-1L7%2C7.88l-3.4-3.4%2C1-1L8%2C6.88%2C11.7%2C3.14l1%2C1L8.94%2C7.88Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-close {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M6.32%2C6.19h0Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpolygon%20points%3D%2214.15%202.84%2013.16%201.85%208%207.01%202.84%201.85%201.85%202.84%207.01%208%201.85%2013.16%202.84%2014.15%208%208.99%2013.16%2014.15%2014.15%2013.16%208.99%208%2014.15%202.84%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-cloud {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M12%2C13.7H4a3.69%2C3.69%2C0%2C0%2C1-1.69-7A2.7%2C2.7%2C0%2C0%2C1%2C5%2C4.3a2.6%2C2.6%2C0%2C0%2C1%2C.4%2C0A4.2%2C4.2%2C0%2C0%2C1%2C13.2%2C6.5h0A3.69%2C3.69%2C0%2C0%2C1%2C12%2C13.7Zm-7-8A1.3%2C1.3%2C0%2C0%2C0%2C3.7%2C7l.06.66-.51.18A2.29%2C2.29%2C0%2C0%2C0%2C4%2C12.3h8a2.29%2C2.29%2C0%2C0%2C0%2C.34-4.56l-.69-.11.1-.69a2.2%2C2.2%2C0%2C0%2C0%2C.05-.44A2.8%2C2.8%2C0%2C0%2C0%2C6.42%2C5.42l-.27.65L5.5%2C5.8A1.24%2C1.24%2C0%2C0%2C0%2C5%2C5.7Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-company_large {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M5.48%2C11.88V4.12H6.9v6.59h3.62v1.17Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M13%2C15.7H3A2.7%2C2.7%2C0%2C0%2C1%2C.3%2C13V3A2.7%2C2.7%2C0%2C0%2C1%2C3%2C.3H13A2.7%2C2.7%2C0%2C0%2C1%2C15.7%2C3V13A2.7%2C2.7%2C0%2C0%2C1%2C13%2C15.7ZM3%2C1.7A1.3%2C1.3%2C0%2C0%2C0%2C1.7%2C3V13A1.3%2C1.3%2C0%2C0%2C0%2C3%2C14.3H13A1.3%2C1.3%2C0%2C0%2C0%2C14.3%2C13V3A1.3%2C1.3%2C0%2C0%2C0%2C13%2C1.7Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-company_medium {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M10.66%2C4.12h1.11v7.76H10.52V6.75l-2%2C3.87H7.53L5.47%2C6.81v5.07H4.23V4.12H5.35L8%2C9.19Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M13%2C15.7H3A2.7%2C2.7%2C0%2C0%2C1%2C.3%2C13V3A2.7%2C2.7%2C0%2C0%2C1%2C3%2C.3H13A2.7%2C2.7%2C0%2C0%2C1%2C15.7%2C3V13A2.7%2C2.7%2C0%2C0%2C1%2C13%2C15.7ZM3%2C1.7A1.3%2C1.3%2C0%2C0%2C0%2C1.7%2C3V13A1.3%2C1.3%2C0%2C0%2C0%2C3%2C14.3H13A1.3%2C1.3%2C0%2C0%2C0%2C14.3%2C13V3A1.3%2C1.3%2C0%2C0%2C0%2C13%2C1.7Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-company_small {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M6.28%2C11.73A3.75%2C3.75%2C0%2C0%2C1%2C5%2C11.05l.48-1a4.08%2C4.08%2C0%2C0%2C0%2C1.18.63A4.45%2C4.45%2C0%2C0%2C0%2C8%2C10.84a2.24%2C2.24%2C0%2C0%2C0%2C1.23-.28.88.88%2C0%2C0%2C0%2C.44-.78.74.74%2C0%2C0%2C0-.4-.68A5.52%2C5.52%2C0%2C0%2C0%2C7.9%2C8.67a8.16%2C8.16%2C0%2C0%2C1-1.57-.49%2C2.25%2C2.25%2C0%2C0%2C1-.92-.7%2C1.87%2C1.87%2C0%2C0%2C1-.3-1.09%2C2.07%2C2.07%2C0%2C0%2C1%2C.37-1.22%2C2.43%2C2.43%2C0%2C0%2C1%2C1.06-.84A3.7%2C3.7%2C0%2C0%2C1%2C8.11%2C4a5%2C5%2C0%2C0%2C1%2C1.55.25A3.36%2C3.36%2C0%2C0%2C1%2C10.87%2C5L10.4%2C6a3.58%2C3.58%2C0%2C0%2C0-2.29-.82%2C2%2C2%2C0%2C0%2C0-1.18.3%2C1%2C1%2C0%2C0%2C0-.44.84A.76.76%2C0%2C0%2C0%2C6.88%2C7a4.19%2C4.19%2C0%2C0%2C0%2C1.31.45%2C9.21%2C9.21%2C0%2C0%2C1%2C1.59.49%2C2.41%2C2.41%2C0%2C0%2C1%2C.93.69A1.66%2C1.66%2C0%2C0%2C1%2C11%2C9.68a2.09%2C2.09%2C0%2C0%2C1-.37%2C1.21%2C2.35%2C2.35%2C0%2C0%2C1-1.07.81A4.54%2C4.54%2C0%2C0%2C1%2C8%2C12%2C5.38%2C5.38%2C0%2C0%2C1%2C6.28%2C11.73Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M13%2C15.7H3A2.7%2C2.7%2C0%2C0%2C1%2C.3%2C13V3A2.7%2C2.7%2C0%2C0%2C1%2C3%2C.3H13A2.7%2C2.7%2C0%2C0%2C1%2C15.7%2C3V13A2.7%2C2.7%2C0%2C0%2C1%2C13%2C15.7ZM3%2C1.7A1.3%2C1.3%2C0%2C0%2C0%2C1.7%2C3V13A1.3%2C1.3%2C0%2C0%2C0%2C3%2C14.3H13A1.3%2C1.3%2C0%2C0%2C0%2C14.3%2C13V3A1.3%2C1.3%2C0%2C0%2C0%2C13%2C1.7Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-compare {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M10.25%2C2.8A5.14%2C5.14%2C0%2C0%2C0%2C8%2C3.33%2C5.14%2C5.14%2C0%2C0%2C0%2C5.75%2C2.8a5.2%2C5.2%2C0%2C0%2C0%2C0%2C10.4A5.14%2C5.14%2C0%2C0%2C0%2C8%2C12.67a5.14%2C5.14%2C0%2C0%2C0%2C2.25.53%2C5.2%2C5.2%2C0%2C0%2C0%2C0-10.4Zm-4.5%2C9a3.8%2C3.8%2C0%2C0%2C1%2C0-7.6%2C4%2C4%2C0%2C0%2C1%2C.85.1%2C5.19%2C5.19%2C0%2C0%2C0%2C0%2C7.4A4%2C4%2C0%2C0%2C1%2C5.75%2C11.8ZM8.8%2C5.75H7.2A4.33%2C4.33%2C0%2C0%2C1%2C8%2C5%2C4.33%2C4.33%2C0%2C0%2C1%2C8.8%2C5.75ZM8%2C11.05a4.33%2C4.33%2C0%2C0%2C1-.8-.8H8.8A4.33%2C4.33%2C0%2C0%2C1%2C8%2C11.05Zm1.1-1.3H6.9a4%2C4%2C0%2C0%2C1-.33-.83H9.43A4%2C4%2C0%2C0%2C1%2C9.1%2C9.75ZM9.55%2C8c0%2C.14%2C0%2C.28%2C0%2C.42h-3c0-.14%2C0-.28%2C0-.42s0-.28%2C0-.42h3C9.52%2C7.72%2C9.55%2C7.86%2C9.55%2C8Zm-.12-.92H6.57a4%2C4%2C0%2C0%2C1%2C.33-.83H9.1A4%2C4%2C0%2C0%2C1%2C9.43%2C7.08Zm.82%2C4.72a4%2C4%2C0%2C0%2C1-.85-.1%2C5.19%2C5.19%2C0%2C0%2C0%2C0-7.4%2C4%2C4%2C0%2C0%2C1%2C.85-.1%2C3.8%2C3.8%2C0%2C1%2C1%2C0%2C7.6Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-con {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cg%20opacity%3D%220%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20transform%3D%22translate%2816%2016%29%20rotate%28180%29%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpolygon%20points%3D%228%2012%200%205%200%204%2016%204%2016%205%208%2012%22%20fill%3D%22%23e94f37%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-currency_rand {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M12.55%2C12.26a.65.65%2C0%2C0%2C1-.27.53.92.92%2C0%2C0%2C1-.61.21.78.78%2C0%2C0%2C1-.42-.11.94.94%2C0%2C0%2C1-.35-.31L9%2C9.74a1.73%2C1.73%2C0%2C0%2C0-.59-.63%2C1.66%2C1.66%2C0%2C0%2C0-.82-.18H6.24v3.14a.92.92%2C0%2C0%2C1-.24.67.87.87%2C0%2C0%2C1-.65.25.89.89%2C0%2C0%2C1-.65-.25.92.92%2C0%2C0%2C1-.25-.67V3.86a.84.84%2C0%2C0%2C1%2C.24-.64A.86.86%2C0%2C0%2C1%2C5.33%2C3H8.84a3.85%2C3.85%2C0%2C0%2C1%2C2.56.75%2C2.72%2C2.72%2C0%2C0%2C1%2C.88%2C2.17%2C2.72%2C2.72%2C0%2C0%2C1-.66%2C1.89%2C3.08%2C3.08%2C0%2C0%2C1-1.84%2C1%2C1.64%2C1.64%2C0%2C0%2C1%2C.71.35%2C3.09%2C3.09%2C0%2C0%2C1%2C.61.7l1.28%2C1.95A.94.94%2C0%2C0%2C1%2C12.55%2C12.26ZM10.09%2C7.15A1.43%2C1.43%2C0%2C0%2C0%2C10.56%2C6a1.38%2C1.38%2C0%2C0%2C0-.47-1.18A2.44%2C2.44%2C0%2C0%2C0%2C8.58%2C4.4H6.22V7.54H8.58A2.38%2C2.38%2C0%2C0%2C0%2C10.09%2C7.15Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-currency_usd {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8.5%2C11.92a3%2C3%2C0%2C0%2C0%2C.42-.06%2C2.09%2C2.09%2C0%2C0%2C0%2C.71-.27%2C1.47%2C1.47%2C0%2C0%2C0%2C.52-.53%2C1.69%2C1.69%2C0%2C0%2C0%2C.19-.86%2C1.25%2C1.25%2C0%2C0%2C0-.24-.8%2C1.67%2C1.67%2C0%2C0%2C0-.63-.5%2C4.12%2C4.12%2C0%2C0%2C0-.9-.32l-.07%2C0Zm-1-7.83-.34.06a1.63%2C1.63%2C0%2C0%2C0-.63.27%2C1.34%2C1.34%2C0%2C0%2C0-.44.5%2C1.67%2C1.67%2C0%2C0%2C0-.16.78%2C1.09%2C1.09%2C0%2C0%2C0%2C.23.72%2C1.83%2C1.83%2C0%2C0%2C0%2C.64.45%2C5.19%2C5.19%2C0%2C0%2C0%2C.7.24Zm1%2C0V7.35l.21.05c.35.09.69.2%2C1%2C.32a3.13%2C3.13%2C0%2C0%2C1%2C.9.49%2C2.27%2C2.27%2C0%2C0%2C1%2C.63.77%2C2.61%2C2.61%2C0%2C0%2C1%2C.24%2C1.18%2C2.57%2C2.57%2C0%2C0%2C1-.31%2C1.31%2C2.71%2C2.71%2C0%2C0%2C1-.8.88%2C3.39%2C3.39%2C0%2C0%2C1-1.09.5%2C5.55%2C5.55%2C0%2C0%2C1-.8.13v1h-1V13a4.26%2C4.26%2C0%2C0%2C1-.79-.16%2C3.3%2C3.3%2C0%2C0%2C1-1.14-.61%2C2.83%2C2.83%2C0%2C0%2C1-.78-1A3.7%2C3.7%2C0%2C0%2C1%2C4.5%2C9.64H5.6a2.38%2C2.38%2C0%2C0%2C0%2C.21%2C1%2C2%2C2%2C0%2C0%2C0%2C.56.71%2C2.23%2C2.23%2C0%2C0%2C0%2C.81.42l.32.07V8.32a9.7%2C9.7%2C0%2C0%2C1-1-.28%2C3.43%2C3.43%2C0%2C0%2C1-.9-.44A2%2C2%2C0%2C0%2C1%2C5%2C6.89%2C2.23%2C2.23%2C0%2C0%2C1%2C4.77%2C5.8%2C2.71%2C2.71%2C0%2C0%2C1%2C5%2C4.55a2.35%2C2.35%2C0%2C0%2C1%2C.71-.87%2C3%2C3%2C0%2C0%2C1%2C1-.51A4.62%2C4.62%2C0%2C0%2C1%2C7.5%2C3V2h1V3a4.67%2C4.67%2C0%2C0%2C1%2C.67.14%2C2.83%2C2.83%2C0%2C0%2C1%2C1%2C.55%2C2.66%2C2.66%2C0%2C0%2C1%2C.68.95A3.46%2C3.46%2C0%2C0%2C1%2C11.13%2C6H10a2.08%2C2.08%2C0%2C0%2C0-.68-1.5A2.2%2C2.2%2C0%2C0%2C0%2C8.5%2C4.13Z%22%20fill%3D%22%23595458%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-danger {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23e94f37%22%2F%3E%3Crect%20x%3D%222.7%22%20y%3D%227.3%22%20width%3D%2210.61%22%20height%3D%221.4%22%20transform%3D%22translate%28-3.31%208%29%20rotate%28-45%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-desktop {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M15.7%2C10.7V2.3H.3v8.4h6v1.6H3.5v1.4h9V12.3H9.7V10.7ZM1.7%2C9.3V3.7H14.3V9.3H1.7Zm6.6%2C3H7.7V10.7h.6Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-dots {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20x%3D%224%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23d4d1d6%22%2F%3E%3Crect%20x%3D%221%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23d4d1d6%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23d4d1d6%22%2F%3E%3Crect%20x%3D%222%22%20y%3D%223%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22%23d4d1d6%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-email {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M1.3%2C3.3v9.4H14.7V3.3ZM12.07%2C4.7%2C8%2C8.09%2C3.93%2C4.7ZM2.7%2C11.3V5.5L8%2C9.91%2C13.3%2C5.5v5.8Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-favorite {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8%2C14.71l-.45-.46q-1-1-1.89-1.86C2.85%2C9.65%2C1%2C7.84%2C1%2C5.62A4.07%2C4.07%2C0%2C0%2C1%2C4.85%2C1.29%2C4.29%2C4.29%2C0%2C0%2C1%2C8%2C3.07a4.29%2C4.29%2C0%2C0%2C1%2C3.14-1.78A4.07%2C4.07%2C0%2C0%2C1%2C15%2C5.62c0%2C1.65-1%2C3-2.82%2C5-.59.62-1.27%2C1.28-2%2C2-.54.53-1.13%2C1.1-1.74%2C1.71ZM4.85%2C2.57A2.85%2C2.85%2C0%2C0%2C0%2C2.27%2C5.62C2.27%2C7.31%2C4%2C9%2C6.55%2C11.48c.46.44.94.92%2C1.45%2C1.42l1.31-1.27C10%2C11%2C10.68%2C10.3%2C11.25%2C9.7c1.6-1.7%2C2.47-2.86%2C2.48-4.08a2.82%2C2.82%2C0%2C0%2C0-2.59-3.05%2C3.4%2C3.4%2C0%2C0%2C0-2.57%2C2L8%2C5.71%2C7.43%2C4.54A3.4%2C3.4%2C0%2C0%2C0%2C4.85%2C2.57Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-filter {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20y%3D%227.3%22%20width%3D%2216%22%20height%3D%221.4%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20y%3D%2212.3%22%20width%3D%2216%22%20height%3D%221.4%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20y%3D%222.3%22%20width%3D%2216%22%20height%3D%221.4%22%20fill%3D%22%23595458%22%2F%3E%3Ccircle%20cx%3D%223.5%22%20cy%3D%223%22%20r%3D%221.5%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M3.5%2C5.2A2.2%2C2.2%2C0%2C1%2C1%2C5.7%2C3%2C2.21%2C2.21%2C0%2C0%2C1%2C3.5%2C5.2Zm0-3a.8.8%2C0%2C1%2C0%2C.8.8A.8.8%2C0%2C0%2C0%2C3.5%2C2.2Z%22%20fill%3D%22%23595458%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%228%22%20r%3D%221.5%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M12.5%2C10.2A2.2%2C2.2%2C0%2C1%2C1%2C14.7%2C8%2C2.21%2C2.21%2C0%2C0%2C1%2C12.5%2C10.2Zm0-3a.8.8%2C0%2C1%2C0%2C.8.8A.8.8%2C0%2C0%2C0%2C12.5%2C7.2Z%22%20fill%3D%22%23595458%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2213%22%20r%3D%221.5%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M6.5%2C15.2A2.2%2C2.2%2C0%2C1%2C1%2C8.7%2C13%2C2.21%2C2.21%2C0%2C0%2C1%2C6.5%2C15.2Zm0-3a.8.8%2C0%2C1%2C0%2C.8.8A.8.8%2C0%2C0%2C0%2C6.5%2C12.2Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-gallery {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2232%22%20height%3D%2224%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8.32%2C13.19h0Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M30%2C1.4a.6.6%2C0%2C0%2C1%2C.6.6V22a.6.6%2C0%2C0%2C1-.6.6H2a.6.6%2C0%2C0%2C1-.6-.6V2A.6.6%2C0%2C0%2C1%2C2%2C1.4H30M30%2C0H2A2%2C2%2C0%2C0%2C0%2C0%2C2V22a2%2C2%2C0%2C0%2C0%2C2%2C2H30a2%2C2%2C0%2C0%2C0%2C2-2V2a2%2C2%2C0%2C0%2C0-2-2Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M20.5%2C11a2.7%2C2.7%2C0%2C1%2C1%2C2.7-2.7A2.7%2C2.7%2C0%2C0%2C1%2C20.5%2C11Zm0-4a1.3%2C1.3%2C0%2C1%2C0%2C1.3%2C1.3A1.3%2C1.3%2C0%2C0%2C0%2C20.5%2C7Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M29.5%2C18.5l-5-5a.72.72%2C0%2C0%2C0-1%2C0l-3%2C3L13%2C9a.72.72%2C0%2C0%2C0-1%2C0L2.5%2C18.5a.73.73%2C0%2C0%2C0-.15.77A.71.71%2C0%2C0%2C0%2C3%2C19.7H29a.71.71%2C0%2C0%2C0%2C.65-.43A.73.73%2C0%2C0%2C0%2C29.5%2C18.5ZM4.69%2C18.3l7.81-7.81L20%2C18h0l.3.3Zm17.6%2C0-.8-.8L24%2C15l3.31%2C3.31Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-graph {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20x%3D%225.26%22%20y%3D%220.26%22%20width%3D%222.5%22%20height%3D%227.99%22%20transform%3D%22translate%2810.76%20-2.26%29%20rotate%2890%29%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%224.25%22%20y%3D%225%22%20width%3D%222.5%22%20height%3D%226%22%20transform%3D%22translate%2813.5%202.5%29%20rotate%2890%29%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%226.75%22%20y%3D%226.25%22%20width%3D%222.5%22%20height%3D%2211%22%20transform%3D%22translate%2819.75%203.75%29%20rotate%2890%29%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M13%2C1.4A1.6%2C1.6%2C0%2C0%2C1%2C14.6%2C3V13A1.6%2C1.6%2C0%2C0%2C1%2C13%2C14.6H3A1.6%2C1.6%2C0%2C0%2C1%2C1.4%2C13V3A1.6%2C1.6%2C0%2C0%2C1%2C3%2C1.4H13M13%2C0H3A3%2C3%2C0%2C0%2C0%2C0%2C3V13a3%2C3%2C0%2C0%2C0%2C3%2C3H13a3%2C3%2C0%2C0%2C0%2C3-3V3a3%2C3%2C0%2C0%2C0-3-3Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-hamburger {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20y%3D%227.3%22%20width%3D%2216%22%20height%3D%221.4%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20y%3D%2212.3%22%20width%3D%2216%22%20height%3D%221.4%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20y%3D%222.3%22%20width%3D%2216%22%20height%3D%221.4%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-handle {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M8%2C1.4A6.6%2C6.6%2C0%2C1%2C1%2C1.4%2C8%2C6.61%2C6.61%2C0%2C0%2C1%2C8%2C1.4M8%2C0a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C0Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M8%2C11.7a.7.7%2C0%2C0%2C1-.7-.7V5A.7.7%2C0%2C0%2C1%2C8.7%2C5v6A.7.7%2C0%2C0%2C1%2C8%2C11.7Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M10.5%2C11.7a.7.7%2C0%2C0%2C1-.7-.7V5a.7.7%2C0%2C0%2C1%2C1.4%2C0v6A.7.7%2C0%2C0%2C1%2C10.5%2C11.7Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M5.5%2C11.7a.7.7%2C0%2C0%2C1-.7-.7V5A.7.7%2C0%2C0%2C1%2C6.2%2C5v6A.7.7%2C0%2C0%2C1%2C5.5%2C11.7Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-histogram {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20x%3D%225.26%22%20y%3D%220.26%22%20width%3D%222.5%22%20height%3D%227.99%22%20transform%3D%22translate%2810.76%20-2.26%29%20rotate%2890%29%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%224.25%22%20y%3D%225%22%20width%3D%222.5%22%20height%3D%226%22%20transform%3D%22translate%2813.5%202.5%29%20rotate%2890%29%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%226.75%22%20y%3D%226.25%22%20width%3D%222.5%22%20height%3D%2211%22%20transform%3D%22translate%2819.75%203.75%29%20rotate%2890%29%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M13%2C1.4A1.6%2C1.6%2C0%2C0%2C1%2C14.6%2C3V13A1.6%2C1.6%2C0%2C0%2C1%2C13%2C14.6H3A1.6%2C1.6%2C0%2C0%2C1%2C1.4%2C13V3A1.6%2C1.6%2C0%2C0%2C1%2C3%2C1.4H13M13%2C0H3A3%2C3%2C0%2C0%2C0%2C0%2C3V13a3%2C3%2C0%2C0%2C0%2C3%2C3H13a3%2C3%2C0%2C0%2C0%2C3-3V3a3%2C3%2C0%2C0%2C0-3-3Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-info_i {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M6.32%2C6.19h0Z%22%20fill%3D%22%23595458%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%232d7dd2%22%2F%3E%3Cpath%20d%3D%22M6.67%2C3.17h2v2h-2ZM7.33%2C6.5H8.67v5h2v1.33H5.33V11.5h2V7.83H6V6.5Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-info_q {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%232d7dd2%22%2F%3E%3Cpath%20d%3D%22M5%2C6.46a3.22%2C3.22%2C0%2C0%2C1%2C.23-1.18%2C2.83%2C2.83%2C0%2C0%2C1%2C.59-.94%2C2.86%2C2.86%2C0%2C0%2C1%2C.93-.62A3.14%2C3.14%2C0%2C0%2C1%2C8%2C3.5a4%2C4%2C0%2C0%2C1%2C1.45.23%2C2.75%2C2.75%2C0%2C0%2C1%2C.93.59%2C2%2C2%2C0%2C0%2C1%2C.51.75%2C2.09%2C2.09%2C0%2C0%2C1%2C.15.75%2C2.5%2C2.5%2C0%2C0%2C1-.15.94A2.35%2C2.35%2C0%2C0%2C1%2C10%2C7.85l-.52.37A2.5%2C2.5%2C0%2C0%2C0%2C9%2C8.65a1.16%2C1.16%2C0%2C0%2C0-.24.6V9.7H7.13V9.16a2.52%2C2.52%2C0%2C0%2C1%2C.21-.86%2C2.3%2C2.3%2C0%2C0%2C1%2C.38-.59%2C3.05%2C3.05%2C0%2C0%2C1%2C.46-.43%2C4.43%2C4.43%2C0%2C0%2C0%2C.45-.36A1.61%2C1.61%2C0%2C0%2C0%2C9%2C6.52%2C1.08%2C1.08%2C0%2C0%2C0%2C9.09%2C6a1.09%2C1.09%2C0%2C0%2C0-.28-.81%2C1%2C1%2C0%2C0%2C0-.76-.27A1.26%2C1.26%2C0%2C0%2C0%2C7.48%2C5a1.07%2C1.07%2C0%2C0%2C0-.39.34%2C1.29%2C1.29%2C0%2C0%2C0-.22.49%2C2.35%2C2.35%2C0%2C0%2C0-.08.6Zm2%2C4h2v2H7Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-infographic_buyers-advised {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ctitle%3Einfographic%3C%2Ftitle%3E%3Crect%20width%3D%2264%22%20height%3D%2264%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M21.54%2C48.42a8.9%2C8.9%2C0%2C1%2C0-8.51%2C0C5.33%2C49.91.25%2C55.48.25%2C63a.76.76%2C0%2C0%2C0%2C.75.75A.76.76%2C0%2C0%2C0%2C1.75%2C63c0-6.72%2C4.8-13.5%2C15.53-13.5S32.82%2C56.28%2C32.82%2C63a.75.75%2C0%2C0%2C0%2C1.5%2C0C34.32%2C55.48%2C29.23%2C49.91%2C21.54%2C48.42ZM9.89%2C40.61A7.39%2C7.39%2C0%2C1%2C1%2C17.28%2C48%2C7.4%2C7.4%2C0%2C0%2C1%2C9.89%2C40.61Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M51%2C34.45a8.89%2C8.89%2C0%2C1%2C0-8.51%2C0C34.77%2C35.94%2C29.68%2C41.51%2C29.68%2C49a.75.75%2C0%2C0%2C0%2C1.5%2C0c0-6.72%2C4.81-13.5%2C15.54-13.5S62.25%2C42.31%2C62.25%2C49a.75.75%2C0%2C0%2C0%2C1.5%2C0C63.75%2C41.51%2C58.67%2C35.94%2C51%2C34.45ZM39.33%2C26.64A7.39%2C7.39%2C0%2C1%2C1%2C46.72%2C34%2C7.4%2C7.4%2C0%2C0%2C1%2C39.33%2C26.64Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M18.25%2C5A3.26%2C3.26%2C0%2C0%2C1%2C21.5%2C1.75h20A3.26%2C3.26%2C0%2C0%2C1%2C44.75%2C5V9a3.26%2C3.26%2C0%2C0%2C1-3.25%2C3.25h-7a.75.75%2C0%2C0%2C0-.65.38.74.74%2C0%2C0%2C0%2C0%2C.76l1.67%2C2.79L30%2C13.41v1.68l7.17%2C3.58a.76.76%2C0%2C0%2C0%2C.33.08.74.74%2C0%2C0%2C0%2C.55-.24.75.75%2C0%2C0%2C0%2C.09-.9l-2.32-3.86H41.5A4.75%2C4.75%2C0%2C0%2C0%2C46.25%2C9V5A4.75%2C4.75%2C0%2C0%2C0%2C41.5.25h-20A4.75%2C4.75%2C0%2C0%2C0%2C16.75%2C5v.5h1.5Z%22%20fill%3D%22%23a6a1a5%22%2F%3E%3Cpath%20d%3D%22M5%2C27.25H9.68L7.36%2C31.11A.75.75%2C0%2C0%2C0%2C8%2C32.25a.84.84%2C0%2C0%2C0%2C.34-.08l9.84-4.92H23a4.75%2C4.75%2C0%2C0%2C0%2C4.75-4.75v-10A4.75%2C4.75%2C0%2C0%2C0%2C23%2C7.75H5A4.75%2C4.75%2C0%2C0%2C0%2C.25%2C12.5v10A4.75%2C4.75%2C0%2C0%2C0%2C5%2C27.25ZM1.75%2C12.5A3.26%2C3.26%2C0%2C0%2C1%2C5%2C9.25H23a3.26%2C3.26%2C0%2C0%2C1%2C3.25%2C3.25v10A3.26%2C3.26%2C0%2C0%2C1%2C23%2C25.75H18a.73.73%2C0%2C0%2C0-.33.08L10%2C29.68l1.67-2.79a.74.74%2C0%2C0%2C0%2C0-.76.75.75%2C0%2C0%2C0-.65-.38H5A3.26%2C3.26%2C0%2C0%2C1%2C1.75%2C22.5Z%22%20fill%3D%22%23fd810d%22%2F%3E%3Cpath%20d%3D%22M14%2C19a1.5%2C1.5%2C0%2C1%2C0-1.5-1.5A1.5%2C1.5%2C0%2C0%2C0%2C14%2C19Zm.75-1.5h0Z%22%20fill%3D%22%23fd810d%22%2F%3E%3Cpath%20d%3D%22M8.75%2C19a1.5%2C1.5%2C0%2C1%2C0-1.5-1.5A1.5%2C1.5%2C0%2C0%2C0%2C8.75%2C19Zm.75-1.5h0Z%22%20fill%3D%22%23fd810d%22%2F%3E%3Cpath%20d%3D%22M19.25%2C19a1.5%2C1.5%2C0%2C1%2C0-1.5-1.5A1.5%2C1.5%2C0%2C0%2C0%2C19.25%2C19Zm0-1.5h0Z%22%20fill%3D%22%23fd810d%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-infographic_products-researched {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ctitle%3Einfographic%3C%2Ftitle%3E%3Crect%20width%3D%2264%22%20height%3D%2264%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M51.22%2C46.25a.75.75%2C0%2C0%2C0%2C0%2C1.5H55A4.75%2C4.75%2C0%2C0%2C0%2C59.75%2C43V11a.75.75%2C0%2C0%2C0-1.5%2C0V43A3.26%2C3.26%2C0%2C0%2C1%2C55%2C46.25Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M63%2C14.25a.76.76%2C0%2C0%2C0-.75.75V47A3.26%2C3.26%2C0%2C0%2C1%2C59%2C50.25H47.25a.75.75%2C0%2C0%2C0%2C0%2C1.5H59A4.75%2C4.75%2C0%2C0%2C0%2C63.75%2C47V15A.76.76%2C0%2C0%2C0%2C63%2C14.25Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M5%2C43.75H9.75a.75.75%2C0%2C0%2C0%2C0-1.5H5A3.26%2C3.26%2C0%2C0%2C1%2C1.75%2C39V9.75h52.5V39a.75.75%2C0%2C0%2C0%2C1.5%2C0V5A4.75%2C4.75%2C0%2C0%2C0%2C51%2C.25H5A4.75%2C4.75%2C0%2C0%2C0%2C.25%2C5V39A4.75%2C4.75%2C0%2C0%2C0%2C5%2C43.75Zm0-42H51A3.26%2C3.26%2C0%2C0%2C1%2C54.25%2C5V8.25H1.75V5A3.26%2C3.26%2C0%2C0%2C1%2C5%2C1.75Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M5%2C6.5A1.5%2C1.5%2C0%2C1%2C0%2C3.5%2C5%2C1.5%2C1.5%2C0%2C0%2C0%2C5%2C6.5ZM5.75%2C5h0Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M9%2C6.5A1.5%2C1.5%2C0%2C1%2C0%2C7.5%2C5%2C1.5%2C1.5%2C0%2C0%2C0%2C9%2C6.5ZM9.75%2C5h0Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M13%2C6.5A1.5%2C1.5%2C0%2C1%2C0%2C11.5%2C5%2C1.5%2C1.5%2C0%2C0%2C0%2C13%2C6.5ZM13.75%2C5h0Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M18%2C5.75H51a.75.75%2C0%2C0%2C0%2C0-1.5H18a.75.75%2C0%2C0%2C0%2C0%2C1.5Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M52.75%2C32a20.75%2C20.75%2C0%2C0%2C0-41.5%2C0%2C20.55%2C20.55%2C0%2C0%2C0%2C3.84%2C12L.46%2C59.49a.74.74%2C0%2C0%2C0%2C0%2C1l3%2C3a.74.74%2C0%2C0%2C0%2C.53.22.71.71%2C0%2C0%2C0%2C.51-.21L20%2C48.91a20.55%2C20.55%2C0%2C0%2C0%2C12%2C3.84A20.78%2C20.78%2C0%2C0%2C0%2C52.75%2C32ZM32%2C51.25a19.07%2C19.07%2C0%2C0%2C1-11.6-3.91.74.74%2C0%2C0%2C0-1%2C0L4%2C62l-2-2L16.61%2C44.57a.76.76%2C0%2C0%2C0%2C.05-1A19.07%2C19.07%2C0%2C0%2C1%2C12.75%2C32%2C19.25%2C19.25%2C0%2C1%2C1%2C32%2C51.25Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M32%2C15.25A16.75%2C16.75%2C0%2C1%2C0%2C48.75%2C32%2C16.76%2C16.76%2C0%2C0%2C0%2C32%2C15.25Zm0%2C32A15.25%2C15.25%2C0%2C1%2C1%2C47.25%2C32%2C15.27%2C15.27%2C0%2C0%2C1%2C32%2C47.25Z%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%2226.25%22%20y%3D%2228%22%20width%3D%221.5%22%20height%3D%2212%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%2231.25%22%20y%3D%2232%22%20width%3D%221.5%22%20height%3D%228%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%2236.25%22%20y%3D%2224%22%20width%3D%221.5%22%20height%3D%2216%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-infographic_user-reviews {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%3Ctitle%3Einfographic%3C%2Ftitle%3E%3Crect%20width%3D%2264%22%20height%3D%2264%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M59%2C.25H5A4.67%2C4.67%2C0%2C0%2C0%2C.42%2C5V51A4.67%2C4.67%2C0%2C0%2C0%2C5%2C55.75H24l7.45%2C7.77a.75.75%2C0%2C0%2C0%2C1.08%2C0L40%2C55.75H59A4.67%2C4.67%2C0%2C0%2C0%2C63.58%2C51V5A4.67%2C4.67%2C0%2C0%2C0%2C59%2C.25ZM62.08%2C51A3.17%2C3.17%2C0%2C0%2C1%2C59%2C54.25H39.67a.76.76%2C0%2C0%2C0-.55.23L32%2C61.92l-7.12-7.44a.76.76%2C0%2C0%2C0-.55-.23H5A3.17%2C3.17%2C0%2C0%2C1%2C1.92%2C51V5A3.17%2C3.17%2C0%2C0%2C1%2C5%2C1.75H59A3.17%2C3.17%2C0%2C0%2C1%2C62.08%2C5Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M52%2C29.75H12a.75.75%2C0%2C0%2C0%2C0%2C1.5H52a.75.75%2C0%2C0%2C0%2C0-1.5Z%22%20fill%3D%22%23a6a1a5%22%2F%3E%3Cpath%20d%3D%22M52%2C33.75H12a.75.75%2C0%2C0%2C0%2C0%2C1.5H52a.75.75%2C0%2C0%2C0%2C0-1.5Z%22%20fill%3D%22%23a6a1a5%22%2F%3E%3Cpath%20d%3D%22M52%2C37.75H12a.75.75%2C0%2C0%2C0%2C0%2C1.5H52a.75.75%2C0%2C0%2C0%2C0-1.5Z%22%20fill%3D%22%23a6a1a5%22%2F%3E%3Cpath%20d%3D%22M28%2C41.75H12a.75.75%2C0%2C0%2C0%2C0%2C1.5H28a.75.75%2C0%2C0%2C0%2C0-1.5Z%22%20fill%3D%22%23a6a1a5%22%2F%3E%3Cpath%20d%3D%22M13.85%2C19.71%2C13.29%2C23a.75.75%2C0%2C0%2C0%2C.74.88.73.73%2C0%2C0%2C0%2C.35-.09l2.93-1.54%2C2.93%2C1.54a.73.73%2C0%2C0%2C0%2C.79-.05.76.76%2C0%2C0%2C0%2C.3-.74l-.56-3.26%2C2.37-2.32a.72.72%2C0%2C0%2C0%2C.19-.76.73.73%2C0%2C0%2C0-.6-.51l-3.28-.48-1.47-3a.78.78%2C0%2C0%2C0-1.34%2C0l-1.47%2C3-3.28.48a.73.73%2C0%2C0%2C0-.6.51.72.72%2C0%2C0%2C0%2C.19.76Zm1.93-2.64a.76.76%2C0%2C0%2C0%2C.56-.41l1-2%2C1%2C2a.76.76%2C0%2C0%2C0%2C.56.41l2.17.31-1.57%2C1.53a.74.74%2C0%2C0%2C0-.22.66l.37%2C2.16-1.93-1a.73.73%2C0%2C0%2C0-.7%2C0l-1.94%2C1%2C.37-2.16a.74.74%2C0%2C0%2C0-.21-.66l-1.57-1.53Z%22%20fill%3D%22%23fd810d%22%2F%3E%3Cpath%20d%3D%22M28.54%2C19.71%2C28%2C23a.76.76%2C0%2C0%2C0%2C.3.74.73.73%2C0%2C0%2C0%2C.79.05L32%2C22.22l2.93%2C1.54a.73.73%2C0%2C0%2C0%2C.35.09A.75.75%2C0%2C0%2C0%2C36%2C23l-.56-3.26%2C2.37-2.32a.72.72%2C0%2C0%2C0%2C.19-.76.73.73%2C0%2C0%2C0-.6-.51l-3.28-.48-1.47-3a.78.78%2C0%2C0%2C0-1.34%2C0l-1.47%2C3-3.28.48a.73.73%2C0%2C0%2C0-.6.51.72.72%2C0%2C0%2C0%2C.19.76Zm1.93-2.64a.76.76%2C0%2C0%2C0%2C.56-.41l1-2%2C1%2C2a.76.76%2C0%2C0%2C0%2C.56.41l2.17.31-1.57%2C1.53a.71.71%2C0%2C0%2C0-.21.66l.37%2C2.16-1.94-1a.73.73%2C0%2C0%2C0-.7%2C0l-1.94%2C1%2C.37-2.16a.71.71%2C0%2C0%2C0-.21-.66L28.3%2C17.38Z%22%20fill%3D%22%23fd810d%22%2F%3E%3Cpath%20d%3D%22M43.23%2C19.71%2C42.67%2C23a.76.76%2C0%2C0%2C0%2C.3.74.73.73%2C0%2C0%2C0%2C.79.05l2.93-1.54%2C2.93%2C1.54a.73.73%2C0%2C0%2C0%2C.35.09.75.75%2C0%2C0%2C0%2C.74-.88l-.56-3.26%2C2.37-2.32a.72.72%2C0%2C0%2C0%2C.19-.76.73.73%2C0%2C0%2C0-.6-.51l-3.28-.48-1.47-3a.78.78%2C0%2C0%2C0-1.34%2C0l-1.47%2C3-3.28.48a.73.73%2C0%2C0%2C0-.6.51.72.72%2C0%2C0%2C0%2C.19.76Zm1.93-2.64a.76.76%2C0%2C0%2C0%2C.56-.41l1-2%2C1%2C2a.76.76%2C0%2C0%2C0%2C.56.41l2.17.31-1.57%2C1.53a.74.74%2C0%2C0%2C0-.21.66L49%2C21.73l-1.94-1a.73.73%2C0%2C0%2C0-.7%2C0l-1.93%2C1%2C.37-2.16a.74.74%2C0%2C0%2C0-.22-.66L43%2C17.38Z%22%20fill%3D%22%23fd810d%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-lock {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M13%2C5.3h-.3V3A2.7%2C2.7%2C0%2C0%2C0%2C10%2C.3H6A2.7%2C2.7%2C0%2C0%2C0%2C3.3%2C3V5.3H3A1.7%2C1.7%2C0%2C0%2C0%2C1.3%2C7v7A1.7%2C1.7%2C0%2C0%2C0%2C3%2C15.7H13A1.7%2C1.7%2C0%2C0%2C0%2C14.7%2C14V7A1.7%2C1.7%2C0%2C0%2C0%2C13%2C5.3ZM4.7%2C3A1.3%2C1.3%2C0%2C0%2C1%2C6%2C1.7h4A1.3%2C1.3%2C0%2C0%2C1%2C11.3%2C3V5.3H4.7Zm8.6%2C11a.29.29%2C0%2C0%2C1-.3.3H3a.29.29%2C0%2C0%2C1-.3-.3V7A.29.29%2C0%2C0%2C1%2C3%2C6.7H13a.29.29%2C0%2C0%2C1%2C.3.3Z%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%228.3%22%20width%3D%226%22%20height%3D%221.4%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2211.3%22%20width%3D%226%22%20height%3D%221.4%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-logo_apple {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M12.53%2C6.56A3%2C3%2C0%2C0%2C0%2C12%2C8.5a3.29%2C3.29%2C0%2C0%2C0%2C.61%2C1.72%2C2.41%2C2.41%2C0%2C0%2C0%2C1.29%2C1%2C8.06%2C8.06%2C0%2C0%2C1-1.21%2C2.37c-.67.92-1.33%2C1.38-2%2C1.38a4.21%2C4.21%2C0%2C0%2C1-1.24-.27%2C4.45%2C4.45%2C0%2C0%2C0-1.26-.26%2C3.56%2C3.56%2C0%2C0%2C0-1.25.31A3.3%2C3.3%2C0%2C0%2C1%2C5.88%2C15a2.55%2C2.55%2C0%2C0%2C1-1.82-1.13%2C8.63%2C8.63%2C0%2C0%2C1-1.37-2.51%2C7.89%2C7.89%2C0%2C0%2C1-.56-2.77%2C5.28%2C5.28%2C0%2C0%2C1%2C.84-3A2.89%2C2.89%2C0%2C0%2C1%2C5.44%2C4.25a6.63%2C6.63%2C0%2C0%2C1%2C1.69.31%2C4.37%2C4.37%2C0%2C0%2C0%2C1%2C.19%2C3.9%2C3.9%2C0%2C0%2C0%2C1-.22%2C5.86%2C5.86%2C0%2C0%2C1%2C1.69-.34%2C3%2C3%2C0%2C0%2C1%2C1.5.37%2C4.53%2C4.53%2C0%2C0%2C1%2C1.16%2C1A4.6%2C4.6%2C0%2C0%2C0%2C12.53%2C6.56Z%22%20fill%3D%22%23595458%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.72%2C4.31a3.5%2C3.5%2C0%2C0%2C1-.88.13A3.7%2C3.7%2C0%2C0%2C1%2C8.56%2C2.2a3.49%2C3.49%2C0%2C0%2C1%2C2-1.2%2C2.19%2C2.19%2C0%2C0%2C1-.09%2C1.33%2C3.79%2C3.79%2C0%2C0%2C1-.75%2C1.25A2.59%2C2.59%2C0%2C0%2C1%2C8.72%2C4.31Z%22%20fill%3D%22%23595458%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-logo_linux {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M13.4%2C13.36a3.22%2C3.22%2C0%2C0%2C0-.41.21%2C2.48%2C2.48%2C0%2C0%2C0-1%2C.66l-.09-.05.09.05a2%2C2%2C0%2C0%2C1-1.34.77%2C1.17%2C1.17%2C0%2C0%2C1-.63-.14%2C1.12%2C1.12%2C0%2C0%2C1-.47-.49c0-.06%2C0-.12-.05-.19a4.29%2C4.29%2C0%2C0%2C1-.88-.06%2C2.33%2C2.33%2C0%2C0%2C0-.63%2C0%2C6.71%2C6.71%2C0%2C0%2C0-.82.11%2C2.92%2C2.92%2C0%2C0%2C1-.51.08A.93.93%2C0%2C0%2C1%2C6%2C14.8a2.14%2C2.14%2C0%2C0%2C1-1.53-.3l.06-.08-.06.08a3.76%2C3.76%2C0%2C0%2C0-1.12-.27l-.49-.05a.78.78%2C0%2C0%2C1-.55-.36A1.18%2C1.18%2C0%2C0%2C1%2C2.33%2C13a1.08%2C1.08%2C0%2C0%2C0%2C0-.52l0%2C0a2.79%2C2.79%2C0%2C0%2C1%2C0-.33.58.58%2C0%2C0%2C1%2C.09-.33.85.85%2C0%2C0%2C1%2C.49-.41l.08%2C0a.91.91%2C0%2C0%2C0%2C.41-.2l.16-.21a1.11%2C1.11%2C0%2C0%2C1%2C.28-.33%2C2.89%2C2.89%2C0%2C0%2C1%2C.16-1.45A8.16%2C8.16%2C0%2C0%2C1%2C5.53%2C6.47%2C2.87%2C2.87%2C0%2C0%2C0%2C6%2C5.59a3.2%2C3.2%2C0%2C0%2C0%2C.17-.9c0-.09%2C0-.26%2C0-.52a7.37%2C7.37%2C0%2C0%2C1%2C0-1.34%2C2%2C2%2C0%2C0%2C1%2C.52-1.26A2.16%2C2.16%2C0%2C0%2C1%2C8.29%2C1a1.82%2C1.82%2C0%2C0%2C1%2C1.47.6A2.73%2C2.73%2C0%2C0%2C1%2C10.31%2C3a13.64%2C13.64%2C0%2C0%2C1%2C.06%2C1.47v.14a2%2C2%2C0%2C0%2C0%2C.24%2C1.07q.2.3.63.87l0%2C0A7.81%2C7.81%2C0%2C0%2C1%2C12.55%2C8.6a3.05%2C3.05%2C0%2C0%2C1%2C.08%2C2.16l.11.05.11.09a1%2C1%2C0%2C0%2C1%2C.3.6v0a1.7%2C1.7%2C0%2C0%2C0%2C.2.52%2C1.28%2C1.28%2C0%2C0%2C1%2C.41.8h0A.7.7%2C0%2C0%2C1%2C13.4%2C13.36ZM4.93%2C11a1%2C1%2C0%2C0%2C0-.58-.44.46.46%2C0%2C0%2C0-.49.19L3.67%2C11a2%2C2%2C0%2C0%2C1-.22.27%2C1.23%2C1.23%2C0%2C0%2C1-.41.22l-.11%2C0a.76.76%2C0%2C0%2C0-.4.29%2C1.05%2C1.05%2C0%2C0%2C0%2C0%2C.56v.08a1.19%2C1.19%2C0%2C0%2C1%2C0%2C.58%2C1%2C1%2C0%2C0%2C0-.08.74.48.48%2C0%2C0%2C0%2C.33.19%2C3.65%2C3.65%2C0%2C0%2C0%2C.54.11%2C3.56%2C3.56%2C0%2C0%2C1%2C1.21.27%2C2.13%2C2.13%2C0%2C0%2C0%2C1.34.3.79.79%2C0%2C0%2C0%2C.73-.79.93.93%2C0%2C0%2C0-.19-.58l-.46-.62A3.53%2C3.53%2C0%2C0%2C1%2C5.47%2C12Zm4.75%2C1.91a3.29%2C3.29%2C0%2C0%2C0%2C.17-.77A6.31%2C6.31%2C0%2C0%2C1%2C10%2C11.09a1%2C1%2C0%2C0%2C1%2C.58-.77c0-.51.4-.62%2C1-.33a1.6%2C1.6%2C0%2C0%2C1%2C.56.33.33.33%2C0%2C0%2C1%2C.06.38h.14c.11-.36-.17-.68-.85-.95a2%2C2%2C0%2C0%2C0%2C0-1%2C3.12%2C3.12%2C0%2C0%2C0-.42-1%2C3.2%2C3.2%2C0%2C0%2C0-.55-.68c-.07%2C0%2C0%2C.06.08.19a2.38%2C2.38%2C0%2C0%2C1%2C.58.9%2C2%2C2%2C0%2C0%2C1%2C.05%2C1.43.89.89%2C0%2C0%2C0-.3-.06%2C5.46%2C5.46%2C0%2C0%2C0-.63-1.75%2C8.27%2C8.27%2C0%2C0%2C1-.55-1.23%2C14.09%2C14.09%2C0%2C0%2C1-.49-1.39%2C1.17%2C1.17%2C0%2C0%2C1-.6.41l-.27.13-.17.11a1.24%2C1.24%2C0%2C0%2C1-.6.17.89.89%2C0%2C0%2C1-.54-.19L7%2C5.76a.81.81%2C0%2C0%2C0-.22-.17l-.16-.13a4.66%2C4.66%2C0%2C0%2C1-.33%2C1.36c-.11.31-.29.74-.55%2C1.29l-.19.43a4.75%2C4.75%2C0%2C0%2C0-.38%2C1.7A1.64%2C1.64%2C0%2C0%2C1%2C4.84%2C9%2C3.62%2C3.62%2C0%2C0%2C1%2C5.2%2C8c.22-.44.29-.63.22-.57A5.44%2C5.44%2C0%2C0%2C0%2C4.68%2C9a1.7%2C1.7%2C0%2C0%2C0%2C0%2C1%2C1.57%2C1.57%2C0%2C0%2C0%2C.68.82l.39.25a3%2C3%2C0%2C0%2C1%2C.65.63.77.77%2C0%2C0%2C1%2C.21.67.44.44%2C0%2C0%2C1-.45.26%2C3.25%2C3.25%2C0%2C0%2C1%2C.38.54%2C2.36%2C2.36%2C0%2C0%2C0%2C1.64.39%2C3.3%2C3.3%2C0%2C0%2C0%2C1.5-.6ZM6.78%2C5.48A2.5%2C2.5%2C0%2C0%2C1%2C7%2C5.69a1%2C1%2C0%2C0%2C0%2C.29.2A.64.64%2C0%2C0%2C0%2C7.6%2C6%2C.7.7%2C0%2C0%2C0%2C8%2C5.89a2.67%2C2.67%2C0%2C0%2C0%2C.32-.17%2C2.47%2C2.47%2C0%2C0%2C1%2C.31-.18.82.82%2C0%2C0%2C0%2C.62-.48c.08-.23%2C0-.4-.29-.51l-.33-.11-.3-.13a1.28%2C1.28%2C0%2C0%2C0-.72-.25%2C1%2C1%2C0%2C0%2C0-.7.36l-.44.3a.33.33%2C0%2C0%2C0-.11.35A.89.89%2C0%2C0%2C0%2C6.78%2C5.48Zm0-1.06.07-.06v0a.52.52%2C0%2C0%2C1-.15-.44c0-.2.07-.31.17-.32s.17%2C0%2C.23.17a.67.67%2C0%2C0%2C1%2C.05.37A1%2C1%2C0%2C0%2C1%2C7.39%2C4a1.07%2C1.07%2C0%2C0%2C0-.14-.64.46.46%2C0%2C0%2C0-.4-.26.43.43%2C0%2C0%2C0-.37.27A1.06%2C1.06%2C0%2C0%2C0%2C6.39%2C4a.81.81%2C0%2C0%2C0%2C.26.53Zm-.12.65.19.19a1.28%2C1.28%2C0%2C0%2C0%2C.77.28%2C2%2C2%2C0%2C0%2C0%2C.84-.28A1.42%2C1.42%2C0%2C0%2C0%2C8.83%2C5q.2-.18.09-.18s0%2C0-.07%2C0a.24.24%2C0%2C0%2C1-.1.1L8.67%2C5a.92.92%2C0%2C0%2C1-.3.19%2C1.69%2C1.69%2C0%2C0%2C1-.82.3%2C1%2C1%2C0%2C0%2C1-.66-.27L6.68%2C5l0-.06s-.07-.08-.1-.08%2C0%2C0%2C0%2C.07a.24.24%2C0%2C0%2C0%2C.07.12Zm.68-.76q.12-.06.15%2C0s0%2C0%2C0%2C0l-.07%2C0%2C0%2C0a.11.11%2C0%2C0%2C1-.08%2C0s-.06%2C0-.06%2C0S7.25%2C4.33%2C7.3%2C4.31Zm.63.08a.11.11%2C0%2C0%2C0%2C.08%2C0s.06%2C0%2C.06%2C0%2C0%2C0-.08-.07-.13%2C0-.15%2C0%2C0%2C0%2C0%2C0l0%2C0h.06Zm.33-.27a.58.58%2C0%2C0%2C1%2C.06-.45c.07-.14.16-.21.27-.2s.19.1.24.26a.72.72%2C0%2C0%2C1%2C0%2C.5l-.08.08%2C0%2C0a1.65%2C1.65%2C0%2C0%2C1%2C.32.13A.77.77%2C0%2C0%2C0%2C9.27%2C4a1.28%2C1.28%2C0%2C0%2C0-.08-.59.68.68%2C0%2C0%2C0-.61-.44A.63.63%2C0%2C0%2C0%2C8%2C3.38a1%2C1%2C0%2C0%2C0-.08.6A1.27%2C1.27%2C0%2C0%2C1%2C8.26%2C4.12ZM13%2C11.58a1.28%2C1.28%2C0%2C0%2C0-.22-.55.5.5%2C0%2C0%2C0-.25-.13%2C1%2C1%2C0%2C0%2C0-.34%2C0h-.05a1.56%2C1.56%2C0%2C0%2C1-.48.34.81.81%2C0%2C0%2C1-.55.09.57.57%2C0%2C0%2C1-.37-.28%2C1.32%2C1.32%2C0%2C0%2C1-.16-.51h0a.8.8%2C0%2C0%2C0-.38.57A8.84%2C8.84%2C0%2C0%2C0%2C10%2C12.18a3.29%2C3.29%2C0%2C0%2C1-.17.77l-.11.35a1.67%2C1.67%2C0%2C0%2C0%2C0%2C1%2C.89.89%2C0%2C0%2C0%2C.94.51%2C1.76%2C1.76%2C0%2C0%2C0%2C1.19-.68%2C2.1%2C2.1%2C0%2C0%2C1%2C.49-.44%2C3.67%2C3.67%2C0%2C0%2C1%2C.55-.3%2C4.06%2C4.06%2C0%2C0%2C0%2C.46-.24.47.47%2C0%2C0%2C0%2C.22-.3%2C1.14%2C1.14%2C0%2C0%2C0-.38-.66v0A1.19%2C1.19%2C0%2C0%2C1%2C13%2C11.58Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-logo_windows {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M7.38%2C2.06%2C15%2C1V7.69H7.38Zm0%2C11.88V8.37H15V15ZM1%2C13.06V8.37H6.75v5.5ZM6.75%2C2.13V7.69H1V2.94Z%22%20fill%3D%22%23595458%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-minus_circle {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227.3%22%20width%3D%228%22%20height%3D%221.4%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M8%2C1.4A6.6%2C6.6%2C0%2C1%2C1%2C1.4%2C8%2C6.61%2C6.61%2C0%2C0%2C1%2C8%2C1.4M8%2C0a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C0Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-minus {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227.3%22%20width%3D%228%22%20height%3D%221.4%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M8%2C1.4A6.6%2C6.6%2C0%2C1%2C1%2C1.4%2C8%2C6.61%2C6.61%2C0%2C0%2C1%2C8%2C1.4M8%2C0a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C0Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-new_tab {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cpolygon%20points%3D%229.64%201.4%2013.61%201.4%207.5%207.5%208.49%208.49%2014.6%202.39%2014.6%206.36%2016%206.36%2016%200%209.64%200%209.64%201.4%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M14.6%2C14a.6.6%2C0%2C0%2C1-.6.6H2a.6.6%2C0%2C0%2C1-.6-.6V2A.6.6%2C0%2C0%2C1%2C2%2C1.4H6.5V0H2A2%2C2%2C0%2C0%2C0%2C0%2C2V14a2%2C2%2C0%2C0%2C0%2C2%2C2H14a2%2C2%2C0%2C0%2C0%2C2-2V9H14.6Z%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-pencil {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M11.34.09%2C9.16%2C2.28%2C8.1%2C3.34l-6%2C6-.53.53L.09%2C11.34v4.57H4.66l1.43-1.44.53-.53%2C6-6%2C1.06-1.06%2C2.19-2.18ZM9.16%2C4.4l.69.69-5.51%2C5.5-.68-.68ZM4%2C14.41H1.59V12l1-1L5%2C13.41Zm2.06-2.07-.68-.68%2C5.5-5.51.69.69Zm6.57-6.56L10.22%2C3.34l1.12-1.12%2C2.44%2C2.44Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-phone-filled {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%228%22%20ry%3D%228%22%20fill%3D%22%235aa700%22%2F%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M15.2%2C19l-.34%2C0c-1.9-.16-4.14-1.67-6.14-4.13C5.65%2C11.09%2C4.94%2C7.37%2C7%2C5.62l.25-.22A1.75%2C1.75%2C0%2C0%2C1%2C8.51%2C5a1.81%2C1.81%2C0%2C0%2C1%2C1.24.63l.67.86A1.84%2C1.84%2C0%2C0%2C1%2C10.15%2C9l-.89.75a25.72%2C25.72%2C0%2C0%2C0%2C2.12%2C2.85l0%2C0a26.94%2C26.94%2C0%2C0%2C0%2C2.43%2C2.69l.85-.73a1.82%2C1.82%2C0%2C0%2C1%2C2.54.24l.6.76A1.83%2C1.83%2C0%2C0%2C1%2C17.54%2C18l-.25.23A3.13%2C3.13%2C0%2C0%2C1%2C15.2%2C19ZM9.9%2C9.19Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-phone {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M11%2C15.5a1.94%2C1.94%2C0%2C0%2C1-.34%2C0c-1.91-.16-4.15-1.67-6.15-4.13C1.4%2C7.58.69%2C3.86%2C2.71%2C2.12l.74-.64a1.72%2C1.72%2C0%2C0%2C1%2C1.31-.4A1.76%2C1.76%2C0%2C0%2C1%2C6%2C1.71L7.34%2C3.37a1.83%2C1.83%2C0%2C0%2C1-.28%2C2.47l-.47.4A12.05%2C12.05%2C0%2C0%2C0%2C8%2C8.3l0%2C0a11.52%2C11.52%2C0%2C0%2C0%2C1.68%2C1.8l.44-.38a1.75%2C1.75%2C0%2C0%2C1%2C1.3-.39%2C1.79%2C1.79%2C0%2C0%2C1%2C1.24.63l1.34%2C1.65a1.84%2C1.84%2C0%2C0%2C1-.27%2C2.48l-.74.64A3.15%2C3.15%2C0%2C0%2C1%2C11%2C15.5Zm-6.37-13a.39.39%2C0%2C0%2C0-.22.06l-.74.64c-1.34%2C1.16-.51%2C4.3%2C1.93%2C7.3C7.3%2C12.61%2C9.23%2C14%2C10.74%2C14.09a1.77%2C1.77%2C0%2C0%2C0%2C1.39-.4l.74-.64a.44.44%2C0%2C0%2C0%2C.11-.53l-1.35-1.66a.46.46%2C0%2C0%2C0-.54-.06l-.73.64a.85.85%2C0%2C0%2C1-.64.2C8.88%2C11.55%2C7.52%2C9.91%2C7%2C9.19%2C4.45%2C6.25%2C5.12%2C5.67%2C5.4%2C5.42l.74-.64a.44.44%2C0%2C0%2C0%2C.11-.53L4.91%2C2.59a.45.45%2C0%2C0%2C0-.28-.12Zm1.73%2C4Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-play {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cg%20opacity%3D%220%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpolygon%20points%3D%2213.33%208.09%202.67%2016%202.67%200%2013.33%208.09%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-plus {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%2215.5%207.25%208.75%207.25%208.75%200.5%207.25%200.5%207.25%207.25%200.5%207.25%200.5%208.75%207.25%208.75%207.25%2015.5%208.75%2015.5%208.75%208.75%2015.5%208.75%2015.5%207.25%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-pointer {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M12.93%2C6.72a1.59%2C1.59%2C0%2C0%2C0-.81-.56%2C1.44%2C1.44%2C0%2C0%2C0-1%2C0%2C1.39%2C1.39%2C0%2C0%2C0-.86-.54%2C1.62%2C1.62%2C0%2C0%2C0-1%2C.09%2C1.68%2C1.68%2C0%2C0%2C0-.61-.39A1.39%2C1.39%2C0%2C0%2C0%2C8%2C5.3V3.57a1.48%2C1.48%2C0%2C0%2C0-.46-1.11A1.47%2C1.47%2C0%2C0%2C0%2C6.39%2C2a1.49%2C1.49%2C0%2C0%2C0-1.1.46%2C1.52%2C1.52%2C0%2C0%2C0-.46%2C1.11V7.34a1.39%2C1.39%2C0%2C0%2C0-.73-.08%2C1.74%2C1.74%2C0%2C0%2C0-.72.29%2C1.48%2C1.48%2C0%2C0%2C0-.61%2C1%2C1.53%2C1.53%2C0%2C0%2C0%2C.28%2C1.16l2.56%2C3.61a1.52%2C1.52%2C0%2C0%2C0%2C.56.48%2C1.43%2C1.43%2C0%2C0%2C0%2C.7.18H11a1.54%2C1.54%2C0%2C0%2C0%2C1-.34%2C1.5%2C1.5%2C0%2C0%2C0%2C.55-.88L13.2%2C10a1.29%2C1.29%2C0%2C0%2C0%2C.05-.35v-2A1.53%2C1.53%2C0%2C0%2C0%2C12.93%2C6.72Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M12.12%2C9.64l0%2C.09-.63%2C2.79a.44.44%2C0%2C0%2C1-.14.26.48.48%2C0%2C0%2C1-.29.1H6.87a.43.43%2C0%2C0%2C1-.35-.19L4%2C9.08a.4.4%2C0%2C0%2C1-.06-.44.46.46%2C0%2C0%2C1%2C.34-.26.37.37%2C0%2C0%2C1%2C.4.18l.63.89a.35.35%2C0%2C0%2C0%2C.42.13A.34.34%2C0%2C0%2C0%2C6%2C9.22V3.57a.4.4%2C0%2C0%2C1%2C.21-.39.47.47%2C0%2C0%2C1%2C.43%2C0%2C.39.39%2C0%2C0%2C1%2C.23.39v4.1a.36.36%2C0%2C0%2C0%2C.1.27.37.37%2C0%2C0%2C0%2C.27.11h.16a.38.38%2C0%2C0%2C0%2C.26-.11.34.34%2C0%2C0%2C0%2C.12-.27V6.85A.4.4%2C0%2C0%2C1%2C8%2C6.46a.45.45%2C0%2C0%2C1%2C.42%2C0%2C.4.4%2C0%2C0%2C1%2C.21.39v.82a.34.34%2C0%2C0%2C0%2C.12.27A.38.38%2C0%2C0%2C0%2C9%2C8.05h.16a.38.38%2C0%2C0%2C0%2C.38-.38V7.18a.4.4%2C0%2C0%2C1%2C.21-.39.47.47%2C0%2C0%2C1%2C.43%2C0%2C.39.39%2C0%2C0%2C1%2C.22.39v.49a.38.38%2C0%2C0%2C0%2C.38.38h.14a.38.38%2C0%2C0%2C0%2C.38-.38.37.37%2C0%2C0%2C1%2C.22-.38.42.42%2C0%2C0%2C1%2C.43%2C0%2C.38.38%2C0%2C0%2C1%2C.21.38Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M6.87%2C11.38a.35.35%2C0%2C0%2C0%2C.1.26.3.3%2C0%2C0%2C0%2C.23.11h.14a.32.32%2C0%2C0%2C0%2C.24-.11.39.39%2C0%2C0%2C0%2C.09-.26V9.12a.39.39%2C0%2C0%2C0-.09-.26.32.32%2C0%2C0%2C0-.24-.11H7.2A.3.3%2C0%2C0%2C0%2C7%2C8.86a.35.35%2C0%2C0%2C0-.1.26Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M8.65%2C11.38a.4.4%2C0%2C0%2C0%2C.1.26.3.3%2C0%2C0%2C0%2C.23.11h.14a.36.36%2C0%2C0%2C0%2C.33-.37V9.12a.36.36%2C0%2C0%2C0-.33-.37H9a.3.3%2C0%2C0%2C0-.23.11.4.4%2C0%2C0%2C0-.1.26Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M10.41%2C11.38a.35.35%2C0%2C0%2C0%2C.1.26.3.3%2C0%2C0%2C0%2C.23.11h.14a.3.3%2C0%2C0%2C0%2C.23-.11.35.35%2C0%2C0%2C0%2C.1-.26V9.12a.35.35%2C0%2C0%2C0-.1-.26.3.3%2C0%2C0%2C0-.23-.11h-.14a.3.3%2C0%2C0%2C0-.23.11.35.35%2C0%2C0%2C0-.1.26Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-positive {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M6.32%2C6.19h0Z%22%20fill%3D%22%23595458%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%235aa700%22%2F%3E%3Cpolygon%20points%3D%227.5%2011.49%204%208%205%207%207.5%209.51%2012.01%205%2012.99%206%207.5%2011.49%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-pro {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cg%20opacity%3D%220%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpolygon%20points%3D%228%204%2016%2011%2016%2012%200%2012%200%2011%208%204%22%20fill%3D%22%235aa700%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-product_overview {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M.3%2C3.8V20.2H23.7V3.8Zm22%2C15H1.7V5.2H22.3Z%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%229.5%22%20width%3D%228%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226.5%22%20width%3D%2218%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2212.5%22%20width%3D%228%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2215.5%22%20width%3D%226%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%229.5%22%20width%3D%228%22%20height%3D%228%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-radio-disabled {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cg%20opacity%3D%220%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M8%2C2A6%2C6%2C0%2C1%2C1%2C2%2C8%2C6%2C6%2C0%2C0%2C1%2C8%2C2M8%2C0a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C0Z%22%20fill%3D%22%23ddd%22%2F%3E%3Cpath%20d%3D%22M8%2C2A6%2C6%2C0%2C1%2C1%2C2%2C8%2C6%2C6%2C0%2C0%2C1%2C8%2C2%22%20fill%3D%22%23eee%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-radio-notselected {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cg%20opacity%3D%220%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M8%2C2A6%2C6%2C0%2C1%2C1%2C2%2C8%2C6%2C6%2C0%2C0%2C1%2C8%2C2M8%2C0a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C0Z%22%20fill%3D%22%23b9b7b8%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-radio-selected {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cg%20opacity%3D%220%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M8%2C2A6%2C6%2C0%2C1%2C1%2C2%2C8%2C6%2C6%2C0%2C0%2C1%2C8%2C2M8%2C0a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C0Z%22%20fill%3D%22%231c1826%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%224%22%20fill%3D%22%232d7dd2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-ratings_reviews {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M.3%2C3.8V19H12.17l-.58%2C3.49L19.15%2C19H23.7V3.8Zm22%2C13.81H18.85l-5.44%2C2.51.42-2.51H1.7V5.2H22.3Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpolygon%20points%3D%223.99%2011.49%205.6%2010.64%207.21%2011.49%206.91%209.7%208.21%208.43%206.41%208.17%205.6%206.54%204.8%208.17%203%208.43%204.3%209.7%203.99%2011.49%22%20fill%3D%22%23595458%22%2F%3E%3Cpolygon%20points%3D%2210.39%2011.45%2012%2010.61%2013.61%2011.45%2013.3%209.66%2014.6%208.39%2012.8%208.13%2012%206.5%2011.2%208.13%209.4%208.39%2010.7%209.66%2010.39%2011.45%22%20fill%3D%22%23595458%22%2F%3E%3Cpolygon%20points%3D%2216.79%2011.45%2018.4%2010.61%2020.01%2011.45%2019.7%209.66%2021%208.39%2019.2%208.13%2018.4%206.5%2017.59%208.13%2015.79%208.39%2017.09%209.66%2016.79%2011.45%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2213.5%22%20width%3D%2218%22%20height%3D%222%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-recommended {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8.22%2C2.72%2C9.36%2C5l2.55.37a.24.24%2C0%2C0%2C1%2C.13.42L10.2%2C7.62l.44%2C2.53a.25.25%2C0%2C0%2C1-.36.27L8%2C9.22l-2.28%2C1.2a.25.25%2C0%2C0%2C1-.36-.27L5.8%2C7.62%2C4%2C5.82a.24.24%2C0%2C0%2C1%2C.13-.42L6.64%2C5%2C7.78%2C2.72A.25.25%2C0%2C0%2C1%2C8.22%2C2.72Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M8%2C16a.74.74%2C0%2C0%2C1-.55-.26l-1.8-2.25A4.7%2C4.7%2C0%2C0%2C1%2C1.3%2C8.75v-4A4.71%2C4.71%2C0%2C0%2C1%2C6%2C.05h4a4.71%2C4.71%2C0%2C0%2C1%2C4.7%2C4.7v4a4.7%2C4.7%2C0%2C0%2C1-4.35%2C4.69l-1.8%2C2.25A.74.74%2C0%2C0%2C1%2C8%2C16ZM6%2C1.45a3.3%2C3.3%2C0%2C0%2C0-3.3%2C3.3v4A3.3%2C3.3%2C0%2C0%2C0%2C6%2C12.05a.74.74%2C0%2C0%2C1%2C.55.26L8%2C14.13l1.45-1.82a.74.74%2C0%2C0%2C1%2C.55-.26%2C3.3%2C3.3%2C0%2C0%2C0%2C3.3-3.3v-4A3.3%2C3.3%2C0%2C0%2C0%2C10%2C1.45Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-reset {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%224.25%2011%204.25%205%207%205%203.5%201.5%200%205%202.75%205%202.75%2012.5%208.5%2012.5%207%2011%204.25%2011%22%20fill%3D%22%23595458%22%2F%3E%3Cpolygon%20points%3D%2213.25%2011%2013.25%203.5%207.5%203.5%209%205%2011.75%205%2011.75%2011%209%2011%2012.5%2014.5%2016%2011%2013.25%2011%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-search {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M15.89%2C14.83l-4.62-4.62a6.18%2C6.18%2C0%2C0%2C0%2C1.34-3.85%2C6.25%2C6.25%2C0%2C1%2C0-6.25%2C6.25%2C6.18%2C6.18%2C0%2C0%2C0%2C3.85-1.34l4.62%2C4.62ZM6.36%2C11.11a4.75%2C4.75%2C0%2C1%2C1%2C4.75-4.75A4.75%2C4.75%2C0%2C0%2C1%2C6.36%2C11.11Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-show_hide {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cg%20opacity%3D%220%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M8%2C3.9c2.33%2C0%2C4.28%2C1.62%2C6.25%2C4.11-2%2C2.47-3.93%2C4.09-6.25%2C4.09S3.72%2C10.48%2C1.75%2C8C3.72%2C5.52%2C5.68%2C3.9%2C8%2C3.9M8%2C2.5C5%2C2.5%2C2.5%2C4.5%2C0%2C8H0c2.5%2C3.5%2C5%2C5.5%2C8%2C5.5s5.5-2%2C8-5.49h0c-2.5-3.5-5-5.5-8-5.5Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M8%2C6.4A1.6%2C1.6%2C0%2C1%2C1%2C6.4%2C8%2C1.6%2C1.6%2C0%2C0%2C1%2C8%2C6.4M8%2C5a3%2C3%2C0%2C1%2C0%2C3%2C3A3%2C3%2C0%2C0%2C0%2C8%2C5Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-slash {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20x%3D%220.5%22%20y%3D%227.25%22%20width%3D%2215%22%20height%3D%221.5%22%20transform%3D%22translate%28-2.93%2010.93%29%20rotate%28-60%29%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-sort {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cg%20opacity%3D%220%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cpolygon%20points%3D%225.28%2013.13%205.28%200%203.78%200%203.78%2013.13%201.06%2010.41%200%2011.47%204.53%2016%209.06%2011.47%208%2010.41%205.28%2013.13%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%223.25%22%20width%3D%229%22%20height%3D%221.5%22%20transform%3D%22translate%28-0.01%200.01%29%20rotate%28-0.07%29%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%229%22%20y%3D%227.25%22%20width%3D%227%22%20height%3D%221.5%22%20transform%3D%22translate%28-0.01%200.02%29%20rotate%28-0.09%29%22%20fill%3D%22%23595458%22%2F%3E%3Crect%20x%3D%2211%22%20y%3D%2211.25%22%20width%3D%225%22%20height%3D%221.5%22%20transform%3D%22translate%28-0.03%200.03%29%20rotate%28-0.13%29%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-social-facebook {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cpath%20d%3D%22M22.67%2C0H1.33A1.32%2C1.32%2C0%2C0%2C0%2C0%2C1.33V22.67A1.32%2C1.32%2C0%2C0%2C0%2C1.33%2C24H12.82V14.74H9.68V11.09H12.8V8.42c0-3.1%2C1.89-4.79%2C4.66-4.79a26.32%2C26.32%2C0%2C0%2C1%2C2.81.16V7H18.36c-1.5%2C0-1.79.71-1.79%2C1.76V11.1h3.6l-.47%2C3.64H16.57V24h6.1A1.32%2C1.32%2C0%2C0%2C0%2C24%2C22.67h0V1.33A1.32%2C1.32%2C0%2C0%2C0%2C22.67%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-social-instagram {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cpath%20d%3D%22M12%2C2.16c3.2%2C0%2C3.58%2C0%2C4.85.07a6.67%2C6.67%2C0%2C0%2C1%2C2.23.42%2C3.61%2C3.61%2C0%2C0%2C1%2C1.38.89%2C3.61%2C3.61%2C0%2C0%2C1%2C.89%2C1.38%2C6.67%2C6.67%2C0%2C0%2C1%2C.42%2C2.23c.06%2C1.27.07%2C1.65.07%2C4.85s0%2C3.58-.07%2C4.85a6.67%2C6.67%2C0%2C0%2C1-.42%2C2.23%2C3.89%2C3.89%2C0%2C0%2C1-2.27%2C2.27%2C6.67%2C6.67%2C0%2C0%2C1-2.23.42c-1.27.06-1.65.07-4.85.07s-3.58%2C0-4.85-.07a6.67%2C6.67%2C0%2C0%2C1-2.23-.42%2C3.61%2C3.61%2C0%2C0%2C1-1.38-.89%2C3.61%2C3.61%2C0%2C0%2C1-.89-1.38%2C6.67%2C6.67%2C0%2C0%2C1-.42-2.23c-.06-1.27-.07-1.65-.07-4.85s0-3.58.07-4.85a6.67%2C6.67%2C0%2C0%2C1%2C.42-2.23%2C3.61%2C3.61%2C0%2C0%2C1%2C.89-1.38%2C3.61%2C3.61%2C0%2C0%2C1%2C1.38-.89%2C6.67%2C6.67%2C0%2C0%2C1%2C2.23-.42C8.42%2C2.17%2C8.8%2C2.16%2C12%2C2.16M12%2C0C8.74%2C0%2C8.33%2C0%2C7.05.07A8.76%2C8.76%2C0%2C0%2C0%2C4.14.63%2C6.07%2C6.07%2C0%2C0%2C0%2C.63%2C4.14%2C8.76%2C8.76%2C0%2C0%2C0%2C.07%2C7.05C0%2C8.33%2C0%2C8.74%2C0%2C12S0%2C15.67.07%2C17a8.76%2C8.76%2C0%2C0%2C0%2C.56%2C2.91%2C6.07%2C6.07%2C0%2C0%2C0%2C3.51%2C3.51%2C8.76%2C8.76%2C0%2C0%2C0%2C2.91.56C8.33%2C24%2C8.74%2C24%2C12%2C24s3.67%2C0%2C4.95-.07a8.76%2C8.76%2C0%2C0%2C0%2C2.91-.56%2C6.07%2C6.07%2C0%2C0%2C0%2C3.51-3.51A8.76%2C8.76%2C0%2C0%2C0%2C23.93%2C17C24%2C15.67%2C24%2C15.26%2C24%2C12s0-3.67-.07-4.95a8.76%2C8.76%2C0%2C0%2C0-.56-2.91A6.07%2C6.07%2C0%2C0%2C0%2C19.86.63%2C8.76%2C8.76%2C0%2C0%2C0%2C17%2C.07C15.67%2C0%2C15.26%2C0%2C12%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M12%2C5.84A6.16%2C6.16%2C0%2C1%2C0%2C18.16%2C12%2C6.16%2C6.16%2C0%2C0%2C0%2C12%2C5.84ZM12%2C16a4%2C4%2C0%2C1%2C1%2C4-4A4%2C4%2C0%2C0%2C1%2C12%2C16Z%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2218.41%22%20cy%3D%225.59%22%20r%3D%221.44%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-social-linkedin-color {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cpath%20d%3D%22M22.22%2C0H1.77A1.75%2C1.75%2C0%2C0%2C0%2C0%2C1.73V22.27A1.75%2C1.75%2C0%2C0%2C0%2C1.77%2C24H22.22A1.76%2C1.76%2C0%2C0%2C0%2C24%2C22.27V1.73A1.75%2C1.75%2C0%2C0%2C0%2C22.22%2C0Z%22%20fill%3D%22%230065a1%22%2F%3E%3Cpath%20d%3D%22M3.56%2C9H7.12V20.45H3.56ZM5.34%2C3.3A2.07%2C2.07%2C0%2C1%2C1%2C3.27%2C5.37%2C2.07%2C2.07%2C0%2C0%2C1%2C5.34%2C3.3%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M9.35%2C9h3.42v1.56h0a3.75%2C3.75%2C0%2C0%2C1%2C3.37-1.85c3.6%2C0%2C4.27%2C2.37%2C4.27%2C5.46v6.28H16.89V14.88c0-1.33%2C0-3-1.85-3s-2.13%2C1.45-2.13%2C2.95v5.66H9.35Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-linkedin {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cpath%20d%3D%22M22.22%2C0H1.77A1.75%2C1.75%2C0%2C0%2C0%2C0%2C1.73V22.27A1.75%2C1.75%2C0%2C0%2C0%2C1.77%2C24H22.22A1.76%2C1.76%2C0%2C0%2C0%2C24%2C22.27V1.73A1.75%2C1.75%2C0%2C0%2C0%2C22.22%2C0ZM7.12%2C20.45H3.56V9H7.12Zm-1.78-13A2.07%2C2.07%2C0%2C1%2C1%2C7.4%2C5.37%2C2.07%2C2.07%2C0%2C0%2C1%2C5.34%2C7.43Zm15.11%2C13H16.89V14.88c0-1.33%2C0-3-1.85-3s-2.13%2C1.45-2.13%2C2.95v5.66H9.35V9h3.42v1.56h0a3.75%2C3.75%2C0%2C0%2C1%2C3.37-1.85c3.6%2C0%2C4.27%2C2.37%2C4.27%2C5.46Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-twitter {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M7.55%2C21.75a13.92%2C13.92%2C0%2C0%2C0%2C14-14c0-.21%2C0-.42%2C0-.63A10.28%2C10.28%2C0%2C0%2C0%2C24%2C4.56a9.87%2C9.87%2C0%2C0%2C1-2.83.77%2C4.94%2C4.94%2C0%2C0%2C0%2C2.17-2.72A10%2C10%2C0%2C0%2C1%2C20.21%2C3.8a4.93%2C4.93%2C0%2C0%2C0-8.52%2C3.37%2C5.12%2C5.12%2C0%2C0%2C0%2C.13%2C1.12A14%2C14%2C0%2C0%2C1%2C1.67%2C3.15%2C4.92%2C4.92%2C0%2C0%2C0%2C3.19%2C9.72%2C4.86%2C4.86%2C0%2C0%2C1%2C1%2C9.11v.06a4.93%2C4.93%2C0%2C0%2C0%2C4%2C4.83%2C5%2C5%2C0%2C0%2C1-1.29.17%2C4.73%2C4.73%2C0%2C0%2C1-.93-.09%2C4.92%2C4.92%2C0%2C0%2C0%2C4.6%2C3.42%2C9.9%2C9.9%2C0%2C0%2C1-6.12%2C2.11A9.18%2C9.18%2C0%2C0%2C1%2C0%2C19.54a13.92%2C13.92%2C0%2C0%2C0%2C7.55%2C2.21%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-star_filled {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8.27.17l2%2C4.05%2C4.47.65a.3.3%2C0%2C0%2C1%2C.17.52L11.68%2C8.54%2C12.44%2C13a.31.31%2C0%2C0%2C1-.45.32l-4-2.1-4%2C2.1A.31.31%2C0%2C0%2C1%2C3.56%2C13l.76-4.45L1.09%2C5.39a.3.3%2C0%2C0%2C1%2C.17-.52l4.47-.65%2C2-4A.3.3%2C0%2C0%2C1%2C8.27.17Z%22%20fill%3D%22%23f0ae14%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-star_half {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M14.74%2C4.87l-4.47-.65-2-4A.29.29%2C0%2C0%2C0%2C8%2C0a.32.32%2C0%2C0%2C0-.28.17l-2%2C4.05-4.47.65a.15.15%2C0%2C0%2C0-.07%2C0l-.09%2C0%2C0%2C0A.32.32%2C0%2C0%2C0%2C1%2C5.24a.37.37%2C0%2C0%2C0%2C.08.15L4.32%2C8.54%2C3.56%2C13h0a.25.25%2C0%2C0%2C0%2C0%2C.15.05.05%2C0%2C0%2C0%2C0%2C0%2C.31.31%2C0%2C0%2C0%2C.07.09l0%2C0%2C.09%2C0h.06l.15%2C0%2C4-2.1%2C4%2C2.1.15%2C0a.31.31%2C0%2C0%2C0%2C.3-.35l-.76-4.45%2C3.23-3.15A.3.3%2C0%2C0%2C0%2C14.74%2C4.87Zm-4%2C2.67-.53.51.13.73L10.68%2C11%2C8.65%2C10%2C8%2C9.63V2.78L9%2C4.84l.32.66.73.1%2C2.27.33Z%22%20fill%3D%22%23f0ae14%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-star_unfilled {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8%2C2.78%2C9%2C4.84l.32.66.73.1%2C2.27.33L10.7%2C7.54l-.53.51.13.73L10.68%2C11%2C8.65%2C10%2C8%2C9.63%2C7.35%2C10%2C5.32%2C11%2C5.7%2C8.78l.13-.73L5.3%2C7.54%2C3.66%2C5.93%2C5.93%2C5.6l.73-.1L7%2C4.84%2C8%2C2.78M8%2C0a.29.29%2C0%2C0%2C0-.27.17l-2%2C4.05-4.47.65a.3.3%2C0%2C0%2C0-.17.52L4.32%2C8.54%2C3.56%2C13a.3.3%2C0%2C0%2C0%2C.3.35l.15%2C0%2C4-2.1%2C4%2C2.1.15%2C0a.3.3%2C0%2C0%2C0%2C.3-.35l-.76-4.45%2C3.23-3.15a.3.3%2C0%2C0%2C0-.17-.52l-4.47-.65-2-4A.29.29%2C0%2C0%2C0%2C8%2C0Z%22%20fill%3D%22%23f0ae14%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-thumbs_down {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M13%2C1.55H12a1.74%2C1.74%2C0%2C0%2C0-1%2C.33%2C1.74%2C1.74%2C0%2C0%2C0-1-.33H4A1.7%2C1.7%2C0%2C0%2C0%2C2.3%2C3.18l-1%2C5.44a.62.62%2C0%2C0%2C0%2C0%2C.13A1.7%2C1.7%2C0%2C0%2C0%2C3%2C10.45H5.8v2.3a1.7%2C1.7%2C0%2C0%2C0%2C1.7%2C1.7c1%2C0%2C1.28-1.12%2C1.5-2.11.28-1.28.5-1.89%2C1-1.89a1.74%2C1.74%2C0%2C0%2C0%2C1-.33%2C1.74%2C1.74%2C0%2C0%2C0%2C1%2C.33h1a1.7%2C1.7%2C0%2C0%2C0%2C1.7-1.7V3.25A1.7%2C1.7%2C0%2C0%2C0%2C13%2C1.55Zm-3%2C7.5c-1.71%2C0-2.11%2C1.8-2.37%2C3a8.06%2C8.06%2C0%2C0%2C1-.26%2C1%2C.3.3%2C0%2C0%2C1-.17-.27v-3a.7.7%2C0%2C0%2C0-.7-.7H3a.31.31%2C0%2C0%2C1-.3-.26l1-5.41a.62.62%2C0%2C0%2C0%2C0-.13A.31.31%2C0%2C0%2C1%2C4%2C3h6a.31.31%2C0%2C0%2C1%2C.3.3v5.5A.31.31%2C0%2C0%2C1%2C10%2C9.05Zm3.3-.3a.29.29%2C0%2C0%2C1-.3.3H12a.29.29%2C0%2C0%2C1-.3-.3V3.25A.29.29%2C0%2C0%2C1%2C12%2C3h1a.29.29%2C0%2C0%2C1%2C.3.3Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-thumbs_up {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M13%2C5.55H10.2V3.25a1.7%2C1.7%2C0%2C0%2C0-1.7-1.7c-1%2C0-1.28%2C1.12-1.5%2C2.11-.28%2C1.28-.5%2C1.89-1%2C1.89a1.74%2C1.74%2C0%2C0%2C0-1%2C.33%2C1.74%2C1.74%2C0%2C0%2C0-1-.33H3a1.7%2C1.7%2C0%2C0%2C0-1.7%2C1.7v5.5A1.7%2C1.7%2C0%2C0%2C0%2C3%2C14.45H4a1.74%2C1.74%2C0%2C0%2C0%2C1-.33%2C1.74%2C1.74%2C0%2C0%2C0%2C1%2C.33h6a1.7%2C1.7%2C0%2C0%2C0%2C1.7-1.63l1-5.44a.62.62%2C0%2C0%2C0%2C0-.13A1.7%2C1.7%2C0%2C0%2C0%2C13%2C5.55Zm-9%2C7.5H3a.29.29%2C0%2C0%2C1-.3-.3V7.25A.29.29%2C0%2C0%2C1%2C3%2C7H4a.29.29%2C0%2C0%2C1%2C.3.3v5.5A.29.29%2C0%2C0%2C1%2C4%2C13.05Zm8.31-.43a.62.62%2C0%2C0%2C0%2C0%2C.13.31.31%2C0%2C0%2C1-.3.3H6a.31.31%2C0%2C0%2C1-.3-.3V7.25A.31.31%2C0%2C0%2C1%2C6%2C7c1.71%2C0%2C2.11-1.8%2C2.37-3a8.06%2C8.06%2C0%2C0%2C1%2C.26-1%2C.3.3%2C0%2C0%2C1%2C.17.27v3a.7.7%2C0%2C0%2C0%2C.7.7H13a.31.31%2C0%2C0%2C1%2C.3.26Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-trending {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%2212.14%203.25%2012.14%204.75%2013.33%204.75%208.14%209.94%205.14%206.94%200.11%2011.97%201.17%2013.03%205.14%209.06%208.14%2012.06%2014.39%205.81%2014.39%207%2015.89%207%2015.89%203.25%2012.14%203.25%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-warning {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M7.56%2C1.77.43%2C14.29A.5.5%2C0%2C0%2C0%2C.87%2C15L15.14%2C15a.5.5%2C0%2C0%2C0%2C.43-.75L8.44%2C1.77A.51.51%2C0%2C0%2C0%2C7.56%2C1.77Z%22%20fill%3D%22%23ffa300%22%20fill-rule%3D%22evenodd%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%2211.5%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Cpolygon%20points%3D%228.5%2010.5%207.5%2010.5%207%207%207%205.5%209%205.5%209%207%208.5%2010.5%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-arrow_updown-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%228%2016%202.81%2010.81%203.87%209.75%208%2013.88%2012.13%209.75%2013.19%2010.81%208%2016%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpolygon%20points%3D%2212.13%206.25%208%202.12%203.87%206.25%202.81%205.19%208%200%2013.19%205.19%2012.13%206.25%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-arrow-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%2214.13%207.75%208.75%2013.13%208.75%200%207.25%200%207.25%2013.13%201.87%207.75%200.81%208.81%208%2016%2015.19%208.81%2014.13%207.75%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-avatar-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M10.83%2C8.69A4.71%2C4.71%2C0%2C0%2C0%2C12.75%2C4.9a4.75%2C4.75%2C0%2C0%2C0-9.5%2C0A4.71%2C4.71%2C0%2C0%2C0%2C5.17%2C8.69%2C7.86%2C7.86%2C0%2C0%2C0%2C.15%2C16h1.5a6.35%2C6.35%2C0%2C0%2C1%2C12.7%2C0h1.5A7.86%2C7.86%2C0%2C0%2C0%2C10.83%2C8.69ZM4.75%2C4.9A3.25%2C3.25%2C0%2C1%2C1%2C8%2C8.15%2C3.26%2C3.26%2C0%2C0%2C1%2C4.75%2C4.9Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-bullet_more-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-bullet-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-calendar-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M13%2C1.38V.12H11V1.38H5V.12H3V1.38H.25v14.5h15.5V1.38Zm1.25%2C13H1.75V2.88h12.5Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%225.5%22%20y%3D%224.13%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%228.5%22%20y%3D%224.13%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%2211.5%22%20y%3D%224.13%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%222.5%22%20y%3D%227.63%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%225.5%22%20y%3D%227.63%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%228.5%22%20y%3D%227.63%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%2211.5%22%20y%3D%227.63%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%222.5%22%20y%3D%2211.13%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%225.5%22%20y%3D%2211.13%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%228.5%22%20y%3D%2211.13%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-chat-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M5%2C14.7a1%2C1%2C0%2C0%2C1-.66-.24c-.22-.2-.53-.67-.12-1.59l.46-1c.08-.19.07-.31%2C0-.35s-.12-.08-.27-.08h-2A2.22%2C2.22%2C0%2C0%2C1%2C.3%2C9.14V3.55A2.22%2C2.22%2C0%2C0%2C1%2C2.49%2C1.3h11A2.22%2C2.22%2C0%2C0%2C1%2C15.7%2C3.55V9.19a2.22%2C2.22%2C0%2C0%2C1-2.19%2C2.25H12.37a6%2C6%2C0%2C0%2C0-2.45.66l-4%2C2.32A1.76%2C1.76%2C0%2C0%2C1%2C5%2C14.7ZM2.49%2C2.7a.82.82%2C0%2C0%2C0-.79.85V9.14a.83.83%2C0%2C0%2C0%2C.79.85h2a1.65%2C1.65%2C0%2C0%2C1%2C1.44.72A1.74%2C1.74%2C0%2C0%2C1%2C6%2C12.39l-.22.5%2C3.45-2A7.3%2C7.3%2C0%2C0%2C1%2C12.37%2C10h1.14a.82.82%2C0%2C0%2C0%2C.79-.85V3.55a.82.82%2C0%2C0%2C0-.79-.85Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-check-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%225.88%2013.23%201.14%208.49%202.13%207.5%205.88%2011.25%2013.87%203.26%2014.86%204.25%205.88%2013.23%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-chevron_circle-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8%2C15.7A7.7%2C7.7%2C0%2C1%2C1%2C15.7%2C8%2C7.7%2C7.7%2C0%2C0%2C1%2C8%2C15.7Zm0-14A6.3%2C6.3%2C0%2C1%2C0%2C14.3%2C8%2C6.31%2C6.31%2C0%2C0%2C0%2C8%2C1.7Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpolygon%20points%3D%227.25%2011.49%206.26%2010.51%208.76%208%206.26%205.5%207.25%204.5%2010.74%208%207.25%2011.49%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-chevron-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%225.03%2015.53%203.97%2014.47%2010.44%208%203.97%201.53%205.03%200.47%2012.56%208%205.03%2015.53%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-clear-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M6.32%2C6.19h0Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M8%2C0a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C0Zm4.69%2C11.62-1%2C1L8%2C8.87l-3.4%2C3.39-1-1L7%2C7.88l-3.4-3.4%2C1-1L8%2C6.88%2C11.7%2C3.14l1%2C1L8.94%2C7.88Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-close-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M6.32%2C6.19h0Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpolygon%20points%3D%2214.15%202.84%2013.16%201.85%208%207.01%202.84%201.85%201.85%202.84%207.01%208%201.85%2013.16%202.84%2014.15%208%208.99%2013.16%2014.15%2014.15%2013.16%208.99%208%2014.15%202.84%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-cloud-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M12%2C13.7H4a3.69%2C3.69%2C0%2C0%2C1-1.69-7A2.7%2C2.7%2C0%2C0%2C1%2C5%2C4.3a2.6%2C2.6%2C0%2C0%2C1%2C.4%2C0A4.2%2C4.2%2C0%2C0%2C1%2C13.2%2C6.5h0A3.69%2C3.69%2C0%2C0%2C1%2C12%2C13.7Zm-7-8A1.3%2C1.3%2C0%2C0%2C0%2C3.7%2C7l.06.66-.51.18A2.29%2C2.29%2C0%2C0%2C0%2C4%2C12.3h8a2.29%2C2.29%2C0%2C0%2C0%2C.34-4.56l-.69-.11.1-.69a2.2%2C2.2%2C0%2C0%2C0%2C.05-.44A2.8%2C2.8%2C0%2C0%2C0%2C6.42%2C5.42l-.27.65L5.5%2C5.8A1.24%2C1.24%2C0%2C0%2C0%2C5%2C5.7Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-company_large-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M5.48%2C11.88V4.12H6.9v6.59h3.62v1.17Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M13%2C15.7H3A2.7%2C2.7%2C0%2C0%2C1%2C.3%2C13V3A2.7%2C2.7%2C0%2C0%2C1%2C3%2C.3H13A2.7%2C2.7%2C0%2C0%2C1%2C15.7%2C3V13A2.7%2C2.7%2C0%2C0%2C1%2C13%2C15.7ZM3%2C1.7A1.3%2C1.3%2C0%2C0%2C0%2C1.7%2C3V13A1.3%2C1.3%2C0%2C0%2C0%2C3%2C14.3H13A1.3%2C1.3%2C0%2C0%2C0%2C14.3%2C13V3A1.3%2C1.3%2C0%2C0%2C0%2C13%2C1.7Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-company_medium-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M10.66%2C4.12h1.11v7.76H10.52V6.75l-2%2C3.87H7.53L5.47%2C6.81v5.07H4.23V4.12H5.35L8%2C9.19Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M13%2C15.7H3A2.7%2C2.7%2C0%2C0%2C1%2C.3%2C13V3A2.7%2C2.7%2C0%2C0%2C1%2C3%2C.3H13A2.7%2C2.7%2C0%2C0%2C1%2C15.7%2C3V13A2.7%2C2.7%2C0%2C0%2C1%2C13%2C15.7ZM3%2C1.7A1.3%2C1.3%2C0%2C0%2C0%2C1.7%2C3V13A1.3%2C1.3%2C0%2C0%2C0%2C3%2C14.3H13A1.3%2C1.3%2C0%2C0%2C0%2C14.3%2C13V3A1.3%2C1.3%2C0%2C0%2C0%2C13%2C1.7Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-company_small-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M6.28%2C11.73A3.75%2C3.75%2C0%2C0%2C1%2C5%2C11.05l.48-1a4.08%2C4.08%2C0%2C0%2C0%2C1.18.63A4.45%2C4.45%2C0%2C0%2C0%2C8%2C10.84a2.24%2C2.24%2C0%2C0%2C0%2C1.23-.28.88.88%2C0%2C0%2C0%2C.44-.78.74.74%2C0%2C0%2C0-.4-.68A5.52%2C5.52%2C0%2C0%2C0%2C7.9%2C8.67a8.16%2C8.16%2C0%2C0%2C1-1.57-.49%2C2.25%2C2.25%2C0%2C0%2C1-.92-.7%2C1.87%2C1.87%2C0%2C0%2C1-.3-1.09%2C2.07%2C2.07%2C0%2C0%2C1%2C.37-1.22%2C2.43%2C2.43%2C0%2C0%2C1%2C1.06-.84A3.7%2C3.7%2C0%2C0%2C1%2C8.11%2C4a5%2C5%2C0%2C0%2C1%2C1.55.25A3.36%2C3.36%2C0%2C0%2C1%2C10.87%2C5L10.4%2C6a3.58%2C3.58%2C0%2C0%2C0-2.29-.82%2C2%2C2%2C0%2C0%2C0-1.18.3%2C1%2C1%2C0%2C0%2C0-.44.84A.76.76%2C0%2C0%2C0%2C6.88%2C7a4.19%2C4.19%2C0%2C0%2C0%2C1.31.45%2C9.21%2C9.21%2C0%2C0%2C1%2C1.59.49%2C2.41%2C2.41%2C0%2C0%2C1%2C.93.69A1.66%2C1.66%2C0%2C0%2C1%2C11%2C9.68a2.09%2C2.09%2C0%2C0%2C1-.37%2C1.21%2C2.35%2C2.35%2C0%2C0%2C1-1.07.81A4.54%2C4.54%2C0%2C0%2C1%2C8%2C12%2C5.38%2C5.38%2C0%2C0%2C1%2C6.28%2C11.73Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M13%2C15.7H3A2.7%2C2.7%2C0%2C0%2C1%2C.3%2C13V3A2.7%2C2.7%2C0%2C0%2C1%2C3%2C.3H13A2.7%2C2.7%2C0%2C0%2C1%2C15.7%2C3V13A2.7%2C2.7%2C0%2C0%2C1%2C13%2C15.7ZM3%2C1.7A1.3%2C1.3%2C0%2C0%2C0%2C1.7%2C3V13A1.3%2C1.3%2C0%2C0%2C0%2C3%2C14.3H13A1.3%2C1.3%2C0%2C0%2C0%2C14.3%2C13V3A1.3%2C1.3%2C0%2C0%2C0%2C13%2C1.7Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-compare-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M10.25%2C2.8A5.14%2C5.14%2C0%2C0%2C0%2C8%2C3.33%2C5.14%2C5.14%2C0%2C0%2C0%2C5.75%2C2.8a5.2%2C5.2%2C0%2C0%2C0%2C0%2C10.4A5.14%2C5.14%2C0%2C0%2C0%2C8%2C12.67a5.14%2C5.14%2C0%2C0%2C0%2C2.25.53%2C5.2%2C5.2%2C0%2C0%2C0%2C0-10.4Zm-4.5%2C9a3.8%2C3.8%2C0%2C0%2C1%2C0-7.6%2C4%2C4%2C0%2C0%2C1%2C.85.1%2C5.19%2C5.19%2C0%2C0%2C0%2C0%2C7.4A4%2C4%2C0%2C0%2C1%2C5.75%2C11.8ZM8.8%2C5.75H7.2A4.33%2C4.33%2C0%2C0%2C1%2C8%2C5%2C4.33%2C4.33%2C0%2C0%2C1%2C8.8%2C5.75ZM8%2C11.05a4.33%2C4.33%2C0%2C0%2C1-.8-.8H8.8A4.33%2C4.33%2C0%2C0%2C1%2C8%2C11.05Zm1.1-1.3H6.9a4%2C4%2C0%2C0%2C1-.33-.83H9.43A4%2C4%2C0%2C0%2C1%2C9.1%2C9.75ZM9.55%2C8c0%2C.14%2C0%2C.28%2C0%2C.42h-3c0-.14%2C0-.28%2C0-.42s0-.28%2C0-.42h3C9.52%2C7.72%2C9.55%2C7.86%2C9.55%2C8Zm-.12-.92H6.57a4%2C4%2C0%2C0%2C1%2C.33-.83H9.1A4%2C4%2C0%2C0%2C1%2C9.43%2C7.08Zm.82%2C4.72a4%2C4%2C0%2C0%2C1-.85-.1%2C5.19%2C5.19%2C0%2C0%2C0%2C0-7.4%2C4%2C4%2C0%2C0%2C1%2C.85-.1%2C3.8%2C3.8%2C0%2C1%2C1%2C0%2C7.6Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-currency_rand-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M12.55%2C12.26a.65.65%2C0%2C0%2C1-.27.53.92.92%2C0%2C0%2C1-.61.21.78.78%2C0%2C0%2C1-.42-.11.94.94%2C0%2C0%2C1-.35-.31L9%2C9.74a1.73%2C1.73%2C0%2C0%2C0-.59-.63%2C1.66%2C1.66%2C0%2C0%2C0-.82-.18H6.24v3.14a.92.92%2C0%2C0%2C1-.24.67.87.87%2C0%2C0%2C1-.65.25.89.89%2C0%2C0%2C1-.65-.25.92.92%2C0%2C0%2C1-.25-.67V3.86a.84.84%2C0%2C0%2C1%2C.24-.64A.86.86%2C0%2C0%2C1%2C5.33%2C3H8.84a3.85%2C3.85%2C0%2C0%2C1%2C2.56.75%2C2.72%2C2.72%2C0%2C0%2C1%2C.88%2C2.17%2C2.72%2C2.72%2C0%2C0%2C1-.66%2C1.89%2C3.08%2C3.08%2C0%2C0%2C1-1.84%2C1%2C1.64%2C1.64%2C0%2C0%2C1%2C.71.35%2C3.09%2C3.09%2C0%2C0%2C1%2C.61.7l1.28%2C1.95A.94.94%2C0%2C0%2C1%2C12.55%2C12.26ZM10.09%2C7.15A1.43%2C1.43%2C0%2C0%2C0%2C10.56%2C6a1.38%2C1.38%2C0%2C0%2C0-.47-1.18A2.44%2C2.44%2C0%2C0%2C0%2C8.58%2C4.4H6.22V7.54H8.58A2.38%2C2.38%2C0%2C0%2C0%2C10.09%2C7.15Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-currency_usd-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M5.9%2C4.16a2.37%2C2.37%2C0%2C0%2C1%2C1.83-.73V2.65h.55v.77a2.74%2C2.74%2C0%2C0%2C1%2C1.79.69%2C2.2%2C2.2%2C0%2C0%2C1%2C.66%2C1.6h-1a1.79%2C1.79%2C0%2C0%2C0-.24-.77%2C1.33%2C1.33%2C0%2C0%2C0-1.18-.62V7.17a6.47%2C6.47%2C0%2C0%2C1%2C1.85.72%2C1.84%2C1.84%2C0%2C0%2C1%2C.79%2C1.62%2C2.46%2C2.46%2C0%2C0%2C1-1%2C2.22%2C3.89%2C3.89%2C0%2C0%2C1-1.63.48v1.14H7.73V12.21A2.63%2C2.63%2C0%2C0%2C1%2C5.41%2C11a3.26%2C3.26%2C0%2C0%2C1-.33-1.6h1a2.85%2C2.85%2C0%2C0%2C0%2C.25%2C1.18%2C1.58%2C1.58%2C0%2C0%2C0%2C1.36.74V8.13a3.7%2C3.7%2C0%2C0%2C1-1.88-.81%2C2%2C2%2C0%2C0%2C1-.61-1.56A2.31%2C2.31%2C0%2C0%2C1%2C5.9%2C4.16ZM6.68%2C6.6a2.31%2C2.31%2C0%2C0%2C0%2C1.05.46V4.31a1.34%2C1.34%2C0%2C0%2C0-1.1.46%2C1.53%2C1.53%2C0%2C0%2C0-.33.92A1.15%2C1.15%2C0%2C0%2C0%2C6.68%2C6.6Zm3%2C4a1.69%2C1.69%2C0%2C0%2C0%2C.2-.82%2C1.26%2C1.26%2C0%2C0%2C0-.54-1.11%2C3.41%2C3.41%2C0%2C0%2C0-1.05-.42v3.08A1.56%2C1.56%2C0%2C0%2C0%2C9.67%2C10.62Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-desktop-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Emaster-icon-sheet%20%28with%20grey-95%20alternatives%29%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M15.7%2C10.7V2.3H.3v8.4h6v1.6H3.5v1.4h9V12.3H9.7V10.7ZM1.7%2C9.3V3.7H14.3V9.3H1.7Zm6.6%2C3H7.7V10.7h.6Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-email-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M1.3%2C3.3v9.4H14.7V3.3ZM12.07%2C4.7%2C8%2C8.09%2C3.93%2C4.7ZM2.7%2C11.3V5.5L8%2C9.91%2C13.3%2C5.5v5.8Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-favorite-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8%2C14.71l-.45-.46q-1-1-1.89-1.86C2.85%2C9.65%2C1%2C7.84%2C1%2C5.62A4.07%2C4.07%2C0%2C0%2C1%2C4.85%2C1.29%2C4.29%2C4.29%2C0%2C0%2C1%2C8%2C3.07a4.29%2C4.29%2C0%2C0%2C1%2C3.14-1.78A4.07%2C4.07%2C0%2C0%2C1%2C15%2C5.62c0%2C1.65-1%2C3-2.82%2C5-.59.62-1.27%2C1.28-2%2C2-.54.53-1.13%2C1.1-1.74%2C1.71ZM4.85%2C2.57A2.85%2C2.85%2C0%2C0%2C0%2C2.27%2C5.62C2.27%2C7.31%2C4%2C9%2C6.55%2C11.48c.46.44.94.92%2C1.45%2C1.42l1.31-1.27C10%2C11%2C10.68%2C10.3%2C11.25%2C9.7c1.6-1.7%2C2.47-2.86%2C2.48-4.08a2.82%2C2.82%2C0%2C0%2C0-2.59-3.05%2C3.4%2C3.4%2C0%2C0%2C0-2.57%2C2L8%2C5.71%2C7.43%2C4.54A3.4%2C3.4%2C0%2C0%2C0%2C4.85%2C2.57Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-filter-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20y%3D%227.3%22%20width%3D%2216%22%20height%3D%221.4%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20y%3D%2212.3%22%20width%3D%2216%22%20height%3D%221.4%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20y%3D%222.3%22%20width%3D%2216%22%20height%3D%221.4%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Ccircle%20cx%3D%223.5%22%20cy%3D%223%22%20r%3D%221.5%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M3.5%2C5.2A2.2%2C2.2%2C0%2C1%2C1%2C5.7%2C3%2C2.21%2C2.21%2C0%2C0%2C1%2C3.5%2C5.2Zm0-3a.8.8%2C0%2C1%2C0%2C.8.8A.8.8%2C0%2C0%2C0%2C3.5%2C2.2Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%228%22%20r%3D%221.5%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M12.5%2C10.2A2.2%2C2.2%2C0%2C1%2C1%2C14.7%2C8%2C2.21%2C2.21%2C0%2C0%2C1%2C12.5%2C10.2Zm0-3a.8.8%2C0%2C1%2C0%2C.8.8A.8.8%2C0%2C0%2C0%2C12.5%2C7.2Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2213%22%20r%3D%221.5%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M6.5%2C15.2A2.2%2C2.2%2C0%2C1%2C1%2C8.7%2C13%2C2.21%2C2.21%2C0%2C0%2C1%2C6.5%2C15.2Zm0-3a.8.8%2C0%2C1%2C0%2C.8.8A.8.8%2C0%2C0%2C0%2C6.5%2C12.2Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-gallery-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2232%22%20height%3D%2224%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8.32%2C13.19h0Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M30%2C1.4a.6.6%2C0%2C0%2C1%2C.6.6V22a.6.6%2C0%2C0%2C1-.6.6H2a.6.6%2C0%2C0%2C1-.6-.6V2A.6.6%2C0%2C0%2C1%2C2%2C1.4H30M30%2C0H2A2%2C2%2C0%2C0%2C0%2C0%2C2V22a2%2C2%2C0%2C0%2C0%2C2%2C2H30a2%2C2%2C0%2C0%2C0%2C2-2V2a2%2C2%2C0%2C0%2C0-2-2Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M20.5%2C11a2.7%2C2.7%2C0%2C1%2C1%2C2.7-2.7A2.7%2C2.7%2C0%2C0%2C1%2C20.5%2C11Zm0-4a1.3%2C1.3%2C0%2C1%2C0%2C1.3%2C1.3A1.3%2C1.3%2C0%2C0%2C0%2C20.5%2C7Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M29.5%2C18.5l-5-5a.72.72%2C0%2C0%2C0-1%2C0l-3%2C3L13%2C9a.72.72%2C0%2C0%2C0-1%2C0L2.5%2C18.5a.73.73%2C0%2C0%2C0-.15.77A.71.71%2C0%2C0%2C0%2C3%2C19.7H29a.71.71%2C0%2C0%2C0%2C.65-.43A.73.73%2C0%2C0%2C0%2C29.5%2C18.5ZM4.69%2C18.3l7.81-7.81L20%2C18h0l.3.3Zm17.6%2C0-.8-.8L24%2C15l3.31%2C3.31Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-hamburger-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20y%3D%227.3%22%20width%3D%2216%22%20height%3D%221.4%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20y%3D%2212.3%22%20width%3D%2216%22%20height%3D%221.4%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20y%3D%222.3%22%20width%3D%2216%22%20height%3D%221.4%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-handle-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M8%2C1.4A6.6%2C6.6%2C0%2C1%2C1%2C1.4%2C8%2C6.61%2C6.61%2C0%2C0%2C1%2C8%2C1.4M8%2C0a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C0Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M8%2C11.7a.7.7%2C0%2C0%2C1-.7-.7V5A.7.7%2C0%2C0%2C1%2C8.7%2C5v6A.7.7%2C0%2C0%2C1%2C8%2C11.7Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M10.5%2C11.7a.7.7%2C0%2C0%2C1-.7-.7V5a.7.7%2C0%2C0%2C1%2C1.4%2C0v6A.7.7%2C0%2C0%2C1%2C10.5%2C11.7Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M5.5%2C11.7a.7.7%2C0%2C0%2C1-.7-.7V5A.7.7%2C0%2C0%2C1%2C6.2%2C5v6A.7.7%2C0%2C0%2C1%2C5.5%2C11.7Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-histogram-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20x%3D%225.26%22%20y%3D%220.26%22%20width%3D%222.5%22%20height%3D%227.99%22%20transform%3D%22translate%2810.76%20-2.26%29%20rotate%2890%29%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%224.25%22%20y%3D%225%22%20width%3D%222.5%22%20height%3D%226%22%20transform%3D%22translate%2813.5%202.5%29%20rotate%2890%29%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%226.75%22%20y%3D%226.25%22%20width%3D%222.5%22%20height%3D%2211%22%20transform%3D%22translate%2819.75%203.75%29%20rotate%2890%29%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M13%2C1.4A1.6%2C1.6%2C0%2C0%2C1%2C14.6%2C3V13A1.6%2C1.6%2C0%2C0%2C1%2C13%2C14.6H3A1.6%2C1.6%2C0%2C0%2C1%2C1.4%2C13V3A1.6%2C1.6%2C0%2C0%2C1%2C3%2C1.4H13M13%2C0H3A3%2C3%2C0%2C0%2C0%2C0%2C3V13a3%2C3%2C0%2C0%2C0%2C3%2C3H13a3%2C3%2C0%2C0%2C0%2C3-3V3a3%2C3%2C0%2C0%2C0-3-3Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-lock-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M13%2C5.3h-.3V3A2.7%2C2.7%2C0%2C0%2C0%2C10%2C.3H6A2.7%2C2.7%2C0%2C0%2C0%2C3.3%2C3V5.3H3A1.7%2C1.7%2C0%2C0%2C0%2C1.3%2C7v7A1.7%2C1.7%2C0%2C0%2C0%2C3%2C15.7H13A1.7%2C1.7%2C0%2C0%2C0%2C14.7%2C14V7A1.7%2C1.7%2C0%2C0%2C0%2C13%2C5.3ZM4.7%2C3A1.3%2C1.3%2C0%2C0%2C1%2C6%2C1.7h4A1.3%2C1.3%2C0%2C0%2C1%2C11.3%2C3V5.3H4.7Zm8.6%2C11a.29.29%2C0%2C0%2C1-.3.3H3a.29.29%2C0%2C0%2C1-.3-.3V7A.29.29%2C0%2C0%2C1%2C3%2C6.7H13a.29.29%2C0%2C0%2C1%2C.3.3Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%228.3%22%20width%3D%226%22%20height%3D%221.4%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2211.3%22%20width%3D%226%22%20height%3D%221.4%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-logo_apple-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M12.53%2C6.56A3%2C3%2C0%2C0%2C0%2C12%2C8.5a3.29%2C3.29%2C0%2C0%2C0%2C.61%2C1.72%2C2.41%2C2.41%2C0%2C0%2C0%2C1.29%2C1%2C8.06%2C8.06%2C0%2C0%2C1-1.21%2C2.37c-.67.92-1.33%2C1.38-2%2C1.38a4.21%2C4.21%2C0%2C0%2C1-1.24-.27%2C4.45%2C4.45%2C0%2C0%2C0-1.26-.26%2C3.56%2C3.56%2C0%2C0%2C0-1.25.31A3.3%2C3.3%2C0%2C0%2C1%2C5.88%2C15a2.55%2C2.55%2C0%2C0%2C1-1.82-1.13%2C8.63%2C8.63%2C0%2C0%2C1-1.37-2.51%2C7.89%2C7.89%2C0%2C0%2C1-.56-2.77%2C5.28%2C5.28%2C0%2C0%2C1%2C.84-3A2.89%2C2.89%2C0%2C0%2C1%2C5.44%2C4.25a6.63%2C6.63%2C0%2C0%2C1%2C1.69.31%2C4.37%2C4.37%2C0%2C0%2C0%2C1%2C.19%2C3.9%2C3.9%2C0%2C0%2C0%2C1-.22%2C5.86%2C5.86%2C0%2C0%2C1%2C1.69-.34%2C3%2C3%2C0%2C0%2C1%2C1.5.37%2C4.53%2C4.53%2C0%2C0%2C1%2C1.16%2C1A4.6%2C4.6%2C0%2C0%2C0%2C12.53%2C6.56Z%22%20fill%3D%22%23f2f2f2%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.72%2C4.31a3.5%2C3.5%2C0%2C0%2C1-.88.13A3.7%2C3.7%2C0%2C0%2C1%2C8.56%2C2.2a3.49%2C3.49%2C0%2C0%2C1%2C2-1.2%2C2.19%2C2.19%2C0%2C0%2C1-.09%2C1.33%2C3.79%2C3.79%2C0%2C0%2C1-.75%2C1.25A2.59%2C2.59%2C0%2C0%2C1%2C8.72%2C4.31Z%22%20fill%3D%22%23f2f2f2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-logo_linux-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M13.4%2C13.36a3.22%2C3.22%2C0%2C0%2C0-.41.21%2C2.48%2C2.48%2C0%2C0%2C0-1%2C.66l-.09-.05.09.05a2%2C2%2C0%2C0%2C1-1.34.77%2C1.17%2C1.17%2C0%2C0%2C1-.63-.14%2C1.12%2C1.12%2C0%2C0%2C1-.47-.49c0-.06%2C0-.12-.05-.19a4.29%2C4.29%2C0%2C0%2C1-.88-.06%2C2.33%2C2.33%2C0%2C0%2C0-.63%2C0%2C6.71%2C6.71%2C0%2C0%2C0-.82.11%2C2.92%2C2.92%2C0%2C0%2C1-.51.08A.93.93%2C0%2C0%2C1%2C6%2C14.8a2.14%2C2.14%2C0%2C0%2C1-1.53-.3l.06-.08-.06.08a3.76%2C3.76%2C0%2C0%2C0-1.12-.27l-.49-.05a.78.78%2C0%2C0%2C1-.55-.36A1.18%2C1.18%2C0%2C0%2C1%2C2.33%2C13a1.08%2C1.08%2C0%2C0%2C0%2C0-.52l0%2C0a2.79%2C2.79%2C0%2C0%2C1%2C0-.33.58.58%2C0%2C0%2C1%2C.09-.33.85.85%2C0%2C0%2C1%2C.49-.41l.08%2C0a.91.91%2C0%2C0%2C0%2C.41-.2l.16-.21a1.11%2C1.11%2C0%2C0%2C1%2C.28-.33%2C2.89%2C2.89%2C0%2C0%2C1%2C.16-1.45A8.16%2C8.16%2C0%2C0%2C1%2C5.53%2C6.47%2C2.87%2C2.87%2C0%2C0%2C0%2C6%2C5.59a3.2%2C3.2%2C0%2C0%2C0%2C.17-.9c0-.09%2C0-.26%2C0-.52a7.37%2C7.37%2C0%2C0%2C1%2C0-1.34%2C2%2C2%2C0%2C0%2C1%2C.52-1.26A2.16%2C2.16%2C0%2C0%2C1%2C8.29%2C1a1.82%2C1.82%2C0%2C0%2C1%2C1.47.6A2.73%2C2.73%2C0%2C0%2C1%2C10.31%2C3a13.64%2C13.64%2C0%2C0%2C1%2C.06%2C1.47v.14a2%2C2%2C0%2C0%2C0%2C.24%2C1.07q.2.3.63.87l0%2C0A7.81%2C7.81%2C0%2C0%2C1%2C12.55%2C8.6a3.05%2C3.05%2C0%2C0%2C1%2C.08%2C2.16l.11.05.11.09a1%2C1%2C0%2C0%2C1%2C.3.6v0a1.7%2C1.7%2C0%2C0%2C0%2C.2.52%2C1.28%2C1.28%2C0%2C0%2C1%2C.41.8h0A.7.7%2C0%2C0%2C1%2C13.4%2C13.36ZM4.93%2C11a1%2C1%2C0%2C0%2C0-.58-.44.46.46%2C0%2C0%2C0-.49.19L3.67%2C11a2%2C2%2C0%2C0%2C1-.22.27%2C1.23%2C1.23%2C0%2C0%2C1-.41.22l-.11%2C0a.76.76%2C0%2C0%2C0-.4.29%2C1.05%2C1.05%2C0%2C0%2C0%2C0%2C.56v.08a1.19%2C1.19%2C0%2C0%2C1%2C0%2C.58%2C1%2C1%2C0%2C0%2C0-.08.74.48.48%2C0%2C0%2C0%2C.33.19%2C3.65%2C3.65%2C0%2C0%2C0%2C.54.11%2C3.56%2C3.56%2C0%2C0%2C1%2C1.21.27%2C2.13%2C2.13%2C0%2C0%2C0%2C1.34.3.79.79%2C0%2C0%2C0%2C.73-.79.93.93%2C0%2C0%2C0-.19-.58l-.46-.62A3.53%2C3.53%2C0%2C0%2C1%2C5.47%2C12Zm4.75%2C1.91a3.29%2C3.29%2C0%2C0%2C0%2C.17-.77A6.31%2C6.31%2C0%2C0%2C1%2C10%2C11.09a1%2C1%2C0%2C0%2C1%2C.58-.77c0-.51.4-.62%2C1-.33a1.6%2C1.6%2C0%2C0%2C1%2C.56.33.33.33%2C0%2C0%2C1%2C.06.38h.14c.11-.36-.17-.68-.85-.95a2%2C2%2C0%2C0%2C0%2C0-1%2C3.12%2C3.12%2C0%2C0%2C0-.42-1%2C3.2%2C3.2%2C0%2C0%2C0-.55-.68c-.07%2C0%2C0%2C.06.08.19a2.38%2C2.38%2C0%2C0%2C1%2C.58.9%2C2%2C2%2C0%2C0%2C1%2C.05%2C1.43.89.89%2C0%2C0%2C0-.3-.06%2C5.46%2C5.46%2C0%2C0%2C0-.63-1.75%2C8.27%2C8.27%2C0%2C0%2C1-.55-1.23%2C14.09%2C14.09%2C0%2C0%2C1-.49-1.39%2C1.17%2C1.17%2C0%2C0%2C1-.6.41l-.27.13-.17.11a1.24%2C1.24%2C0%2C0%2C1-.6.17.89.89%2C0%2C0%2C1-.54-.19L7%2C5.76a.81.81%2C0%2C0%2C0-.22-.17l-.16-.13a4.66%2C4.66%2C0%2C0%2C1-.33%2C1.36c-.11.31-.29.74-.55%2C1.29l-.19.43a4.75%2C4.75%2C0%2C0%2C0-.38%2C1.7A1.64%2C1.64%2C0%2C0%2C1%2C4.84%2C9%2C3.62%2C3.62%2C0%2C0%2C1%2C5.2%2C8c.22-.44.29-.63.22-.57A5.44%2C5.44%2C0%2C0%2C0%2C4.68%2C9a1.7%2C1.7%2C0%2C0%2C0%2C0%2C1%2C1.57%2C1.57%2C0%2C0%2C0%2C.68.82l.39.25a3%2C3%2C0%2C0%2C1%2C.65.63.77.77%2C0%2C0%2C1%2C.21.67.44.44%2C0%2C0%2C1-.45.26%2C3.25%2C3.25%2C0%2C0%2C1%2C.38.54%2C2.36%2C2.36%2C0%2C0%2C0%2C1.64.39%2C3.3%2C3.3%2C0%2C0%2C0%2C1.5-.6ZM6.78%2C5.48A2.5%2C2.5%2C0%2C0%2C1%2C7%2C5.69a1%2C1%2C0%2C0%2C0%2C.29.2A.64.64%2C0%2C0%2C0%2C7.6%2C6%2C.7.7%2C0%2C0%2C0%2C8%2C5.89a2.67%2C2.67%2C0%2C0%2C0%2C.32-.17%2C2.47%2C2.47%2C0%2C0%2C1%2C.31-.18.82.82%2C0%2C0%2C0%2C.62-.48c.08-.23%2C0-.4-.29-.51l-.33-.11-.3-.13a1.28%2C1.28%2C0%2C0%2C0-.72-.25%2C1%2C1%2C0%2C0%2C0-.7.36l-.44.3a.33.33%2C0%2C0%2C0-.11.35A.89.89%2C0%2C0%2C0%2C6.78%2C5.48Zm0-1.06.07-.06v0a.52.52%2C0%2C0%2C1-.15-.44c0-.2.07-.31.17-.32s.17%2C0%2C.23.17a.67.67%2C0%2C0%2C1%2C.05.37A1%2C1%2C0%2C0%2C1%2C7.39%2C4a1.07%2C1.07%2C0%2C0%2C0-.14-.64.46.46%2C0%2C0%2C0-.4-.26.43.43%2C0%2C0%2C0-.37.27A1.06%2C1.06%2C0%2C0%2C0%2C6.39%2C4a.81.81%2C0%2C0%2C0%2C.26.53Zm-.12.65.19.19a1.28%2C1.28%2C0%2C0%2C0%2C.77.28%2C2%2C2%2C0%2C0%2C0%2C.84-.28A1.42%2C1.42%2C0%2C0%2C0%2C8.83%2C5q.2-.18.09-.18s0%2C0-.07%2C0a.24.24%2C0%2C0%2C1-.1.1L8.67%2C5a.92.92%2C0%2C0%2C1-.3.19%2C1.69%2C1.69%2C0%2C0%2C1-.82.3%2C1%2C1%2C0%2C0%2C1-.66-.27L6.68%2C5l0-.06s-.07-.08-.1-.08%2C0%2C0%2C0%2C.07a.24.24%2C0%2C0%2C0%2C.07.12Zm.68-.76q.12-.06.15%2C0s0%2C0%2C0%2C0l-.07%2C0%2C0%2C0a.11.11%2C0%2C0%2C1-.08%2C0s-.06%2C0-.06%2C0S7.25%2C4.33%2C7.3%2C4.31Zm.63.08a.11.11%2C0%2C0%2C0%2C.08%2C0s.06%2C0%2C.06%2C0%2C0%2C0-.08-.07-.13%2C0-.15%2C0%2C0%2C0%2C0%2C0l0%2C0h.06Zm.33-.27a.58.58%2C0%2C0%2C1%2C.06-.45c.07-.14.16-.21.27-.2s.19.1.24.26a.72.72%2C0%2C0%2C1%2C0%2C.5l-.08.08%2C0%2C0a1.65%2C1.65%2C0%2C0%2C1%2C.32.13A.77.77%2C0%2C0%2C0%2C9.27%2C4a1.28%2C1.28%2C0%2C0%2C0-.08-.59.68.68%2C0%2C0%2C0-.61-.44A.63.63%2C0%2C0%2C0%2C8%2C3.38a1%2C1%2C0%2C0%2C0-.08.6A1.27%2C1.27%2C0%2C0%2C1%2C8.26%2C4.12ZM13%2C11.58a1.28%2C1.28%2C0%2C0%2C0-.22-.55.5.5%2C0%2C0%2C0-.25-.13%2C1%2C1%2C0%2C0%2C0-.34%2C0h-.05a1.56%2C1.56%2C0%2C0%2C1-.48.34.81.81%2C0%2C0%2C1-.55.09.57.57%2C0%2C0%2C1-.37-.28%2C1.32%2C1.32%2C0%2C0%2C1-.16-.51h0a.8.8%2C0%2C0%2C0-.38.57A8.84%2C8.84%2C0%2C0%2C0%2C10%2C12.18a3.29%2C3.29%2C0%2C0%2C1-.17.77l-.11.35a1.67%2C1.67%2C0%2C0%2C0%2C0%2C1%2C.89.89%2C0%2C0%2C0%2C.94.51%2C1.76%2C1.76%2C0%2C0%2C0%2C1.19-.68%2C2.1%2C2.1%2C0%2C0%2C1%2C.49-.44%2C3.67%2C3.67%2C0%2C0%2C1%2C.55-.3%2C4.06%2C4.06%2C0%2C0%2C0%2C.46-.24.47.47%2C0%2C0%2C0%2C.22-.3%2C1.14%2C1.14%2C0%2C0%2C0-.38-.66v0A1.19%2C1.19%2C0%2C0%2C1%2C13%2C11.58Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-logo_windows-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M7.38%2C2.06%2C15%2C1V7.69H7.38Zm0%2C11.88V8.37H15V15ZM1%2C13.06V8.37H6.75v5.5ZM6.75%2C2.13V7.69H1V2.94Z%22%20fill%3D%22%23f2f2f2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-minus_circle-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%227.3%22%20width%3D%228%22%20height%3D%221.4%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M8%2C1.4A6.6%2C6.6%2C0%2C1%2C1%2C1.4%2C8%2C6.61%2C6.61%2C0%2C0%2C1%2C8%2C1.4M8%2C0a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C0Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-minus-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20x%3D%220.5%22%20y%3D%227.25%22%20width%3D%2215%22%20height%3D%221.5%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-new_tab-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cpolygon%20points%3D%229.64%201.4%2013.61%201.4%207.5%207.5%208.49%208.49%2014.6%202.39%2014.6%206.36%2016%206.36%2016%200%209.64%200%209.64%201.4%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M14.6%2C14a.6.6%2C0%2C0%2C1-.6.6H2a.6.6%2C0%2C0%2C1-.6-.6V2A.6.6%2C0%2C0%2C1%2C2%2C1.4H6.5V0H2A2%2C2%2C0%2C0%2C0%2C0%2C2V14a2%2C2%2C0%2C0%2C0%2C2%2C2H14a2%2C2%2C0%2C0%2C0%2C2-2V9H14.6Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-pencil-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M11.34.09%2C9.16%2C2.28%2C8.1%2C3.34l-6%2C6-.53.53L.09%2C11.34v4.57H4.66l1.43-1.44.53-.53%2C6-6%2C1.06-1.06%2C2.19-2.18ZM9.16%2C4.4l.69.69-5.51%2C5.5-.68-.68ZM4%2C14.41H1.59V12l1-1L5%2C13.41Zm2.06-2.07-.68-.68%2C5.5-5.51.69.69Zm6.57-6.56L10.22%2C3.34l1.12-1.12%2C2.44%2C2.44Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-phone-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M11%2C15.5a1.94%2C1.94%2C0%2C0%2C1-.34%2C0c-1.91-.16-4.15-1.67-6.15-4.13C1.4%2C7.58.69%2C3.86%2C2.71%2C2.12l.74-.64a1.72%2C1.72%2C0%2C0%2C1%2C1.31-.4A1.76%2C1.76%2C0%2C0%2C1%2C6%2C1.71L7.34%2C3.37a1.83%2C1.83%2C0%2C0%2C1-.28%2C2.47l-.47.4A12.05%2C12.05%2C0%2C0%2C0%2C8%2C8.3l0%2C0a11.52%2C11.52%2C0%2C0%2C0%2C1.68%2C1.8l.44-.38a1.75%2C1.75%2C0%2C0%2C1%2C1.3-.39%2C1.79%2C1.79%2C0%2C0%2C1%2C1.24.63l1.34%2C1.65a1.84%2C1.84%2C0%2C0%2C1-.27%2C2.48l-.74.64A3.15%2C3.15%2C0%2C0%2C1%2C11%2C15.5Zm-6.37-13a.39.39%2C0%2C0%2C0-.22.06l-.74.64c-1.34%2C1.16-.51%2C4.3%2C1.93%2C7.3C7.3%2C12.61%2C9.23%2C14%2C10.74%2C14.09a1.77%2C1.77%2C0%2C0%2C0%2C1.39-.4l.74-.64a.44.44%2C0%2C0%2C0%2C.11-.53l-1.35-1.66a.46.46%2C0%2C0%2C0-.54-.06l-.73.64a.85.85%2C0%2C0%2C1-.64.2C8.88%2C11.55%2C7.52%2C9.91%2C7%2C9.19%2C4.45%2C6.25%2C5.12%2C5.67%2C5.4%2C5.42l.74-.64a.44.44%2C0%2C0%2C0%2C.11-.53L4.91%2C2.59a.45.45%2C0%2C0%2C0-.28-.12Zm1.73%2C4Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-play-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cg%20opacity%3D%220%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpolygon%20points%3D%2213.33%208.09%202.67%2016%202.67%200%2013.33%208.09%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-plus-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%2215.5%207.25%208.75%207.25%208.75%200.5%207.25%200.5%207.25%207.25%200.5%207.25%200.5%208.75%207.25%208.75%207.25%2015.5%208.75%2015.5%208.75%208.75%2015.5%208.75%2015.5%207.25%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-pointer-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M12.93%2C6.72a1.59%2C1.59%2C0%2C0%2C0-.81-.56%2C1.44%2C1.44%2C0%2C0%2C0-1%2C0%2C1.39%2C1.39%2C0%2C0%2C0-.86-.54%2C1.62%2C1.62%2C0%2C0%2C0-1%2C.09%2C1.68%2C1.68%2C0%2C0%2C0-.61-.39A1.39%2C1.39%2C0%2C0%2C0%2C8%2C5.3V3.57a1.48%2C1.48%2C0%2C0%2C0-.46-1.11A1.47%2C1.47%2C0%2C0%2C0%2C6.39%2C2a1.49%2C1.49%2C0%2C0%2C0-1.1.46%2C1.52%2C1.52%2C0%2C0%2C0-.46%2C1.11V7.34a1.39%2C1.39%2C0%2C0%2C0-.73-.08%2C1.74%2C1.74%2C0%2C0%2C0-.72.29%2C1.48%2C1.48%2C0%2C0%2C0-.61%2C1%2C1.53%2C1.53%2C0%2C0%2C0%2C.28%2C1.16l2.56%2C3.61a1.52%2C1.52%2C0%2C0%2C0%2C.56.48%2C1.43%2C1.43%2C0%2C0%2C0%2C.7.18H11a1.54%2C1.54%2C0%2C0%2C0%2C1-.34%2C1.5%2C1.5%2C0%2C0%2C0%2C.55-.88L13.2%2C10a1.29%2C1.29%2C0%2C0%2C0%2C.05-.35v-2A1.53%2C1.53%2C0%2C0%2C0%2C12.93%2C6.72Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M12.12%2C9.64l0%2C.09-.63%2C2.79a.44.44%2C0%2C0%2C1-.14.26.48.48%2C0%2C0%2C1-.29.1H6.87a.43.43%2C0%2C0%2C1-.35-.19L4%2C9.08a.4.4%2C0%2C0%2C1-.06-.44.46.46%2C0%2C0%2C1%2C.34-.26.37.37%2C0%2C0%2C1%2C.4.18l.63.89a.35.35%2C0%2C0%2C0%2C.42.13A.34.34%2C0%2C0%2C0%2C6%2C9.22V3.57a.4.4%2C0%2C0%2C1%2C.21-.39.47.47%2C0%2C0%2C1%2C.43%2C0%2C.39.39%2C0%2C0%2C1%2C.23.39v4.1a.36.36%2C0%2C0%2C0%2C.1.27.37.37%2C0%2C0%2C0%2C.27.11h.16a.38.38%2C0%2C0%2C0%2C.26-.11.34.34%2C0%2C0%2C0%2C.12-.27V6.85A.4.4%2C0%2C0%2C1%2C8%2C6.46a.45.45%2C0%2C0%2C1%2C.42%2C0%2C.4.4%2C0%2C0%2C1%2C.21.39v.82a.34.34%2C0%2C0%2C0%2C.12.27A.38.38%2C0%2C0%2C0%2C9%2C8.05h.16a.38.38%2C0%2C0%2C0%2C.38-.38V7.18a.4.4%2C0%2C0%2C1%2C.21-.39.47.47%2C0%2C0%2C1%2C.43%2C0%2C.39.39%2C0%2C0%2C1%2C.22.39v.49a.38.38%2C0%2C0%2C0%2C.38.38h.14a.38.38%2C0%2C0%2C0%2C.38-.38.37.37%2C0%2C0%2C1%2C.22-.38.42.42%2C0%2C0%2C1%2C.43%2C0%2C.38.38%2C0%2C0%2C1%2C.21.38Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M6.87%2C11.38a.35.35%2C0%2C0%2C0%2C.1.26.3.3%2C0%2C0%2C0%2C.23.11h.14a.32.32%2C0%2C0%2C0%2C.24-.11.39.39%2C0%2C0%2C0%2C.09-.26V9.12a.39.39%2C0%2C0%2C0-.09-.26.32.32%2C0%2C0%2C0-.24-.11H7.2A.3.3%2C0%2C0%2C0%2C7%2C8.86a.35.35%2C0%2C0%2C0-.1.26Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M8.65%2C11.38a.4.4%2C0%2C0%2C0%2C.1.26.3.3%2C0%2C0%2C0%2C.23.11h.14a.36.36%2C0%2C0%2C0%2C.33-.37V9.12a.36.36%2C0%2C0%2C0-.33-.37H9a.3.3%2C0%2C0%2C0-.23.11.4.4%2C0%2C0%2C0-.1.26Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M10.41%2C11.38a.35.35%2C0%2C0%2C0%2C.1.26.3.3%2C0%2C0%2C0%2C.23.11h.14a.3.3%2C0%2C0%2C0%2C.23-.11.35.35%2C0%2C0%2C0%2C.1-.26V9.12a.35.35%2C0%2C0%2C0-.1-.26.3.3%2C0%2C0%2C0-.23-.11h-.14a.3.3%2C0%2C0%2C0-.23.11.35.35%2C0%2C0%2C0-.1.26Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-product_overview-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M.3%2C3.8V20.2H23.7V3.8Zm22%2C15H1.7V5.2H22.3Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%229.5%22%20width%3D%228%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%226.5%22%20width%3D%2218%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2212.5%22%20width%3D%228%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2215.5%22%20width%3D%226%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%229.5%22%20width%3D%228%22%20height%3D%228%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-ratings_reviews-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M.3%2C3.8V19H12.17l-.58%2C3.49L19.15%2C19H23.7V3.8Zm22%2C13.81H18.85l-5.44%2C2.51.42-2.51H1.7V5.2H22.3Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpolygon%20points%3D%223.99%2011.49%205.6%2010.64%207.21%2011.49%206.91%209.7%208.21%208.43%206.41%208.17%205.6%206.54%204.8%208.17%203%208.43%204.3%209.7%203.99%2011.49%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpolygon%20points%3D%2210.39%2011.45%2012%2010.61%2013.61%2011.45%2013.3%209.66%2014.6%208.39%2012.8%208.13%2012%206.5%2011.2%208.13%209.4%208.39%2010.7%209.66%2010.39%2011.45%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpolygon%20points%3D%2216.79%2011.45%2018.4%2010.61%2020.01%2011.45%2019.7%209.66%2021%208.39%2019.2%208.13%2018.4%206.5%2017.59%208.13%2015.79%208.39%2017.09%209.66%2016.79%2011.45%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2213.5%22%20width%3D%2218%22%20height%3D%222%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-recommended-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8.22%2C2.72%2C9.36%2C5l2.55.37a.24.24%2C0%2C0%2C1%2C.13.42L10.2%2C7.62l.44%2C2.53a.25.25%2C0%2C0%2C1-.36.27L8%2C9.22l-2.28%2C1.2a.25.25%2C0%2C0%2C1-.36-.27L5.8%2C7.62%2C4%2C5.82a.24.24%2C0%2C0%2C1%2C.13-.42L6.64%2C5%2C7.78%2C2.72A.25.25%2C0%2C0%2C1%2C8.22%2C2.72Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M8%2C16a.74.74%2C0%2C0%2C1-.55-.26l-1.8-2.25A4.7%2C4.7%2C0%2C0%2C1%2C1.3%2C8.75v-4A4.71%2C4.71%2C0%2C0%2C1%2C6%2C.05h4a4.71%2C4.71%2C0%2C0%2C1%2C4.7%2C4.7v4a4.7%2C4.7%2C0%2C0%2C1-4.35%2C4.69l-1.8%2C2.25A.74.74%2C0%2C0%2C1%2C8%2C16ZM6%2C1.45a3.3%2C3.3%2C0%2C0%2C0-3.3%2C3.3v4A3.3%2C3.3%2C0%2C0%2C0%2C6%2C12.05a.74.74%2C0%2C0%2C1%2C.55.26L8%2C14.13l1.45-1.82a.74.74%2C0%2C0%2C1%2C.55-.26%2C3.3%2C3.3%2C0%2C0%2C0%2C3.3-3.3v-4A3.3%2C3.3%2C0%2C0%2C0%2C10%2C1.45Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-reset-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%224.25%2011%204.25%205%207%205%203.5%201.5%200%205%202.75%205%202.75%2012.5%208.5%2012.5%207%2011%204.25%2011%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpolygon%20points%3D%2213.25%2011%2013.25%203.5%207.5%203.5%209%205%2011.75%205%2011.75%2011%209%2011%2012.5%2014.5%2016%2011%2013.25%2011%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-search-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M15.89%2C14.83l-4.62-4.62a6.18%2C6.18%2C0%2C0%2C0%2C1.34-3.85%2C6.25%2C6.25%2C0%2C1%2C0-6.25%2C6.25%2C6.18%2C6.18%2C0%2C0%2C0%2C3.85-1.34l4.62%2C4.62ZM6.36%2C11.11a4.75%2C4.75%2C0%2C1%2C1%2C4.75-4.75A4.75%2C4.75%2C0%2C0%2C1%2C6.36%2C11.11Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-show_hide-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cg%20opacity%3D%220%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M8%2C3.9c2.33%2C0%2C4.28%2C1.62%2C6.25%2C4.11-2%2C2.47-3.93%2C4.09-6.25%2C4.09S3.72%2C10.48%2C1.75%2C8C3.72%2C5.52%2C5.68%2C3.9%2C8%2C3.9M8%2C2.5C5%2C2.5%2C2.5%2C4.5%2C0%2C8H0c2.5%2C3.5%2C5%2C5.5%2C8%2C5.5s5.5-2%2C8-5.49h0c-2.5-3.5-5-5.5-8-5.5Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3Cpath%20d%3D%22M8%2C6.4A1.6%2C1.6%2C0%2C1%2C1%2C6.4%2C8%2C1.6%2C1.6%2C0%2C0%2C1%2C8%2C6.4M8%2C5a3%2C3%2C0%2C1%2C0%2C3%2C3A3%2C3%2C0%2C0%2C0%2C8%2C5Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-slash-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Crect%20x%3D%220.5%22%20y%3D%227.25%22%20width%3D%2215%22%20height%3D%221.5%22%20transform%3D%22translate%28-2.93%2010.93%29%20rotate%28-60%29%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-thumbs_down-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M13%2C1.55H12a1.74%2C1.74%2C0%2C0%2C0-1%2C.33%2C1.74%2C1.74%2C0%2C0%2C0-1-.33H4A1.7%2C1.7%2C0%2C0%2C0%2C2.3%2C3.18l-1%2C5.44a.62.62%2C0%2C0%2C0%2C0%2C.13A1.7%2C1.7%2C0%2C0%2C0%2C3%2C10.45H5.8v2.3a1.7%2C1.7%2C0%2C0%2C0%2C1.7%2C1.7c1%2C0%2C1.28-1.12%2C1.5-2.11.28-1.28.5-1.89%2C1-1.89a1.74%2C1.74%2C0%2C0%2C0%2C1-.33%2C1.74%2C1.74%2C0%2C0%2C0%2C1%2C.33h1a1.7%2C1.7%2C0%2C0%2C0%2C1.7-1.7V3.25A1.7%2C1.7%2C0%2C0%2C0%2C13%2C1.55Zm-3%2C7.5c-1.71%2C0-2.11%2C1.8-2.37%2C3a8.06%2C8.06%2C0%2C0%2C1-.26%2C1%2C.3.3%2C0%2C0%2C1-.17-.27v-3a.7.7%2C0%2C0%2C0-.7-.7H3a.31.31%2C0%2C0%2C1-.3-.26l1-5.41a.62.62%2C0%2C0%2C0%2C0-.13A.31.31%2C0%2C0%2C1%2C4%2C3h6a.31.31%2C0%2C0%2C1%2C.3.3v5.5A.31.31%2C0%2C0%2C1%2C10%2C9.05Zm3.3-.3a.29.29%2C0%2C0%2C1-.3.3H12a.29.29%2C0%2C0%2C1-.3-.3V3.25A.29.29%2C0%2C0%2C1%2C12%2C3h1a.29.29%2C0%2C0%2C1%2C.3.3Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-thumbs_up-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M13%2C5.55H10.2V3.25a1.7%2C1.7%2C0%2C0%2C0-1.7-1.7c-1%2C0-1.28%2C1.12-1.5%2C2.11-.28%2C1.28-.5%2C1.89-1%2C1.89a1.74%2C1.74%2C0%2C0%2C0-1%2C.33%2C1.74%2C1.74%2C0%2C0%2C0-1-.33H3a1.7%2C1.7%2C0%2C0%2C0-1.7%2C1.7v5.5A1.7%2C1.7%2C0%2C0%2C0%2C3%2C14.45H4a1.74%2C1.74%2C0%2C0%2C0%2C1-.33%2C1.74%2C1.74%2C0%2C0%2C0%2C1%2C.33h6a1.7%2C1.7%2C0%2C0%2C0%2C1.7-1.63l1-5.44a.62.62%2C0%2C0%2C0%2C0-.13A1.7%2C1.7%2C0%2C0%2C0%2C13%2C5.55Zm-9%2C7.5H3a.29.29%2C0%2C0%2C1-.3-.3V7.25A.29.29%2C0%2C0%2C1%2C3%2C7H4a.29.29%2C0%2C0%2C1%2C.3.3v5.5A.29.29%2C0%2C0%2C1%2C4%2C13.05Zm8.31-.43a.62.62%2C0%2C0%2C0%2C0%2C.13.31.31%2C0%2C0%2C1-.3.3H6a.31.31%2C0%2C0%2C1-.3-.3V7.25A.31.31%2C0%2C0%2C1%2C6%2C7c1.71%2C0%2C2.11-1.8%2C2.37-3a8.06%2C8.06%2C0%2C0%2C1%2C.26-1%2C.3.3%2C0%2C0%2C1%2C.17.27v3a.7.7%2C0%2C0%2C0%2C.7.7H13a.31.31%2C0%2C0%2C1%2C.3.26Z%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }
  i.icon.icon-trending-white {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpolygon%20points%3D%2212.14%203.25%2012.14%204.75%2013.33%204.75%208.14%209.94%205.14%206.94%200.11%2011.97%201.17%2013.03%205.14%209.06%208.14%2012.06%2014.39%205.81%2014.39%207%2015.89%207%2015.89%203.25%2012.14%203.25%22%20fill%3D%22%23f2f2f2%22%2F%3E%3C%2Fsvg%3E"); }

.indicator.determinate-bar .indicator-dots span {
  display: inline-block;
  width: .625rem;
  height: .625rem;
  border-radius: .1875rem;
  margin: .3125rem;
  opacity: 0;
  background-color: #b7c3d7; }

.indicator.determinate-bar span:nth-child(1) {
  -webkit-animation: opacityChange 1s ease-in-out infinite;
          animation: opacityChange 1s ease-in-out infinite; }

.indicator.determinate-bar span:nth-child(2) {
  -webkit-animation: opacityChange 1s ease-in-out 0.33s infinite;
          animation: opacityChange 1s ease-in-out 0.33s infinite; }

.indicator.determinate-bar span:nth-child(3) {
  -webkit-animation: opacityChange 1s ease-in-out 0.66s infinite;
          animation: opacityChange 1s ease-in-out 0.66s infinite; }

@-webkit-keyframes opacityChange {
  0%, 100% {
    opacity: 0; }
  60% {
    opacity: 1; } }

@keyframes opacityChange {
  0%, 100% {
    opacity: 0; }
  60% {
    opacity: 1; } }

.indicator.determinate-bar {
  border: 0.0625rem solid #dee7e7;
  background: rgba(45, 40, 77, 0.1);
  width: 50%;
  border-radius: .25rem;
  padding: .0625rem;
  position: relative;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem 0 rgba(45, 40, 77, 0.1);
          box-shadow: inset 0 0.0625rem 0.0625rem 0 rgba(45, 40, 77, 0.1); }
  .indicator.determinate-bar .progress-bar {
    border-radius: .125rem .125rem .125rem .125rem;
    padding: .1875rem 0;
    background-color: #2d7dd2;
    display: block;
    text-align: center;
    font-size: .625rem;
    color: white;
    -webkit-box-shadow: inset 0 0.0625rem 0.0625rem 0 rgba(45, 40, 77, 0.1);
            box-shadow: inset 0 0.0625rem 0.0625rem 0 rgba(45, 40, 77, 0.1); }

.indicator.indeterminate-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: .25rem;
  background: #f2f2f3;
  width: 100vw;
  z-index: 100;
  opacity: 0;
  -webkit-animation: progressBarBackground 3s linear;
          animation: progressBarBackground 3s linear; }

@-webkit-keyframes progressBarBackground {
  0% {
    opacity: 0; }
  4% {
    opacity: 1; }
  98% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes progressBarBackground {
  0% {
    opacity: 0; }
  4% {
    opacity: 1; }
  98% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .indicator.indeterminate-bar::after {
    content: '';
    display: block;
    height: .5rem;
    width: 100vw;
    background: #2d7dd2;
    opacity: 1;
    -webkit-animation: progressBar 3s linear;
            animation: progressBar 3s linear; }

@-webkit-keyframes progressBar {
  0% {
    width: 0vw;
    opacity: 0; }
  4% {
    width: 0vw;
    opacity: 1; }
  10% {
    width: 5vw;
    opacity: 1; }
  10% {
    width: 10vw; }
  20% {
    width: 20vw; }
  30% {
    width: 25vw; }
  40% {
    width: 30vw; }
  50% {
    width: 40vw; }
  60% {
    width: 80vw; }
  70% {
    width: 85vw; }
  80% {
    width: 100vw; }
  90% {
    width: 100vw;
    opacity: 1; }
  100% {
    width: 100vw;
    opacity: 0; } }

@keyframes progressBar {
  0% {
    width: 0vw;
    opacity: 0; }
  4% {
    width: 0vw;
    opacity: 1; }
  10% {
    width: 5vw;
    opacity: 1; }
  10% {
    width: 10vw; }
  20% {
    width: 20vw; }
  30% {
    width: 25vw; }
  40% {
    width: 30vw; }
  50% {
    width: 40vw; }
  60% {
    width: 80vw; }
  70% {
    width: 85vw; }
  80% {
    width: 100vw; }
  90% {
    width: 100vw;
    opacity: 1; }
  100% {
    width: 100vw;
    opacity: 0; } }

.list {
  margin-left: 1.5rem;
  margin-bottom: 2rem; }
  .list > li {
    color: #595458; }
    .list > li ul,
    .list > li ol {
      margin-left: 1rem;
      margin-bottom: 0; }

ul.list > li {
  list-style-type: disc; }
  ul.list > li > ul li {
    list-style-type: circle; }

ol.list > li {
  list-style-type: decimal; }
  ol.list > li > ol li {
    list-style-type: lower-alpha !important; }

.category-container {
  position: relative; }

.indicator-wrapper {
  position: absolute;
  left: -.0625rem;
  top: -.0625rem;
  width: calc(100% + .1875rem);
  height: calc(100% + .1875rem);
  z-index: 102;
  background: #f2f2f3; }
  .indicator-wrapper .indicator {
    margin-top: 10%; }
    .indicator-wrapper .indicator .indeterminate-loop {
      text-align: center;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.indeterminate-loop .indicator-dots span {
  display: inline-block;
  width: .75rem;
  height: .75rem;
  border-radius: 6.25rem;
  margin: 0 .35rem;
  opacity: 0;
  background-color: #404859; }

.indeterminate-loop span:nth-child(1) {
  -webkit-animation: opacityChange 1s ease infinite;
          animation: opacityChange 1s ease infinite; }

.indeterminate-loop span:nth-child(2) {
  -webkit-animation: opacityChange 1s ease 0.2s infinite;
          animation: opacityChange 1s ease 0.2s infinite; }

.indeterminate-loop span:nth-child(3) {
  -webkit-animation: opacityChange 1s ease 0.4s infinite;
          animation: opacityChange 1s ease 0.4s infinite; }

@keyframes opacityChange {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }

.indicator-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 150ms ease 50ms;
  transition: all 150ms ease 50ms; }
  .indicator-wrapper .indicator {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: transform 50ms ease 0ms;
    -webkit-transition: -webkit-transform 50ms ease 0ms;
    transition: -webkit-transform 50ms ease 0ms;
    transition: transform 50ms ease 0ms;
    transition: transform 50ms ease 0ms, -webkit-transform 50ms ease 0ms; }

.indicator-wrapper.indicator-wrapper-activated {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0ms ease 0ms;
  transition: all 0ms ease 0ms; }
  .indicator-wrapper.indicator-wrapper-activated .indicator {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: transform 75ms ease 10ms;
    -webkit-transition: -webkit-transform 75ms ease 10ms;
    transition: -webkit-transform 75ms ease 10ms;
    transition: transform 75ms ease 10ms;
    transition: transform 75ms ease 10ms, -webkit-transform 75ms ease 10ms; }

@-webkit-keyframes fade {
  0% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 1; } }

@-webkit-keyframes scale {
  81% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale {
  81% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.modal-overlay {
  display: block; }
  .modal-overlay .modal-content-wrapper {
    display: block; }
    .modal-overlay .modal-content-wrapper .modal-card {
      display: none; }
      .modal-overlay .modal-content-wrapper .modal-card.modal-content-1 {
        display: block; }

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(89, 84, 88, 0.2);
  overflow: scroll;
  z-index: 1; }
  @media (max-width: 999px) {
    .modal-overlay {
      overflow: hidden; } }
  .modal-overlay.show-modal {
    display: block; }

.modal-content-wrapper {
  position: absolute;
  top: 0%;
  left: calc(50% - 1rem);
  -webkit-transform: translate(-50%, 2rem);
          transform: translate(-50%, 2rem);
  width: 100%;
  max-width: calc(54rem - 2rem);
  margin: 1rem;
  background: #fff; }
  @media (max-width: 999px) {
    .modal-content-wrapper {
      min-height: 100%;
      height: 100%;
      margin: 0;
      top: 0;
      left: 0;
      right: 0;
      border-radius: 0 !important;
      width: 100%;
      max-width: 100%;
      overflow: scroll;
      -webkit-transform: initial;
              transform: initial; } }
  .modal-content-wrapper.card.x3 {
    padding: 2rem; }
    @media (max-width: 999px) {
      .modal-content-wrapper.card.x3 {
        padding: 1rem; } }
  .modal-content-wrapper hr {
    border: none;
    height: .0625rem;
    color: #dee7e7;
    background-color: #dee7e7;
    margin: 1rem 0;
    padding: 0; }
  .modal-content-wrapper .modal-form-title .company-logo .company-logo-wrapper {
    text-align: center; }
    @media (max-width: 999px) {
      .modal-content-wrapper .modal-form-title .company-logo .company-logo-wrapper {
        width: initial;
        height: initial;
        min-height: 5rem;
        position: relative; } }
    .modal-content-wrapper .modal-form-title .company-logo .company-logo-wrapper img {
      display: block;
      margin: 0 auto;
      max-width: 3.75rem;
      max-height: 3.75rem; }
      @media (max-width: 999px) {
        .modal-content-wrapper .modal-form-title .company-logo .company-logo-wrapper img {
          max-width: 5rem;
          max-height: 5rem;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
  .modal-content-wrapper .modal-form-title .company-title {
    padding: 0; }
    .modal-content-wrapper .modal-form-title .company-title .company-title-name span {
      color: #5aa800; }
    .modal-content-wrapper .modal-form-title .company-title .company-title-tagline {
      color: rgba(43, 48, 59, 0.6); }
  @media (max-width: 999px) {
    .modal-content-wrapper .modal-form-title {
      padding: 0; }
      .modal-content-wrapper .modal-form-title .company-title {
        height: initial;
        text-align: center; }
      .modal-content-wrapper .modal-form-title .company-title-name {
        font-size: 1.25rem;
        color: #18171c;
        text-transform: none;
        letter-spacing: -.0125rem;
        line-height: 1.875rem;
        padding: 0 1rem;
        margin-bottom: 0; }
      .modal-content-wrapper .modal-form-title .company-logo {
        margin-bottom: 0rem; }
        .modal-content-wrapper .modal-form-title .company-logo img {
          margin: 1rem auto 2rem; }
      .modal-content-wrapper .modal-form-title .company-title-tagline {
        display: none; } }
  .modal-content-wrapper .modal-form-content .splash-image img {
    width: 100%;
    max-width: 16rem;
    margin: 3rem auto 0;
    display: block; }
  .modal-content-wrapper .modal-form-content .modal-form .input {
    margin-bottom: .5rem; }
    .modal-content-wrapper .modal-form-content .modal-form .input input.is-invalid,
    .modal-content-wrapper .modal-form-content .modal-form .input select.is-invalid {
      outline: none;
      color: #e94d35;
      border: 0.125rem solid #e94d35 !important;
      -webkit-box-shadow: rgba(233, 79, 55, 0.2) 0 0 0 0.125rem;
              box-shadow: rgba(233, 79, 55, 0.2) 0 0 0 0.125rem;
      background-color: #fff; }
    .modal-content-wrapper .modal-form-content .modal-form .input .input-alert-message {
      color: #e94d35;
      font-size: .8125rem;
      margin-top: .125rem;
      padding-left: .5rem; }
      .modal-content-wrapper .modal-form-content .modal-form .input .input-alert-message.message-adjustment {
        margin-top: -.25rem; }
  .modal-content-wrapper .modal-form-content .modal-form .button {
    margin-top: 1rem; }
  .modal-content-wrapper .modal-form-content .modal-form p.modal-form-info {
    font-size: 1rem;
    margin-bottom: .25rem; }
  .modal-content-wrapper .modal-form-content .modal-form p.small {
    color: rgba(43, 48, 59, 0.6);
    margin-bottom: 1rem; }
  .modal-content-wrapper .modal-form-content .modal-form .button {
    width: 100%; }
  @media (max-width: 999px) {
    .modal-content-wrapper .modal-form-content {
      padding-top: 0; }
      .modal-content-wrapper .modal-form-content .modal-form {
        padding-top: 0; }
        .modal-content-wrapper .modal-form-content .modal-form .button {
          margin-top: .5rem; }
        .modal-content-wrapper .modal-form-content .modal-form p.modal-form-info {
          font-size: 1.125rem;
          margin: 0rem 0 .5rem 0;
          line-height: 1.75rem; }
        .modal-content-wrapper .modal-form-content .modal-form p.small {
          display: none; } }
  .modal-content-wrapper .modal-form-footer {
    text-align: center; }
    .modal-content-wrapper .modal-form-footer .content {
      margin: 0 auto;
      max-width: 43.75rem; }
    .modal-content-wrapper .modal-form-footer p.ui {
      color: rgba(43, 48, 59, 0.6);
      font-size: .75rem; }
    .modal-content-wrapper .modal-form-footer .featured-icon {
      display: inline-block;
      margin: .5rem .5rem 0rem .5rem; }
      .modal-content-wrapper .modal-form-footer .featured-icon img {
        position: relative;
        margin-bottom: .625rem; }
    .modal-content-wrapper .modal-form-footer .featured-icon-cnn img {
      width: 2.5rem; }
    .modal-content-wrapper .modal-form-footer .featured-icon-ers img {
      width: 2.5rem; }
    .modal-content-wrapper .modal-form-footer .featured-icon-fortune img {
      width: 4.813rem; }
    .modal-content-wrapper .modal-form-footer .featured-icon-infoweek img {
      width: 9.375rem; }
    .modal-content-wrapper .modal-form-footer .featured-icon-nyt img {
      width: 10.31rem;
      top: .3125rem; }
    .modal-content-wrapper .modal-form-footer .featured-icon-techcrunch img {
      width: 8.375rem;
      top: .0625rem; }
    .modal-content-wrapper .modal-form-footer .featured-icon-wsj img {
      width: 12.63rem; }
    .modal-content-wrapper .modal-form-footer .featured-icon-zd img {
      width: 2.313rem;
      top: .375rem; }

@media (max-width: 999px) {
  .modal-content-1 .company-logo .company-logo-wrapper {
    margin-bottom: 1rem; } }

@media (max-width: 999px) {
  .modal-content-2 .company-title h4 {
    display: none; } }

.modal-content-2 .card.privacy,
.modal-content-2 .blockquote-alt,
.modal-content-2 .blockquote-subtitle {
  max-width: 16rem;
  margin: 0 auto; }

.modal-content-2 .card.privacy {
  background: rgba(90, 168, 0, 0.06);
  border: 0.0625rem solid #5aa800;
  margin-bottom: 2rem;
  margin-top: 2.5rem; }
  .modal-content-2 .card.privacy p.ui {
    background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M13%2C5.3h-.3V3A2.7%2C2.7%2C0%2C0%2C0%2C10%2C.3H6A2.7%2C2.7%2C0%2C0%2C0%2C3.3%2C3V5.3H3A1.7%2C1.7%2C0%2C0%2C0%2C1.3%2C7v7A1.7%2C1.7%2C0%2C0%2C0%2C3%2C15.7H13A1.7%2C1.7%2C0%2C0%2C0%2C14.7%2C14V7A1.7%2C1.7%2C0%2C0%2C0%2C13%2C5.3ZM4.7%2C3A1.3%2C1.3%2C0%2C0%2C1%2C6%2C1.7h4A1.3%2C1.3%2C0%2C0%2C1%2C11.3%2C3V5.3H4.7Zm8.6%2C11a.29.29%2C0%2C0%2C1-.3.3H3a.29.29%2C0%2C0%2C1-.3-.3V7A.29.29%2C0%2C0%2C1%2C3%2C6.7H13a.29.29%2C0%2C0%2C1%2C.3.3Z%22%20fill%3D%22%235AA700%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%228.3%22%20width%3D%226%22%20height%3D%221.4%22%20fill%3D%22%235AA700%22%2F%3E%3Crect%20x%3D%225%22%20y%3D%2211.3%22%20width%3D%226%22%20height%3D%221.4%22%20fill%3D%22%235AA700%22%2F%3E%3C%2Fsvg%3E") 0rem 0rem no-repeat;
    background-size: 1.5rem;
    padding-left: 2.5rem; }
  .modal-content-2 .card.privacy p.small {
    line-height: 1.25rem;
    margin-top: 1rem; }

.modal-content-2 .blockquote-alt {
  line-height: 1.5rem;
  margin-bottom: .5rem; }

.modal-content-2 .blockquote-subtitle {
  color: rgba(43, 48, 59, 0.6);
  line-height: 1.125rem;
  text-align: right;
  margin-top: .5rem; }

.modal-content-2 .xsmall.modal-form-subnote {
  color: rgba(43, 48, 59, 0.6);
  margin-top: 1rem;
  line-height: 1.125rem; }

.modal-content-2 .input {
  margin-bottom: .5rem; }
  .modal-content-2 .input.input-phone {
    margin-bottom: 1.5rem; }

@media (max-width: 999px) {
  .modal-content-2 hr.mobile-toggle {
    display: none; } }

.modal-content-2 .input-phone {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
  .modal-content-2 .input-phone label {
    width: 100%;
    -webkit-box-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
  .modal-content-2 .input-phone .input-phone-num {
    width: auto;
    -webkit-box-flex: 3 0 auto;
    -ms-flex: 3 0 auto;
    flex: 3 0 auto;
    background: #fff;
    padding: .5rem .75rem;
    margin-right: .5rem; }
  .modal-content-2 .input-phone .input-phone-ext {
    -webkit-box-flex: 1 0 6.875rem;
    -ms-flex: 1 0 6.875rem;
    flex: 1 0 6.875rem;
    padding: .5rem;
    background: none; }
    .modal-content-2 .input-phone .input-phone-ext:focus {
      background: none; }

@media (max-width: 999px) {
  .modal-content-2 .modal-form-footer {
    display: none; } }

.modal-content-3 {
  min-height: initial; }
  .modal-content-3 .final-message p {
    margin-bottom: 1.5rem;
    line-height: 1.5rem; }
    .modal-content-3 .final-message p:last-child {
      margin-bottom: 0; }
  @media (max-width: 999px) {
    .modal-content-3 .modal-form-title h4 {
      font-size: 1.25rem;
      color: #18171c;
      text-transform: none;
      letter-spacing: -.0125rem;
      line-height: 1.875rem;
      padding: 0 1rem;
      margin-bottom: 0; } }
  .modal-content-3 .mobile-note {
    display: none; }
    @media (max-width: 999px) {
      .modal-content-3 .mobile-note {
        display: block;
        line-height: 1.5rem;
        margin: 0rem 0 1.5rem;
        color: #2b303b; } }
  @media (max-width: 999px) {
    .modal-content-3 .schedule-call-now label,
    .modal-content-3 .schedule-call-today label {
      margin-bottom: .5rem; } }
  .modal-content-3 .schedule-call-now .button {
    margin-top: 0 !important;
    margin-bottom: 1rem; }

.modal-confirmation p.ui {
  margin-bottom: 1rem; }

.modal-confirmation p.ui.strong {
  margin-bottom: 0; }

.close-button {
  height: 1.625rem;
  width: 1.625rem;
  max-width: 1.625rem;
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  opacity: .5;
  padding: .3125rem;
  z-index: 11; }
  .close-button:before {
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M6.32%2C6.19h0Z%27%20fill%3D%27%23595458%27%2F%3E%3Cpolygon%20points%3D%2714.15%202.84%2013.16%201.85%208%207.01%202.84%201.85%201.85%202.84%207.01%208%201.85%2013.16%202.84%2014.15%208%208.99%2013.16%2014.15%2014.15%2013.16%208.99%208%2014.15%202.84%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E");
    -webkit-transform: translate(-0.0625rem, -0.0625rem);
            transform: translate(-0.0625rem, -0.0625rem);
    display: block;
    width: 1rem;
    height: 1rem; }
  .close-button:hover {
    opacity: 1;
    cursor: pointer; }

.js-stickybit-parent {
  background: #fff; }

.sticky-navigation {
  margin-top: 0 !important;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6.25rem;
  max-width: 75.19rem !important;
  margin: 0 auto 0 !important; }
  .sticky-navigation .sticky-padding {
    padding: 0 2rem; }
    @media all and (min-width: 600px) and (max-width: 999px) {
      .sticky-navigation .sticky-padding {
        padding: 0 1rem; } }
  .sticky-navigation.sticky-navigation-fullwidth {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    z-index: 2;
    background: #fff; }
    @media all and (min-width: 600px) and (max-width: 999px) {
      .sticky-navigation.sticky-navigation-fullwidth {
        padding-bottom: 0; } }
    .sticky-navigation.sticky-navigation-fullwidth .row {
      margin: 0 auto;
      width: calc(100vw - 4rem) !important;
      max-width: 75.06rem !important;
      padding: 0 !important; }
      @media all and (min-width: 600px) and (max-width: 999px) {
        .sticky-navigation.sticky-navigation-fullwidth .row {
          width: calc(100vw - 1.5rem) !important; } }
  @media all and (min-width: 320px) and (max-width: 599px) {
    .sticky-navigation {
      height: 8.125rem; }
      .sticky-navigation > .row {
        margin: 0; }
        .sticky-navigation > .row div:last-child {
          padding: 0; } }
  @media all and (min-width: 600px) and (max-width: 999px) {
    .sticky-navigation {
      height: 8.125rem; }
      .sticky-navigation > .row {
        margin: 0; }
        .sticky-navigation > .row div:last-child {
          padding: 0; } }
  .sticky-navigation .divider {
    opacity: 0; }
    @media all and (min-width: 320px) and (max-width: 599px) {
      .sticky-navigation .divider {
        margin-top: 0 !important; } }
    @media all and (min-width: 600px) and (max-width: 1649px) {
      .sticky-navigation .divider {
        margin-top: 0 !important; } }
  .sticky-navigation.js-is-sticky--change .divider {
    opacity: 1; }
  .sticky-navigation > .row {
    /* flex-start, flex-end, center, baseline, !stretch! */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
    .sticky-navigation > .row .product-title-logo {
      text-align: center;
      height: 6.25rem;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      @media all and (min-width: 320px) and (max-width: 599px) {
        .sticky-navigation > .row .product-title-logo {
          height: 5rem; } }
      @media all and (min-width: 600px) and (max-width: 999px) {
        .sticky-navigation > .row .product-title-logo {
          height: 5rem; } }
      .sticky-navigation > .row .product-title-logo img.product-logo {
        /* !auto! | flex-start | flex-end | center | baseline | stretch */
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        display: inline-block;
        max-width: 9.375rem;
        max-height: 3.75rem;
        margin: 0 auto; }
  @media all and (max-width: 599px) {
    .sticky-navigation .end-sm {
      padding-right: .875rem;
      padding-bottom: .25rem; } }
  @media all and (min-width: 600px) and (max-width: 999px) {
    .sticky-navigation .end-sm {
      padding-right: 1.375rem;
      padding-bottom: 0rem; } }
  .sticky-navigation .product-cta {
    margin: 0; }
    @media all and (max-width: 599px) {
      .sticky-navigation .product-cta {
        padding-right: .25rem;
        padding-bottom: .25rem; } }
  @media all and (max-width: 599px) and (min-width: 600px) and (max-width: 999px) {
    .sticky-navigation .product-cta {
      padding-right: 0; } }
  @media all and (max-width: 599px) and (min-width: 1000px) and (max-width: 1649px) {
    .sticky-navigation .product-cta {
      padding-bottom: 0rem; } }
    .sticky-navigation .product-cta .button {
      margin: 0 .125rem; }
      @media all and (min-width: 320px) and (max-width: 599px) {
        .sticky-navigation .product-cta .button:first-child {
          margin: 0 .125rem 0 0; }
        .sticky-navigation .product-cta .button:nth-child(2) {
          margin: 0 0 0 .125rem; }
        .sticky-navigation .product-cta .button#write-review {
          display: none; } }
      @media all and (min-width: 600px) and (max-width: 999px) {
        .sticky-navigation .product-cta .button {
          -ms-flex: 1;
          -webkit-box-flex: 1 0 0;
          -ms-flex: 1 0 0;
          flex: 1 0 0; }
          .sticky-navigation .product-cta .button:first-child {
            margin: 0 .125rem 0 0; }
          .sticky-navigation .product-cta .button:nth-child(3) {
            margin: 0 0 0 .25rem; }
          .sticky-navigation .product-cta .button#write-review {
            display: block; } }

nav {
  z-index: 101;
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  /* flex-start, flex-end, center, baseline, !stretch! */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  color: #18171c;
  border-bottom: 0.0625rem solid #dee7e7;
  background: #fff; }
  nav .nav-left,
  nav .nav-right {
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    background-color: white; }
    nav .nav-left .nav-category,
    nav .nav-left .nav-phone,
    nav .nav-left .nav-about,
    nav .nav-right .nav-category,
    nav .nav-right .nav-phone,
    nav .nav-right .nav-about {
      border-bottom: 0.125rem solid rgba(24, 23, 28, 0);
      margin: 0 1.25rem 0 0;
      -webkit-box-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      color: #18171c;
      white-space: nowrap; }
      nav .nav-left .nav-category a,
      nav .nav-left .nav-phone a,
      nav .nav-left .nav-about a,
      nav .nav-right .nav-category a,
      nav .nav-right .nav-phone a,
      nav .nav-right .nav-about a {
        color: #18171c; }
      nav .nav-left .nav-category:hover,
      nav .nav-left .nav-phone:hover,
      nav .nav-left .nav-about:hover,
      nav .nav-right .nav-category:hover,
      nav .nav-right .nav-phone:hover,
      nav .nav-right .nav-about:hover {
        cursor: pointer;
        border-bottom: 0.125rem solid #18171c;
        text-decoration: none; }
        nav .nav-left .nav-category:hover a,
        nav .nav-left .nav-phone:hover a,
        nav .nav-left .nav-about:hover a,
        nav .nav-right .nav-category:hover a,
        nav .nav-right .nav-phone:hover a,
        nav .nav-right .nav-about:hover a {
          text-decoration: none; }
        @media all and (min-width: 600px) and (max-width: 999px) {
          nav .nav-left .nav-category:hover,
          nav .nav-left .nav-phone:hover,
          nav .nav-left .nav-about:hover,
          nav .nav-right .nav-category:hover,
          nav .nav-right .nav-phone:hover,
          nav .nav-right .nav-about:hover {
            border-bottom: 0.125rem solid rgba(24, 23, 28, 0); } }
      nav .nav-left .nav-category.nav-phone,
      nav .nav-left .nav-phone.nav-phone,
      nav .nav-left .nav-about.nav-phone,
      nav .nav-right .nav-category.nav-phone,
      nav .nav-right .nav-phone.nav-phone,
      nav .nav-right .nav-about.nav-phone {
        margin-right: 0; }
        nav .nav-left .nav-category.nav-phone:hover,
        nav .nav-left .nav-phone.nav-phone:hover,
        nav .nav-left .nav-about.nav-phone:hover,
        nav .nav-right .nav-category.nav-phone:hover,
        nav .nav-right .nav-phone.nav-phone:hover,
        nav .nav-right .nav-about.nav-phone:hover {
          border-bottom: 0.125rem solid rgba(24, 23, 28, 0); }
          nav .nav-left .nav-category.nav-phone:hover a,
          nav .nav-left .nav-phone.nav-phone:hover a,
          nav .nav-left .nav-about.nav-phone:hover a,
          nav .nav-right .nav-category.nav-phone:hover a,
          nav .nav-right .nav-phone.nav-phone:hover a,
          nav .nav-right .nav-about.nav-phone:hover a {
            color: #fff; }
            nav .nav-left .nav-category.nav-phone:hover a::before,
            nav .nav-left .nav-phone.nav-phone:hover a::before,
            nav .nav-left .nav-about.nav-phone:hover a::before,
            nav .nav-right .nav-category.nav-phone:hover a::before,
            nav .nav-right .nav-phone.nav-phone:hover a::before,
            nav .nav-right .nav-about.nav-phone:hover a::before {
              content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23231c18%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M11%2C15.21h-.34c-1.9-.17-4.14-1.67-6.14-4.13C1.4%2C7.29.69%2C3.58%2C2.71%2C1.83l.74-.64a1.75%2C1.75%2C0%2C0%2C1%2C1.3-.4A1.81%2C1.81%2C0%2C0%2C1%2C6%2C1.43L7.33%2C3.08a1.83%2C1.83%2C0%2C0%2C1-.28%2C2.48L6.59%2C6A11.16%2C11.16%2C0%2C0%2C0%2C8%2C8l0%2C0a12.06%2C12.06%2C0%2C0%2C0%2C1.67%2C1.8l.44-.38a1.82%2C1.82%2C0%2C0%2C1%2C2.54.24l1.34%2C1.65a1.82%2C1.82%2C0%2C0%2C1-.27%2C2.47l-.74.64A3.1%2C3.1%2C0%2C0%2C1%2C11%2C15.21Zm-6.37-13a.39.39%2C0%2C0%2C0-.22.06l-.74.64c-1.34%2C1.16-.51%2C4.29%2C1.93%2C7.29%2C1.74%2C2.14%2C3.68%2C3.49%2C5.18%2C3.62a1.77%2C1.77%2C0%2C0%2C0%2C1.39-.39l.74-.64a.45.45%2C0%2C0%2C0%2C.11-.54l-1.35-1.65a.36.36%2C0%2C0%2C0-.26-.12.39.39%2C0%2C0%2C0-.27.06l-.74.64a.8.8%2C0%2C0%2C1-.64.19C8.88%2C11.27%2C7.52%2C9.63%2C7%2C8.91%2C4.44%2C6%2C5.11%2C5.38%2C5.4%2C5.14l.74-.64A.45.45%2C0%2C0%2C0%2C6.24%2C4L4.9%2C2.31a.4.4%2C0%2C0%2C0-.27-.12Zm1.74%2C4h0Z%27%20fill%3D%27%2329339b%27%2F%3E%3C%2Fsvg%3E"); }
        nav .nav-left .nav-category.nav-phone:hover .phone-number-desktop,
        nav .nav-left .nav-phone.nav-phone:hover .phone-number-desktop,
        nav .nav-left .nav-about.nav-phone:hover .phone-number-desktop,
        nav .nav-right .nav-category.nav-phone:hover .phone-number-desktop,
        nav .nav-right .nav-phone.nav-phone:hover .phone-number-desktop,
        nav .nav-right .nav-about.nav-phone:hover .phone-number-desktop {
          color: #18171c; }
      nav .nav-left .nav-category.nav-category-active,
      nav .nav-left .nav-phone.nav-category-active,
      nav .nav-left .nav-about.nav-category-active,
      nav .nav-right .nav-category.nav-category-active,
      nav .nav-right .nav-phone.nav-category-active,
      nav .nav-right .nav-about.nav-category-active {
        border-bottom: 0.125rem solid #18171c; }

.nav-left {
  padding: 0 0 0 1.5rem; }
  @media all and (min-width: 600px) and (max-width: 999px) {
    .nav-left {
      padding: 0; } }
  @media all and (min-width: 320px) and (max-width: 599px) {
    .nav-left {
      padding: 0; } }
  .nav-left .nav-logo {
    -webkit-box-flex: 0 1 11.25rem;
    -ms-flex: 0 1 11.25rem;
    flex: 0 1 11.25rem;
    max-width: 11.25rem;
    display: inline-block;
    margin: 0 1.25rem 0 0;
    padding: 1.25rem 0rem 1.25rem 0; }
    @media all and (min-width: 600px) and (max-width: 999px) {
      .nav-left .nav-logo {
        display: none; } }
    @media all and (min-width: 320px) and (max-width: 599px) {
      .nav-left .nav-logo {
        display: none; } }
    .nav-left .nav-logo img {
      width: 100%; }
    .nav-left .nav-logo:hover {
      border: none;
      cursor: pointer; }
  .nav-left .nav-mobile-logo {
    display: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 8.75rem;
            flex: 0 1 8.75rem;
    max-width: 8.75rem;
    height: 3.063rem;
    margin-left: 0;
    padding: .125rem 0; }
    @media all and (min-width: 600px) and (max-width: 999px) {
      .nav-left .nav-mobile-logo {
        display: block; } }
    @media all and (min-width: 320px) and (max-width: 599px) {
      .nav-left .nav-mobile-logo {
        display: block; } }
  .nav-left .nav-mobile-hamburger {
    display: none;
    height: 1rem;
    width: 1rem;
    max-width: 1rem;
    -webkit-box-flex: 1 0 1rem;
    -ms-flex: 1 0 1rem;
    flex: 1 0 1rem;
    padding: 1.25rem .9375rem 1.25rem 0;
    padding: 1.5rem 1rem 1.5rem 1.5rem;
    /* !auto! | flex-start | flex-end | center | baseline | stretch */
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 1rem; }
    .nav-left .nav-mobile-hamburger::before {
      content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Crect%20y%3D%277.3%27%20width%3D%2716%27%20height%3D%271.4%27%20fill%3D%27%23595458%27%2F%3E%3Crect%20y%3D%2712.3%27%20width%3D%2716%27%20height%3D%271.4%27%20fill%3D%27%23595458%27%2F%3E%3Crect%20y%3D%272.3%27%20width%3D%2716%27%20height%3D%271.4%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E");
      height: 1rem;
      width: 1rem;
      -webkit-transform: translateY(0) scale(1.2);
              transform: translateY(0) scale(1.2);
      display: block; }
    .nav-left .nav-mobile-hamburger.nav-mobile-hamburger-close:before {
      content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M6.32%2C6.19h0Z%27%20fill%3D%27%23595458%27%2F%3E%3Cpolygon%20points%3D%2714.15%202.84%2013.16%201.85%208%207.01%202.84%201.85%201.85%202.84%207.01%208%201.85%2013.16%202.84%2014.15%208%208.99%2013.16%2014.15%2014.15%2013.16%208.99%208%2014.15%202.84%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E"); }
    @media all and (min-width: 600px) and (max-width: 999px) {
      .nav-left .nav-mobile-hamburger {
        display: inline-block; } }
    @media all and (min-width: 320px) and (max-width: 599px) {
      .nav-left .nav-mobile-hamburger {
        display: inline-block; } }
  .nav-left .nav-category {
    padding: 1.25rem .625rem 1.25rem 0; }
    @media all and (min-width: 320px) and (max-width: 599px) {
      .nav-left .nav-category {
        display: none; } }
    @media all and (min-width: 600px) and (max-width: 999px) {
      .nav-left .nav-category {
        display: none; } }
    .nav-left .nav-category::after {
      content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon_chevron_typo%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpolygon%20points%3D%276.5%2012.49%205.5%2011.51%209.01%208%205.5%204.5%206.5%203.5%2010.99%208%206.5%2012.49%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E");
      height: 1rem;
      width: 1rem;
      display: inline-block;
      position: relative;
      top: .25rem;
      left: .5rem;
      -webkit-transform: scale(1.5) rotate(90deg);
              transform: scale(1.5) rotate(90deg);
      -webkit-transition: all ease 200ms 50ms;
      transition: all ease 200ms 50ms; }
    .nav-left .nav-category.nav-category-active::after {
      -webkit-transform: scale(1.5) rotate(-90deg);
              transform: scale(1.5) rotate(-90deg);
      -webkit-transition: all ease 200ms 50ms;
      transition: all ease 200ms 50ms; }

.nav-right {
  /* !flex-start!, flex-end, center, space-between, space-around */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0 1.5rem 0 0; }
  .nav-right .nav-phone {
    padding: 1.25rem 0;
    margin-right: .9375rem !important; }
    .nav-right .nav-phone .phone-number-mobile {
      display: none; }
    .nav-right .nav-phone .phone-number-desktop::before {
      content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M11%2C15.21h-.34c-1.9-.17-4.14-1.67-6.14-4.13C1.4%2C7.29.69%2C3.58%2C2.71%2C1.83l.74-.64a1.75%2C1.75%2C0%2C0%2C1%2C1.3-.4A1.81%2C1.81%2C0%2C0%2C1%2C6%2C1.43L7.33%2C3.08a1.83%2C1.83%2C0%2C0%2C1-.28%2C2.48L6.59%2C6A11.16%2C11.16%2C0%2C0%2C0%2C8%2C8l0%2C0a12.06%2C12.06%2C0%2C0%2C0%2C1.67%2C1.8l.44-.38a1.82%2C1.82%2C0%2C0%2C1%2C2.54.24l1.34%2C1.65a1.82%2C1.82%2C0%2C0%2C1-.27%2C2.47l-.74.64A3.1%2C3.1%2C0%2C0%2C1%2C11%2C15.21Zm-6.37-13a.39.39%2C0%2C0%2C0-.22.06l-.74.64c-1.34%2C1.16-.51%2C4.29%2C1.93%2C7.29%2C1.74%2C2.14%2C3.68%2C3.49%2C5.18%2C3.62a1.77%2C1.77%2C0%2C0%2C0%2C1.39-.39l.74-.64a.45.45%2C0%2C0%2C0%2C.11-.54l-1.35-1.65a.36.36%2C0%2C0%2C0-.26-.12.39.39%2C0%2C0%2C0-.27.06l-.74.64a.8.8%2C0%2C0%2C1-.64.19C8.88%2C11.27%2C7.52%2C9.63%2C7%2C8.91%2C4.44%2C6%2C5.11%2C5.38%2C5.4%2C5.14l.74-.64A.45.45%2C0%2C0%2C0%2C6.24%2C4L4.9%2C2.31a.4.4%2C0%2C0%2C0-.27-.12Zm1.74%2C4h0Z%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E");
      -webkit-transform: translate(-0.25rem, 0.25rem);
      transform: translate(-0.25rem, 0.25rem);
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      width: 1rem;
      height: 1rem; }
  @media all and (min-width: 600px) and (max-width: 999px) {
    .nav-right {
      padding: 0 .75rem 0 0; }
      .nav-right .nav-phone {
        margin: 0 !important;
        padding: 0; }
        .nav-right .nav-phone .phone-number-desktop {
          display: none; }
        .nav-right .nav-phone .phone-number-mobile {
          display: block;
          margin-right: 0 !important;
          color: #fff; }
          .nav-right .nav-phone .phone-number-mobile:before {
            content: url("data:image/svg+xml;charset=UTF-8,   %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M11%2C15.21h-.34c-1.9-.17-4.14-1.67-6.14-4.13C1.4%2C7.29.69%2C3.58%2C2.71%2C1.83l.74-.64a1.75%2C1.75%2C0%2C0%2C1%2C1.3-.4A1.81%2C1.81%2C0%2C0%2C1%2C6%2C1.43L7.33%2C3.08a1.83%2C1.83%2C0%2C0%2C1-.28%2C2.48L6.59%2C6A11.16%2C11.16%2C0%2C0%2C0%2C8%2C8l0%2C0a12.06%2C12.06%2C0%2C0%2C0%2C1.67%2C1.8l.44-.38a1.82%2C1.82%2C0%2C0%2C1%2C2.54.24l1.34%2C1.65a1.82%2C1.82%2C0%2C0%2C1-.27%2C2.47l-.74.64A3.1%2C3.1%2C0%2C0%2C1%2C11%2C15.21Zm-6.37-13a.39.39%2C0%2C0%2C0-.22.06l-.74.64c-1.34%2C1.16-.51%2C4.29%2C1.93%2C7.29%2C1.74%2C2.14%2C3.68%2C3.49%2C5.18%2C3.62a1.77%2C1.77%2C0%2C0%2C0%2C1.39-.39l.74-.64a.45.45%2C0%2C0%2C0%2C.11-.54l-1.35-1.65a.36.36%2C0%2C0%2C0-.26-.12.39.39%2C0%2C0%2C0-.27.06l-.74.64a.8.8%2C0%2C0%2C1-.64.19C8.88%2C11.27%2C7.52%2C9.63%2C7%2C8.91%2C4.44%2C6%2C5.11%2C5.38%2C5.4%2C5.14l.74-.64A.45.45%2C0%2C0%2C0%2C6.24%2C4L4.9%2C2.31a.4.4%2C0%2C0%2C0-.27-.12Zm1.74%2C4h0Z%27%20fill%3D%27%23FFFFFF%27%2F%3E%3C%2Fsvg%3E");
            width: 1rem;
            height: 1rem;
            display: inline-block;
            -webkit-transform: translate(-0.25rem, 0.25rem);
            transform: translate(-0.25rem, 0.25rem); } }
  @media all and (min-width: 320px) and (max-width: 599px) {
    .nav-right {
      margin: 0;
      padding: 0 .75rem 0 0; }
      .nav-right .nav-phone {
        margin: 0 !important;
        padding: 0; }
        .nav-right .nav-phone .phone-number-desktop {
          display: none; }
        .nav-right .nav-phone .phone-number-mobile {
          display: block;
          color: #fff; }
          .nav-right .nav-phone .phone-number-mobile:before {
            display: none; } }
  .nav-right .nav-about {
    padding: 1.5rem 0 1.25rem; }
    @media all and (min-width: 600px) and (max-width: 999px) {
      .nav-right .nav-about {
        display: none; } }
    @media all and (min-width: 320px) and (max-width: 599px) {
      .nav-right .nav-about {
        display: none; } }

.nav-content {
  z-index: 100;
  position: absolute;
  left: 1.563rem;
  border-top: 0;
  font-size: .8125rem;
  overflow: hidden;
  visibility: hidden;
  top: 0rem;
  max-height: 0vh; }
  @media all and (min-width: 600px) and (max-width: 999px) {
    .nav-content {
      width: calc(100vw - 2.5rem);
      max-width: calc(100vw - 2.5rem); } }
  @media all and (min-width: 1000px) and (max-width: 1649px) {
    .nav-content {
      width: calc(100vw - 3.125rem);
      max-width: calc(100vw - 3.125rem); } }
  .nav-content ul {
    margin-top: .5rem;
    margin-bottom: 2rem;
    color: #595458; }
    .nav-content ul li {
      margin: 0 0 1rem 1.5rem;
      line-height: 1.5; }
  .nav-content.nav-showing {
    background: #ffffff;
    border: .0625rem solid #aaa;
    border-top: 0;
    visibility: visible;
    top: 2.5rem;
    max-height: 999vh; }
    .nav-content.nav-showing .nav-content-wrapper li {
      opacity: 1; }
  .nav-content div.nav-content-wrapper {
    padding: 1rem; }
    .nav-content div.nav-content-wrapper h5.nav-content-title {
      color: #18171c;
      margin: .625rem 0 0rem 0;
      padding: 0; }
    .nav-content div.nav-content-wrapper li {
      padding: .25rem 0;
      margin: 0;
      list-style-type: none !important;
      opacity: 0; }
      .nav-content div.nav-content-wrapper li::before {
        content: "";
        display: none; }
      .nav-content div.nav-content-wrapper li.nav-content-letter:not(:first-of-type) {
        margin-top: .3125rem;
        padding-bottom: 0; }
      .nav-content div.nav-content-wrapper li.nav-content-letter h5 {
        margin: 0;
        color: #18171c; }
      .nav-content div.nav-content-wrapper li.nav-content-item a {
        display: block;
        color: #595458;
        text-decoration: none; }
      .nav-content div.nav-content-wrapper li.nav-content-item:hover a {
        color: #083cf7; }
    .nav-content div.nav-content-wrapper .nav-content-close {
      height: 1.625rem;
      width: 1.625rem;
      max-width: 1.625rem;
      display: inline-block;
      position: absolute;
      right: .9375rem;
      top: .9375rem;
      opacity: .5;
      padding: .3125rem; }
      .nav-content div.nav-content-wrapper .nav-content-close:before {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M6.32%2C6.19h0Z%27%20fill%3D%27%23595458%27%2F%3E%3Cpolygon%20points%3D%2714.15%202.84%2013.16%201.85%208%207.01%202.84%201.85%201.85%202.84%207.01%208%201.85%2013.16%202.84%2014.15%208%208.99%2013.16%2014.15%2014.15%2013.16%208.99%208%2014.15%202.84%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E");
        -webkit-transform: translate(-0.0625rem, -0.0625rem);
                transform: translate(-0.0625rem, -0.0625rem);
        display: block;
        width: 1rem;
        height: 1rem; }
      .nav-content div.nav-content-wrapper .nav-content-close:hover {
        opacity: 1;
        cursor: pointer; }

.nav-content-more div.nav-content-wrapper {
  padding: 2rem 2rem 0rem 2rem;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column; }
  .nav-content-more div.nav-content-wrapper div.nav-content-column {
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 90%; }
    .nav-content-more div.nav-content-wrapper div.nav-content-column > ul {
      width: 100%;
      -webkit-column-count: 6;
         -moz-column-count: 6;
              column-count: 6;
      -webkit-column-width: 14.38rem;
         -moz-column-width: 14.38rem;
              column-width: 14.38rem; }

.nav-content-other div.nav-content-wrapper {
  padding: 2rem 2rem 0rem 2rem; }
  .nav-content-other div.nav-content-wrapper div.nav-content-column ul.nav-content-column-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
    -webkit-column-width: 13.75rem;
       -moz-column-width: 13.75rem;
            column-width: 13.75rem;
    height: 100%; }

.nav-content-mobile {
  display: none;
  position: absolute;
  top: 1.75rem;
  background: white;
  z-index: 10;
  border: 0;
  width: 100%;
  margin: 0;
  padding: 1.25rem 0 0 0; }
  .nav-content-mobile ul {
    border-bottom: 0.0625rem solid #dee7e7;
    padding: 1rem 1rem 1rem 1rem;
    margin-bottom: 0;
    margin-left: .5rem;
    margin-right: .625rem; }
    .nav-content-mobile ul li {
      margin: 0 0 .3125rem 0; }
      .nav-content-mobile ul li::before {
        display: none;
        margin: 0; }
  @media all and (min-width: 600px) and (max-width: 999px) {
    .nav-content-mobile.mobile-nav-showing {
      display: block; } }
  @media all and (min-width: 320px) and (max-width: 599px) {
    .nav-content-mobile.mobile-nav-showing {
      display: block; } }

body::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s; }

body.active-light::before {
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.75); }

body.active-dark::before {
  visibility: visible;
  opacity: 1;
  background-color: rgba(89, 84, 88, 0.2); }

.pagination {
  margin: 0 auto; }
  .pagination .pagination-text,
  .pagination .pagination-navigate {
    text-align: center;
    /* !flex-start!, flex-end, center, space-between, space-around */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
  .pagination .pagination-text {
    padding: .375rem 0 0 0rem; }
    .pagination .pagination-text span {
      font-weight: bold; }
  .pagination .pagination-navigate .pagination-arrows {
    opacity: .8;
    padding: .625rem 0rem;
    margin: 0 .3125rem;
    cursor: default;
    max-width: 2rem; }
    .pagination .pagination-navigate .pagination-arrows::after {
      content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3EIcon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M8%2C15.7A7.7%2C7.7%2C0%2C1%2C1%2C15.7%2C8%2C7.7%2C7.7%2C0%2C0%2C1%2C8%2C15.7Zm0-14A6.3%2C6.3%2C0%2C1%2C0%2C14.3%2C8%2C6.31%2C6.31%2C0%2C0%2C0%2C8%2C1.7Z%27%20fill%3D%27%23595458%27%2F%3E%3Cpolygon%20points%3D%277.25%2011.49%206.26%2010.51%208.76%208%206.26%205.5%207.25%204.5%2010.74%208%207.25%2011.49%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E");
      display: block;
      position: relative;
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-transform-origin: .5rem .5rem;
              transform-origin: .5rem .5rem;
      max-width: 1rem; }
    .pagination .pagination-navigate .pagination-arrows.pagination-arrows-left::after {
      -webkit-transform: rotate(180deg) scale(2);
              transform: rotate(180deg) scale(2); }
    .pagination .pagination-navigate .pagination-arrows.pagination-arrows-right::after {
      -webkit-transform: rotate(0deg) scale(2);
              transform: rotate(0deg) scale(2); }
    .pagination .pagination-navigate .pagination-arrows.pagination-arrows-inactive {
      opacity: .2; }
      .pagination .pagination-navigate .pagination-arrows.pagination-arrows-inactive:hover::after {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3EIcon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M8%2C15.7A7.7%2C7.7%2C0%2C1%2C1%2C15.7%2C8%2C7.7%2C7.7%2C0%2C0%2C1%2C8%2C15.7Zm0-14A6.3%2C6.3%2C0%2C1%2C0%2C14.3%2C8%2C6.31%2C6.31%2C0%2C0%2C0%2C8%2C1.7Z%27%20fill%3D%27%23595458%27%2F%3E%3Cpolygon%20points%3D%277.25%2011.49%206.26%2010.51%208.76%208%206.26%205.5%207.25%204.5%2010.74%208%207.25%2011.49%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E");
        display: block; }
    .pagination .pagination-navigate .pagination-arrows:focus {
      outline: none; }
  .pagination .pagination-navigate .pagination-arrows:hover {
    cursor: pointer;
    opacity: 1; }
    .pagination .pagination-navigate .pagination-arrows:hover.pagination-arrows-inactive {
      cursor: default;
      opacity: .2; }

.pagination .pagination-arrows:after {
  -webkit-transform: scale(2);
          transform: scale(2); }

.placeholder {
  border: 0.0625rem solid #dee7e7;
  border-radius: .25rem;
  overflow: hidden; }
  .placeholder .row {
    margin: 0;
    padding: 1rem 0; }
  .placeholder .placeholder__loading {
    border-radius: .25rem;
    width: 100%; }
    .placeholder .placeholder__loading > div {
      background-color: rgba(165, 165, 165, 0.3);
      border-radius: .25rem;
      margin: 0 0 .625rem 0; }
    .placeholder .placeholder__loading--box {
      height: 7.5rem; }
    .placeholder .placeholder__loading--button {
      height: 2.188rem; }
    .placeholder .placeholder__loading--line {
      height: .625rem; }
      .placeholder .placeholder__loading--line:nth-child(1) {
        width: 95%; }
      .placeholder .placeholder__loading--line:nth-child(5) {
        width: 95%; }
      .placeholder .placeholder__loading--line:nth-child(9) {
        width: 95%; }
      .placeholder .placeholder__loading--line:nth-child(2) {
        width: 75%; }
      .placeholder .placeholder__loading--line:nth-child(6) {
        width: 75%; }
      .placeholder .placeholder__loading--line:nth-child(10) {
        width: 75%; }
      .placeholder .placeholder__loading--line:nth-child(3) {
        width: 80%; }
      .placeholder .placeholder__loading--line:nth-child(7) {
        width: 80%; }
      .placeholder .placeholder__loading--line:nth-child(4) {
        width: 45%; }
      .placeholder .placeholder__loading--line:nth-child(8) {
        width: 45%; }

.placeholder.placeholder-swiping .row {
  position: relative; }
  .placeholder.placeholder-swiping .row::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation 1.5s linear infinite;
            animation: phAnimation 1.5s linear infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(54%, rgba(255, 255, 255, 0))) 50% 50%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%; }

@-webkit-keyframes phAnimation {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0); }
  100% {
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0); } }

@keyframes phAnimation {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0); }
  100% {
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0); } }

.placeholder-demo .placeholder-populated {
  display: block; }

.placeholder-demo .placeholder-swiping {
  display: none; }

.placeholder-demo .indicator {
  display: none; }

.placeholder-demo {
  width: 100%;
  max-width: 75.06rem;
  margin: 3rem auto; }
  .placeholder-demo .filter-controls .filter-controls-counter,
  .placeholder-demo .filter-controls .filter-controls-sorting,
  .placeholder-demo .filter-controls .filter-controls-title {
    padding-bottom: 0; }
  .placeholder-demo .filter-controls .filter-controls-sorting .input {
    margin-bottom: 0; }
  .placeholder-demo .filter-results {
    height: 100%; }
    .placeholder-demo .filter-results .placeholder {
      margin: 0 0 1rem 0; }
    .placeholder-demo .filter-results .placeholder-populated img {
      width: 100%;
      display: block;
      max-width: 7.5rem;
      max-height: 7.5rem;
      margin: 0 auto; }
    .placeholder-demo .filter-results .placeholder-populated .button {
      width: 100%;
      margin-bottom: .5rem; }

.product-card {
  padding: 1rem;
  margin: 1rem 0;
  -webkit-box-shadow: 0 0.125rem 0.125rem 0 rgba(45, 40, 77, 0.2), 0 0 0 0.0625rem rgba(45, 40, 77, 0.07);
          box-shadow: 0 0.125rem 0.125rem 0 rgba(45, 40, 77, 0.2), 0 0 0 0.0625rem rgba(45, 40, 77, 0.07); }
  .product-card .tooltip {
    float: none; }
  .product-card:hover {
    cursor: default; }

.product-card .product-card-buttons button.product-button-price,
.product-card .product-card-buttons button.product-button-demo,
.product-card .product-card-buttons a.product-button-learn-more,
.product-card .product-cta {
  opacity: 1;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }
  @media not all and (pointer: coarse) {
    .product-card .product-card-buttons button.product-button-price,
    .product-card .product-card-buttons button.product-button-demo,
    .product-card .product-card-buttons a.product-button-learn-more,
    .product-card .product-cta {
      opacity: 0; } }
  @media all and (min-width: 600px) and (max-width: 999px) {
    .product-card .product-card-buttons button.product-button-price,
    .product-card .product-card-buttons button.product-button-demo,
    .product-card .product-card-buttons a.product-button-learn-more,
    .product-card .product-cta {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
      .product-card .product-card-buttons button.product-button-price .button-icon-dollar::before,
      .product-card .product-card-buttons button.product-button-price .button-icon-demo::before,
      .product-card .product-card-buttons button.product-button-demo .button-icon-dollar::before,
      .product-card .product-card-buttons button.product-button-demo .button-icon-demo::before,
      .product-card .product-card-buttons a.product-button-learn-more .button-icon-dollar::before,
      .product-card .product-card-buttons a.product-button-learn-more .button-icon-demo::before,
      .product-card .product-cta .button-icon-dollar::before,
      .product-card .product-cta .button-icon-demo::before {
        display: none; } }
  @media all and (max-width: 599px) {
    .product-card .product-card-buttons button.product-button-price,
    .product-card .product-card-buttons button.product-button-demo,
    .product-card .product-card-buttons a.product-button-learn-more,
    .product-card .product-cta {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
      .product-card .product-card-buttons button.product-button-price a,
      .product-card .product-card-buttons button.product-button-demo a,
      .product-card .product-card-buttons a.product-button-learn-more a,
      .product-card .product-cta a {
        display: none !important; }
      .product-card .product-card-buttons button.product-button-price .button-icon-dollar::before,
      .product-card .product-card-buttons button.product-button-price .button-icon-demo::before,
      .product-card .product-card-buttons button.product-button-demo .button-icon-dollar::before,
      .product-card .product-card-buttons button.product-button-demo .button-icon-demo::before,
      .product-card .product-card-buttons a.product-button-learn-more .button-icon-dollar::before,
      .product-card .product-card-buttons a.product-button-learn-more .button-icon-demo::before,
      .product-card .product-cta .button-icon-dollar::before,
      .product-card .product-cta .button-icon-demo::before {
        display: none; } }

.product-card:hover {
  -webkit-box-shadow: 0 0.1875rem 0.3125rem -0.0625rem rgba(45, 40, 77, 0.25), 0 0.375rem 0.625rem 0 rgba(45, 40, 77, 0.07), 0 0.0625rem 1.125rem 0 rgba(45, 40, 77, 0.06);
          box-shadow: 0 0.1875rem 0.3125rem -0.0625rem rgba(45, 40, 77, 0.25), 0 0.375rem 0.625rem 0 rgba(45, 40, 77, 0.07), 0 0.0625rem 1.125rem 0 rgba(45, 40, 77, 0.06); }
  .product-card:hover .product-card-buttons button.product-button-price,
  .product-card:hover .product-card-buttons button.product-button-demo,
  .product-card:hover .product-card-buttons a.product-button-learn-more,
  .product-card:hover .product-cta {
    opacity: 1;
    -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

.product-card-overview .product-card-logo img {
  display: block;
  width: 100%;
  max-width: 6.25rem;
  max-height: 6.25rem;
  margin: .5rem auto 0; }

.product-card-overview .product-card-logo .product-title-mobile {
  display: none; }

@media all and (min-width: 600px) and (max-width: 999px) {
  .product-card-overview .product-card-logo {
    position: absolute;
    min-height: 5rem;
    max-width: 5rem;
    margin-left: 1rem;
    padding-left: 0 !important; }
    .product-card-overview .product-card-logo a {
      border: 0.0625rem solid rgba(255, 255, 255, 0); }
    .product-card-overview .product-card-logo img {
      margin-top: 0;
      max-width: 4.375rem;
      max-height: 4.375rem; } }

@media all and (max-width: 599px) {
  .product-card-overview .product-card-logo .content {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    /* flex-start, flex-end, center, baseline, !stretch! */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
    .product-card-overview .product-card-logo .content a {
      display: inline-block;
      color: #083cf7; }
    .product-card-overview .product-card-logo .content img {
      margin: 0;
      max-width: 4.375rem;
      max-height: 4.375rem; }
    .product-card-overview .product-card-logo .content p.product-title-mobile {
      display: inline-block;
      font-weight: bold;
      margin-left: 1rem; } }

.product-card-overview .product-card-content .product-title {
  font-weight: bold; }
  .product-card-overview .product-card-content .product-title a {
    color: #083cf7; }
    .product-card-overview .product-card-content .product-title a:hover {
      color: #052494;
      text-decoration: none; }

.product-card-overview .product-card-content .product-description {
  margin-bottom: .5rem;
  line-height: 1.25rem; }
  .product-card-overview .product-card-content .product-description a {
    color: #083cf7; }
    .product-card-overview .product-card-content .product-description a:hover {
      color: #052494;
      text-decoration: none; }

@media all and (min-width: 600px) and (max-width: 999px) {
  .product-card-overview .product-card-content .product-title,
  .product-card-overview .product-card-content .product-description {
    margin-left: 6rem; }
  .product-card-overview .product-card-content .product-description {
    margin-bottom: .5rem; } }

@media all and (max-width: 599px) {
  .product-card-overview .product-card-content {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    margin-top: 1rem; }
    .product-card-overview .product-card-content .product-title.product-title-desktop {
      display: none; } }

.product-card-overview .product-card-content .product-description {
  margin-bottom: 1.25rem; }

.product-card-overview .product-scores > div {
  margin-bottom: 0rem; }
  .product-card-overview .product-scores > div p {
    margin-bottom: 0; }
  @media all and (min-width: 600px) and (max-width: 999px) {
    .product-card-overview .product-scores > div {
      margin-top: .375rem; } }

.product-card-overview .product-scores .stars .star {
  margin: .125rem 0rem .125rem 0;
  -webkit-transform: scale(1);
          transform: scale(1); }

.product-card-overview .product-scores .stars .star-label {
  position: relative;
  margin-left: .25rem; }
  .product-card-overview .product-scores .stars .star-label a {
    color: #083cf7;
    white-space: nowrap; }
    .product-card-overview .product-scores .stars .star-label a:hover {
      color: #052494;
      text-decoration: none; }
  @media all and (max-width: 599px) {
    .product-card-overview .product-scores .stars .star-label .star-label-desktop {
      display: none; } }

.product-card-overview .product-scores .product-scores-label {
  margin-right: .25rem; }

.product-card-overview .product-scores .costs .xsmall {
  margin-right: .375rem; }

.product-card-overview .product-scores .costs .cost {
  margin: 0rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: inline-block;
  vertical-align: bottom;
  top: .1875rem; }

.product-card-overview .product-scores .size {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin: 0rem .25rem 0rem .0625rem;
  display: inline-block;
  vertical-align: bottom; }
  .product-card-overview .product-scores .size::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    opacity: 1; }
  .product-card-overview .product-scores .size.disabled::after {
    opacity: .2; }

.product-card-overview .product-scores .size.size-small::after {
  content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M6.28%2C11.73A3.75%2C3.75%2C0%2C0%2C1%2C5%2C11.05l.48-1a4.08%2C4.08%2C0%2C0%2C0%2C1.18.63A4.45%2C4.45%2C0%2C0%2C0%2C8%2C10.84a2.24%2C2.24%2C0%2C0%2C0%2C1.23-.28.88.88%2C0%2C0%2C0%2C.44-.78.74.74%2C0%2C0%2C0-.4-.68A5.52%2C5.52%2C0%2C0%2C0%2C7.9%2C8.67a8.16%2C8.16%2C0%2C0%2C1-1.57-.49%2C2.25%2C2.25%2C0%2C0%2C1-.92-.7%2C1.87%2C1.87%2C0%2C0%2C1-.3-1.09%2C2.07%2C2.07%2C0%2C0%2C1%2C.37-1.22%2C2.43%2C2.43%2C0%2C0%2C1%2C1.06-.84A3.7%2C3.7%2C0%2C0%2C1%2C8.11%2C4a5%2C5%2C0%2C0%2C1%2C1.55.25A3.36%2C3.36%2C0%2C0%2C1%2C10.87%2C5L10.4%2C6a3.58%2C3.58%2C0%2C0%2C0-2.29-.82%2C2%2C2%2C0%2C0%2C0-1.18.3%2C1%2C1%2C0%2C0%2C0-.44.84A.76.76%2C0%2C0%2C0%2C6.88%2C7a4.19%2C4.19%2C0%2C0%2C0%2C1.31.45%2C9.21%2C9.21%2C0%2C0%2C1%2C1.59.49%2C2.41%2C2.41%2C0%2C0%2C1%2C.93.69A1.66%2C1.66%2C0%2C0%2C1%2C11%2C9.68a2.09%2C2.09%2C0%2C0%2C1-.37%2C1.21%2C2.35%2C2.35%2C0%2C0%2C1-1.07.81A4.54%2C4.54%2C0%2C0%2C1%2C8%2C12%2C5.38%2C5.38%2C0%2C0%2C1%2C6.28%2C11.73Z%27%20fill%3D%27%23595458%27%2F%3E%3Cpath%20d%3D%27M13%2C15.7H3A2.7%2C2.7%2C0%2C0%2C1%2C.3%2C13V3A2.7%2C2.7%2C0%2C0%2C1%2C3%2C.3H13A2.7%2C2.7%2C0%2C0%2C1%2C15.7%2C3V13A2.7%2C2.7%2C0%2C0%2C1%2C13%2C15.7ZM3%2C1.7A1.3%2C1.3%2C0%2C0%2C0%2C1.7%2C3V13A1.3%2C1.3%2C0%2C0%2C0%2C3%2C14.3H13A1.3%2C1.3%2C0%2C0%2C0%2C14.3%2C13V3A1.3%2C1.3%2C0%2C0%2C0%2C13%2C1.7Z%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E"); }

.product-card-overview .product-scores .size.size-medium::after {
  content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M10.66%2C4.12h1.11v7.76H10.52V6.75l-2%2C3.87H7.53L5.47%2C6.81v5.07H4.23V4.12H5.35L8%2C9.19Z%27%20fill%3D%27%23595458%27%2F%3E%3Cpath%20d%3D%27M13%2C15.7H3A2.7%2C2.7%2C0%2C0%2C1%2C.3%2C13V3A2.7%2C2.7%2C0%2C0%2C1%2C3%2C.3H13A2.7%2C2.7%2C0%2C0%2C1%2C15.7%2C3V13A2.7%2C2.7%2C0%2C0%2C1%2C13%2C15.7ZM3%2C1.7A1.3%2C1.3%2C0%2C0%2C0%2C1.7%2C3V13A1.3%2C1.3%2C0%2C0%2C0%2C3%2C14.3H13A1.3%2C1.3%2C0%2C0%2C0%2C14.3%2C13V3A1.3%2C1.3%2C0%2C0%2C0%2C13%2C1.7Z%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E"); }

.product-card-overview .product-scores .size.size-large::after {
  content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M5.48%2C11.88V4.12H6.9v6.59h3.62v1.17Z%27%20fill%3D%27%23595458%27%2F%3E%3Cpath%20d%3D%27M13%2C15.7H3A2.7%2C2.7%2C0%2C0%2C1%2C.3%2C13V3A2.7%2C2.7%2C0%2C0%2C1%2C3%2C.3H13A2.7%2C2.7%2C0%2C0%2C1%2C15.7%2C3V13A2.7%2C2.7%2C0%2C0%2C1%2C13%2C15.7ZM3%2C1.7A1.3%2C1.3%2C0%2C0%2C0%2C1.7%2C3V13A1.3%2C1.3%2C0%2C0%2C0%2C3%2C14.3H13A1.3%2C1.3%2C0%2C0%2C0%2C14.3%2C13V3A1.3%2C1.3%2C0%2C0%2C0%2C13%2C1.7Z%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E"); }

.product-card-overview .product-scores .product-scores-platforms span strong:after {
  content: ", "; }

.product-card-overview .product-scores .product-scores-platforms span:last-child strong:after {
  content: ''; }

@media all and (max-width: 599px) {
  .product-card-overview .product-scores .product-scores-recommendations .recommendations-label-desktop {
    display: none; } }

.product-card-overview .product-scores .product-scores-recommendations .recommendations-label-mobile {
  display: none; }
  @media all and (max-width: 599px) {
    .product-card-overview .product-scores .product-scores-recommendations .recommendations-label-mobile {
      display: inline;
      position: relative;
      top: -.25rem; } }

@media all and (max-width: 599px) {
  .product-card-overview .product-scores .product-scores-recommendations .recommendations-count {
    position: relative;
    top: -.25rem; }
    .product-card-overview .product-scores .product-scores-recommendations .recommendations-count:before {
      content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8.22%2C2.72%2C9.36%2C5l2.55.37a.24.24%2C0%2C0%2C1%2C.13.42L10.2%2C7.62l.44%2C2.53a.25.25%2C0%2C0%2C1-.36.27L8%2C9.22l-2.28%2C1.2a.25.25%2C0%2C0%2C1-.36-.27L5.8%2C7.62%2C4%2C5.82a.24.24%2C0%2C0%2C1%2C.13-.42L6.64%2C5%2C7.78%2C2.72A.25.25%2C0%2C0%2C1%2C8.22%2C2.72Z%22%20fill%3D%22%23595458%22%2F%3E%3Cpath%20d%3D%22M8%2C16a.74.74%2C0%2C0%2C1-.55-.26l-1.8-2.25A4.7%2C4.7%2C0%2C0%2C1%2C1.3%2C8.75v-4A4.71%2C4.71%2C0%2C0%2C1%2C6%2C.05h4a4.71%2C4.71%2C0%2C0%2C1%2C4.7%2C4.7v4a4.7%2C4.7%2C0%2C0%2C1-4.35%2C4.69l-1.8%2C2.25A.74.74%2C0%2C0%2C1%2C8%2C16ZM6%2C1.45a3.3%2C3.3%2C0%2C0%2C0-3.3%2C3.3v4A3.3%2C3.3%2C0%2C0%2C0%2C6%2C12.05a.74.74%2C0%2C0%2C1%2C.55.26L8%2C14.13l1.45-1.82a.74.74%2C0%2C0%2C1%2C.55-.26%2C3.3%2C3.3%2C0%2C0%2C0%2C3.3-3.3v-4A3.3%2C3.3%2C0%2C0%2C0%2C10%2C1.45Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E");
      height: 1rem;
      width: 1rem;
      display: inline-block;
      margin: 0 .25rem 0 .75rem;
      position: relative;
      top: .25rem; } }

@media all and (max-width: 599px) {
  .product-card-overview .product-scores .product-scores-cost,
  .product-card-overview .product-scores .product-scores-platforms,
  .product-card-overview .product-scores .product-scores-deployments,
  .product-card-overview .product-scores .product-scores-size {
    display: none; } }

.product-card-overview .product-card-buttons,
.product-card-overview .product-cta {
  padding-right: 0;
  padding-top: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product-card-overview .product-card-buttons .button-icon-dollar::before,
  .product-card-overview .product-cta .button-icon-dollar::before {
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M8.5%2C11.92a3%2C3%2C0%2C0%2C0%2C.42-.06%2C2.09%2C2.09%2C0%2C0%2C0%2C.71-.27%2C1.47%2C1.47%2C0%2C0%2C0%2C.52-.53%2C1.69%2C1.69%2C0%2C0%2C0%2C.19-.86%2C1.25%2C1.25%2C0%2C0%2C0-.24-.8%2C1.67%2C1.67%2C0%2C0%2C0-.63-.5%2C4.12%2C4.12%2C0%2C0%2C0-.9-.32l-.07%2C0Zm-1-7.83-.34.06a1.63%2C1.63%2C0%2C0%2C0-.63.27%2C1.34%2C1.34%2C0%2C0%2C0-.44.5%2C1.67%2C1.67%2C0%2C0%2C0-.16.78%2C1.09%2C1.09%2C0%2C0%2C0%2C.23.72%2C1.83%2C1.83%2C0%2C0%2C0%2C.64.45%2C5.19%2C5.19%2C0%2C0%2C0%2C.7.24Zm1%2C0V7.35l.21.05c.35.09.69.2%2C1%2C.32a3.13%2C3.13%2C0%2C0%2C1%2C.9.49%2C2.27%2C2.27%2C0%2C0%2C1%2C.63.77%2C2.61%2C2.61%2C0%2C0%2C1%2C.24%2C1.18%2C2.57%2C2.57%2C0%2C0%2C1-.31%2C1.31%2C2.71%2C2.71%2C0%2C0%2C1-.8.88%2C3.39%2C3.39%2C0%2C0%2C1-1.09.5%2C5.55%2C5.55%2C0%2C0%2C1-.8.13v1h-1V13a4.26%2C4.26%2C0%2C0%2C1-.79-.16%2C3.3%2C3.3%2C0%2C0%2C1-1.14-.61%2C2.83%2C2.83%2C0%2C0%2C1-.78-1A3.7%2C3.7%2C0%2C0%2C1%2C4.5%2C9.64H5.6a2.38%2C2.38%2C0%2C0%2C0%2C.21%2C1%2C2%2C2%2C0%2C0%2C0%2C.56.71%2C2.23%2C2.23%2C0%2C0%2C0%2C.81.42l.32.07V8.32a9.7%2C9.7%2C0%2C0%2C1-1-.28%2C3.43%2C3.43%2C0%2C0%2C1-.9-.44A2%2C2%2C0%2C0%2C1%2C5%2C6.89%2C2.23%2C2.23%2C0%2C0%2C1%2C4.77%2C5.8%2C2.71%2C2.71%2C0%2C0%2C1%2C5%2C4.55a2.35%2C2.35%2C0%2C0%2C1%2C.71-.87%2C3%2C3%2C0%2C0%2C1%2C1-.51A4.62%2C4.62%2C0%2C0%2C1%2C7.5%2C3V2h1V3a4.67%2C4.67%2C0%2C0%2C1%2C.67.14%2C2.83%2C2.83%2C0%2C0%2C1%2C1%2C.55%2C2.66%2C2.66%2C0%2C0%2C1%2C.68.95A3.46%2C3.46%2C0%2C0%2C1%2C11.13%2C6H10a2.08%2C2.08%2C0%2C0%2C0-.68-1.5A2.2%2C2.2%2C0%2C0%2C0%2C8.5%2C4.13Z%27%20fill%3D%27%23ffffff%27%20fill-rule%3D%27evenodd%27%2F%3E%3C%2Fsvg%3E");
    top: .25rem;
    position: relative;
    left: -.3125rem;
    width: 1rem;
    height: 1rem;
    display: inline-block; }
  .product-card-overview .product-card-buttons .button-icon-demo::before,
  .product-card-overview .product-cta .button-icon-demo::before {
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cg%20opacity%3D%270%27%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3C%2Fg%3E%3Cpolygon%20points%3D%2711%208.05%205%2012.5%205%203.5%2011%208.05%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E");
    top: .25rem;
    position: relative;
    left: -.3125rem;
    width: 1rem;
    height: 1rem;
    display: inline-block; }
  .product-card-overview .product-card-buttons button,
  .product-card-overview .product-card-buttons a.product-button-learn-more,
  .product-card-overview .product-cta button,
  .product-card-overview .product-cta a.product-button-learn-more {
    width: 100%;
    margin-bottom: .5rem; }
  .product-card-overview .product-card-buttons a.product-button-learn-more,
  .product-card-overview .product-cta a.product-button-learn-more {
    text-transform: none;
    color: #083cf7;
    text-align: center;
    margin-top: .25rem;
    display: block; }
    .product-card-overview .product-card-buttons a.product-button-learn-more:hover,
    .product-card-overview .product-cta a.product-button-learn-more:hover {
      color: #052494;
      text-decoration: none; }
  @media all and (min-width: 600px) and (max-width: 999px) {
    .product-card-overview .product-card-buttons,
    .product-card-overview .product-cta {
      margin-top: .25rem;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; }
      .product-card-overview .product-card-buttons .button,
      .product-card-overview .product-cta .button {
        margin-right: .5rem;
        width: auto;
        display: inline-block;
        padding: .2rem .75rem; }
      .product-card-overview .product-card-buttons a.product-button-learn-more,
      .product-card-overview .product-cta a.product-button-learn-more {
        display: inline;
        margin-left: .5rem;
        margin-top: .5rem; } }
  @media all and (max-width: 599px) {
    .product-card-overview .product-card-buttons .product-card-buttons,
    .product-card-overview .product-cta .product-card-buttons {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -ms-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap; }
    .product-card-overview .product-card-buttons .product-card-buttons,
    .product-card-overview .product-card-buttons .product-cta,
    .product-card-overview .product-cta .product-card-buttons,
    .product-card-overview .product-cta .product-cta {
      border-top: 0;
      padding-top: 0;
      margin-top: .375rem; }
      .product-card-overview .product-card-buttons .product-card-buttons .button,
      .product-card-overview .product-card-buttons .product-cta .button,
      .product-card-overview .product-cta .product-card-buttons .button,
      .product-card-overview .product-cta .product-cta .button {
        width: auto;
        padding: .25rem 1rem !important;
        margin-bottom: 0;
        -webkit-box-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        min-width: 47%; }
        .product-card-overview .product-card-buttons .product-card-buttons .button:before,
        .product-card-overview .product-card-buttons .product-cta .button:before,
        .product-card-overview .product-cta .product-card-buttons .button:before,
        .product-card-overview .product-cta .product-cta .button:before {
          display: none; }
        .product-card-overview .product-card-buttons .product-card-buttons .button:first-child,
        .product-card-overview .product-card-buttons .product-cta .button:first-child,
        .product-card-overview .product-cta .product-card-buttons .button:first-child,
        .product-card-overview .product-cta .product-cta .button:first-child {
          margin-right: .5rem; }
      .product-card-overview .product-card-buttons .product-card-buttons a.product-button-learn-more,
      .product-card-overview .product-card-buttons .product-cta a.product-button-learn-more,
      .product-card-overview .product-cta .product-card-buttons a.product-button-learn-more,
      .product-card-overview .product-cta .product-cta a.product-button-learn-more {
        margin-top: 1rem;
        margin-bottom: 0; }
      .product-card-overview .product-card-buttons .product-card-buttons a.product-link-visit-website,
      .product-card-overview .product-card-buttons .product-cta a.product-link-visit-website,
      .product-card-overview .product-cta .product-card-buttons a.product-link-visit-website,
      .product-card-overview .product-cta .product-cta a.product-link-visit-website {
        display: none; } }
  .product-card-overview .product-card-buttons a.product-link-visit-website,
  .product-card-overview .product-cta a.product-link-visit-website {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Cpolygon%20points%3D%229.64%201.4%2013.61%201.4%207.5%207.5%208.49%208.49%2014.6%202.39%2014.6%206.36%2016%206.36%2016%200%209.64%200%209.64%201.4%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M14.6%2C14a.6.6%2C0%2C0%2C1-.6.6H2a.6.6%2C0%2C0%2C1-.6-.6V2A.6.6%2C0%2C0%2C1%2C2%2C1.4H6.5V0H2A2%2C2%2C0%2C0%2C0%2C0%2C2V14a2%2C2%2C0%2C0%2C0%2C2%2C2H14a2%2C2%2C0%2C0%2C0%2C2-2V9H14.6Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3C%2Fsvg%3E");
    background-position-y: center;
    background-position-x: 1rem;
    padding-left: 2.75rem;
    margin: 0 auto; }

.ranking-pills-label-container {
  width: 100%;
  max-width: 8rem;
  min-width: 8rem; }
  .ranking-pills-label-container .ranking-pills-label {
    margin-bottom: 0;
    white-space: nowrap; }
    @media (max-width: 599px) {
      .ranking-pills-label-container .ranking-pills-label {
        line-height: .5rem;
        margin-top: .75rem; } }

.ranking-pills-primary .ranking-pills-container {
  max-width: 8rem;
  width: 100%; }

.ranking-pills {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap; }
  .ranking-pills .ranking-pills-casing {
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: .125rem; }
    .ranking-pills .ranking-pills-casing .pill {
      height: .5rem;
      -webkit-box-shadow: 0 0.0625rem 0.0625rem 0rem rgba(45, 40, 77, 0.1) inset;
              box-shadow: 0 0.0625rem 0.0625rem 0rem rgba(45, 40, 77, 0.1) inset; }
      .ranking-pills .ranking-pills-casing .pill.pill-full {
        background: rgba(240, 174, 20, 0.8); }
      .ranking-pills .ranking-pills-casing .pill.pill-half {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(240, 174, 20, 0.8)), color-stop(0%, rgba(45, 40, 77, 0.1)));
        background: linear-gradient(90deg, rgba(240, 174, 20, 0.8) 50%, rgba(45, 40, 77, 0.1) 0%); }
      .ranking-pills .ranking-pills-casing .pill.pill-empty {
        background: rgba(45, 40, 77, 0.1); }
    .ranking-pills .ranking-pills-casing:nth-child(1) .pill {
      border-radius: .125rem 0 0 .125rem; }
    .ranking-pills .ranking-pills-casing:nth-child(5) .pill {
      border-radius: 0 .125rem .125rem 0; }

.ranking-pills-number {
  margin-bottom: 0;
  margin-left: .5rem; }

.ranking-pills-number,
.histogram-count p.small {
  font-weight: normal; }

.likelihood {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  max-width: 12rem; }
  .likelihood p {
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: .5rem; }
    .likelihood p:first-child {
      text-align: left; }
    .likelihood p:last-child {
      text-align: right; }

.spectrum {
  background: #1E9600;
  background: -webkit-gradient(linear, left top, right top, color-stop(13%, #E94F37), color-stop(52%, #F0AE14), color-stop(88%, #5AA700));
  background: linear-gradient(-270deg, #E94F37 13%, #F0AE14 52%, #5AA700 88%);
  width: 100%;
  max-width: 12rem;
  margin-top: .25rem;
  border-radius: .125rem;
  height: .5rem;
  position: relative; }
  .spectrum .spectrum-indicator {
    content: '';
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    -webkit-box-shadow: 0rem 0rem 0rem .125rem #fff;
            box-shadow: 0rem 0rem 0rem .125rem #fff;
    background: #18171c;
    left: 5%;
    top: -.25rem;
    position: absolute; }

.cost-container .costs {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  /* !flex-start!, flex-end, center, space-between, space-around */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  .cost-container .costs .cost {
    -webkit-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    top: .3125rem; }
    .cost-container .costs .cost::after {
      content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M12.15%2C9.38a2.63%2C2.63%2C0%2C0%2C0-.38-.77A2.78%2C2.78%2C0%2C0%2C0%2C11.13%2C8a3%2C3%2C0%2C0%2C0-.89-.44l-.69-.18L8.7%2C7.12v-3a2.35%2C2.35%2C0%2C0%2C1%2C.76.32%2C1.78%2C1.78%2C0%2C0%2C1%2C.69%2C1.43H12a3.07%2C3.07%2C0%2C0%2C0-.33-1.45%2C3.26%2C3.26%2C0%2C0%2C0-.87-1.05%2C4.15%2C4.15%2C0%2C0%2C0-1.28-.64%2C5.28%2C5.28%2C0%2C0%2C0-.81-.16v-1H7.3v1a6%2C6%2C0%2C0%2C0-.74.14%2C4%2C4%2C0%2C0%2C0-1.24.57%2C3.07%2C3.07%2C0%2C0%2C0-.87%2C1%2C2.76%2C2.76%2C0%2C0%2C0-.33%2C1.38%2C2.82%2C2.82%2C0%2C0%2C0%2C.11.81%2C2.38%2C2.38%2C0%2C0%2C0%2C.37.75%2C2.84%2C2.84%2C0%2C0%2C0%2C.72.64%2C4%2C4%2C0%2C0%2C0%2C1.12.46l.86.23V11.9l-.12%2C0a2.4%2C2.4%2C0%2C0%2C1-.84-.39%2C1.88%2C1.88%2C0%2C0%2C1-.58-.7%2C2.49%2C2.49%2C0%2C0%2C1-.2-1H3.72a3.78%2C3.78%2C0%2C0%2C0%2C.37%2C1.68A3.21%2C3.21%2C0%2C0%2C0%2C5%2C12.6a3.88%2C3.88%2C0%2C0%2C0%2C1.38.68%2C6.37%2C6.37%2C0%2C0%2C0%2C.89.17V14.5H8.7v-1a5.8%2C5.8%2C0%2C0%2C0%2C.93-.14A4.39%2C4.39%2C0%2C0%2C0%2C11%2C12.74a3.13%2C3.13%2C0%2C0%2C0%2C.95-1%2C3%2C3%2C0%2C0%2C0%2C.36-1.5A2.66%2C2.66%2C0%2C0%2C0%2C12.15%2C9.38ZM7.21%2C6.72a2.25%2C2.25%2C0%2C0%2C1-.91-.48A1.12%2C1.12%2C0%2C0%2C1%2C6%2C5.37a1.12%2C1.12%2C0%2C0%2C1%2C.18-.66%2C1.32%2C1.32%2C0%2C0%2C1%2C.46-.42%2C1.91%2C1.91%2C0%2C0%2C1%2C.62-.22H7.3V6.75ZM10.32%2C11a1.31%2C1.31%2C0%2C0%2C1-.38.51%2C2%2C2%2C0%2C0%2C1-.69.36A2.82%2C2.82%2C0%2C0%2C1%2C8.7%2C12V8.84a9%2C9%2C0%2C0%2C1%2C.87.28%2C1.54%2C1.54%2C0%2C0%2C1%2C.6.4%2C1.26%2C1.26%2C0%2C0%2C1%2C.27.89A1.47%2C1.47%2C0%2C0%2C1%2C10.32%2C11Z%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E"); }
    .cost-container .costs .cost.disabled::after {
      opacity: .2; }

.product-card-cost {
  position: relative; }
  .product-card-cost:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    bottom: 1.75rem;
    -webkit-transition-delay: 50ms;
            transition-delay: 50ms; }

.new-stars {
  width: calc(1rem * 5);
  height: 1rem;
  background-repeat: repeat-x;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,\a   %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M8.27.17l2%2C4.05%2C4.47.65a.3.3%2C0%2C0%2C1%2C.17.52L11.68%2C8.54%2C12.44%2C13a.31.31%2C0%2C0%2C1-.45.32l-4-2.1-4%2C2.1A.31.31%2C0%2C0%2C1%2C3.56%2C13l.76-4.45L1.09%2C5.39a.3.3%2C0%2C0%2C1%2C.17-.52l4.47-.65%2C2-4A.3.3%2C0%2C0%2C1%2C8.27.17Z%27%20fill%3D%27%23f0ae14%27%2F%3E%3C%2Fsvg%3E"); }
  .new-stars.new-stars-rank {
    position: relative;
    overflow: hidden; }
    .new-stars.new-stars-rank.new-stars-rank-blue::before {
      background-color: blue; }
    .new-stars.new-stars-rank::before {
      content: '';
      display: block;
      position: absolute;
      right: -1rem;
      width: 0;
      height: 1rem;
      background-repeat: repeat-x;
      background-color: #fff;
      background-position: -.5rem;
      background-image: url("data:image/svg+xml;charset=UTF-8,\a       %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8%2C2.78%2C9%2C4.84l.32.66.73.1%2C2.27.33L10.7%2C7.54l-.53.51.13.73L10.68%2C11%2C8.65%2C10%2C8%2C9.63%2C7.35%2C10%2C5.32%2C11%2C5.7%2C8.78l.13-.73L5.3%2C7.54%2C3.66%2C5.93%2C5.93%2C5.6l.73-.1L7%2C4.84%2C8%2C2.78M8%2C0a.29.29%2C0%2C0%2C0-.27.17l-2%2C4.05-4.47.65a.3.3%2C0%2C0%2C0-.17.52L4.32%2C8.54%2C3.56%2C13a.3.3%2C0%2C0%2C0%2C.3.35l.15%2C0%2C4-2.1%2C4%2C2.1.15%2C0a.3.3%2C0%2C0%2C0%2C.3-.35l-.76-4.45%2C3.23-3.15a.3.3%2C0%2C0%2C0-.17-.52l-4.47-.65-2-4A.29.29%2C0%2C0%2C0%2C8%2C0Z%22%20fill%3D%22%23f0ae14%22%2F%3E%3C%2Fsvg%3E"); }
    .new-stars.new-stars-rank__100::before {
      width: calc(0%   +  .5rem); }
    .new-stars.new-stars-rank__90::before {
      width: calc(10%  + 1rem); }
    .new-stars.new-stars-rank__80::before {
      width: calc(20%  + 1rem);
      background-position: 0; }
    .new-stars.new-stars-rank__70::before {
      width: calc(30%  + 1rem); }
    .new-stars.new-stars-rank__60::before {
      width: calc(40%  + 1rem);
      background-position: 0; }
    .new-stars.new-stars-rank__50::before {
      width: calc(50%  + 1rem); }
    .new-stars.new-stars-rank__40::before {
      width: calc(60%  + 1rem);
      background-position: 0; }
    .new-stars.new-stars-rank__30::before {
      width: calc(70%  + 1rem); }
    .new-stars.new-stars-rank__20::before {
      width: calc(80%  + 1rem);
      background-position: 0; }
    .new-stars.new-stars-rank__10::before {
      width: calc(90%  + 1rem); }
    .new-stars.new-stars-rank__0::before {
      width: calc(100% + 1rem);
      background-position: 0; }

.new-stars.new-stars-x1 {
  width: calc(1.25rem * 5);
  height: 1.25rem;
  background-image: url("data:image/svg+xml;charset=UTF,\a   %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2720%27%20height%3D%2720%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M8.27.17l2%2C4.05%2C4.47.65a.3.3%2C0%2C0%2C1%2C.17.52L11.68%2C8.54%2C12.44%2C13a.31.31%2C0%2C0%2C1-.45.32l-4-2.1-4%2C2.1A.31.31%2C0%2C0%2C1%2C3.56%2C13l.76-4.45L1.09%2C5.39a.3.3%2C0%2C0%2C1%2C.17-.52l4.47-.65%2C2-4A.3.3%2C0%2C0%2C1%2C8.27.17Z%27%20fill%3D%27%23f0ae14%27%2F%3E%3C%2Fsvg%3E"); }
  .new-stars.new-stars-x1.new-stars-rank::before {
    right: -1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background-position: -.625rem;
    background-image: url("data:image/svg+xml;charset=UTF,\a       %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2720%27%20height%3D%2720%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M8%2C2.78%2C9%2C4.84l.32.66.73.1%2C2.27.33L10.7%2C7.54l-.53.51.13.73L10.68%2C11%2C8.65%2C10%2C8%2C9.63%2C7.35%2C10%2C5.32%2C11%2C5.7%2C8.78l.13-.73L5.3%2C7.54%2C3.66%2C5.93%2C5.93%2C5.6l.73-.1L7%2C4.84%2C8%2C2.78M8%2C0a.29.29%2C0%2C0%2C0-.27.17l-2%2C4.05-4.47.65a.3.3%2C0%2C0%2C0-.17.52L4.32%2C8.54%2C3.56%2C13a.3.3%2C0%2C0%2C0%2C.3.35l.15%2C0%2C4-2.1%2C4%2C2.1.15%2C0a.3.3%2C0%2C0%2C0%2C.3-.35l-.76-4.45%2C3.23-3.15a.3.3%2C0%2C0%2C0-.17-.52l-4.47-.65-2-4A.29.29%2C0%2C0%2C0%2C8%2C0Z%27%20fill%3D%27%23f0ae14%27%2F%3E%3C%2Fsvg%3E"); }
  .new-stars.new-stars-x1.new-stars-rank__100::before {
    width: calc(0%   +  .625rem); }
  .new-stars.new-stars-x1.new-stars-rank__90::before {
    width: calc(10%  + 1.25rem); }
  .new-stars.new-stars-x1.new-stars-rank__80::before {
    width: calc(20%  + 1.25rem);
    background-position: 0; }
  .new-stars.new-stars-x1.new-stars-rank__70::before {
    width: calc(30%  + 1.25rem); }
  .new-stars.new-stars-x1.new-stars-rank__60::before {
    width: calc(40%  + 1.25rem);
    background-position: 0; }
  .new-stars.new-stars-x1.new-stars-rank__50::before {
    width: calc(50%  + 1.25rem); }
  .new-stars.new-stars-x1.new-stars-rank__40::before {
    width: calc(60%  + 1.25rem);
    background-position: 0; }
  .new-stars.new-stars-x1.new-stars-rank__30::before {
    width: calc(70%  + 1.25rem); }
  .new-stars.new-stars-x1.new-stars-rank__20::before {
    width: calc(80%  + 1.25rem);
    background-position: 0; }
  .new-stars.new-stars-x1.new-stars-rank__10::before {
    width: calc(90%  + 1.25rem); }
  .new-stars.new-stars-x1.new-stars-rank__0::before {
    width: calc(100% + 1.25rem);
    background-position: 0; }

.new-stars.new-stars-x2 {
  width: calc(1.5rem * 5);
  height: 1.5rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,\a   %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2724%27%20height%3D%2724%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M8.27.17l2%2C4.05%2C4.47.65a.3.3%2C0%2C0%2C1%2C.17.52L11.68%2C8.54%2C12.44%2C13a.31.31%2C0%2C0%2C1-.45.32l-4-2.1-4%2C2.1A.31.31%2C0%2C0%2C1%2C3.56%2C13l.76-4.45L1.09%2C5.39a.3.3%2C0%2C0%2C1%2C.17-.52l4.47-.65%2C2-4A.3.3%2C0%2C0%2C1%2C8.27.17Z%27%20fill%3D%27%23f0ae14%27%2F%3E%3C%2Fsvg%3E"); }
  .new-stars.new-stars-x2.new-stars-rank::before {
    right: -1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-position: -.75rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,\a       %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2724%27%20height%3D%2724%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M8%2C2.78%2C9%2C4.84l.32.66.73.1%2C2.27.33L10.7%2C7.54l-.53.51.13.73L10.68%2C11%2C8.65%2C10%2C8%2C9.63%2C7.35%2C10%2C5.32%2C11%2C5.7%2C8.78l.13-.73L5.3%2C7.54%2C3.66%2C5.93%2C5.93%2C5.6l.73-.1L7%2C4.84%2C8%2C2.78M8%2C0a.29.29%2C0%2C0%2C0-.27.17l-2%2C4.05-4.47.65a.3.3%2C0%2C0%2C0-.17.52L4.32%2C8.54%2C3.56%2C13a.3.3%2C0%2C0%2C0%2C.3.35l.15%2C0%2C4-2.1%2C4%2C2.1.15%2C0a.3.3%2C0%2C0%2C0%2C.3-.35l-.76-4.45%2C3.23-3.15a.3.3%2C0%2C0%2C0-.17-.52l-4.47-.65-2-4A.29.29%2C0%2C0%2C0%2C8%2C0Z%27%20fill%3D%27%23f0ae14%27%2F%3E%3C%2Fsvg%3E"); }
  .new-stars.new-stars-x2.new-stars-rank__100::before {
    width: calc(0%   +  .75rem); }
  .new-stars.new-stars-x2.new-stars-rank__90::before {
    width: calc(10%  + 1.5rem); }
  .new-stars.new-stars-x2.new-stars-rank__80::before {
    width: calc(20%  + 1.5rem);
    background-position: 0; }
  .new-stars.new-stars-x2.new-stars-rank__70::before {
    width: calc(30%  + 1.5rem); }
  .new-stars.new-stars-x2.new-stars-rank__60::before {
    width: calc(40%  + 1.5rem);
    background-position: 0; }
  .new-stars.new-stars-x2.new-stars-rank__50::before {
    width: calc(50%  + 1.5rem); }
  .new-stars.new-stars-x2.new-stars-rank__40::before {
    width: calc(60%  + 1.5rem);
    background-position: 0; }
  .new-stars.new-stars-x2.new-stars-rank__30::before {
    width: calc(70%  + 1.5rem); }
  .new-stars.new-stars-x2.new-stars-rank__20::before {
    width: calc(80%  + 1.5rem);
    background-position: 0; }
  .new-stars.new-stars-x2.new-stars-rank__10::before {
    width: calc(90%  + 1.5rem); }
  .new-stars.new-stars-x2.new-stars-rank__0::before {
    width: calc(100% + 1.5rem);
    background-position: 0; }

.stars {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  /* !flex-start!, flex-end, center, space-between, space-around */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  .stars .star {
    -webkit-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: .125rem .0625rem; }
    .stars .star::after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      width: 1rem;
      height: 1rem; }
    .stars .star.star-full::after {
      content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8.27.17l2%2C4.05%2C4.47.65a.3.3%2C0%2C0%2C1%2C.17.52L11.68%2C8.54%2C12.44%2C13a.31.31%2C0%2C0%2C1-.45.32l-4-2.1-4%2C2.1A.31.31%2C0%2C0%2C1%2C3.56%2C13l.76-4.45L1.09%2C5.39a.3.3%2C0%2C0%2C1%2C.17-.52l4.47-.65%2C2-4A.3.3%2C0%2C0%2C1%2C8.27.17Z%22%20fill%3D%22%23f0ae14%22%2F%3E%3C%2Fsvg%3E"); }
    .stars .star.star-half::after {
      content: url("data:image/svg+xml;charset=UTF-8,           %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M14.74%2C4.87l-4.47-.65-2-4A.29.29%2C0%2C0%2C0%2C8%2C0a.32.32%2C0%2C0%2C0-.28.17l-2%2C4.05-4.47.65a.15.15%2C0%2C0%2C0-.07%2C0l-.09%2C0%2C0%2C0A.32.32%2C0%2C0%2C0%2C1%2C5.24a.37.37%2C0%2C0%2C0%2C.08.15L4.32%2C8.54%2C3.56%2C13h0a.25.25%2C0%2C0%2C0%2C0%2C.15.05.05%2C0%2C0%2C0%2C0%2C0%2C.31.31%2C0%2C0%2C0%2C.07.09l0%2C0%2C.09%2C0h.06l.15%2C0%2C4-2.1%2C4%2C2.1.15%2C0a.31.31%2C0%2C0%2C0%2C.3-.35l-.76-4.45%2C3.23-3.15A.3.3%2C0%2C0%2C0%2C14.74%2C4.87Zm-4%2C2.67-.53.51.13.73L10.68%2C11%2C8.65%2C10%2C8%2C9.63V2.78L9%2C4.84l.32.66.73.1%2C2.27.33Z%22%20fill%3D%22%23f0ae14%22%2F%3E%3C%2Fsvg%3E"); }
    .stars .star.star-empty::after {
      content: url("data:image/svg+xml;charset=UTF-8,           %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22M8%2C2.78%2C9%2C4.84l.32.66.73.1%2C2.27.33L10.7%2C7.54l-.53.51.13.73L10.68%2C11%2C8.65%2C10%2C8%2C9.63%2C7.35%2C10%2C5.32%2C11%2C5.7%2C8.78l.13-.73L5.3%2C7.54%2C3.66%2C5.93%2C5.93%2C5.6l.73-.1L7%2C4.84%2C8%2C2.78M8%2C0a.29.29%2C0%2C0%2C0-.27.17l-2%2C4.05-4.47.65a.3.3%2C0%2C0%2C0-.17.52L4.32%2C8.54%2C3.56%2C13a.3.3%2C0%2C0%2C0%2C.3.35l.15%2C0%2C4-2.1%2C4%2C2.1.15%2C0a.3.3%2C0%2C0%2C0%2C.3-.35l-.76-4.45%2C3.23-3.15a.3.3%2C0%2C0%2C0-.17-.52l-4.47-.65-2-4A.29.29%2C0%2C0%2C0%2C8%2C0Z%22%20fill%3D%22%23f0ae14%22%2F%3E%3C%2Fsvg%3E"); }

.stars .star {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  margin: .125rem .25rem .125rem 0;
  -webkit-transform-origin: top;
          transform-origin: top; }

.stars-container,
.stars-score-container,
.ranking-container {
  display: block;
  text-align: center; }

.related-products {
  padding: 1rem 0; }
  .related-products .Grid-cell div.card.x1 {
    padding: .75rem;
    margin: .5rem 0; }
  .related-products .Grid-cell .content > a {
    display: block; }
    .related-products .Grid-cell .content > a:hover {
      text-decoration: none !important; }
    .related-products .Grid-cell .content > a.card-company:hover p {
      text-decoration: underline; }
  .related-products .Grid-cell .card-company-recommendations p {
    margin-bottom: 0; }
  .related-products .Grid-cell .card-company-recommendations:hover {
    text-decoration: none; }
  .related-products .Grid-cell .card-company-rating p {
    margin-bottom: 0; }
  .related-products .Grid-cell .card-company-rating .new-stars {
    display: inline-block;
    top: .25rem; }
  .related-products .Grid-cell .card-company-rating p {
    display: inline-block;
    margin-left: .25rem; }
    .related-products .Grid-cell .card-company-rating p a {
      color: #083cf7; }
  .related-products .Grid-cell .related-product-company {
    color: #083cf7;
    max-width: 12.19rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto; }
  .related-products .Grid-cell .card-img {
    text-align: center;
    margin: 0 auto; }
    .related-products .Grid-cell .card-img img {
      display: block;
      margin: 0 auto .5rem;
      position: relative;
      width: 3.75rem;
      height: 3.75rem;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
  .related-products .card-content {
    text-align: center; }
  @media all and (max-width: 599px) {
    .related-products .Grid.related-products-items {
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -ms-flex-flow: nowrap;
      flex-flow: nowrap;
      overflow-x: scroll;
      width: 100vw;
      height: 7.5rem;
      margin-left: -1rem;
      padding-right: 0rem; }
      .related-products .Grid.related-products-items::-webkit-scrollbar {
        display: none; }
      .related-products .Grid.related-products-items > .Grid-cell {
        -webkit-box-flex: 1 0 auto !important;
        -ms-flex: 1 0 auto !important;
        flex: 1 0 auto !important;
        min-width: calc(100vw - 2rem); }
        .related-products .Grid.related-products-items > .Grid-cell:last-child {
          padding-right: 1rem;
          min-width: calc(100vw - 1rem); }
    .related-products .Grid.related-product-info {
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -ms-flex-flow: row nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap; }
      .related-products .Grid.related-product-info .Grid-cell {
        text-align: left;
        width: auto; }
        .related-products .Grid.related-product-info .Grid-cell .related-product-company {
          margin: 0; }
        .related-products .Grid.related-product-info .Grid-cell.card-img img {
          margin-right: 1rem; } }

#header-nav-view {
  margin: 0;
  border-bottom: 0.0625rem solid #dee7e7; }
  @media all and (max-width: 599px) {
    #header-nav-view {
      position: relative;
      left: 0;
      border-bottom: 0; } }

#header-nav-view .tabs {
  margin: 0 1rem; }

.tabs {
  width: 100vw;
  background: #fff;
  margin: 0; }
  .tabs .tabs-container {
    margin: 0 auto;
    width: 100%;
    max-width: 75rem;
    position: relative; }
    .tabs .tabs-container.header-nav-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 999px) {
        .tabs .tabs-container.header-nav-tabs {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .tabs .tabs-container.header-nav-tabs .tabs-phone {
        position: absolute;
        right: 0;
        top: .5rem; }
        .tabs .tabs-container.header-nav-tabs .tabs-phone .tabs-phone-desktop {
          color: #18171c; }
          .tabs .tabs-container.header-nav-tabs .tabs-phone .tabs-phone-desktop::before {
            content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M11%2C15.21h-.34c-1.9-.17-4.14-1.67-6.14-4.13C1.4%2C7.29.69%2C3.58%2C2.71%2C1.83l.74-.64a1.75%2C1.75%2C0%2C0%2C1%2C1.3-.4A1.81%2C1.81%2C0%2C0%2C1%2C6%2C1.43L7.33%2C3.08a1.83%2C1.83%2C0%2C0%2C1-.28%2C2.48L6.59%2C6A11.16%2C11.16%2C0%2C0%2C0%2C8%2C8l0%2C0a12.06%2C12.06%2C0%2C0%2C0%2C1.67%2C1.8l.44-.38a1.82%2C1.82%2C0%2C0%2C1%2C2.54.24l1.34%2C1.65a1.82%2C1.82%2C0%2C0%2C1-.27%2C2.47l-.74.64A3.1%2C3.1%2C0%2C0%2C1%2C11%2C15.21Zm-6.37-13a.39.39%2C0%2C0%2C0-.22.06l-.74.64c-1.34%2C1.16-.51%2C4.29%2C1.93%2C7.29%2C1.74%2C2.14%2C3.68%2C3.49%2C5.18%2C3.62a1.77%2C1.77%2C0%2C0%2C0%2C1.39-.39l.74-.64a.45.45%2C0%2C0%2C0%2C.11-.54l-1.35-1.65a.36.36%2C0%2C0%2C0-.26-.12.39.39%2C0%2C0%2C0-.27.06l-.74.64a.8.8%2C0%2C0%2C1-.64.19C8.88%2C11.27%2C7.52%2C9.63%2C7%2C8.91%2C4.44%2C6%2C5.11%2C5.38%2C5.4%2C5.14l.74-.64A.45.45%2C0%2C0%2C0%2C6.24%2C4L4.9%2C2.31a.4.4%2C0%2C0%2C0-.27-.12Zm1.74%2C4h0Z%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E");
            -webkit-transform: translate(-0.25rem, 0.25rem);
            transform: translate(-0.25rem, 0.25rem);
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            width: 1rem;
            height: 1rem; }
          .tabs .tabs-container.header-nav-tabs .tabs-phone .tabs-phone-desktop:hover {
            text-decoration: none;
            color: #083cf7; }
          @media (max-width: 999px) {
            .tabs .tabs-container.header-nav-tabs .tabs-phone .tabs-phone-desktop {
              display: none; } }
        .tabs .tabs-container.header-nav-tabs .tabs-phone .tabs-phone-tablet {
          display: none; }
    .tabs .tabs-container ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; }
      .tabs .tabs-container ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin: 0 1rem; }
        .tabs .tabs-container ul li:first-child {
          margin-left: 0; }
        .tabs .tabs-container ul li:last-child {
          margin-right: 0; }
        .tabs .tabs-container ul li:hover p a {
          border-color: #cbcdcd; }
        .tabs .tabs-container ul li p {
          margin-bottom: 0;
          line-height: initial; }
          .tabs .tabs-container ul li p a {
            font-weight: bold;
            color: #2b303b;
            display: block;
            padding-bottom: 1rem;
            padding-top: .5rem;
            border-bottom: 2px solid transparent; }
            .tabs .tabs-container ul li p a.active {
              border-color: #083cf7; }

app-sticky-bar #header-nav-view {
  height: 3rem; }
  app-sticky-bar #header-nav-view .tabs .tabs-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    app-sticky-bar #header-nav-view .tabs .tabs-container p a {
      padding: 1rem 0 .625rem; }
    app-sticky-bar #header-nav-view .tabs .tabs-container .tabs-phone {
      top: .75rem; }
      @media (max-width: 999px) {
        app-sticky-bar #header-nav-view .tabs .tabs-container .tabs-phone .tabs-phone-tablet {
          display: block;
          position: relative;
          top: -.375rem; } }
      @media (max-width: 599px) {
        app-sticky-bar #header-nav-view .tabs .tabs-container .tabs-phone .tabs-phone-tablet {
          display: none; } }

.tag {
  text-transform: uppercase;
  color: white;
  border-radius: .1875rem;
  padding: .1875rem .25rem .125rem;
  margin: 0 0.25rem;
  max-height: 1rem;
  font-size: .625rem;
  display: inline-block;
  position: relative;
  letter-spacing: .03125;
  line-height: .625rem;
  font-weight: bold;
  border: 0.0625rem solid 0.0625rem solid rgba(89, 84, 88, 0); }
  .tag:hover {
    cursor: pointer; }
  .tag.tag-default {
    color: rgba(45, 40, 77, 0.7);
    background: rgba(89, 84, 88, 0.1);
    border: 0.0625rem solid rgba(89, 84, 88, 0); }
    .tag.tag-default:hover {
      color: rgba(45, 40, 77, 0.75);
      background: rgba(89, 84, 88, 0.15); }
  .tag.tag-featured {
    background: #2d7dd2; }
  .tag.tag-new {
    background: #5aa800; }
  .tag.tag-warning {
    background-color: #ffa200; }
  .tag.tag-negative {
    background-color: #e94d35; }

.toggle.toggle-small label {
  width: 3.25rem;
  height: 2rem; }
  .toggle.toggle-small label:after {
    height: 1.625rem;
    width: 1.625rem;
    background-position: .4375rem .4375rem;
    background-size: .75rem; }

.toggle.toggle-small input:checked ~ label:after {
  left: 1.438rem;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: .4375rem .4375rem;
  background-size: .875rem; }

.toggle label {
  position: relative;
  display: block;
  width: 4.25rem;
  height: 2.5rem;
  background: rgba(89, 84, 88, 0.1);
  -webkit-box-shadow: 0rem 0.0625rem 0.125rem 0 rgba(46, 87, 122, 0.2) inset;
          box-shadow: 0rem 0.0625rem 0.125rem 0 rgba(46, 87, 122, 0.2) inset;
  border-radius: 6.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.toggle label:after {
  position: absolute;
  left: .1875rem;
  top: .1875rem;
  display: block;
  height: 2.125rem;
  width: 2.125rem;
  border-radius: 6.25rem;
  background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%20opacity%3D%27.6%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M6.32%2C6.19h0Z%27%20fill%3D%27%23595458%27%2F%3E%3Cpolygon%20points%3D%2714.15%202.84%2013.16%201.85%208%207.01%202.84%201.85%201.85%202.84%207.01%208%201.85%2013.16%202.84%2014.15%208%208.99%2013.16%2014.15%2014.15%2013.16%208.99%208%2014.15%202.84%27%20fill%3D%27%23595458%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: .5625rem .5625rem;
  -webkit-box-shadow: 0rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.05);
          box-shadow: 0rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.05);
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.toggle input:checked ~ label {
  background: #2D7DD2;
  -webkit-box-shadow: 0rem 0.1875rem 0.125rem 0 rgba(46, 87, 122, 0.7) inset;
          box-shadow: 0rem 0.1875rem 0.125rem 0 rgba(46, 87, 122, 0.7) inset; }

.toggle input:checked ~ label:after {
  left: 1.938rem;
  background: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20opacity%3D%221%22%3E%3Ctitle%3Eicon_Check%3C%2Ftitle%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%2F%3E%3Cpolygon%20points%3D%225.88%2013.23%201.14%208.49%202.13%207.5%205.88%2011.25%2013.87%203.26%2014.86%204.25%205.88%2013.23%22%20fill%3D%22%23595458%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: .5625rem .5625rem; }

.toggle input:disabled ~ label {
  background: #d5d5d5;
  pointer-events: none; }

.toggle input:disabled ~ label:after {
  background: #bcbdbc; }

.toggle input[type="checkbox"] {
  display: none; }

.tooltip {
  font-size: 0.875rem;
  line-height: 1.3125rem; }

.tooltip:focus, .tooltip:active,
.tooltip span:focus,
.tooltip span:active,
.tooltip-icon:focus,
.tooltip-icon:active {
  outline: none;
  border: 0; }

.tooltip-icon {
  display: inline-block;
  position: relative;
  top: .1875rem;
  margin: 0 .0625rem; }
  .tooltip-icon:hover {
    cursor: pointer; }
  .tooltip-icon.tooltip-icon-info::after {
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cdefs%3E%3CclipPath%20id%3D%27a%27%3E%3Cpath%20d%3D%27M6.67%2C3.17h2v2h-2ZM7.33%2C6.5H8.67v5h2v1.33H5.33V11.5h2V7.83H6V6.5Z%27%20fill%3D%27%23fff%27%20clip-rule%3D%27evenodd%27%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Eicon_Info_i%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Cpath%20d%3D%27M6.32%2C6.19h0Z%27%20fill%3D%27%23595458%27%2F%3E%3Ccircle%20cx%3D%278%27%20cy%3D%278%27%20r%3D%278%27%20fill%3D%27%232d7dd2%27%2F%3E%3Cpath%20d%3D%27M6.67%2C3.17h2v2h-2ZM7.33%2C6.5H8.67v5h2v1.33H5.33V11.5h2V7.83H6V6.5Z%27%20fill%3D%27%23fff%27%20fill-rule%3D%27evenodd%27%2F%3E%3Cg%20clip-path%3D%27url%28%23a%29%27%3E%3Crect%20x%3D%270.33%27%20y%3D%27-1.83%27%20width%3D%2715.33%27%20height%3D%2719.67%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-transform: translateX(-0.0625rem) translateY(0rem);
            transform: translateX(-0.0625rem) translateY(0rem);
    display: inline-block;
    width: 1rem;
    height: 1rem; }
  .tooltip-icon.tooltip-icon-question::after {
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%3E%3Ctitle%3Eicon%3C%2Ftitle%3E%3Crect%20width%3D%2716%27%20height%3D%2716%27%20fill%3D%27%23fff%27%20opacity%3D%270%27%2F%3E%3Ccircle%20cx%3D%278%27%20cy%3D%278%27%20r%3D%278%27%20fill%3D%27%232d7dd2%27%2F%3E%3Cpath%20d%3D%27M5%2C6.46a3.22%2C3.22%2C0%2C0%2C1%2C.23-1.18%2C2.83%2C2.83%2C0%2C0%2C1%2C.59-.94%2C2.86%2C2.86%2C0%2C0%2C1%2C.93-.62A3.14%2C3.14%2C0%2C0%2C1%2C8%2C3.5a4%2C4%2C0%2C0%2C1%2C1.45.23%2C2.75%2C2.75%2C0%2C0%2C1%2C.93.59%2C2%2C2%2C0%2C0%2C1%2C.51.75%2C2.09%2C2.09%2C0%2C0%2C1%2C.15.75%2C2.5%2C2.5%2C0%2C0%2C1-.15.94A2.35%2C2.35%2C0%2C0%2C1%2C10%2C7.85l-.52.37A2.5%2C2.5%2C0%2C0%2C0%2C9%2C8.65a1.16%2C1.16%2C0%2C0%2C0-.24.6V9.7H7.13V9.16a2.52%2C2.52%2C0%2C0%2C1%2C.21-.86%2C2.3%2C2.3%2C0%2C0%2C1%2C.38-.59%2C3.05%2C3.05%2C0%2C0%2C1%2C.46-.43%2C4.43%2C4.43%2C0%2C0%2C0%2C.45-.36A1.61%2C1.61%2C0%2C0%2C0%2C9%2C6.52%2C1.08%2C1.08%2C0%2C0%2C0%2C9.09%2C6a1.09%2C1.09%2C0%2C0%2C0-.28-.81%2C1%2C1%2C0%2C0%2C0-.76-.27A1.26%2C1.26%2C0%2C0%2C0%2C7.48%2C5a1.07%2C1.07%2C0%2C0%2C0-.39.34%2C1.29%2C1.29%2C0%2C0%2C0-.22.49%2C2.35%2C2.35%2C0%2C0%2C0-.08.6Zm2%2C4h2v2H7Z%27%20fill%3D%27%23fff%27%20fill-rule%3D%27evenodd%27%2F%3E%3C%2Fsvg%3E");
    -webkit-transform: translateX(-0.0625rem) translateY(0rem);
            transform: translateX(-0.0625rem) translateY(0rem);
    display: inline-block;
    width: 1rem;
    height: 1rem; }

.tippy-tooltip.sa-theme {
  background-color: #2b303b;
  color: white;
  padding: .5rem;
  border: none;
  border-radius: .25rem;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-align: left; }

/* Default (sharp) arrow */
.tippy-popper[x-placement^='top'] .tippy-tooltip.sa-theme .tippy-arrow {
  border-top: 0.4375rem solid #2b303b;
  border-right: .625rem solid transparent;
  border-left: .625rem solid transparent; }

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.sa-theme .tippy-arrow {
  border-bottom: 0.4375rem solid #2b303b;
  border-right: .625rem solid transparent;
  border-left: .625rem solid transparent; }

.tippy-popper[x-placement^='left'] .tippy-tooltip.sa-theme .tippy-arrow {
  border-left: 0.4375rem solid #2b303b;
  border-top: .625rem solid transparent;
  border-bottom: .625rem solid transparent; }

.tippy-popper[x-placement^='right'] .tippy-tooltip.sa-theme .tippy-arrow {
  border-right: 0.4375rem solid #2b303b;
  border-top: .625rem solid transparent;
  border-bottom: .625rem solid transparent; }
